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 validation rules for ROR and re3data through identifiers.org API #81

Open
M-casado opened this issue Jun 12, 2023 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@M-casado
Copy link
Contributor

M-casado commented Jun 12, 2023

Based on the requested feature for Biovalidator to interact with identifiers.org API (see elixir-europe/biovalidator#59), the Research Organization Registry (ROR) and re3data could also be included where institutions or affiliations are used.

Both ROR (see record) and re3data (see record) are already registered at identifiers.org, which would make it easy to add with minimal changes to the schemas and no change at all to Biovalidator.

Some examples of where these institution validations could be of use are:

"institutionName": {
"type": "string",
"title": "Institution name",
"description": "The full name of an institution the contact belongs to. In case there are several, separate them with semicolons (;).",
"minLength": 1,
"examples": [ "European Genome-phenome Archive (EGA)" ]
},

"protocolPerformers": {
"type": "array",
"title": "Protocol performers array",
"description": "Array of performers' descriptions of those individuals, groups, or institutions that executed the protocol.",
"additionalProperties": false,
"uniqueItems": true,
"minItems": 1,
"items": {
"type": "string",
"title": "Performer of the protocol",
"description": "Free form text to specify the institution, group, or individuals that performed the protocol.",
"minLength": 1,
"examples": ["EGA's Operational bioinformatics group", "Lab technician"]
}
},

@M-casado M-casado added the enhancement New feature or request label Jun 12, 2023
@M-casado M-casado changed the title Add validation rules for ROR through identifiers.org API Add validation rules for ROR and re3data through identifiers.org API Jun 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant