diff --git a/content/posts/2019-04.md b/content/posts/2019-04.md index bb73c2426..6484b86c7 100644 --- a/content/posts/2019-04.md +++ b/content/posts/2019-04.md @@ -593,6 +593,12 @@ x = cr.funders(query = "mercator") - Lots of issues with sponsors (German Aid Agency, Swiss Aid Agency, Italian Aid Agency, Dutch Aid Agency, etc) - I validated all the AGROVOC subjects against our latest list with reconcile-csv - About 720 of the 900 terms were matched, then I checked and fixed or deleted the rest manually +- I captured a few general corrections and deletions for AGROVOC subjects while looking at IITA's records, so I applied them to DSpace Test and CGSpace: + +``` +$ ./fix-metadata-values.py -i /tmp/2019-04-11-fix-14-subjects.csv -db dspace -u dspace -p 'fuuu' -f dc.subject -m 57 -t correct -d +$ ./delete-metadata-values.py -i /tmp/2019-04-11-delete-6-subjects.csv -db dspace -u dspace -p 'fuuu' -m 57 -f dc.subject -d +``` - Answer more questions about DOIs and Altmetric scores from WLE - Answer more questions about DOIs and Altmetric scores from IWMI diff --git a/docs/2019-04/index.html b/docs/2019-04/index.html index b235d278a..e26dfcfc3 100644 --- a/docs/2019-04/index.html +++ b/docs/2019-04/index.html @@ -38,7 +38,7 @@ $ ./delete-metadata-values.py -i /tmp/2019-02-21-delete-1-region.csv -db dspace - + @@ -81,9 +81,9 @@ $ ./delete-metadata-values.py -i /tmp/2019-02-21-delete-1-region.csv -db dspace "@type": "BlogPosting", "headline": "April, 2019", "url": "https://alanorth.github.io/cgspace-notes/2019-04/", - "wordCount": "3478", + "wordCount": "3535", "datePublished": "2019-04-01T09:00:43+03:00", - "dateModified": "2019-04-10T13:44:05+03:00", + "dateModified": "2019-04-11T13:29:52+03:00", "author": { "@type": "Person", "name": "Alan Orth" @@ -832,7 +832,7 @@ x = cr.funders(query = "mercator")

2019-04-11

-
  • Answer more questions about DOIs and Altmetric scores from WLE

  • +
    $ ./fix-metadata-values.py -i /tmp/2019-04-11-fix-14-subjects.csv -db dspace -u dspace -p 'fuuu' -f dc.subject -m 57 -t correct -d
    +$ ./delete-metadata-values.py -i /tmp/2019-04-11-delete-6-subjects.csv -db dspace -u dspace -p 'fuuu' -m 57 -f dc.subject -d
    +
    -
  • Answer more questions about DOIs and Altmetric scores from IWMI

    +