Skip to content

Pipeline for converting an ORCID profile into a resume.

Notifications You must be signed in to change notification settings

CMGreenspon/ORCID_cv

Repository files navigation

ORCID_cv

Pipeline for creating a CV from the ORCID xml dump file.
To download your own xml dump file login to your ORCID account then:
User -> Account Settings -> "Download your ORCID data"
Follow the 'Quick build' example in examples.py:

import orcid_cv as ocv
orcid_dir = r"C:\Users\somlab\Downloads\0000-0002-6806-3302"
output_fname = r"C:\Users\somlab\Downloads\quick_build_output_example.pdf"
ocv.quick_build(orcid_dir, output_fname)

This will generate something like this example pdf.

About

Pipeline for converting an ORCID profile into a resume.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages