From 085b5e1b57c7cae48dfe5ac850a1341e5ec4e52e Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Tue, 10 Jan 2017 16:21:47 +0200 Subject: [PATCH] Add notes for 2017-01-10 and add some tags --- content/post/2016-10.md | 2 + content/post/2016-11.md | 2 + content/post/2016-12.md | 2 + content/post/2017-01.md | 16 ++++++++ public/2016-10/index.html | 61 ++++++++++++++++++++++++++---- public/2016-11/index.html | 37 ++++++++++++++---- public/2016-12/index.html | 73 ++++++++++++++++++++++++++++++++---- public/2017-01/index.html | 20 +++++++++- public/index.html | 50 ++++++++++++++++++++++-- public/index.xml | 45 ++++++++++++++-------- public/post/index.html | 50 ++++++++++++++++++++++-- public/post/index.xml | 45 ++++++++++++++-------- public/tags/notes/index.html | 50 ++++++++++++++++++++++-- public/tags/notes/index.xml | 45 ++++++++++++++-------- 14 files changed, 422 insertions(+), 76 deletions(-) diff --git a/content/post/2016-10.md b/content/post/2016-10.md index 29bd827c0..c0edfd2d1 100644 --- a/content/post/2016-10.md +++ b/content/post/2016-10.md @@ -17,6 +17,8 @@ tags = ["Notes"] 0000-0002-6115-0956||0000-0002-3812-8793||0000-0001-7462-405X ``` + + - Hmm, with the `dc.contributor.author` column removed, DSpace doesn't detect any changes - With a blank `dc.contributor.author` column, DSpace wants to remove all non-ORCID authors and add the new ORCID authors - I added the [disclaimer text](https://github.com/ilri/DSpace/issues/234) to the About page, then added a footer link to the disclaimer's ID, but there is a Bootstrap issue that causes the page content to disappear when using in-page anchors: https://github.com/twbs/bootstrap/issues/1768 diff --git a/content/post/2016-11.md b/content/post/2016-11.md index 9d42b9fc2..536275f6f 100644 --- a/content/post/2016-11.md +++ b/content/post/2016-11.md @@ -11,6 +11,8 @@ tags = ["Notes"] ![Listings and Reports with output type](/cgspace-notes/2016/11/listings-and-reports.png) + + ## 2016-11-02 - Migrate DSpace Test to DSpace 5.5 ([notes](https://gist.github.com/alanorth/61013895c6efe7095d7f81000953d1cf)) diff --git a/content/post/2016-12.md b/content/post/2016-12.md index 234f66aa1..3bc396884 100644 --- a/content/post/2016-12.md +++ b/content/post/2016-12.md @@ -22,6 +22,8 @@ tags = ["Notes"] - I've raised a ticket with Atmire to ask - Another worrying error from dspace.log is: + + ``` org.springframework.web.util.NestedServletException: Handler processing failed; nested exception is java.lang.NoSuchMethodError: com.atmire.statistics.generator.DSpaceObjectDatasetGenerator.toDatasetQuery(Lorg/dspace/core/Context;)Lcom/atmire/statistics/content/DatasetQuery; at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:972) diff --git a/content/post/2017-01.md b/content/post/2017-01.md index fddacb7b6..3a28b9386 100644 --- a/content/post/2017-01.md +++ b/content/post/2017-01.md @@ -103,3 +103,19 @@ Caused by: java.net.SocketException: Broken pipe (Write failed) - I tried to clean up the duplicate mappings by exporting the item's metadata to CSV, editing, and re-importing, but DSpace said "no changes were detected" - I've asked on the dspace-tech mailing list to see if anyone can help +- I found an old post on the mailing list discussing a similar issue, and listing some SQL commands that might help +- For example, this shows 186 mappings for the item, the first three of which are real: + +``` +dspace=# select * from collection2item where item_id = '80596'; +``` + +- Then I deleted the others: + +``` +dspace=# delete from collection2item where item_id = '80596' and id not in (90792, 90806, 90807); +``` + +- And in the item view it now shows the correct mappings +- I will have to ask the DSpace people if this is a valid approach +- Finish looking at the Journal Title corrections of the top 500 Journal Titles so we can make a controlled vocabulary from it diff --git a/public/2016-10/index.html b/public/2016-10/index.html index ba31bb78b..3e120a481 100644 --- a/public/2016-10/index.html +++ b/public/2016-10/index.html @@ -6,7 +6,23 @@ - + @@ -24,7 +40,23 @@ - + @@ -41,7 +73,23 @@ - + @@ -108,9 +156,7 @@

- - -

2016-10-03

+

2016-10-03