[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[EP-tech] [EXTERNAL] Re: ORCID Support Advance Plugin Query
Hi Nina,
I assume you want to unsubscribe from the eprints-tech list. Emailing
the list directly will not automatically unsubscribe you, so I have done
so manually.
Regards
David Newman
On 26/07/2021 14:52, Khairul Nina via Eprints-tech wrote:
> *CAUTION:* This e-mail originated outside the University of Southampton.
> Unsubscribe
>
> On Mon, Jul 12, 2021, 6:16 PM Catherine Ferris via Eprints-tech
> <eprints-tech at ecs.soton.ac.uk <mailto:eprints-tech at ecs.soton.ac.uk>>
> wrote:
>
> *CAUTION:* This e-mail originated outside the University of
> Southampton.
> That's great David, thanks for the quick response,
> Catherine
>
> *_____________________*
> *Dr Catherine Ferris*
> IReL Open Scholarship Officer
> IReL, Maynooth University Library, Co Kildare, W23 VP22, Ireland.
> E: catherine.ferris at mu.ie <mailto:catherine.ferris at mu.ie>?W:
> https://eur03.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.irel.ie%2F&data=04%7C01%7Ceprints-tech%40ecs.soton.ac.uk%7C288b0f3fe6654ee7377408d9504012d2%7C4a5378f929f44d3ebe89669d03ada9d8%7C0%7C0%7C637629058380286137%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=yl06tPao%2BQWrGk9fgG%2BfXHxpmAF0a8DYzOoYRPdbVs4%3D&reserved=0
> <https://eur03.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.irel.ie%2F&data=04%7C01%7Ceprints-tech%40ecs.soton.ac.uk%7C288b0f3fe6654ee7377408d9504012d2%7C4a5378f929f44d3ebe89669d03ada9d8%7C0%7C0%7C637629058380286137%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=yl06tPao%2BQWrGk9fgG%2BfXHxpmAF0a8DYzOoYRPdbVs4%3D&reserved=0>
> https://eur03.safelinks.protection.outlook.com/?url=https%3A%2F%2Forcid.org%2F0000-0002-8723-1359&data=04%7C01%7Ceprints-tech%40ecs.soton.ac.uk%7C288b0f3fe6654ee7377408d9504012d2%7C4a5378f929f44d3ebe89669d03ada9d8%7C0%7C0%7C637629058380286137%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=4Xh8QZrRptjCI6D2sk5IYu2fDO1UaSmxsWpzwGuggk8%3D&reserved=0
> <https://eur03.safelinks.protection.outlook.com/?url=https%3A%2F%2Forcid.org%2F0000-0002-8723-1359&data=04%7C01%7Ceprints-tech%40ecs.soton.ac.uk%7C288b0f3fe6654ee7377408d9504012d2%7C4a5378f929f44d3ebe89669d03ada9d8%7C0%7C0%7C637629058380286137%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=4Xh8QZrRptjCI6D2sk5IYu2fDO1UaSmxsWpzwGuggk8%3D&reserved=0>
>
> ------------------------------------------------------------------------
> *From:* David R Newman <drn at ecs.soton.ac.uk
> <mailto:drn at ecs.soton.ac.uk>>
> *Sent:* Monday 12 July 2021 11:11
> *To:* Catherine Ferris <Catherine.Ferris at mu.ie
> <mailto:Catherine.Ferris at mu.ie>>; eprints-tech at ecs.soton.ac.uk
> <mailto:eprints-tech at ecs.soton.ac.uk>
> <eprints-tech at ecs.soton.ac.uk <mailto:eprints-tech at ecs.soton.ac.uk>>
> *Subject:* Re: [EP-tech] [EXTERNAL] Re: ORCID Support Advance
> Plugin Query
>
> Hi Catherine,
>
>
> It is up to users to decide whether they want to import from
> ORCID.? Although repository admins could also use the same
> mechanism to import records for a user once they have connected
> with ORCID.? Import for records from ORCID will not happen
> automatically.? However, to avoid user importing records from
> ORCID when you don't want to, you could just disable the plugin.?
> This is just one line of code in your configuration cfg/cfg.d/
> directory:
>
>
> $c->{"plugins"}->{"Screen::ImportFromOrcid"}->{params}->{disable} = 1;
>
>
> Regards
>
>
> David Newman
>
>
> On 12/07/2021 11:01, Catherine Ferris wrote:
>> *CAUTION:* This e-mail originated outside the University of
>> Southampton.
>> Hi David,
>>
>> Can I follow up on this query to see if it's possible to also
>> comment out the code that enables EPrints to import data from ORCID?
>>
>> The use case here is: EPrints as institutional repository,
>> contains full texts, and the organisation wishes to maintain
>> this. As ORCID only contains metadata, and not necessarily even
>> links to full text, the import from ORCID functionality will
>> cause considerable work for the EPrints administrators to
>> monitor, check links etc. The primary goal is to ensure that
>> research outputs in EPrints are exported to researchers ORCID
>> records, but not that the metadata-only records contained within
>> ORCID are used to update EPrints.
>>
>> It's great that the import functionality exists, but for this use
>> case? it's not a priority and creates a challenge for
>> resourcing/workload.
>>
>> Catherine
>>
>> *_____________________*
>> *Dr Catherine Ferris*
>> IReL Open Scholarship Officer
>> IReL, Maynooth University Library, Co Kildare, W23 VP22, Ireland.
>> E: catherine.ferris at mu.ie <mailto:catherine.ferris at mu.ie>?W:
>> https://eur03.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.irel.ie%2F&data=04%7C01%7Ceprints-tech%40ecs.soton.ac.uk%7C288b0f3fe6654ee7377408d9504012d2%7C4a5378f929f44d3ebe89669d03ada9d8%7C0%7C0%7C637629058380296091%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=Xh6r7hpVXVvwlbOTaESnNhmVT%2BPpeHsWHfrpqjnnAOg%3D&reserved=0
>> <https://eur03.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.irel.ie%2F&data=04%7C01%7Ceprints-tech%40ecs.soton.ac.uk%7C288b0f3fe6654ee7377408d9504012d2%7C4a5378f929f44d3ebe89669d03ada9d8%7C0%7C0%7C637629058380296091%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=Xh6r7hpVXVvwlbOTaESnNhmVT%2BPpeHsWHfrpqjnnAOg%3D&reserved=0>
>> https://eur03.safelinks.protection.outlook.com/?url=https%3A%2F%2Forcid.org%2F0000-0002-8723-1359&data=04%7C01%7Ceprints-tech%40ecs.soton.ac.uk%7C288b0f3fe6654ee7377408d9504012d2%7C4a5378f929f44d3ebe89669d03ada9d8%7C0%7C0%7C637629058380296091%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=t2RPeTKAztsa3q4uZAzEaxnKd1ERKjiPE4FmBS0VWuE%3D&reserved=0
>> <https://eur03.safelinks.protection.outlook.com/?url=https%3A%2F%2Forcid.org%2F0000-0002-8723-1359&data=04%7C01%7Ceprints-tech%40ecs.soton.ac.uk%7C288b0f3fe6654ee7377408d9504012d2%7C4a5378f929f44d3ebe89669d03ada9d8%7C0%7C0%7C637629058380296091%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=t2RPeTKAztsa3q4uZAzEaxnKd1ERKjiPE4FmBS0VWuE%3D&reserved=0>
>>
>> ------------------------------------------------------------------------
>> *From:* eprints-tech-bounces at ecs.soton.ac.uk
>> <mailto:eprints-tech-bounces at ecs.soton.ac.uk>
>> <eprints-tech-bounces at ecs.soton.ac.uk>
>> <mailto:eprints-tech-bounces at ecs.soton.ac.uk> on behalf of
>> Catherine Ferris via Eprints-tech <eprints-tech at ecs.soton.ac.uk>
>> <mailto:eprints-tech at ecs.soton.ac.uk>
>> *Sent:* Tuesday 15 June 2021 17:34
>> *To:* David R Newman <drn at ecs.soton.ac.uk>
>> <mailto:drn at ecs.soton.ac.uk>; eprints-tech at ecs.soton.ac.uk
>> <mailto:eprints-tech at ecs.soton.ac.uk>
>> <eprints-tech at ecs.soton.ac.uk> <mailto:eprints-tech at ecs.soton.ac.uk>
>> *Subject:* Re: [EP-tech] [EXTERNAL] Re: ORCID Support Advance
>> Plugin Query
>> *CAUTION:* This e-mail originated outside the University of
>> Southampton.
>> That's brilliant, thanks for the fast response David,
>> Catherine
>>
>> *_____________________*
>> *Dr Catherine Ferris*
>> IReL Open Scholarship Officer
>> IReL, Maynooth University Library, Co Kildare, W23 VP22, Ireland.
>> E: catherine.ferris at mu.ie <mailto:catherine.ferris at mu.ie>?W:
>> https://eur03.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.irel.ie%2F&data=04%7C01%7Ceprints-tech%40ecs.soton.ac.uk%7C288b0f3fe6654ee7377408d9504012d2%7C4a5378f929f44d3ebe89669d03ada9d8%7C0%7C0%7C637629058380296091%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=Xh6r7hpVXVvwlbOTaESnNhmVT%2BPpeHsWHfrpqjnnAOg%3D&reserved=0
>> <https://eur03.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.irel.ie%2F&data=04%7C01%7Ceprints-tech%40ecs.soton.ac.uk%7C288b0f3fe6654ee7377408d9504012d2%7C4a5378f929f44d3ebe89669d03ada9d8%7C0%7C0%7C637629058380296091%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=Xh6r7hpVXVvwlbOTaESnNhmVT%2BPpeHsWHfrpqjnnAOg%3D&reserved=0>
>> https://eur03.safelinks.protection.outlook.com/?url=https%3A%2F%2Forcid.org%2F0000-0002-8723-1359&data=04%7C01%7Ceprints-tech%40ecs.soton.ac.uk%7C288b0f3fe6654ee7377408d9504012d2%7C4a5378f929f44d3ebe89669d03ada9d8%7C0%7C0%7C637629058380296091%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=t2RPeTKAztsa3q4uZAzEaxnKd1ERKjiPE4FmBS0VWuE%3D&reserved=0
>> <https://eur03.safelinks.protection.outlook.com/?url=https%3A%2F%2Forcid.org%2F0000-0002-8723-1359&data=04%7C01%7Ceprints-tech%40ecs.soton.ac.uk%7C288b0f3fe6654ee7377408d9504012d2%7C4a5378f929f44d3ebe89669d03ada9d8%7C0%7C0%7C637629058380296091%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=t2RPeTKAztsa3q4uZAzEaxnKd1ERKjiPE4FmBS0VWuE%3D&reserved=0>
>>
>> ------------------------------------------------------------------------
>> *From:* David R Newman <drn at ecs.soton.ac.uk>
>> <mailto:drn at ecs.soton.ac.uk>
>> *Sent:* Tuesday 15 June 2021 16:30
>> *To:* Catherine Ferris <Catherine.Ferris at mu.ie>
>> <mailto:Catherine.Ferris at mu.ie>; eprints-tech at ecs.soton.ac.uk
>> <mailto:eprints-tech at ecs.soton.ac.uk>
>> <eprints-tech at ecs.soton.ac.uk> <mailto:eprints-tech at ecs.soton.ac.uk>
>> *Subject:* Re: [EXTERNAL] Re: [EP-tech] ORCID Support Advance
>> Plugin Query
>>
>> Hi Catherine,
>>
>>
>> I got a bit distracted with the disambiguation stuff, as that had
>> been a lot of hassle to sort out, so apologies for not directly
>> answering your question.
>>
>>
>> The main point of this code is to allow EPrints to push back to
>> ORCID to update the employment or education of the user who
>> connected their EPrints account with ORCID for the purpose of
>> importing and exporting publications/citations.? If you just
>> comment out this whole block (i.e.
>> $c->{"plugins"}->{"Event::OrcidSync"}->{"params"}->{"affiliation"}
>> ), EPrints will not try to update the employment/education of an
>> ORCID connected EPrints user, as it will not have any useful
>> information.? However, if you just leave the configuration
>> unchanged it will basically have the same effect.? It will just
>> make the server do some unnecessary work before ORCID will reject
>> "ZZZZ" as an invalid RINGGOLD ID for an organization that EPrints
>> tries to update the user's ORCID profile with.
>>
>>
>> I would advise that commenting out is better than deleting this
>> configuration, as if either you choose to re-instate this later
>> or it causes an unintended side effect, reverting the change only
>> takes a matter of seconds if it is commented out. Either way,
>> once you have changed the config you will need to reload the
>> webserver for the change to take effect.
>>
>>
>> Hope this helps
>>
>>
>> David Newman
>>
>>
>>
>> On 15/06/2021 16:01, Catherine Ferris wrote:
>>> *CAUTION:* This e-mail originated outside the University of
>>> Southampton.
>>> Thanks David,
>>> I appreciate this information - it's useful to know, but what
>>> I'm trying to ascertain is whether it's possible to bypass the
>>> affiliation assertion altogether (not for technical reasons, but
>>> strategic reasons).
>>> If the code I referred to below is deleted, will the rest of the
>>> plugin still work (reading data, writing publication data) etc
>>> while the affiliation data isn't sent?
>>> Catherine
>>>
>>> *_____________________*
>>> *Dr Catherine Ferris*
>>> IReL Open Scholarship Officer
>>> IReL, Maynooth University Library, Co Kildare, W23 VP22, Ireland.
>>> E: catherine.ferris at mu.ie <mailto:catherine.ferris at mu.ie>?W:
>>> https://eur03.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.irel.ie%2F&data=04%7C01%7Ceprints-tech%40ecs.soton.ac.uk%7C288b0f3fe6654ee7377408d9504012d2%7C4a5378f929f44d3ebe89669d03ada9d8%7C0%7C0%7C637629058380296091%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=Xh6r7hpVXVvwlbOTaESnNhmVT%2BPpeHsWHfrpqjnnAOg%3D&reserved=0
>>> <https://eur03.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.irel.ie%2F&data=04%7C01%7Ceprints-tech%40ecs.soton.ac.uk%7C288b0f3fe6654ee7377408d9504012d2%7C4a5378f929f44d3ebe89669d03ada9d8%7C0%7C0%7C637629058380296091%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=Xh6r7hpVXVvwlbOTaESnNhmVT%2BPpeHsWHfrpqjnnAOg%3D&reserved=0>
>>> https://eur03.safelinks.protection.outlook.com/?url=https%3A%2F%2Forcid.org%2F0000-0002-8723-1359&data=04%7C01%7Ceprints-tech%40ecs.soton.ac.uk%7C288b0f3fe6654ee7377408d9504012d2%7C4a5378f929f44d3ebe89669d03ada9d8%7C0%7C0%7C637629058380296091%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=t2RPeTKAztsa3q4uZAzEaxnKd1ERKjiPE4FmBS0VWuE%3D&reserved=0
>>> <https://eur03.safelinks.protection.outlook.com/?url=https%3A%2F%2Forcid.org%2F0000-0002-8723-1359&data=04%7C01%7Ceprints-tech%40ecs.soton.ac.uk%7C288b0f3fe6654ee7377408d9504012d2%7C4a5378f929f44d3ebe89669d03ada9d8%7C0%7C0%7C637629058380296091%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=t2RPeTKAztsa3q4uZAzEaxnKd1ERKjiPE4FmBS0VWuE%3D&reserved=0>
>>>
>>>
>>> ------------------------------------------------------------------------
>>> *From:* David R Newman <drn at ecs.soton.ac.uk>
>>> <mailto:drn at ecs.soton.ac.uk>
>>> *Sent:* Tuesday 15 June 2021 15:56
>>> *To:* eprints-tech at ecs.soton.ac.uk
>>> <mailto:eprints-tech at ecs.soton.ac.uk>
>>> <eprints-tech at ecs.soton.ac.uk>
>>> <mailto:eprints-tech at ecs.soton.ac.uk>; Catherine Ferris
>>> <Catherine.Ferris at mu.ie> <mailto:Catherine.Ferris at mu.ie>
>>> *Subject:* [EXTERNAL] Re: [EP-tech] ORCID Support Advance Plugin
>>> Query
>>>
>>>
>>> *Warning*
>>>
>>> This email originated from outside of Maynooth University's Mail
>>> System. Do not reply, click links or open attachments unless you
>>> recognise the sender and know the content is safe.
>>>
>>> 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://eur03.safelinks.protection.outlook.com/?url=https%3A%2F%2Finfo.orcid.org%2Fdocumentation%2Fintegration-guide%2Fworking-with-organization-identifiers%2F&data=04%7C01%7Ceprints-tech%40ecs.soton.ac.uk%7C288b0f3fe6654ee7377408d9504012d2%7C4a5378f929f44d3ebe89669d03ada9d8%7C0%7C0%7C637629058380306045%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=UC0%2BLi4TGG7e5xqSqu5tNMair5qUd4tm0RnZ4h5HaIg%3D&reserved=0
>>> <https://eur03.safelinks.protection.outlook.com/?url=https%3A%2F%2Finfo.orcid.org%2Fdocumentation%2Fintegration-guide%2Fworking-with-organization-identifiers%2F&data=04%7C01%7Ceprints-tech%40ecs.soton.ac.uk%7C288b0f3fe6654ee7377408d9504012d2%7C4a5378f929f44d3ebe89669d03ada9d8%7C0%7C0%7C637629058380306045%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=UC0%2BLi4TGG7e5xqSqu5tNMair5qUd4tm0RnZ4h5HaIg%3D&reserved=0>
>>>
>>>
>>> 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://eur03.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.grid.ac%2Finstitutes&data=04%7C01%7Ceprints-tech%40ecs.soton.ac.uk%7C288b0f3fe6654ee7377408d9504012d2%7C4a5378f929f44d3ebe89669d03ada9d8%7C0%7C0%7C637629058380306045%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=WrY9Gt4%2FbMG475G0qLSStuiNseGzLcmw%2FrCgJNALoS4%3D&reserved=0
>>> <https://eur03.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.grid.ac%2Finstitutes&data=04%7C01%7Ceprints-tech%40ecs.soton.ac.uk%7C288b0f3fe6654ee7377408d9504012d2%7C4a5378f929f44d3ebe89669d03ada9d8%7C0%7C0%7C637629058380306045%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=WrY9Gt4%2FbMG475G0qLSStuiNseGzLcmw%2FrCgJNALoS4%3D&reserved=0>
>>>
>>>
>>> On 15/06/2021 15:20, Catherine Ferris via Eprints-tech wrote:
>>>> *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 Ferris*
>>>> IReL Open Scholarship Officer
>>>> IReL, Maynooth University Library, Co Kildare, W23 VP22, Ireland.
>>>> E: catherine.ferris at mu.ie <mailto:catherine.ferris at mu.ie>?W:
>>>> https://eur03.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.irel.ie%2F&data=04%7C01%7Ceprints-tech%40ecs.soton.ac.uk%7C288b0f3fe6654ee7377408d9504012d2%7C4a5378f929f44d3ebe89669d03ada9d8%7C0%7C0%7C637629058380306045%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=O5xdetUh%2BIIwHnZrbLwiJY4g925ZNiqesJjMkE4Uhv8%3D&reserved=0
>>>> <https://eur03.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.irel.ie%2F&data=04%7C01%7Ceprints-tech%40ecs.soton.ac.uk%7C288b0f3fe6654ee7377408d9504012d2%7C4a5378f929f44d3ebe89669d03ada9d8%7C0%7C0%7C637629058380306045%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=O5xdetUh%2BIIwHnZrbLwiJY4g925ZNiqesJjMkE4Uhv8%3D&reserved=0>
>>>> https://eur03.safelinks.protection.outlook.com/?url=https%3A%2F%2Forcid.org%2F0000-0002-8723-1359&data=04%7C01%7Ceprints-tech%40ecs.soton.ac.uk%7C288b0f3fe6654ee7377408d9504012d2%7C4a5378f929f44d3ebe89669d03ada9d8%7C0%7C0%7C637629058380306045%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=CqAOWCmQh2Y%2FYDQ%2FSWa4PHbmjG7YlLBjcEYvMqzVzd4%3D&reserved=0
>>>> <https://eur03.safelinks.protection.outlook.com/?url=https%3A%2F%2Forcid.org%2F0000-0002-8723-1359&data=04%7C01%7Ceprints-tech%40ecs.soton.ac.uk%7C288b0f3fe6654ee7377408d9504012d2%7C4a5378f929f44d3ebe89669d03ada9d8%7C0%7C0%7C637629058380306045%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=CqAOWCmQh2Y%2FYDQ%2FSWa4PHbmjG7YlLBjcEYvMqzVzd4%3D&reserved=0>
>>>>
>>>>
>>>> *** Options:http://mailman.ecs.soton.ac.uk/mailman/listinfo/eprints-tech <http://mailman.ecs.soton.ac.uk/mailman/listinfo/eprints-tech>
>>>> *** Archive:https://eur03.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.eprints.org%2Ftech.php%2F&data=04%7C01%7Ceprints-tech%40ecs.soton.ac.uk%7C288b0f3fe6654ee7377408d9504012d2%7C4a5378f929f44d3ebe89669d03ada9d8%7C0%7C0%7C637629058380306045%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=dK0rOTibfauTyRSYnDmKVi3y%2BdN6QJucgk2cGsdG3VU%3D&reserved=0 <https://eur03.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.eprints.org%2Ftech.php%2F&data=04%7C01%7Ceprints-tech%40ecs.soton.ac.uk%7C288b0f3fe6654ee7377408d9504012d2%7C4a5378f929f44d3ebe89669d03ada9d8%7C0%7C0%7C637629058380306045%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=dK0rOTibfauTyRSYnDmKVi3y%2BdN6QJucgk2cGsdG3VU%3D&reserved=0>
>>>> *** EPrints community wiki:https://eur03.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwiki.eprints.org%2F&data=04%7C01%7Ceprints-tech%40ecs.soton.ac.uk%7C288b0f3fe6654ee7377408d9504012d2%7C4a5378f929f44d3ebe89669d03ada9d8%7C0%7C0%7C637629058380306045%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=Ea1n8WPpsVL%2FAX6O5OM3%2B%2F%2Ba572tuwLwewJ3vWQXB1k%3D&reserved=0 <https://eur03.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwiki.eprints.org%2F&data=04%7C01%7Ceprints-tech%40ecs.soton.ac.uk%7C288b0f3fe6654ee7377408d9504012d2%7C4a5378f929f44d3ebe89669d03ada9d8%7C0%7C0%7C637629058380316004%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=fv3dOqUnpuEFHXDS9vPiLg8gV4d%2Fu%2FRQRz3AT5PVyy4%3D&reserved=0>
>>>
>>>
>>> ------------------------------------------------------------------------
>>> AVG logo
>>> <https://eur03.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.avg.com%2Finternet-security&data=04%7C01%7Ceprints-tech%40ecs.soton.ac.uk%7C288b0f3fe6654ee7377408d9504012d2%7C4a5378f929f44d3ebe89669d03ada9d8%7C0%7C0%7C637629058380316004%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=lbYnWGTLrFkKF3LISy0yYhe26ZZZvIj9PkdNN%2BztkBg%3D&reserved=0>
>>>
>>>
>>> This email has been checked for viruses by AVG antivirus software.
>>> https://eur03.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.avg.com%2F&data=04%7C01%7Ceprints-tech%40ecs.soton.ac.uk%7C288b0f3fe6654ee7377408d9504012d2%7C4a5378f929f44d3ebe89669d03ada9d8%7C0%7C0%7C637629058380316004%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=Yux24QjBbu%2B8oQhfZKAscQwhmlaFp%2B%2FySBFKcSWtF3A%3D&reserved=0
>>> <https://eur03.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.avg.com%2Finternet-security&data=04%7C01%7Ceprints-tech%40ecs.soton.ac.uk%7C288b0f3fe6654ee7377408d9504012d2%7C4a5378f929f44d3ebe89669d03ada9d8%7C0%7C0%7C637629058380316004%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=lbYnWGTLrFkKF3LISy0yYhe26ZZZvIj9PkdNN%2BztkBg%3D&reserved=0>
>>>
>>>
>>>
> *** Options:
> http://mailman.ecs.soton.ac.uk/mailman/listinfo/eprints-tech
> <http://mailman.ecs.soton.ac.uk/mailman/listinfo/eprints-tech>
> *** Archive: https://eur03.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.eprints.org%2Ftech.php%2F&data=04%7C01%7Ceprints-tech%40ecs.soton.ac.uk%7C288b0f3fe6654ee7377408d9504012d2%7C4a5378f929f44d3ebe89669d03ada9d8%7C0%7C0%7C637629058380316004%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=FFJJZ2k7mBauqmfurP%2BFTzDqWrTlOVo9piTLj5qmIYQ%3D&reserved=0
> <https://eur03.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.eprints.org%2Ftech.php%2F&data=04%7C01%7Ceprints-tech%40ecs.soton.ac.uk%7C288b0f3fe6654ee7377408d9504012d2%7C4a5378f929f44d3ebe89669d03ada9d8%7C0%7C0%7C637629058380316004%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=FFJJZ2k7mBauqmfurP%2BFTzDqWrTlOVo9piTLj5qmIYQ%3D&reserved=0>
> *** EPrints community wiki: https://eur03.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwiki.eprints.org%2F&data=04%7C01%7Ceprints-tech%40ecs.soton.ac.uk%7C288b0f3fe6654ee7377408d9504012d2%7C4a5378f929f44d3ebe89669d03ada9d8%7C0%7C0%7C637629058380316004%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=fv3dOqUnpuEFHXDS9vPiLg8gV4d%2Fu%2FRQRz3AT5PVyy4%3D&reserved=0
> <https://eur03.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwiki.eprints.org%2F&data=04%7C01%7Ceprints-tech%40ecs.soton.ac.uk%7C288b0f3fe6654ee7377408d9504012d2%7C4a5378f929f44d3ebe89669d03ada9d8%7C0%7C0%7C637629058380316004%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=fv3dOqUnpuEFHXDS9vPiLg8gV4d%2Fu%2FRQRz3AT5PVyy4%3D&reserved=0>
>
>
> *** Options: http://mailman.ecs.soton.ac.uk/mailman/listinfo/eprints-tech
> *** Archive: https://eur03.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.eprints.org%2Ftech.php%2F&data=04%7C01%7Ceprints-tech%40ecs.soton.ac.uk%7C288b0f3fe6654ee7377408d9504012d2%7C4a5378f929f44d3ebe89669d03ada9d8%7C0%7C0%7C637629058380316004%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=FFJJZ2k7mBauqmfurP%2BFTzDqWrTlOVo9piTLj5qmIYQ%3D&reserved=0
> *** EPrints community wiki: https://eur03.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwiki.eprints.org%2F&data=04%7C01%7Ceprints-tech%40ecs.soton.ac.uk%7C288b0f3fe6654ee7377408d9504012d2%7C4a5378f929f44d3ebe89669d03ada9d8%7C0%7C0%7C637629058380316004%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=fv3dOqUnpuEFHXDS9vPiLg8gV4d%2Fu%2FRQRz3AT5PVyy4%3D&reserved=0
--
This email has been checked for viruses by AVG.
https://eur03.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.avg.com%2F&data=04%7C01%7Ceprints-tech%40ecs.soton.ac.uk%7C288b0f3fe6654ee7377408d9504012d2%7C4a5378f929f44d3ebe89669d03ada9d8%7C0%7C0%7C637629058380316004%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=80iKP8nHikVIY6ndZL%2BQ%2FaLgCDGLo%2B%2BZ2703KXNKWqk%3D&reserved=0
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.ecs.soton.ac.uk/pipermail/eprints-tech/attachments/20210726/a3cfc52d/attachment-0001.html