Convert your ORCID profile to a formatted document in Markdown or Docx.
Quick Access: [(https://automated-cv-ahkdb2jvzk5x5rjuzx4mjg.streamlit.app/)]
In no way does this app require emails, personal information, or credit card information. This app is free to use.
- Upload ORCID profile # (XXXX-XXXX-XXXX-XXXX)
- Generate formatted Markdown CV or Docx
- Preview CV in browser
- Download CV as Markdown or Docx
- Includes sections for:
- Personal Information
- Biography
- Education
- Publications
- Service and Distinctions
- Visit https://orcid.org/
- Log into your account
- Go to your profile
- Copy your ORCID ID from the URL bar
- Paste your ORCID ID into the text box
The generated CV will include:
- Name and ORCID ID
- Biography/Summary
- Education history
- Publications with DOI links
- Service positions and distinctions
Feel free to open issues or submit pull requests with improvements.
This project is licensed under the MIT License - see the LICENSE file for details.
- Python 3.8+
- Required packages listed in
requirements.txt
- Clone the repository:
git clone https://github.com/yourusername/orcid-cv-generator.git
cd orcid-cv-generator
- Install dependencies:
pip install -r requirements.txt
- Run the Streamlit app:
streamlit run app.py