Parse and display your academic publications. See demo at https://roars.dev/bibtex/?bib=https://raw.githubusercontent.com/dynaroars/latex-cv/main/cv.bib.
- File Upload - Drag & drop or browse for
.bibor.csvfiles - URL Loading - Load BibTeX directly from a URL
- Grouping - View publications by Year or Type
- Export - Download as JSON, BibTeX, or CSV
npm install
npm run devVisit http://localhost:5173
http://localhost:5173/?bib=https://example.com/publications.bib
BibTeX (.bib)
- Standard BibTeX entries (article, inproceedings, misc, etc.)
- Entries with
crossreffield are automatically filtered out
CSV (.csv)
- Headers:
title,authors,year,venue,type,doi,url,pages - Flexible column name matching
| Format | Description |
|---|---|
| JSON | Full structured data |
| BibTeX | Standard .bib format |
| CSV | Spreadsheet-compatible |
npm run dev # Start dev server
npm run build # Build for production
npm run preview # Preview production build- Vanilla JavaScript (ES Modules)
- Vite
- Custom BibTeX/CSV parsers
MIT