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

Identify ORCID identifier for each author #336

Closed
paulalbert1 opened this issue Apr 30, 2019 · 0 comments · Fixed by #404
Closed

Identify ORCID identifier for each author #336

paulalbert1 opened this issue Apr 30, 2019 · 0 comments · Fixed by #404
Assignees

Comments

@paulalbert1
Copy link
Contributor

Output ORCID identifier from PubMed in ReCiter-PubMed.
Output ORCID identifier from PubMed in ReCiter.

Sample data

       <Author ValidYN="Y">
                    <LastName>Gudas</LastName>
                    <ForeName>Lorraine J</ForeName>
                    <Initials>LJ</Initials>
                    <Identifier Source="ORCID">http://orcid.org/0000-0003-3115-4777</Identifier>
                    <AffiliationInfo>
                        <Affiliation>Department of Pharmacology, Weill Cornell Medical College, New York, NY, United States of America.</Affiliation>
                    </AffiliationInfo>
                    <AffiliationInfo>
                        <Affiliation>Weill Cornell Meyer Cancer Center, New York, NY, United States of America.</Affiliation>
                    </AffiliationInfo>
                </Author>
 

Proposed output for ReCiter

For ljgudas and PMID = 30978209.

        {
          "rank": 2,
          "lastName": "Gudas",
          "firstName": "Lorraine J",
          "initials": "L",
          "ORCID": "http://orcid.org/0000-0003-3115-4777"
          "targetAuthor": true
        }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants