EPrints Technical Mailing List Archive
Message: #08648
< Previous (by date) | Next (by date) > | < Previous (in thread) | Next (in thread) > | Messages - Most Recent First | Threads - Most Recent First
Re: [EP-tech] ORCID Support Advance Plugin Query
- To: <eprints-tech@ecs.soton.ac.uk>, Catherine Ferris <Catherine.Ferris@mu.ie>
- Subject: Re: [EP-tech] ORCID Support Advance Plugin Query
- From: David R Newman <drn@ecs.soton.ac.uk>
- Date: Tue, 15 Jun 2021 15:56:28 +0100
Hi Catherine,
I had a similar discussion with ORCID as it was difficult to lookup the RINGGOLD ID for an institution. They pointed me at this page:
https://info.orcid.org/documentation/integration-guide/working-with-organization-identifiers/
My conclusion if it wasn't that by other means I had found out the RINGGOLD ID for the organizagtion I was setting this up for I would have used the GRID [1] service to set the disambiguated-organization-identifier and disambiguation-source. It is a little unhelpful that the comment suggests using ISNI, as ORCID say they do not formerly support ISNI. If you want to use GRID, I believe you want to set something like this:
"disambiguated-organization" => {
"disambiguated-organization-identifier" => "grid.5491.9",
# GRID ID for University of Southampton
"disambiguation-source" => "GRID",
}
Obviously you would need to set the right disambiguated-organization-identifier for your organization. Also regarding setting the other values under organization. The values you should set for this would be the same as the O(rganization), L(ocality), S(tate)/Province/County and (C)ountry used on the SSL certificate for your EPrints repository. E.g.
"name" => "University of Southampton",
"address" => {
"city" => "Southampton",
"region" => "Hampshire",
"country" => "GB",
},
Please let the list know how this goes, in particular to confirm
that GRID is the correct value for the "disambiguation-source" as
I never got a chance to test this with the organization I worked
with because as I previously said, I managed to find out the
RINGGOLD ID without needing to sign up for a time-limited free
account. If you only need to setup for your organization, then it
might be worth setting up such a RINGGOLD account as you will only
need to use it once. However, I knew I was likely to need to do
lookups in the future after the free account would have expired,
so did not think it was worth creating an account at the time.
Regards
David Newman
[1] https://www.grid.ac/institutes
CAUTION: This e-mail originated outside the University of Southampton.Hi all,
I was just wondering if anyone could give me some advice on the affiliation section of the ORCID Support Advance Plugin.
If an institution didn't want to send affiliation data to ORCID records, would it be as simple as deleting this section of the code?#Details of the organization for affiliation inclusion - the easiest way to obtain the RINGGOLD id is to add it to your ORCID user record manually, then pull the orcid-profile via the API and the identifier will be on the record returned. $c->{"plugins"}->{"Event::OrcidSync"}->{"params"}->{"affiliation"} = { "organization" => { "name" => "My University Name", #name of organization - REQUIRED "address" => { "city" => "My Town", # name of the town / city for the organization - REQUIRED if address included # "region" => "Countyshire", # region e.g. county / state / province - OPTIONAL "country" => "GB", # 2 letter country code - AU, GB, IE, NZ, US, etc. - REQUIRED if address included }, "disambiguated-organization" => { "disambiguated-organization-identifier" => "ZZZZ", # replace ZZZZ with Institutional identifier from the recognised source "disambiguation-source" => "RINGGOLD", # Source for institutional identifier should be RINGGOLD or ISNI } } };Would there be any unintended repercussions from doing that?
With thanks,
Catherine
_____________________Dr Catherine FerrisIReL Open Scholarship Officer
IReL, Maynooth University Library, Co Kildare, W23 VP22, Ireland.
*** Options: http://mailman.ecs.soton.ac.uk/mailman/listinfo/eprints-tech *** Archive: http://www.eprints.org/tech.php/ *** EPrints community wiki: http://wiki.eprints.org/
- References:
- [EP-tech] ORCID Support Advance Plugin Query
- From: Catherine Ferris <Catherine.Ferris@mu.ie>
- [EP-tech] ORCID Support Advance Plugin Query
- Prev by Date: [EP-tech] ORCID Support Advance Plugin Query
- Next by Date: Re: [EP-tech] [EXTERNAL] Re: ORCID Support Advance Plugin Query
- Previous by thread: [EP-tech] Sort view with creators_name and corp_creators
- Index(es):