Add notes for 2024-05-28

This commit is contained in:
2024-05-28 16:40:32 +03:00
parent befe3a3a58
commit 6d574d645d
39 changed files with 59 additions and 44 deletions

View File

@ -18,7 +18,7 @@ Then I did some work to add missing abstracts (about 900!), volumes, issues, lic
<meta property="og:type" content="article" />
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/2024-05/" />
<meta property="article:published_time" content="2024-05-01T10:39:00+03:00" />
<meta property="article:modified_time" content="2024-05-20T17:34:14+03:00" />
<meta property="article:modified_time" content="2024-05-27T21:40:09+03:00" />
@ -42,9 +42,9 @@ Then I did some work to add missing abstracts (about 900!), volumes, issues, lic
"@type": "BlogPosting",
"headline": "May, 2024",
"url": "https://alanorth.github.io/cgspace-notes/2024-05/",
"wordCount": "1023",
"wordCount": "1076",
"datePublished": "2024-05-01T10:39:00+03:00",
"dateModified": "2024-05-20T17:34:14+03:00",
"dateModified": "2024-05-27T21:40:09+03:00",
"author": {
"@type": "Person",
"name": "Alan Orth"
@ -292,6 +292,15 @@ dspace=# \COPY (SELECT i.uuid, m.text_value AS submitted_by FROM item i JOIN met
</ul>
</li>
</ul>
<h2 id="2024-05-28">2024-05-28</h2>
<ul>
<li>I&rsquo;m thinking of increasing the frequency of thumbnail generation on CGSpace
<ul>
<li>Currently the <code>dspace filter-media</code> script runs once at 3AM for all media types and seems to take ~10 minutes to run for all 118,000 items&hellip;</li>
<li>I think I will make the thumbnailer run explicitly more often using <code>-p &quot;ImageMagick PDF Thumbnail&quot;</code></li>
</ul>
</li>
</ul>
<!-- raw HTML omitted -->