diff --git a/content/posts/2020-09.md b/content/posts/2020-09.md index 8d33f69c5..d5feaf2ca 100644 --- a/content/posts/2020-09.md +++ b/content/posts/2020-09.md @@ -221,4 +221,34 @@ Would fix 3 occurences of: SOUTHWEST ASIA - Leroy and Carol from CIAT/Bioversity were asking for information about posting to the CGSpace REST API from Sharepoint - I told them that we don't allow this yet, but that we need to check in the future whether content can be posted to a workflow +## 2020-09-15 + +- Charlotte from Altmetric said they had issues parsing the XML file I sent them last month + - I told them that it was mimicking the same format that they had sent me (fourteen pages of XML responses concatenated together)! +- A few days ago IWMI asked us if we can add a new field on CGSpace for their library identifier + - The IDs look like this: H049940 + - I suggested that we use `cg.identifier.iwmilibrary` + - I added it to the input forms and push it to the `5_x-prod` and 6.x branches and will re-deploy it in the next few days +- Abenet asked me to import sixty-nine (69) CIP Annual Reports to CGSpace + - I looked at the data in OpenRefine and it is very good quality + - I only added descriptions to the filename field so that SAFBuilder will add them to the bitstreams on import: + +``` +value + "__description:" + cells["dc.type"].value +``` + +- Then I created a SAF bundle with SAFBuilder: + +``` +$ ./safbuilder.sh -c ~/Downloads/cip-annual-reports/cip-reports.csv +``` + +- And imported them into my local test instance of CGSpace: + +``` +$ ~/dspace/bin/dspace import -a -e y.arrr@cgiar.org -m /tmp/2020-09-15-cip-annual-reports.map -s ~/Downloads/cip-annual-reports/SimpleArchiveFormat +``` + +- Then I uploaded them to CGSpace + diff --git a/docs/2020-09/index.html b/docs/2020-09/index.html index ecbbc006b..034ac2864 100644 --- a/docs/2020-09/index.html +++ b/docs/2020-09/index.html @@ -25,7 +25,7 @@ I filed an issue on OpenRXV to make some minor edits to the admin UI: https://gi - + @@ -55,9 +55,9 @@ I filed an issue on OpenRXV to make some minor edits to the admin UI: https://gi "@type": "BlogPosting", "headline": "September, 2020", "url": "https://alanorth.github.io/cgspace-notes/2020-09/", - "wordCount": "1574", + "wordCount": "1757", "datePublished": "2020-09-02T15:35:54+03:00", - "dateModified": "2020-09-10T15:00:40+03:00", + "dateModified": "2020-09-12T19:53:57+03:00", "author": { "@type": "Person", "name": "Alan Orth" @@ -393,6 +393,39 @@ Would fix 3 occurences of: SOUTHWEST ASIA +

2020-09-15

+ +
value + "__description:" + cells["dc.type"].value
+
+
$ ./safbuilder.sh -c ~/Downloads/cip-annual-reports/cip-reports.csv
+
+
$ ~/dspace/bin/dspace import -a -e y.arrr@cgiar.org -m /tmp/2020-09-15-cip-annual-reports.map -s ~/Downloads/cip-annual-reports/SimpleArchiveFormat
+
diff --git a/docs/categories/index.html b/docs/categories/index.html index d1fef2ee5..ad0e39b5d 100644 --- a/docs/categories/index.html +++ b/docs/categories/index.html @@ -9,7 +9,7 @@ - + diff --git a/docs/categories/notes/index.html b/docs/categories/notes/index.html index 183d880be..81383a9a7 100644 --- a/docs/categories/notes/index.html +++ b/docs/categories/notes/index.html @@ -9,7 +9,7 @@ - + diff --git a/docs/categories/notes/page/2/index.html b/docs/categories/notes/page/2/index.html index e0cfbe7e7..2a1d6fec8 100644 --- a/docs/categories/notes/page/2/index.html +++ b/docs/categories/notes/page/2/index.html @@ -9,7 +9,7 @@ - + diff --git a/docs/categories/notes/page/3/index.html b/docs/categories/notes/page/3/index.html index c2a82d233..a1fc857df 100644 --- a/docs/categories/notes/page/3/index.html +++ b/docs/categories/notes/page/3/index.html @@ -9,7 +9,7 @@ - + diff --git a/docs/categories/notes/page/4/index.html b/docs/categories/notes/page/4/index.html index f9e99c0cc..1a542ab2b 100644 --- a/docs/categories/notes/page/4/index.html +++ b/docs/categories/notes/page/4/index.html @@ -9,7 +9,7 @@ - + diff --git a/docs/index.html b/docs/index.html index 4cfd0d8f5..0af0aaba4 100644 --- a/docs/index.html +++ b/docs/index.html @@ -9,7 +9,7 @@ - + diff --git a/docs/page/2/index.html b/docs/page/2/index.html index 13adf8745..c681bf0f5 100644 --- a/docs/page/2/index.html +++ b/docs/page/2/index.html @@ -9,7 +9,7 @@ - + diff --git a/docs/page/3/index.html b/docs/page/3/index.html index d4964c83f..8f370c78f 100644 --- a/docs/page/3/index.html +++ b/docs/page/3/index.html @@ -9,7 +9,7 @@ - + diff --git a/docs/page/4/index.html b/docs/page/4/index.html index 42f9f9c81..cab399ee2 100644 --- a/docs/page/4/index.html +++ b/docs/page/4/index.html @@ -9,7 +9,7 @@ - + diff --git a/docs/page/5/index.html b/docs/page/5/index.html index e91341fa0..a640202f4 100644 --- a/docs/page/5/index.html +++ b/docs/page/5/index.html @@ -9,7 +9,7 @@ - + diff --git a/docs/page/6/index.html b/docs/page/6/index.html index 7bbfa90be..e89c4c9f1 100644 --- a/docs/page/6/index.html +++ b/docs/page/6/index.html @@ -9,7 +9,7 @@ - + diff --git a/docs/page/7/index.html b/docs/page/7/index.html index cf76c0d0a..b71abf05d 100644 --- a/docs/page/7/index.html +++ b/docs/page/7/index.html @@ -9,7 +9,7 @@ - + diff --git a/docs/posts/index.html b/docs/posts/index.html index 8ffe1944d..263b5d2be 100644 --- a/docs/posts/index.html +++ b/docs/posts/index.html @@ -9,7 +9,7 @@ - + diff --git a/docs/posts/page/2/index.html b/docs/posts/page/2/index.html index 2c94a2e5b..4163fdc27 100644 --- a/docs/posts/page/2/index.html +++ b/docs/posts/page/2/index.html @@ -9,7 +9,7 @@ - + diff --git a/docs/posts/page/3/index.html b/docs/posts/page/3/index.html index fc4d56258..6cf841871 100644 --- a/docs/posts/page/3/index.html +++ b/docs/posts/page/3/index.html @@ -9,7 +9,7 @@ - + diff --git a/docs/posts/page/4/index.html b/docs/posts/page/4/index.html index 06140d8ed..70220b8e3 100644 --- a/docs/posts/page/4/index.html +++ b/docs/posts/page/4/index.html @@ -9,7 +9,7 @@ - + diff --git a/docs/posts/page/5/index.html b/docs/posts/page/5/index.html index e2691d7e8..7f35d468e 100644 --- a/docs/posts/page/5/index.html +++ b/docs/posts/page/5/index.html @@ -9,7 +9,7 @@ - + diff --git a/docs/posts/page/6/index.html b/docs/posts/page/6/index.html index 9b3f3373d..6768c7c19 100644 --- a/docs/posts/page/6/index.html +++ b/docs/posts/page/6/index.html @@ -9,7 +9,7 @@ - + diff --git a/docs/posts/page/7/index.html b/docs/posts/page/7/index.html index 8f57e745f..0c3003c64 100644 --- a/docs/posts/page/7/index.html +++ b/docs/posts/page/7/index.html @@ -9,7 +9,7 @@ - + diff --git a/docs/sitemap.xml b/docs/sitemap.xml index e7e651058..11947c5d9 100644 --- a/docs/sitemap.xml +++ b/docs/sitemap.xml @@ -4,27 +4,27 @@ https://alanorth.github.io/cgspace-notes/categories/ - 2020-09-10T15:00:40+03:00 + 2020-09-12T19:53:57+03:00 https://alanorth.github.io/cgspace-notes/ - 2020-09-10T15:00:40+03:00 + 2020-09-12T19:53:57+03:00 https://alanorth.github.io/cgspace-notes/categories/notes/ - 2020-09-10T15:00:40+03:00 + 2020-09-12T19:53:57+03:00 https://alanorth.github.io/cgspace-notes/posts/ - 2020-09-10T15:00:40+03:00 + 2020-09-12T19:53:57+03:00 https://alanorth.github.io/cgspace-notes/2020-09/ - 2020-09-10T15:00:40+03:00 + 2020-09-12T19:53:57+03:00