Skip to content

mfarme/automated-cv

Repository files navigation

ORCID CV Generator

Convert your ORCID profile to a formatted document in Markdown or Docx.

Quick Access: [(https://automated-cv-ahkdb2jvzk5x5rjuzx4mjg.streamlit.app/)]

Privacy

In no way does this app require emails, personal information, or credit card information. This app is free to use.

image

Features

  • 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

How to Get Your ORCID Profile

  1. Visit https://orcid.org/
  2. Log into your account
  3. Go to your profile
  4. Copy your ORCID ID from the URL bar
  5. Paste your ORCID ID into the text box

image

Example Output

The generated CV will include:

  • Name and ORCID ID
  • Biography/Summary
  • Education history
  • Publications with DOI links
  • Service positions and distinctions

image

Contributing

Feel free to open issues or submit pull requests with improvements.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Clone and Develop this Repo

Requirements

  • Python 3.8+
  • Required packages listed in requirements.txt

Installation & Usage

  1. Clone the repository:
git clone https://github.com/yourusername/orcid-cv-generator.git
cd orcid-cv-generator
  1. Install dependencies:
pip install -r requirements.txt
  1. Run the Streamlit app:
streamlit run app.py

About

integration of ORCID API to output a formatted cv

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published