Skip to content

Commit

Permalink
Merge pull request #335 from ncihtan/326-incongruity-between-htan-rfc…
Browse files Browse the repository at this point in the history
…-docexample-and-dca-template

Remove ORCID ID validation rule
  • Loading branch information
adamjtaylor authored Jan 4, 2024
2 parents 5384297 + 2329c7c commit e7de2f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion HTAN.model.csv
Original file line number Diff line number Diff line change
Expand Up @@ -887,7 +887,7 @@ HTAN Center ID,List of HTAN Center ID(s) associated with the content presented/p
Publication Content Type,The type of content presented or published.,"Preprint, Published manuscript, Conference proceedings",,,TRUE,Publication,,,
DOI,The digital object identifier (DOI) of the content in the form of https://www.doi.org/{doi} to comply with CrossRef DOI display guidelines.,,,,TRUE,Publication,,https://www.doi.org/,url
Corresponding Author,"The name(s) of the corresponding author(s) of the content presented/published. If more than one corresponding author, please list in the order they appear in the author list.",,,,TRUE,Publication,,,
Corresponding Author ORCID,"The ORCiD(s) of the corresponding author(s) of the content presented/published. Should be a valid ORCiD url starting with https://orcid.org/ followed by a 16 digit identifier in dash separated groups of 4 (for example https://orcid.org/0000-0002-1825-0097). If more than one corresponding author, please list ORCiDs in the order the authors appear in the author list.",,,,TRUE,Publication,,https://support.orcid.org/hc/en-us/articles/360006897674-Structure-of-the-ORCID-Identifier,url
Corresponding Author ORCID,"The ORCiD(s) of the corresponding author(s) of the content presented/published. Should be a valid ORCiD url starting with https://orcid.org/ followed by a 16 digit identifier in dash separated groups of 4 (for example https://orcid.org/0000-0002-1825-0097). If more than one corresponding author, please list ORCiDs in the order the authors appear in the author list.",,,,TRUE,Publication,,https://support.orcid.org/hc/en-us/articles/360006897674-Structure-of-the-ORCID-Identifier,
Title,The title of the content presented or published.,,,,TRUE,Publication,,,
Authors,"The names of the author(s) of the content presented/published, in the order they appear.",,,,TRUE,Publication,,,
Year of Publication,The year the content was presented or published (format YYYY).,,,,TRUE,Publication,,,regex search ^(19|20)\d{2}$
Expand Down
4 changes: 1 addition & 3 deletions HTAN.model.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -46738,9 +46738,7 @@
},
"sms:displayName": "Corresponding Author ORCID",
"sms:required": "sms:true",
"sms:validationRules": [
"url"
]
"sms:validationRules": []
},
{
"@id": "bts:Title",
Expand Down

0 comments on commit e7de2f1

Please sign in to comment.