diff --git a/content/post/2018-02.md b/content/post/2018-02.md index db2f7acee..52480f93b 100644 --- a/content/post/2018-02.md +++ b/content/post/2018-02.md @@ -709,3 +709,4 @@ TypeError: 'NoneType' object is not subscriptable - Send Abenet an email about getting a purchase requisition for a new DSpace Test server on Linode - Discuss some of the issues with null values and poor-quality names in some ORCID identifiers with Abenet and I think we'll now only use ORCID iDs that have been sent to use from partners, not those extracted via keyword searches on orcid.org +- I updated the `resolve-orcids.py` to use the "credit-name" if it exists in a profile, falling back to "given-names" + "family-name" diff --git a/docs/2018-02/index.html b/docs/2018-02/index.html index 8469d2b45..510759c28 100644 --- a/docs/2018-02/index.html +++ b/docs/2018-02/index.html @@ -23,7 +23,7 @@ I copied the logic in the jmx_tomcat_dbpools provided by Ubuntu’s munin-pl - + @@ -57,9 +57,9 @@ I copied the logic in the jmx_tomcat_dbpools provided by Ubuntu’s munin-pl "@type": "BlogPosting", "headline": "February, 2018", "url": "https://alanorth.github.io/cgspace-notes/2018-02/", - "wordCount": "4444", + "wordCount": "4464", "datePublished": "2018-02-01T16:28:54+02:00", - "dateModified": "2018-02-19T23:15:24+02:00", + "dateModified": "2018-02-20T09:52:39+02:00", "author": { "@type": "Person", "name": "Alan Orth" @@ -921,6 +921,7 @@ TypeError: 'NoneType' object is not subscriptable
resolve-orcids.py
to use the “credit-name” if it exists in a profile, falling back to “given-names” + “family-name”