Add notes for 2022-10-26

This commit is contained in:
2022-10-26 17:50:40 +03:00
parent 5da2c1eff7
commit 189f33e1ce
29 changed files with 65 additions and 35 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-25T16:38:17+03:00" />
<meta property="article:modified_time" content="2022-10-26T09:15:29+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": "3248",
"wordCount": "3320",
"datePublished": "2022-10-01T19:45:36+03:00",
"dateModified": "2022-10-25T16:38:17+03:00",
"dateModified": "2022-10-26T09:15:29+03:00",
"author": {
"@type": "Person",
"name": "Alan Orth"
@ -832,7 +832,24 @@ I filed an issue to ask about Java 11&#43; support
</span></span></span><span style="display:flex;"><span><span style="color:#960050;background-color:#1e0010"></span>real 226m40.463s
</span></span><span style="display:flex;"><span>user 132m6.511s
</span></span><span style="display:flex;"><span>sys 3m15.077s
</span></span></code></pre></div><!-- raw HTML omitted -->
</span></span></code></pre></div><h2 id="2022-10-26">2022-10-26</h2>
<ul>
<li>We published the <a href="https://hdl.handle.net/10568/125167">infographic</a> and <a href="https://www.ilri.org/news/celebrating-open-access-cgspace">blog post</a> to mark CGSpace&rsquo;s 100,000th item
<ul>
<li>I generated a high-quality thumbnail using ImageMagick in order to Tweet it:</li>
</ul>
</li>
</ul>
<div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-console" data-lang="console"><span style="display:flex;"><span>$ convert -density <span style="color:#ae81ff">144</span> 10568-125167.pdf<span style="color:#ae81ff">\[</span>0<span style="color:#ae81ff">\]</span> -thumbnail x1200 /tmp/10568-125167.pdf.png
</span></span><span style="display:flex;"><span>$ pngquant /tmp/10568-125167.pdf.png
</span></span></code></pre></div><ul>
<li>Spent some time looking at the MediaBox / CropBox thing in DSpace&rsquo;s <code>ImageMagickThumbnailFilter.java</code>
<ul>
<li>We need to make sure to put <code>-define pdf:use-cropbox=true</code> before we specify the input file or else it will not have any effect</li>
</ul>
</li>
</ul>
<!-- raw HTML omitted -->