Update notes for 2018-06-08

This commit is contained in:
2018-06-08 11:04:27 +02:00
parent e7a46ddfb8
commit 2f91102030
3 changed files with 25 additions and 8 deletions

View File

@ -41,7 +41,7 @@ sys 2m7.289s
<meta property="article:published_time" content="2018-06-04T19:49:54-07:00"/>
<meta property="article:modified_time" content="2018-06-07T09:17:51-07:00"/>
<meta property="article:modified_time" content="2018-06-07T23:39:29-07:00"/>
@ -93,9 +93,9 @@ sys 2m7.289s
"@type": "BlogPosting",
"headline": "June, 2018",
"url": "https://alanorth.github.io/cgspace-notes/2018-06/",
"wordCount": "363",
"wordCount": "422",
"datePublished": "2018-06-04T19:49:54-07:00",
"dateModified": "2018-06-07T09:17:51-07:00",
"dateModified": "2018-06-07T23:39:29-07:00",
"author": {
"@type": "Person",
"name": "Alan Orth"
@ -234,6 +234,15 @@ update schema_version set version = '5.8.2015.12.03.3' where version = '5.5.2015
<ul>
<li>Now DSpace starts up properly!</li>
<li>Gabriela from CIP got back to me about the author names we were correcting on CGSpace</li>
<li>I did a quick sanity check on them and then did a test import with my <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 /tmp/2018-06-08-CIP-Authors.csv -db dspace -u dspace -p 'fuuu' -f dc.contributor.author -t correct -m 3
</code></pre>
<ul>
<li>I will apply them on CGSpace tomorrow I think&hellip;</li>
</ul>