From 2f6486ea43fbe02de1d54c517c0c8d8153656343 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Mon, 28 Oct 2019 16:52:51 +0200 Subject: [PATCH] Update notes for 2019-10-28 --- content/posts/2019-10.md | 6 ++++++ docs/2019-10/index.html | 11 ++++++++++- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/content/posts/2019-10.md b/content/posts/2019-10.md index bd35ed5fd..5fa6bb340 100644 --- a/content/posts/2019-10.md +++ b/content/posts/2019-10.md @@ -228,5 +228,11 @@ $ dspace import -a -c 10568/104057 -e fuu@cgiar.org -m 2019-10-15-Bioversity.map ## 2019-10-28 - Move the CGSpace CG Core v2 notes from a [GitHub Gist](https://gist.github.com/alanorth/2db39e91f48d116e00a4edffd6ba6409) to a [page]({{< relref "cgspace-cgcorev2-migration.md" >}}) on this site for archive and searchability sake +- Work on the CG Core v2 implementation testing + - I noticed that the page title is messed up on the item view, and after over an hour of troubleshooting it I couldn't figure out why + - It seems to be because the `dc.title`→`dcterms.title` modifications cause the title metadata to disappear from DRI's `` and therefore the title is not accessible to the XSL transformation + - Also, I noticed a few places in the Java code where `dc.title` is hard coded so I think this might be one of the fields that we just assume DSpace relies on internally + - I will revert all changes to `dc.title` and `dc.title.alternative` + - TODO: there are similar issues with the `citation_author` metadata element missing from DRI, so I might have to revert those changes too diff --git a/docs/2019-10/index.html b/docs/2019-10/index.html index 151067452..32bfea19c 100644 --- a/docs/2019-10/index.html +++ b/docs/2019-10/index.html @@ -27,7 +27,7 @@ "@type": "BlogPosting", "headline": "October, 2019", "url": "https:\/\/alanorth.github.io\/cgspace-notes\/2019-10\/", - "wordCount": "1593", + "wordCount": "1719", "datePublished": "2019-10-01T13:20:51+03:00", "dateModified": "2019-10-28T13:50:17+02:00", "author": { @@ -399,6 +399,15 @@ $ dspace import -a -c 10568/104057 -e fuu@cgiar.org -m 2019-10-15-Bioversity.map