diff --git a/content/posts/2021-01.md b/content/posts/2021-01.md index 6c9332513..f8d33daa2 100644 --- a/content/posts/2021-01.md +++ b/content/posts/2021-01.md @@ -290,4 +290,27 @@ $ docker exec -it api /bin/bash - A little bit more work on the CG Core v2 migration in CGSpace - I updated the `migrate-fields.sh` script for DSpace 6 and created all the new fields in my test instance +## 2021-01-24 + +- Abenet mentioned that Alan Duncan could not find one of his items on AReS, but it is on CGSpace + - The item is: https://hdl.handle.net/10568/110133 + - The handle does not appear on AReS when I try to filter by Handle + - I suspect it is related to the issue of the missing Livestock CRP community and I added a comment on [the GitHub issue](https://github.com/ilri/OpenRXV/issues/62) +- Import fifteen items to CGSpace for Peter after doing a brief check in OpenRefine and csv-metadata-quality +- Ben Hack asked me why I'm still using the default favicon on CGSpace + - I used an [SVG version of the CGIAR logo](https://commons.wikimedia.org/wiki/File:CGIAR-logo.svg) with https://realfavicongenerator.net to to make a better favicon setup and it is currently running on DSpace Test +- Start a re-index on AReS + - First delete the old Elasticsearch temp index: + +```console +$ curl -XDELETE 'http://localhost:9200/openrxv-items-temp' +# start indexing in AReS +``` + +- Resume working on CG Core v2, I realized a few things: + - We are trying to move from `dc.identifier.issn` (and ISBN) to `cg.issn`, but this is currently implemented as a "qualdrop" input in DSpace's submission form, which only works to fill in the qualifier (ie `dc.identier.xxxx`) + - If we really want to use `cg.issn` and `cg.isbn` we would need to add a new input field for each separately + - We are trying to move series name/number fro m`dc.relation.ispartofseries` to `dcterms.isPartOf`, but this uses a special "series" input type in DSpace's submission form that joins series name and number with a colon (;) + - If we really want to do that we need to add two separate input fields for each + diff --git a/docs/2021-01/index.html b/docs/2021-01/index.html index 1eef34188..565b36258 100644 --- a/docs/2021-01/index.html +++ b/docs/2021-01/index.html @@ -60,7 +60,7 @@ For example, this item has 51 views on CGSpace, but 0 on AReS "@type": "BlogPosting", "headline": "January, 2021", "url": "https://alanorth.github.io/cgspace-notes/2021-01/", - "wordCount": "2060", + "wordCount": "2313", "datePublished": "2021-01-03T10:13:54+02:00", "dateModified": "2021-01-21T16:54:45+02:00", "author": { @@ -491,6 +491,45 @@ localhost/dspace63= > COMMIT; +

2021-01-24

+ +
$ curl -XDELETE 'http://localhost:9200/openrxv-items-temp'
+# start indexing in AReS
+
diff --git a/docs/categories/index.html b/docs/categories/index.html index 959dc9472..9a13435a8 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 302b2418e..52c20246b 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 8347dc07c..498b7799f 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 0f4896443..34e3d64de 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 29965a47d..79f6dda1d 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 7e570cd7c..666767d34 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/cgspace-cgcorev2-migration/index.html b/docs/cgspace-cgcorev2-migration/index.html index 8cc744b5f..212418522 100644 --- a/docs/cgspace-cgcorev2-migration/index.html +++ b/docs/cgspace-cgcorev2-migration/index.html @@ -11,7 +11,7 @@ - + @@ -28,9 +28,9 @@ "@type": "BlogPosting", "headline": "CGSpace CG Core v2 Migration", "url": "https://alanorth.github.io/cgspace-notes/cgspace-cgcorev2-migration/", - "wordCount": "555", + "wordCount": "565", "datePublished": "2019-10-28T13:27:35+02:00", - "dateModified": "2021-01-18T18:22:19+02:00", + "dateModified": "2021-01-24T17:40:08+02:00", "author": { "@type": "Person", "name": "Alan Orth" @@ -153,7 +153,12 @@
  • cg.link.reference→dcterms.relation
  • dc.publisher→dcterms.publisher
  • -
  • dc.relation.ispartofseries→dcterms.isPartOf
  • +
  • dc.relation.ispartofseries will be split into: + +
  • dc.rights→dcterms.license