mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2025-01-27 05:49:12 +01:00
Add notes for 2023-05-04
This commit is contained in:
@ -56,7 +56,7 @@ Work on cleaning, proofing, and uploading twenty-seven records for IFPRI to CGSp
|
||||
"@type": "BlogPosting",
|
||||
"headline": "May, 2023",
|
||||
"url": "https://alanorth.github.io/cgspace-notes/2023-05/",
|
||||
"wordCount": "136",
|
||||
"wordCount": "197",
|
||||
"datePublished": "2023-05-03T08:53:36+03:00",
|
||||
"dateModified": "2023-05-03T17:10:37+03:00",
|
||||
"author": {
|
||||
@ -151,7 +151,18 @@ Work on cleaning, proofing, and uploading twenty-seven records for IFPRI to CGSp
|
||||
<li>I notice there are a few dozen locks from the <code>dspaceWeb</code> pool that are five days old on CGSpace so I killed them</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>$ psql < locks-age.sql | grep <span style="color:#e6db74">" days "</span> | awk -F<span style="color:#e6db74">"|"</span> <span style="color:#e6db74">'{print $10}'</span> | sort -u | xargs kill
|
||||
</span></span></code></pre></div><!-- raw HTML omitted -->
|
||||
</span></span></code></pre></div><h2 id="2023-05-04">2023-05-04</h2>
|
||||
<ul>
|
||||
<li>Sync DSpace Test with CGSpace</li>
|
||||
<li>I replaced one item’s thumbnail with a WebP version and XMLUI displays it fine</li>
|
||||
<li>I spent some time checking the CMYK issue with Arch’s ImageMagick 7 and the Docker container and I think ImageMagick 7 just handles CMYK wrong…
|
||||
<ul>
|
||||
<li>libvips does it correctly automatically and looks closer to the PDF</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>Meeting about CG Core types</li>
|
||||
</ul>
|
||||
<!-- raw HTML omitted -->
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user