Skip to content
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

Add author affiliations to DataCite metadata. Ref #2153. #2154

Merged
merged 1 commit into from
Dec 4, 2023

Conversation

tompollard
Copy link
Member

As discussed in #2153, we do not currently provide author affiliation/s in the metadata that we send to DataCite. This pull request adds affiliations. Example DataCite payloads are shown at: https://support.datacite.org/docs/api-create-dois

e.g.

      "creators": [
        {
          "name": "Miller, Elizabeth",
          "nameType": "Personal",
          "givenName": "Elizabeth",
          "familyName": "Miller",
          "affiliation": [
            {
              "affiliationIdentifier": "https://ror.org/04wxnsj81",
              "affiliationIdentifierScheme": "ROR",
              "name": "DataCite",
              "schemeUri": "https://ror.org/"
            },
            {
              "affiliationIdentifier": "https://ror.org/05dxps055",
              "affiliationIdentifierScheme": "ROR",
              "name": "California Institute of Technology",
              "schemeUri": "https://ror.org/"
            }
          ],
          "nameIdentifiers": [
            {
              "schemeUri": "https://orcid.org",
              "nameIdentifier": "https://orcid.org/0000-0001-5000-0007",
              "nameIdentifierScheme": "ORCID"
            }
          ]
        }
      ],

In our case, we will only be providing the affiliation name.

@bemoody bemoody merged commit 3544d93 into dev Dec 4, 2023
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants