diff --git a/content/posts/2022-06.md b/content/posts/2022-06.md index 04dc01344..798dbcaea 100644 --- a/content/posts/2022-06.md +++ b/content/posts/2022-06.md @@ -95,4 +95,31 @@ $ dspace user -a -m mel-submit@cgiar.org -g MEL -s Submit -p 'owwwwwwww' - Add `cg.contributor.initiative` with a controlled vocabulary based on CLARISA's list to the CGSpace submission form - Switch to the `linux-virtual-hwe-20.04` kernel on CGSpace (linode18), run all system updates, and reboot +## 2022-06-17 + +- I noticed a few ORCID identifiers missing for some scientists so I added them to the controlled vocabulary and then tagged them on CGSpace: + +```console +$ cat 2022-06-17-add-orcids.csv +dc.contributor.author,cg.creator.identifier +"Tijjani, A.","Abdulfatai Tijjani: 0000-0002-0793-9059" +"Tijjani, Abdulfatai","Abdulfatai Tijjani: 0000-0002-0793-9059" +"Mrode, Raphael A.","Raphael Mrode: 0000-0003-1964-5653" +"Okeyo Mwai, Ally","Ally Okeyo Mwai: 0000-0003-2379-7801" +"Ojango, Julie M.K.","Ojango J.M.K.: 0000-0003-0224-5370" +"Prendergast, J.G.D.","James Prendergast: 0000-0001-8916-018X" +"Ekine-Dzivenu, Chinyere","Chinyere Ekine-Dzivenu: 0000-0002-8526-435X" +"Ekine, C.","Chinyere Ekine-Dzivenu: 0000-0002-8526-435X" +"Ekine-Dzivenu, C.C","Chinyere Ekine-Dzivenu: 0000-0002-8526-435X" +"Shilomboleni, Helena","Helena Shilomboleni: 0000-0002-9875-6484" +$ ./ilri/add-orcid-identifiers-csv.py -i /tmp/2022-06-17-add-orcids.csv -db dspace -u dspace -p 'fuuu' | tee /tmp/orcids.log +$ grep -c 'Adding ORCID' /tmp/orcids2.log +304 +``` + +- Also make some changes to the Discovery facets and item view + - I reduced the number of items to show for CRP facets from 20 to 5 + - I added a facet for the Initiatives + - I re-organized a few parts of the item view to add Action Areas and the list of author affiliations + diff --git a/docs/2022-06/index.html b/docs/2022-06/index.html index f42831707..8b2d4134a 100644 --- a/docs/2022-06/index.html +++ b/docs/2022-06/index.html @@ -26,7 +26,7 @@ There seem to be many more of these: - + @@ -58,9 +58,9 @@ There seem to be many more of these: "@type": "BlogPosting", "headline": "June, 2022", "url": "https://alanorth.github.io/cgspace-notes/2022-06/", - "wordCount": "656", + "wordCount": "801", "datePublished": "2022-06-06T09:01:36+03:00", - "dateModified": "2022-06-16T16:25:51+03:00", + "dateModified": "2022-06-16T19:51:59+03:00", "author": { "@type": "Person", "name": "Alan Orth" @@ -239,6 +239,34 @@ There seem to be many more of these:
  • Add cg.contributor.initiative with a controlled vocabulary based on CLARISA’s list to the CGSpace submission form
  • Switch to the linux-virtual-hwe-20.04 kernel on CGSpace (linode18), run all system updates, and reboot
  • +

    2022-06-17

    + +
    $ cat 2022-06-17-add-orcids.csv
    +dc.contributor.author,cg.creator.identifier
    +"Tijjani, A.","Abdulfatai Tijjani: 0000-0002-0793-9059"
    +"Tijjani, Abdulfatai","Abdulfatai Tijjani: 0000-0002-0793-9059"
    +"Mrode, Raphael A.","Raphael Mrode: 0000-0003-1964-5653"
    +"Okeyo Mwai, Ally","Ally Okeyo Mwai: 0000-0003-2379-7801"
    +"Ojango, Julie M.K.","Ojango J.M.K.: 0000-0003-0224-5370"
    +"Prendergast, J.G.D.","James Prendergast: 0000-0001-8916-018X"
    +"Ekine-Dzivenu, Chinyere","Chinyere Ekine-Dzivenu: 0000-0002-8526-435X"
    +"Ekine, C.","Chinyere Ekine-Dzivenu: 0000-0002-8526-435X"
    +"Ekine-Dzivenu, C.C","Chinyere Ekine-Dzivenu: 0000-0002-8526-435X"
    +"Shilomboleni, Helena","Helena Shilomboleni: 0000-0002-9875-6484"
    +$ ./ilri/add-orcid-identifiers-csv.py -i /tmp/2022-06-17-add-orcids.csv -db dspace -u dspace -p 'fuuu' | tee /tmp/orcids.log
    +$ grep -c 'Adding ORCID' /tmp/orcids2.log 
    +304
    +
    diff --git a/docs/categories/index.html b/docs/categories/index.html index 4c9e86acc..a93e33920 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 b240498ec..c9f8f19e9 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 346fd963a..09bd8145b 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 7a4c4a746..0026f3a94 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 19b7bb36d..111f7f88d 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 624a5b019..a5d734bdf 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 53b8aed6a..a6a027c4a 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 d55459adb..70620c935 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 055ac7324..cc3e8555d 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 e046ea7ca..4c102b018 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 d4b76f3c6..61bc9fa0d 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 d767eac23..0ada70d1d 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 a21b51b79..370bd3444 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 4b1b1dc59..cb3c6506a 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 a39897f9b..b56dd46ae 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 7a97ec949..a040d5573 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 6ac669984..172a62e41 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 20f145bbb..2fd22d7c0 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 a4a8996f9..e0bccf6a5 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 6cea63aeb..b1c253090 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 798c64f46..210e3c20b 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 1c983ee58..494bee4e2 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 558390ae3..9878cf9a2 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 e1aafb7f9..4d2c07583 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 652c914df..3ee848f9a 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 d9b8d8abb..c11822a39 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-06-16T16:25:51+03:00 + 2022-06-16T19:51:59+03:00 https://alanorth.github.io/cgspace-notes/ - 2022-06-16T16:25:51+03:00 + 2022-06-16T19:51:59+03:00 https://alanorth.github.io/cgspace-notes/2022-06/ - 2022-06-16T16:25:51+03:00 + 2022-06-16T19:51:59+03:00 https://alanorth.github.io/cgspace-notes/categories/notes/ - 2022-06-16T16:25:51+03:00 + 2022-06-16T19:51:59+03:00 https://alanorth.github.io/cgspace-notes/posts/ - 2022-06-16T16:25:51+03:00 + 2022-06-16T19:51:59+03:00 https://alanorth.github.io/cgspace-notes/2022-05/ 2022-05-30T16:00:02+03:00