Add notes for 2021-01-19

This commit is contained in:
2021-01-19 13:18:06 +02:00
parent 9b5ec122f2
commit 734c365b04
23 changed files with 60 additions and 28 deletions

View File

@ -27,7 +27,7 @@ For example, this item has 51 views on CGSpace, but 0 on AReS
<meta property="og:type" content="article" />
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/2021-01/" />
<meta property="article:published_time" content="2021-01-03T10:13:54+02:00" />
<meta property="article:modified_time" content="2021-01-18T16:21:24+02:00" />
<meta property="article:modified_time" content="2021-01-18T18:32:15+02:00" />
@ -60,9 +60,9 @@ For example, this item has 51 views on CGSpace, but 0 on AReS
"@type": "BlogPosting",
"headline": "January, 2021",
"url": "https://alanorth.github.io/cgspace-notes/2021-01/",
"wordCount": "1849",
"wordCount": "1945",
"datePublished": "2021-01-03T10:13:54+02:00",
"dateModified": "2021-01-18T16:21:24+02:00",
"dateModified": "2021-01-18T18:32:15+02:00",
"author": {
"@type": "Person",
"name": "Alan Orth"
@ -454,6 +454,24 @@ localhost/dspace63= &gt; COMMIT;
<li>I submitted <a href="https://github.com/AgriculturalSemantics/cg-core/issues/32">an issue</a> to CG Core v2 to propose removing <code>cg.series</code> and <code>cg.pages</code> in favor of <code>dcterms.isPartOf</code> and <code>dcterms.extent</code>, respectively</li>
<li>It looks like we will roll all these changes into a CG Core v2.1 release</li>
</ul>
<h2 id="2021-01-19">2021-01-19</h2>
<ul>
<li>Abenet said that the PDF reports on AReS aren&rsquo;t working
<ul>
<li>I had to install <code>unoconv</code> in the backend api container again</li>
</ul>
</li>
</ul>
<pre><code class="language-console" data-lang="console">$ docker exec -it api /bin/bash
# apt update &amp;&amp; apt install unoconv
</code></pre><ul>
<li>Help Peter get a list of titles and DOIs for CGSpace items that Altmetric does not have an attention score for
<ul>
<li>He generated a list from their dashboard and I extracted the DOIs in OpenRefine (because it was WINDOWS-1252 and csvcut couldn&rsquo;t do it)</li>
<li>Then I looked up the titles and handles using the <code>doi-to-handle.py</code> script that I wrote last week</li>
</ul>
</li>
</ul>
<!-- raw HTML omitted -->