Personal website for M Elliott Williams, Bioinformatics Analyst at Emory University.
The site includes an automated system to fetch and display publications from ORCID:
-
Fetch Publications: Run the Python script to fetch publications from ORCID API:
python3 fetch_orcid.py
-
View Publications: The website automatically loads and displays publications from
publications.jsonin the Publications tab.
fetch_orcid.py- Fetches publication data from ORCID API and saves topublications.jsonindex.html- Loads and displays publications from the JSON file- Publications are displayed with title, journal, publication date, and DOI (when available)