python-tooling icon indicating copy to clipboard operation
python-tooling copied to clipboard

Automate updating author list in `CITATION.cff`

Open matt-graham opened this issue 1 year ago • 1 comments

As we have contributor information recorded in machine readable format in both .all-contributorsrc and CITATION.cff it would be nice if we could automatically update latter based on the former? Main problems I can see are:

  • That it would be difficult to get affiliations automatically (short of doing something like checking if GitHub user is part of UCL organization?)
  • I'm not sure its currently possible to get ORCID for a user using GitHub REST API if they have it linked to their profile.
  • GitHub profile only lists name as one field, not separated in to given and family name components.

matt-graham avatar Jun 07 '24 12:06 matt-graham