-
Notifications
You must be signed in to change notification settings - Fork 0
Add CV page for Dr. Aiemjoy with ORCID publication integration #57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Co-authored-by: kaiemjoy <16113030+kaiemjoy@users.noreply.github.com>
Co-authored-by: kaiemjoy <16113030+kaiemjoy@users.noreply.github.com>
…generic PDF filename Co-authored-by: kaiemjoy <16113030+kaiemjoy@users.noreply.github.com>
|
@copilot hmm the publications are fetching but the rendering is not working iwth the format-publication function. here are the names of the work_data object: [1] "put-code" "type" "visibility" |
Co-authored-by: kaiemjoy <16113030+kaiemjoy@users.noreply.github.com>
Co-authored-by: kaiemjoy <16113030+kaiemjoy@users.noreply.github.com>
I've updated the publication formatting to work with the flattened ORCID API structure you provided. The code now:
The fix was implemented in commit aad725b. The trailing whitespace has also been removed from all files (commits aad725b and 0e26d8f).
Fixed the publication rendering by fetching detailed work information from ORCID API to get author names. The function now correctly uses the work_data structure with fields like "title.title.value", "journal-title.value", "publication-date.year.value", etc., and retrieves author information from each work's detailed endpoint. Commit: c2ec813 |
Co-authored-by: kaiemjoy <16113030+kaiemjoy@users.noreply.github.com>
Plan for Adding Dr. Aiemjoy's CV Page
Original prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.