<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"> P {margin-top:0;margin-bottom:0;} </style>
</head>
<body dir="ltr">
<div style="padding-bottom: 10px; padding-top: 5px;">
<div style="padding:12px; border:1px solid #8D3970; background-color:#F7F9FA; color:#8D3970; font-size:14px; line-height:22px; font-family: Calibri, Arial, Helvetica, sans-serif;">
<strong>CAUTION:</strong> This e-mail originated outside the University of Southampton.
</div>
</div>
<div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
Hi all,</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
I was just wondering if anyone could give me some advice on the affiliation section of the ORCID Support Advance Plugin.</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
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?</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<pre style="font-family:monospace, monospace;background-color:rgb(248, 249, 250);border:1px solid rgb(234, 236, 240);padding:1em;line-height:1.3em;font-size:14px">#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-&gt;{&quot;plugins&quot;}-&gt;{&quot;Event::OrcidSync&quot;}-&gt;{&quot;params&quot;}-&gt;{&quot;affiliation&quot;} = {
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;organization&quot; =&gt; {
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;name&quot; =&gt; &quot;My University Name&quot;, #name of organization - REQUIRED
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;address&quot; =&gt; {
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;city&quot; =&gt; &quot;My Town&quot;, &nbsp;# name of the town / city for the organization - REQUIRED if address included
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; # &nbsp; &nbsp; &nbsp; &quot;region&quot; =&gt; &quot;Countyshire&quot;, &nbsp;# region e.g. county / state / province - OPTIONAL
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;country&quot; =&gt; &quot;GB&quot;, &nbsp;# 2 letter country code - AU, GB, IE, NZ, US, etc. - REQUIRED if address included
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; },
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;disambiguated-organization&quot; =&gt; {
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;disambiguated-organization-identifier&quot; =&gt; &quot;ZZZZ&quot;, &nbsp;# replace ZZZZ with Institutional identifier from the recognised source
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;disambiguation-source&quot; =&gt; &quot;RINGGOLD&quot;, # Source for institutional identifier should be RINGGOLD or ISNI
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }
};</pre>
Would there be any unintended repercussions from doing that?</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
With thanks,<br>
Catherine&nbsp;</div>
<div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div id="Signature">
<div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div><b>_____________________</b></div>
<div><b>Dr Catherine Ferris</b></div>
<div>IReL Open Scholarship Officer<br>
</div>
<div>IReL, Maynooth University Library, Co Kildare, W23 VP22, Ireland.&nbsp;</div>
<div><span style="">E: catherine.ferris@mu.ie&nbsp;W: </span><a href="https://eur03.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.irel.ie%2F&amp;data=04%7C01%7Ceprints-tech%40ecs.soton.ac.uk%7C27646fc908484cd47bc108d93008ca8e%7C4a5378f929f44d3ebe89669d03ada9d8%7C0%7C0%7C637593636576737960%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&amp;sdata=jMTtz%2FUmKNcmmZOofewfQx8hO4A7iFvjvKnLuQAg9Ys%3D&amp;reserved=0" originalSrc="http://www.irel.ie/" shash="EoWkT6l85tV0W7Pg+up/oD9DTLVf3EPGSbf0bJU4Tep/JoBOH+MT/G6IOSZxMwbJnLX7C1QuH7wwKGdg+bsqMEOAFKSzWT6Yr0sGs0G9JWALsXzien1BAGbfWk7h1fFPhf6X9FUoQiIvU8TQzJgQKC6kJJ16Rwt0z830g617848=" title="www.irel.ie" style="">www.irel.ie</a><span style="">&nbsp;</span><br>
</div>
<div style="text-align:left"><span style="box-sizing:border-box; width:14px; height:14px; display:inline-block; text-align:start"><img class="EmojiInsert" style="max-width:100%" data-outlook-trace="F:1|T:1" src="cid:70324afe-42fd-427e-b6d8-5f7cd999ffe0"></span><span style="box-sizing:border-box; text-align:start"><a href="https://eur03.safelinks.protection.outlook.com/?url=https%3A%2F%2Forcid.org%2F0000-0002-8723-1359&amp;data=04%7C01%7Ceprints-tech%40ecs.soton.ac.uk%7C27646fc908484cd47bc108d93008ca8e%7C4a5378f929f44d3ebe89669d03ada9d8%7C0%7C0%7C637593636576747916%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&amp;sdata=AV29knoq7XO%2BB0tKzNlIT8Dt98FchnrtslDxLhbcrVk%3D&amp;reserved=0" originalSrc="https://orcid.org/0000-0002-8723-1359" shash="B458iT+N7BagrES46sytJTGhHWk8TYroUYmmPHtrSqk2D9RAooagqc5KMRVJQrBeRcTSFw1iolpDR/soCMknfCYtPtAgtDFHs8rCaDL6esKLfOxbApXezRCjuvqbOdSDb1ldQxdHQzIavpLlcqOGSZXWHgZ9ACxSLZbBCNZU8Hs="><span style="font-size:10pt">https://orcid.org/0000-0002-8723-1359</span></a></span><br>
</div>
<div><img class="EmojiInsert" width="278.3888420026626" height="79.42745299527918" style="width:278.389px; height:79.4275px" data-outlook-trace="F:1|T:1" src="cid:c5f0748d-8926-42e1-ae81-c11799a6daa3"><br>
</div>
</div>
</div>
</div>
</div>
</body>
</html>