citation-file-format / cff-initializer-javascript

Web form to initialize CITATION.cff files.
https://citation-file-format.github.io/cff-initializer-javascript/
Apache License 2.0
21 stars 8 forks source link

Orcid api #843

Open c-martinez opened 1 year ago

c-martinez commented 1 year ago

Pull request details

Adds author information from ORCID API, when orcid field is filled. I'm sure it is not the most elegant solution, but it works and that is a good start. Suggestions for improvement are welcome.

As a contributor I confirm

List of related issues or pull requests

Refs:

Describe the changes made in this pull request

Instructions to review the pull request

abelsiqueira commented 1 year ago

Hi @c-martinez, I appreciate the update on the PR. After rebasing and testing, it seems that everything is working fine. However, I have a few suggestions to improve the code further:

Please let me know if you need any further input from me.

c-martinez commented 1 year ago

Hey @abelsiqueira, thanks for your feedback. I'm making a little checklist for myself, I'll do as much as I can, but I think there might be a couple of things where I will need help (javascript is not my strongest language):