NCEAS / metadig-checks

MetaDIG suites and checks for data and metadata improvement and guidance.
Apache License 2.0
8 stars 9 forks source link

resource.creator.present #69

Closed gothub closed 4 years ago

gothub commented 5 years ago

Description

For creator: check presence, affiliation, email, significant name

Priority

Issues

Procedure

tedhabermann commented 5 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

tedhabermann commented 5 years ago

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

JEDamerow commented 5 years ago

same as implemented check #123