Add notes for 2022-05-26

This commit is contained in:
2022-05-26 15:01:15 +03:00
parent cc24e999df
commit ce7c03cbfd
28 changed files with 58 additions and 34 deletions

View File

@ -35,7 +35,7 @@ I purged 93,974 hits from these IPs using my check-spider-ip-hits.sh script
<meta property="og:type" content="article" />
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/2022-05/" />
<meta property="article:published_time" content="2022-05-04T09:13:39+03:00" />
<meta property="article:modified_time" content="2022-05-24T22:10:47+03:00" />
<meta property="article:modified_time" content="2022-05-25T17:05:40+03:00" />
@ -76,9 +76,9 @@ I purged 93,974 hits from these IPs using my check-spider-ip-hits.sh script
"@type": "BlogPosting",
"headline": "May, 2022",
"url": "https://alanorth.github.io/cgspace-notes/2022-05/",
"wordCount": "1423",
"wordCount": "1504",
"datePublished": "2022-05-04T09:13:39+03:00",
"dateModified": "2022-05-24T22:10:47+03:00",
"dateModified": "2022-05-25T17:05:40+03:00",
"author": {
"@type": "Person",
"name": "Alan Orth"
@ -376,7 +376,22 @@ I purged 93,974 hits from these IPs using my check-spider-ip-hits.sh script
</span></span><span style="display:flex;"><span>Would fix 1 occurences of: Bekele Shiferaw: 0000-0002-3645-320X
</span></span><span style="display:flex;"><span>Would fix 2 occurences of: Josephine Agogbua: 0000-0001-6317-1227
</span></span><span style="display:flex;"><span>Would fix 34 occurences of: Martha Lilia Del Río Duque: 0000-0002-0879-0292
</span></span></code></pre></div><!-- raw HTML omitted -->
</span></span></code></pre></div><h2 id="2022-05-26">2022-05-26</h2>
<ul>
<li>I extracted the names and ORCID identifiers from Maria&rsquo;s spreadsheet and produced several CSV files with different name formats:
<ul>
<li>First Last (GREL: <code>cells['First Name'].value + ' ' + cells['Surname'].value</code>)</li>
<li>Last, First (GREL: <code>cells['Surname'].value + &quot;, &quot; + cells['First Name'].value</code>)</li>
<li>Last, F. (GREL: <code>cells['Surname'].value + &quot;, &quot; + cells['First Name'].value.substring(0, 1) + &quot;.&quot;</code>)</li>
</ul>
</li>
<li>Then I constructed a CSV for each of these variations to use with <code>add-orcid-identifiers-csv.py</code>
<ul>
<li>In total I matched a bunch of authors and added 872 new metadata fields!</li>
</ul>
</li>
</ul>
<!-- raw HTML omitted -->