
Exporting BibTeX to CSV/Excel/JSON/HTML
Sometimes you don't want a formatted bibliography, you want your bibtex as a spreadsheet or a JSON...
Tag archive

Sometimes you don't want a formatted bibliography, you want your bibtex as a spreadsheet or a JSON...

APA, MLA, Chicago, Harvard, IEEE, and AMA are not novel - citeproc-js and citation.js already have...

From PubMed: select results → Send to → Citation manager → Create file. That gives you a .nbib file...

Reads the .enw tagged-export format specifically (File → Export → Output Style: "EndNote Export," not...

RIS is the universal export format for citation managers - EndNote (File → Export → Output Style:...

Most free ISBN tools query OpenLibrary alone, and OpenLibrary's coverage is genuinely uneven -...

arXiv's API doesn't send CORS headers, so a genuinely browser-only tool can't talk to it directly -...

Paste a PMID (numeric only - PMCIDs go through a different path; up to 50 batched), it hits Europe...

Paste a DOI (up to 50, resolved in parallel), it goes straight from your browser to CrossRef's API,...
When you compile locally: pdflatex → bibtex → pdflatex → pdflatex. arXiv runs pdflatex only. It skips...