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 support for ROR ID as a type of institutional ID #198

Open
joncison opened this issue Apr 1, 2020 · 6 comments
Open

Add support for ROR ID as a type of institutional ID #198

joncison opened this issue Apr 1, 2020 · 6 comments

Comments

@joncison
Copy link
Member

joncison commented Apr 1, 2020

i.e. alongside GRID id

@joncison joncison added this to the 3.3.0 milestone Apr 1, 2020
@joncison joncison self-assigned this Apr 1, 2020
@joncison
Copy link
Member Author

@hansioan this will go in as "rorid" (alongside "orcidid" and "gridid")

@hansioan
Copy link
Member

@joncison thanks , will also need a regex for this

@joncison
Copy link
Member Author

joncison commented May 14, 2020

Yup. Syntax is a leading 0 followed by 6 characters and a 2-digit checksum, see https://dev.ror.org/facts/

Will paste an XSD style regex here shortly ...

@joncison
Copy link
Member Author

<xs:pattern value="0[0-9a-zA-Z]{6}[0-9]{2}"/>

@joncison
Copy link
Member Author

joncison commented May 14, 2020

@hansioan could you pls. paste a JSON style regex here? thanks. So I can update JSON schema + API usage guide.

joncison added a commit that referenced this issue May 14, 2020
joncison added a commit to bio-tools/biotoolsRdf that referenced this issue May 14, 2020
joncison added a commit to bio-tools/Tool-Information-Profiles that referenced this issue May 14, 2020
@hansioan
Copy link
Member

@joncison I don't know about a JSON style regex, but in the backend I will add the regex:
^0[0-9a-zA-Z]{6}[0-9]{2}$
I've basically included the start character ^ and the end character $

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants