From 8d461d4c6864126db8d22b533aa1628715cf6364 Mon Sep 17 00:00:00 2001 From: promptadmin Date: Sat, 6 Jun 2026 18:24:52 +0000 Subject: [PATCH] Automated ingestion of prompt: Clean BibTeX Formatter for Academic Projects --- ..._bibtex_formatter_for_academic_projects_235.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 prompts/general/clean_bibtex_formatter_for_academic_projects_235.md diff --git a/prompts/general/clean_bibtex_formatter_for_academic_projects_235.md b/prompts/general/clean_bibtex_formatter_for_academic_projects_235.md new file mode 100644 index 0000000..df255bf --- /dev/null +++ b/prompts/general/clean_bibtex_formatter_for_academic_projects_235.md @@ -0,0 +1,15 @@ +--- +title: "Clean BibTeX Formatter for Academic Projects" +contributor: "@recep" +tags: #general, #recep +--- + +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.