Add notes for 2018-08-15

This commit is contained in:
2018-08-15 10:56:38 +01:00
parent 03b93e4738
commit 8a08555e8f
59 changed files with 88 additions and 65 deletions

View File

@ -34,7 +34,7 @@ I ran all system updates on DSpace Test and rebooted it
<meta property="article:published_time" content="2018-08-01T11:52:54&#43;03:00"/>
<meta property="article:modified_time" content="2018-08-01T17:24:49&#43;03:00"/>
<meta property="article:modified_time" content="2018-08-02T14:29:59&#43;03:00"/>
@ -69,7 +69,7 @@ I ran all system updates on DSpace Test and rebooted it
"/>
<meta name="generator" content="Hugo 0.45.1" />
<meta name="generator" content="Hugo 0.46" />
@ -79,9 +79,9 @@ I ran all system updates on DSpace Test and rebooted it
"@type": "BlogPosting",
"headline": "August, 2018",
"url": "https://alanorth.github.io/cgspace-notes/2018-08/",
"wordCount": "459",
"wordCount": "527",
"datePublished": "2018-08-01T11:52:54&#43;03:00",
"dateModified": "2018-08-01T17:24:49&#43;03:00",
"dateModified": "2018-08-02T14:29:59&#43;03:00",
"author": {
"@type": "Person",
"name": "Alan Orth"
@ -201,6 +201,18 @@ I ran all system updates on DSpace Test and rebooted it
<li>As a test I submitted a new item and I was able to see it in the workflow statistics &ldquo;data&rdquo; tab, but not in the graph</li>
</ul>
<h2 id="2018-08-15">2018-08-15</h2>
<ul>
<li>Run through Peter&rsquo;s list of author affiliations from earlier this month</li>
<li>I did some quick sanity checks and small cleanups in Open Refine, checking for spaces, weird accents, and encoding errors</li>
<li>Finally I ran the <a href="https://gist.github.com/alanorth/df92cbfb54d762ba21b28f7cd83b6897"><code>fix-metadata-value.py</code></a> script:</li>
</ul>
<pre><code>$ ./fix-metadata-values.py -i 2018-08-15-Correct-1083-Affiliations.csv -db dspace -u dspace -p 'fuuu' -f cg.contributor.affiliation -t correct -m 211
$ ./delete-metadata-values.py -i 2018-08-15-Remove-11-Affiliations.csv -db dspace -u dspace -p 'fuuu' -f cg.contributor.affiliation -m 211
</code></pre>
<!-- vim: set sw=2 ts=2: -->