Closed gothub closed 4 years ago
The target for this check is a mandatory field in the DataCite Dialect. The name of the creator can be implemented in several ways: data[].attributes.creators[].name, data[].attributes.creators[].givenName, and data[].attributes.creators[].familyName.
The creator can also have two nameTypes: Personal (default) and Organizational
Affiliation information is separate from responsibleParty names in most dialects and it should be a separate check. I created https://github.com/NCEAS/metadig-checks/issues/145 for affiliation
same as implemented check #123
Description
For creator: check presence, affiliation, email, significant name
Priority
Issues
Procedure