diff --git a/content/posts/2022-05.md b/content/posts/2022-05.md index a66b0d9ad..a2fe710af 100644 --- a/content/posts/2022-05.md +++ b/content/posts/2022-05.md @@ -213,4 +213,13 @@ Would fix 2 occurences of: Josephine Agogbua: 0000-0001-6317-1227 Would fix 34 occurences of: Martha Lilia Del Río Duque: 0000-0002-0879-0292 ``` +## 2022-05-26 + +- I extracted the names and ORCID identifiers from Maria's spreadsheet and produced several CSV files with different name formats: + - First Last (GREL: `cells['First Name'].value + ' ' + cells['Surname'].value`) + - Last, First (GREL: `cells['Surname'].value + ", " + cells['First Name'].value`) + - Last, F. (GREL: `cells['Surname'].value + ", " + cells['First Name'].value.substring(0, 1) + "."`) +- Then I constructed a CSV for each of these variations to use with `add-orcid-identifiers-csv.py` + - In total I matched a bunch of authors and added 872 new metadata fields! + diff --git a/docs/2022-05/index.html b/docs/2022-05/index.html index ec743bcd9..92cd0163d 100644 --- a/docs/2022-05/index.html +++ b/docs/2022-05/index.html @@ -35,7 +35,7 @@ I purged 93,974 hits from these IPs using my check-spider-ip-hits.sh script - + @@ -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 Would fix 1 occurences of: Bekele Shiferaw: 0000-0002-3645-320X Would fix 2 occurences of: Josephine Agogbua: 0000-0001-6317-1227 Would fix 34 occurences of: Martha Lilia Del Río Duque: 0000-0002-0879-0292 - +

2022-05-26

+ + diff --git a/docs/categories/index.html b/docs/categories/index.html index 26c5512c2..78d5944ea 100644 --- a/docs/categories/index.html +++ b/docs/categories/index.html @@ -10,7 +10,7 @@ - + diff --git a/docs/categories/notes/index.html b/docs/categories/notes/index.html index 6e5f79ce7..0182ce369 100644 --- a/docs/categories/notes/index.html +++ b/docs/categories/notes/index.html @@ -10,7 +10,7 @@ - + diff --git a/docs/categories/notes/page/2/index.html b/docs/categories/notes/page/2/index.html index 39c39ca82..8011d8713 100644 --- a/docs/categories/notes/page/2/index.html +++ b/docs/categories/notes/page/2/index.html @@ -10,7 +10,7 @@ - + diff --git a/docs/categories/notes/page/3/index.html b/docs/categories/notes/page/3/index.html index 6e41ad6d5..9a6e54396 100644 --- a/docs/categories/notes/page/3/index.html +++ b/docs/categories/notes/page/3/index.html @@ -10,7 +10,7 @@ - + diff --git a/docs/categories/notes/page/4/index.html b/docs/categories/notes/page/4/index.html index 25e91db88..71791fe84 100644 --- a/docs/categories/notes/page/4/index.html +++ b/docs/categories/notes/page/4/index.html @@ -10,7 +10,7 @@ - + diff --git a/docs/categories/notes/page/5/index.html b/docs/categories/notes/page/5/index.html index b68aa2942..9a32edac6 100644 --- a/docs/categories/notes/page/5/index.html +++ b/docs/categories/notes/page/5/index.html @@ -10,7 +10,7 @@ - + diff --git a/docs/categories/notes/page/6/index.html b/docs/categories/notes/page/6/index.html index 34ad50f70..a60a77369 100644 --- a/docs/categories/notes/page/6/index.html +++ b/docs/categories/notes/page/6/index.html @@ -10,7 +10,7 @@ - + diff --git a/docs/index.html b/docs/index.html index 46bdb02bb..55e4e26fb 100644 --- a/docs/index.html +++ b/docs/index.html @@ -10,7 +10,7 @@ - + diff --git a/docs/page/2/index.html b/docs/page/2/index.html index ab12485a9..bd568ed9d 100644 --- a/docs/page/2/index.html +++ b/docs/page/2/index.html @@ -10,7 +10,7 @@ - + diff --git a/docs/page/3/index.html b/docs/page/3/index.html index 255f103b3..3c828435e 100644 --- a/docs/page/3/index.html +++ b/docs/page/3/index.html @@ -10,7 +10,7 @@ - + diff --git a/docs/page/4/index.html b/docs/page/4/index.html index a8b9bc47b..3b04bc006 100644 --- a/docs/page/4/index.html +++ b/docs/page/4/index.html @@ -10,7 +10,7 @@ - + diff --git a/docs/page/5/index.html b/docs/page/5/index.html index ab2dd022b..24da185f9 100644 --- a/docs/page/5/index.html +++ b/docs/page/5/index.html @@ -10,7 +10,7 @@ - + diff --git a/docs/page/6/index.html b/docs/page/6/index.html index 52fe87e75..f46462163 100644 --- a/docs/page/6/index.html +++ b/docs/page/6/index.html @@ -10,7 +10,7 @@ - + diff --git a/docs/page/7/index.html b/docs/page/7/index.html index ccb7fb529..4c62e111d 100644 --- a/docs/page/7/index.html +++ b/docs/page/7/index.html @@ -10,7 +10,7 @@ - + diff --git a/docs/page/8/index.html b/docs/page/8/index.html index 7fe07522a..82516b5cd 100644 --- a/docs/page/8/index.html +++ b/docs/page/8/index.html @@ -10,7 +10,7 @@ - + diff --git a/docs/page/9/index.html b/docs/page/9/index.html index 95222c6de..cac540db8 100644 --- a/docs/page/9/index.html +++ b/docs/page/9/index.html @@ -10,7 +10,7 @@ - + diff --git a/docs/posts/index.html b/docs/posts/index.html index d826f607a..6afcb0c05 100644 --- a/docs/posts/index.html +++ b/docs/posts/index.html @@ -10,7 +10,7 @@ - + diff --git a/docs/posts/page/2/index.html b/docs/posts/page/2/index.html index 8d8428588..1ab2a7335 100644 --- a/docs/posts/page/2/index.html +++ b/docs/posts/page/2/index.html @@ -10,7 +10,7 @@ - + diff --git a/docs/posts/page/3/index.html b/docs/posts/page/3/index.html index d4766a853..c126e9d71 100644 --- a/docs/posts/page/3/index.html +++ b/docs/posts/page/3/index.html @@ -10,7 +10,7 @@ - + diff --git a/docs/posts/page/4/index.html b/docs/posts/page/4/index.html index e2105ed50..f560a4d48 100644 --- a/docs/posts/page/4/index.html +++ b/docs/posts/page/4/index.html @@ -10,7 +10,7 @@ - + diff --git a/docs/posts/page/5/index.html b/docs/posts/page/5/index.html index ee588e35b..65d18a25a 100644 --- a/docs/posts/page/5/index.html +++ b/docs/posts/page/5/index.html @@ -10,7 +10,7 @@ - + diff --git a/docs/posts/page/6/index.html b/docs/posts/page/6/index.html index 74e8aeb53..0a058470e 100644 --- a/docs/posts/page/6/index.html +++ b/docs/posts/page/6/index.html @@ -10,7 +10,7 @@ - + diff --git a/docs/posts/page/7/index.html b/docs/posts/page/7/index.html index 123defc5d..dbf6a351e 100644 --- a/docs/posts/page/7/index.html +++ b/docs/posts/page/7/index.html @@ -10,7 +10,7 @@ - + diff --git a/docs/posts/page/8/index.html b/docs/posts/page/8/index.html index b13cbd93a..01ad9f602 100644 --- a/docs/posts/page/8/index.html +++ b/docs/posts/page/8/index.html @@ -10,7 +10,7 @@ - + diff --git a/docs/posts/page/9/index.html b/docs/posts/page/9/index.html index bc6930abc..433a304c3 100644 --- a/docs/posts/page/9/index.html +++ b/docs/posts/page/9/index.html @@ -10,7 +10,7 @@ - + diff --git a/docs/sitemap.xml b/docs/sitemap.xml index ed248d2a2..60495ee5d 100644 --- a/docs/sitemap.xml +++ b/docs/sitemap.xml @@ -3,19 +3,19 @@ xmlns:xhtml="http://www.w3.org/1999/xhtml"> https://alanorth.github.io/cgspace-notes/categories/ - 2022-05-24T22:10:47+03:00 + 2022-05-25T17:05:40+03:00 https://alanorth.github.io/cgspace-notes/ - 2022-05-24T22:10:47+03:00 + 2022-05-25T17:05:40+03:00 https://alanorth.github.io/cgspace-notes/2022-05/ - 2022-05-24T22:10:47+03:00 + 2022-05-25T17:05:40+03:00 https://alanorth.github.io/cgspace-notes/categories/notes/ - 2022-05-24T22:10:47+03:00 + 2022-05-25T17:05:40+03:00 https://alanorth.github.io/cgspace-notes/posts/ - 2022-05-24T22:10:47+03:00 + 2022-05-25T17:05:40+03:00 https://alanorth.github.io/cgspace-notes/2022-04/ 2022-05-04T11:09:45+03:00