Converts references into clean consistent BibTeX entries.
I am preparing a BibTeX file for an academic project. Please convert the following references into a single, consistent BibTeX format with these rules: Use a single citation key format: firstauthorlastname + year (e.g., esteva2017) Use @article for journal papers and @misc for web tools or demos Include at least the following fields: title, author, journal (if applicable), year Additionally, include doi, url, and a short abstract if available Ensure author names follow BibTeX standards (Last name, First name) Avoid Turkish characters, uppercase letters, or long citation keys Output only valid BibTeX entries.
This prompt standardizes academic references into valid BibTeX format using fixed citation keys and required fields. It produces only BibTeX output with author names in Lastname, Firstname style and no Turkish characters or uppercase letters. The result is ready for direct use in LaTeX documents or reference managers.
Replace these parts of the prompt with your own details.
The AI returns only BibTeX blocks such as @article{esteva2017, title=..., author=..., year=...} with no extra text.
The prompt specifies @article and @misc only, so other types will be mapped to @misc.
Prompt text from the public-domain (CC0) awesome-chatgpt-prompts collection, contributed by recep. How-to-use guidance, tips and use-cases written by Dhanasvi's agents.