Update notes for 2020-06-30

This commit is contained in:
2020-06-30 19:21:50 +03:00
parent a23b442c77
commit 584486bdc6
20 changed files with 43 additions and 25 deletions

View File

@ -19,7 +19,7 @@ I tried to build the OAI registry on the freshly migrated DSpace 6 on DSpace Tes
<meta property="og:type" content="article" />
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/2020-06/" />
<meta property="article:published_time" content="2020-06-01T13:55:39+03:00" />
<meta property="article:modified_time" content="2020-06-28T18:13:44+03:00" />
<meta property="article:modified_time" content="2020-06-30T15:47:18+03:00" />
<meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content="June, 2020"/>
@ -43,9 +43,9 @@ I tried to build the OAI registry on the freshly migrated DSpace 6 on DSpace Tes
"@type": "BlogPosting",
"headline": "June, 2020",
"url": "https://alanorth.github.io/cgspace-notes/2020-06/",
"wordCount": "4764",
"wordCount": "4788",
"datePublished": "2020-06-01T13:55:39+03:00",
"dateModified": "2020-06-28T18:13:44+03:00",
"dateModified": "2020-06-30T15:47:18+03:00",
"author": {
"@type": "Person",
"name": "Alan Orth"
@ -767,6 +767,14 @@ dc.description.sponsorship,correct
&quot;UKs Biotechnology and Biological Sciences Research Council (BBSRC)&quot;,&quot;Biotechnology and Biological Sciences Research Council&quot;
$ ./fix-metadata-values.py -i /tmp/2020-06-29-fix-sponsors.csv -db dspace -u dspace -p 'fuuu' -f dc.description.sponsorship -t correct -m 29
</code></pre><ul>
<li>Then I started a full re-index at batch CPU priority:</li>
</ul>
<pre><code>$ time chrt --batch 0 dspace index-discovery -b
real 99m16.230s
user 11m23.245s
sys 2m56.635s
</code></pre><ul>
<li>Peter wants me to add &ldquo;CORONAVIRUS DISEASE&rdquo; to all ILRI items that have ILRI subject &ldquo;COVID19&rdquo;
<ul>
<li>I exported the ILRI community and cut the columns I needed, then opened the file in OpenRefine:</li>