A web-based tool for building academic CVs and bio-bib documents in the UCSD Bio-Bib format.
- Interactive CV Builder: Build your academic CV with a clean, intuitive interface
- UCSD Bio-Bib Format: Follows the standard UCSD Academic Biography/Bibliography form structure
- PubMed Integration: Import publications directly from PubMed using MEDLINE format
- Duplicate Detection: Automatically detects and skips duplicate publications during import
- Export Options:
- Export to DOCX (Word format) for submission
- Export to JSON for backup and portability
- Comprehensive Sections:
- Personal Information
- Employment History
- Education & Certifications
- Professional Data (grants, service, awards, etc.)
- Bibliography (publications, abstracts, work in progress)
- Open
index.htmlin a web browser - Start building your CV by filling in each section
- Use the Import feature to add publications from PubMed
- Export your completed CV as DOCX or JSON
- Go to PubMed
- Search for your publications
- Select the citations you want to import
- Click "Send to" → "File" → Format: "MEDLINE"
- Download the .txt file
- In the CV Builder, click "Import" and upload the file
The tool will automatically categorize publications into:
- Original Peer-Reviewed Work
- Review and Invited Articles
- Books and Book Chapters
index.html- Main application (single-page application)biobib-cv-builder-v2.jsx- React component source (embedded in HTML)
Built with:
- React 18
- TailwindCSS for styling
- docx library for Word document generation
- Pure JavaScript MEDLINE parser
No build step required - runs entirely in the browser.
See LICENSE file for details.