Skip to content

Missing ORCID ID for Author, with 2 Different Surname Spellings #118

@anthonymstohr

Description

@anthonymstohr

Issue:

The lead author for this ChemKED file has her name spelled differently on her paper and her ORCID record (Mariam J. Al Rashidi vs. Mariam El Rachidi). Neither spelling works when trying to validate the file.

Input:

cyclopentane_rashidi_RCM_phi_0.5.zip

Expected behavior:

That it successfully validates the ChemKED file.

Actual behavior, including any error messages:

pyked.ChemKED("/home/astohr/Code/ChemKED-database/cyclopentane/cyclopentane_rashidi_RCM_phi_0.5.yaml")
/home/astohr/anaconda2/envs/pyteck/lib/python3.6/site-packages/pyked/validation.py:412: UserWarning: ORCID 0000-0001-7392-6777 missing for Mariam J. Al Rashidi
  warn('ORCID ' + orcid + ' missing for ' + author_match['name'])
---------------------------------------------------------------------------
NotImplementedError                       Traceback (most recent call last)
<ipython-input-2-ffdabfc2133a> in <module>()
----> 1 pyked.ChemKED("/home/astohr/Code/ChemKED-database/cyclopentane/cyclopentane_rashidi_RCM_phi_0.5.yaml")

This result only appears if using the author's name as written in the paper. Attempting to use the author's name as listed on her ORCID record, or including her ORCID ID in the ChemKED file, returns the same error as above, but without the user warning.

PyKED/ChemKED version: 4.1, Python version 3.6.6

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions