diff --git a/content/posts/2020-02.md b/content/posts/2020-02.md index 1a9646c25..c236bfbe8 100644 --- a/content/posts/2020-02.md +++ b/content/posts/2020-02.md @@ -430,10 +430,32 @@ dc.contributor.author,cg.creator.id "Müller, A.",Anna Müller: 0000-0003-3120-8560 ``` -- Running the `add-orcid-identifiers-csv.py` script I added 144 ORCID iDs to items! +- Running the `add-orcid-identifiers-csv.py` script I added 144 ORCID iDs to items on CGSpace! ``` $ ./add-orcid-identifiers-csv.py -i /tmp/2020-02-11-add-orcid-ids.csv -db dspace -u dspace -p 'fuuu' ``` +- Minor updates to all Python utility scripts in the CGSpace git repository +- Update the spider agent patterns in CGSpace `5_x-prod` branch from the latest [COUNTER-Robots](https://github.com/atmire/COUNTER-Robots) project + - I ran the `check-spider-hits.sh` script with the updated file and purged 6,000 hits from our Solr statistics core on CGSpace + +## 2020-02-12 + +- Follow up with people about AReS funding for next phase +- Peter asked about the "stats" and "summary" reports that he had requested in December + - I opened a [new issue on AReS for the "summary" report](https://github.com/ilri/AReS/issues/13) +- Peter asked me to update John McIntire's name format on CGSpace so I ran the following PostgreSQL query: + +``` +dspace=# UPDATE metadatavalue SET text_value='McIntire, John M.' WHERE resource_type_id=2 AND metadata_field_id=3 AND text_value='McIntire, John'; +UPDATE 26 +``` + +## 2020-02-17 + +- A few days ago Atmire responded to my question about DSpace 6.4-SNAPSHOT saying that they can only confirm that 6.3 works with their modules + - I responded to say that we agree to target 6.3, but that I will cherry-pick important patches from the `dspace-6_x` branch at our own responsibility +- Send a message to dspace-devel asking them to tag DSpace 6.4 + diff --git a/docs/2020-02/index.html b/docs/2020-02/index.html index 3d02bf1d7..415eb90d3 100644 --- a/docs/2020-02/index.html +++ b/docs/2020-02/index.html @@ -20,7 +20,7 @@ The code finally builds and runs with a fresh install - + @@ -45,9 +45,9 @@ The code finally builds and runs with a fresh install "@type": "BlogPosting", "headline": "February, 2020", "url": "https:\/\/alanorth.github.io\/cgspace-notes\/2020-02\/", - "wordCount": "2811", + "wordCount": "2990", "datePublished": "2020-02-02T11:56:30+02:00", - "dateModified": "2020-02-09T17:34:12+02:00", + "dateModified": "2020-02-11T12:52:11+02:00", "author": { "@type": "Person", "name": "Alan Orth" @@ -551,10 +551,39 @@ $ tidy -xml -utf8 -iq -m -w 0 dspace/config/controlled-vocabularies/cg-creator-i "Müller, Anna",Anna Müller: 0000-0003-3120-8560 "Müller, A.",Anna Müller: 0000-0003-3120-8560
add-orcid-identifiers-csv.py
script I added 144 ORCID iDs to items!add-orcid-identifiers-csv.py
script I added 144 ORCID iDs to items on CGSpace!$ ./add-orcid-identifiers-csv.py -i /tmp/2020-02-11-add-orcid-ids.csv -db dspace -u dspace -p 'fuuu'
-
+5_x-prod
branch from the latest COUNTER-Robots project
+check-spider-hits.sh
script with the updated file and purged 6,000 hits from our Solr statistics core on CGSpacedspace=# UPDATE metadatavalue SET text_value='McIntire, John M.' WHERE resource_type_id=2 AND metadata_field_id=3 AND text_value='McIntire, John';
+UPDATE 26
+
dspace-6_x
branch at our own responsibility