diff --git a/content/post/2018-02.md b/content/post/2018-02.md index cbeb8f0ad..6817a7b9b 100644 --- a/content/post/2018-02.md +++ b/content/post/2018-02.md @@ -815,3 +815,34 @@ Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrom ## 2018-02-23 - Atmire got back to us with a quote about their DSpace 5.8 upgrade + +## 2018-02-25 + +- A few days ago Abenet sent me the list of ORCID iDs from CCAFS +- We currently have 988 unique identifiers: + +``` +$ cat dspace/config/controlled-vocabularies/cg-creator-id.xml | grep -oE '[A-Z0-9]{4}-[A-Z0-9]{4}-[A-Z0-9]{4}-[A-Z0-9]{4}' | sort | uniq | wc -l +988 +``` + +- After adding the ones from CCAFS we now have 1004: + +``` +$ cat dspace/config/controlled-vocabularies/cg-creator-id.xml /tmp/ccafs | grep -oE '[A-Z0-9]{4}-[A-Z0-9]{4}-[A-Z0-9]{4}-[A-Z0-9]{4}' | sort | uniq | wc -l +1004 +``` + +- I will add them to DSpace Test but Abenet says she's still waiting to set us ILRI's list +- I will tell her that we should proceed on sharing our work on DSpace Test with the partners this week anyways and we can update the list later +- While regenerating the names for these ORCID identifiers I saw [one that has a weird value for its names](https://pub.orcid.org/v2.1/0000-0002-2614-426X/person): + +``` +Looking up the names associated with ORCID iD: 0000-0002-2614-426X +Given Names Deactivated Family Name Deactivated: 0000-0002-2614-426X +``` + +- I don't know if the user accidentally entered this as their name or if that's how ORCID behaves when the name is private? +- I will remove that one from our list for now +- Remove Dryland Systems subject from submission form because that CRP closed two years ago ([#355](https://github.com/ilri/DSpace/pull/355)) +- Run all system updates on DSpace Test diff --git a/docs/2018-02/index.html b/docs/2018-02/index.html index c41263445..8c6d8784e 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": "5001", + "wordCount": "5199", "datePublished": "2018-02-01T16:28:54+02:00", - "dateModified": "2018-02-22T19:20:18+02:00", + "dateModified": "2018-02-23T23:28:56+02:00", "author": { "@type": "Person", "name": "Alan Orth" @@ -1039,6 +1039,42 @@ TypeError: 'NoneType' object is not subscriptable
$ cat dspace/config/controlled-vocabularies/cg-creator-id.xml | grep -oE '[A-Z0-9]{4}-[A-Z0-9]{4}-[A-Z0-9]{4}-[A-Z0-9]{4}' | sort | uniq | wc -l
+988
+
+
+$ cat dspace/config/controlled-vocabularies/cg-creator-id.xml /tmp/ccafs | grep -oE '[A-Z0-9]{4}-[A-Z0-9]{4}-[A-Z0-9]{4}-[A-Z0-9]{4}' | sort | uniq | wc -l
+1004
+
+
+Looking up the names associated with ORCID iD: 0000-0002-2614-426X
+Given Names Deactivated Family Name Deactivated: 0000-0002-2614-426X
+
+
+