<li>Export CGSpace to check for missing Initiative collection mappings</li>
<li>Start a harvest on AReS</li>
</ul>
<h2id="2023-09-03">2023-09-03</h2>
<ul>
<li>I figured out how to use Altmetric and Dimensions badges in the DSpace Angular frontend
<ul>
<li>It still feels hacky, but using <ahref="https://stackoverflow.com/questions/41936631/how-to-trigger-the-function-after-dom-markup-is-loaded-in-angular-style-applicat">AfterViewInit</a>, and importing the Altmetric <code>embed.js</code> in the component works</li>
<li>The style on mobile also needs work…</li>
<li>The <code>prepress</code> one is 300DPI and looks visually identical to the original, so I proposed that we use that one</li>
</ul>
<h2id="2023-09-08">2023-09-08</h2>
<ul>
<li>I did a review of the metadata for our items with DOIs, comparing with data from Crossref
<ul>
<li>I spot checked a handful of issue / online dates and licenses, and saw that Crossref’s dates are always more accurate than ours when they differ</li>
<li>I also filled in some missing volumes, issues, ISSNs, and extents</li>
<li>This results in 14,000 changes to existing items, which will take several days to import unfortunately</li>
<li>After eight hours the first file is only about 2/3 finished… sigh</li>
<li>Export CGSpace to check for missing Initiative collection mappings</li>
<li>Start a harvest on AReS</li>
</ul>
<h2id="2023-09-12">2023-09-12</h2>
<ul>
<li>Minor work on DSpace 7 home page</li>
<li>Minor work on CG Core types
<ul>
<li>I published a new HTML version of the updated IPtypes and archived the current version as v2.0.0 so we can still reference it</li>
</ul>
</li>
</ul>
<h2id="2023-09-13">2023-09-13</h2>
<ul>
<li>Stefano reminded me about the updated OAI MODS mappings on CGSpace so I re-applied them on DSpace Test and updated the OAI index so he could confirm
<ul>
<li>Now I’m ready to put it on CGSpace if he confirms</li>
</ul>
</li>
<li>I created a basic theme for CIP on DSpace 7
<ul>
<li>While doing that I noticed that a bunch of CIP bitstreams didn’t have the latest 500px thumbnails so I re-ran filter-media on a handful of their collections</li>
</ul>
</li>
<li>I had two occurrences of an OOM kill of the Tomcat 9 java process on DSpace 7 test tonight
<ul>
<li>Once while doing a Discovery index, the other while doing filter media</li>
<li>Discuss issues with the Altmetric API with the Altmetric support team
<ul>
<li>Apparently we can use a different API, the <ahref="https://www.altmetric.com/explorer/documentation/api">Explorer API</a>, since we already have access to the Explorer dashboard</li>
</ul>
</li>
<li>I reduced the Solr heap size on DSpace 7 from 3GB to 2GB
<ul>
<li>Apparentlty I already did this from 4GB to 3GB a few months ago</li>
<li>The Solr admin interface was showing Solr taking ~1GB of RAM so I think this should be safe</li>
</ul>
</li>
<li>Mark on DSpace Slack said he uses PM2’s <code>--max-memory-restart</code> so the processes restart when they hit the limit
<ul>
<li>Also, he said he had to reduce <code>cache:serverSide:botCache:max</code> from 1000 to 500 to cache less SSR pages in memory</li>
</ul>
</li>
<li>I decided to try deploying DSpace 7 Test on a Hetzner server with 64GB RAM, 6 CPUs, and 2x512GB NVMe SSD</li>
</ul>
<h2id="2023-09-16">2023-09-16</h2>
<ul>
<li>Export CGSpace to check for missing Initiative collection mappings</li>
<li>Start a harvest on AReS</li>
<li>Configure the privacy policy page on DSpace 7 using a themed component with the text from our DSpace 6 site</li>