Update notes for 2017-01-24

This commit is contained in:
2017-01-24 10:41:57 +02:00
parent 44733f9d2a
commit f5e0ae3b8e
5 changed files with 50 additions and 5 deletions

View File

@ -59,7 +59,7 @@ I asked on the dspace-tech mailing list because it seems to be broken, and actua
"headline": "January, 2017",
"url": "https://alanorth.github.io/cgspace-notes/2017-01/",
"wordCount": "1291",
"wordCount": "1327",
"datePublished": "2017-01-02T10:43:00+03:00",
@ -292,7 +292,7 @@ UnicodeEncodeError: 'ascii' codec can't encode character u'\xe4' in position 15:
<li>Now back to cleaning up some journal titles so we can make the controlled vocabulary:</li>
</ul>
<pre><code>$ ./fix-metadata-values.py -i /tmp/fix-27-journal-titles.csv -f dc.source -t correct -m 55 -d dspace-u dspace-p 'fuuu'
<pre><code>$ ./fix-metadata-values.py -i /tmp/fix-27-journal-titles.csv -f dc.source -t correct -m 55 -d dspace -u dspace -p 'fuuu'
</code></pre>
<ul>
@ -403,6 +403,16 @@ $ gs -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 -dPDFSETTINGS=/ebook -dNOPAUSE -
10568/41914 10568/171 10568/79340
</code></pre>
<h2 id="2017-01-24">2017-01-24</h2>
<ul>
<li>Run all updates on DSpace Test and reboot the server</li>
<li>Run fixes for Journal titles on CGSpace:</li>
</ul>
<pre><code>$ ./fix-metadata-values.py -i /tmp/fix-49-journal-titles.csv -f dc.source -t correct -m 55 -d dspace -u dspace -p 'password'
</code></pre>