Add notes for 2022-10-05

This commit is contained in:
2022-10-05 17:22:42 +03:00
parent 9a88b6c1b5
commit 42f0fc6147
29 changed files with 66 additions and 34 deletions

View File

@ -20,7 +20,7 @@ I filed an issue to ask about Java 11+ support
<meta property="og:type" content="article" />
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/2022-10/" />
<meta property="article:published_time" content="2022-10-01T19:45:36+03:00" />
<meta property="article:modified_time" content="2022-10-01T19:47:37+03:00" />
<meta property="article:modified_time" content="2022-10-03T16:26:30+03:00" />
@ -46,9 +46,9 @@ I filed an issue to ask about Java 11&#43; 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&#43; support
</ul>
</li>
</ul>
<h2 id="2022-10-04">2022-10-04</h2>
<ul>
<li>I stumbled across more low-quality thumbnails on CGSpace
<ul>
<li>Some have the description &ldquo;Generated Thumbnail&rdquo;, and others are manually uploaded &ldquo;.jpg.jpg&rdquo; ones&hellip;</li>
<li>I want to develop some more thumbnail fixer scripts to the cgspace-java-helpers suite:
<ul>
<li>If an item has an <code>IM Thumbnail</code> and a <code>Generated Thumbnail</code> in the <code>THUMBNAIL</code> bundle, remove the <code>Generated Thumbnail</code></li>
<li>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</li>
</ul>
</li>
</ul>
</li>
</ul>
<h2 id="2022-10-05">2022-10-05</h2>
<ul>
<li>I updated the <a href="https://github.com/ilri/cgspace-java-helpers">cgspace-java-helpers</a> to include a new <code>FixLowQualityThumbnails</code> script to detect the low-quality thumbnails I found above</li>
<li>Add missing ORCID identifier for an Alliance author</li>
</ul>
<!-- raw HTML omitted -->