diff --git a/content/posts/2022-10.md b/content/posts/2022-10.md index e8b04e3b2..7fc9beeed 100644 --- a/content/posts/2022-10.md +++ b/content/posts/2022-10.md @@ -356,4 +356,17 @@ Java stacktrace: java.lang.ClassCastException: org.apache.cocoon.servlet.multipa - So this is a broken side effect from the `org.apache.cocoon.uploads.autosave=false` change I made a few weeks ago - Importing the CSV via the command line works fine +## 2022-10-04 + +- I stumbled across more low-quality thumbnails on CGSpace + - Some have the description "Generated Thumbnail", and others are manually uploaded ".jpg.jpg" ones... + - I want to develop some more thumbnail fixer scripts to the cgspace-java-helpers suite: + - If an item has an `IM Thumbnail` and a `Generated Thumbnail` in the `THUMBNAIL` bundle, remove the `Generated Thumbnail` + - If an item has a PDF bitstream and a JPG bitstream with description /thumbnail/ in the ORIGINAL bundle, remove the /thumbnail/ bitstream in the ORIGINAL bundle and try to remove the /thumbnail/.jpg bitstream in the THUMBNAIL bundle + +## 2022-10-05 + +- I updated the [cgspace-java-helpers](https://github.com/ilri/cgspace-java-helpers) to include a new `FixLowQualityThumbnails` script to detect the low-quality thumbnails I found above +- Add missing ORCID identifier for an Alliance author + diff --git a/docs/2022-10/index.html b/docs/2022-10/index.html index a16654d9b..0d05649b0 100644 --- a/docs/2022-10/index.html +++ b/docs/2022-10/index.html @@ -20,7 +20,7 @@ I filed an issue to ask about Java 11+ support - + @@ -46,9 +46,9 @@ I filed an issue to ask about Java 11+ support "@type": "BlogPosting", "headline": "October, 2022", "url": "https://alanorth.github.io/cgspace-notes/2022-10/", - "wordCount": "891", + "wordCount": "1009", "datePublished": "2022-10-01T19:45:36+03:00", - "dateModified": "2022-10-01T19:47:37+03:00", + "dateModified": "2022-10-03T16:26:30+03:00", "author": { "@type": "Person", "name": "Alan Orth" @@ -484,6 +484,25 @@ I filed an issue to ask about Java 11+ support +

2022-10-04

+ +

2022-10-05

+ diff --git a/docs/categories/index.html b/docs/categories/index.html index 22691ee37..1a9698804 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 b2fa94c7d..fefe91bff 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 15fbcdb40..94c278346 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 86316a960..b033b112a 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 4514e9fed..2ddb85133 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 ff412f55d..85e982c96 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/categories/notes/page/6/index.html b/docs/categories/notes/page/6/index.html index 4725c1b03..72a9a9944 100644 --- a/docs/categories/notes/page/6/index.html +++ b/docs/categories/notes/page/6/index.html @@ -10,7 +10,7 @@ - + diff --git a/docs/categories/notes/page/7/index.html b/docs/categories/notes/page/7/index.html index 565448535..7c18ccbf6 100644 --- a/docs/categories/notes/page/7/index.html +++ b/docs/categories/notes/page/7/index.html @@ -10,7 +10,7 @@ - + diff --git a/docs/index.html b/docs/index.html index 784e1f39e..80e5b6cec 100644 --- a/docs/index.html +++ b/docs/index.html @@ -10,7 +10,7 @@ - + diff --git a/docs/page/2/index.html b/docs/page/2/index.html index 5396e5abc..4de6d14cd 100644 --- a/docs/page/2/index.html +++ b/docs/page/2/index.html @@ -10,7 +10,7 @@ - + diff --git a/docs/page/3/index.html b/docs/page/3/index.html index 905476eb0..bcfd7915c 100644 --- a/docs/page/3/index.html +++ b/docs/page/3/index.html @@ -10,7 +10,7 @@ - + diff --git a/docs/page/4/index.html b/docs/page/4/index.html index d8baced60..1eb121d64 100644 --- a/docs/page/4/index.html +++ b/docs/page/4/index.html @@ -10,7 +10,7 @@ - + diff --git a/docs/page/5/index.html b/docs/page/5/index.html index 316e8cd6a..3d2d5caf5 100644 --- a/docs/page/5/index.html +++ b/docs/page/5/index.html @@ -10,7 +10,7 @@ - + diff --git a/docs/page/6/index.html b/docs/page/6/index.html index 9ad2e9de8..59bfffd55 100644 --- a/docs/page/6/index.html +++ b/docs/page/6/index.html @@ -10,7 +10,7 @@ - + diff --git a/docs/page/7/index.html b/docs/page/7/index.html index 6eef3a475..defd46e71 100644 --- a/docs/page/7/index.html +++ b/docs/page/7/index.html @@ -10,7 +10,7 @@ - + diff --git a/docs/page/8/index.html b/docs/page/8/index.html index f62e0636d..db71dc9b6 100644 --- a/docs/page/8/index.html +++ b/docs/page/8/index.html @@ -10,7 +10,7 @@ - + diff --git a/docs/page/9/index.html b/docs/page/9/index.html index cb359c518..4111c026b 100644 --- a/docs/page/9/index.html +++ b/docs/page/9/index.html @@ -10,7 +10,7 @@ - + diff --git a/docs/posts/index.html b/docs/posts/index.html index 9ba1e902d..6094b7f8c 100644 --- a/docs/posts/index.html +++ b/docs/posts/index.html @@ -10,7 +10,7 @@ - + diff --git a/docs/posts/page/2/index.html b/docs/posts/page/2/index.html index acaea833a..b8593f318 100644 --- a/docs/posts/page/2/index.html +++ b/docs/posts/page/2/index.html @@ -10,7 +10,7 @@ - + diff --git a/docs/posts/page/3/index.html b/docs/posts/page/3/index.html index f1b11f3af..09fed137c 100644 --- a/docs/posts/page/3/index.html +++ b/docs/posts/page/3/index.html @@ -10,7 +10,7 @@ - + diff --git a/docs/posts/page/4/index.html b/docs/posts/page/4/index.html index 8fce25553..be375cc6d 100644 --- a/docs/posts/page/4/index.html +++ b/docs/posts/page/4/index.html @@ -10,7 +10,7 @@ - + diff --git a/docs/posts/page/5/index.html b/docs/posts/page/5/index.html index 02fa2cb2d..2e788408b 100644 --- a/docs/posts/page/5/index.html +++ b/docs/posts/page/5/index.html @@ -10,7 +10,7 @@ - + diff --git a/docs/posts/page/6/index.html b/docs/posts/page/6/index.html index 45b6764af..edd574382 100644 --- a/docs/posts/page/6/index.html +++ b/docs/posts/page/6/index.html @@ -10,7 +10,7 @@ - + diff --git a/docs/posts/page/7/index.html b/docs/posts/page/7/index.html index fd1685694..0613230a9 100644 --- a/docs/posts/page/7/index.html +++ b/docs/posts/page/7/index.html @@ -10,7 +10,7 @@ - + diff --git a/docs/posts/page/8/index.html b/docs/posts/page/8/index.html index c1d17c9c4..89870cb7a 100644 --- a/docs/posts/page/8/index.html +++ b/docs/posts/page/8/index.html @@ -10,7 +10,7 @@ - + diff --git a/docs/posts/page/9/index.html b/docs/posts/page/9/index.html index 4e3991576..373fb59c7 100644 --- a/docs/posts/page/9/index.html +++ b/docs/posts/page/9/index.html @@ -10,7 +10,7 @@ - + diff --git a/docs/sitemap.xml b/docs/sitemap.xml index 30177793f..5f7a1698d 100644 --- a/docs/sitemap.xml +++ b/docs/sitemap.xml @@ -3,19 +3,19 @@ xmlns:xhtml="http://www.w3.org/1999/xhtml"> https://alanorth.github.io/cgspace-notes/categories/ - 2022-10-01T19:47:37+03:00 + 2022-10-03T16:26:30+03:00 https://alanorth.github.io/cgspace-notes/ - 2022-10-01T19:47:37+03:00 + 2022-10-03T16:26:30+03:00 https://alanorth.github.io/cgspace-notes/categories/notes/ - 2022-10-01T19:47:37+03:00 + 2022-10-03T16:26:30+03:00 https://alanorth.github.io/cgspace-notes/2022-10/ - 2022-10-01T19:47:37+03:00 + 2022-10-03T16:26:30+03:00 https://alanorth.github.io/cgspace-notes/posts/ - 2022-10-01T19:47:37+03:00 + 2022-10-03T16:26:30+03:00 https://alanorth.github.io/cgspace-notes/2022-09/ 2022-09-30T17:29:50+03:00