Update notes for 2019-09-20

This commit is contained in:
2019-09-20 13:25:59 +03:00
parent a3071e85fd
commit 063d4e1725
3 changed files with 21 additions and 11 deletions

View File

@ -40,7 +40,7 @@ Here are the top ten IPs in the nginx XMLUI and REST/OAI logs this morning:
<meta property="og:type" content="article" />
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/2019-09/" />
<meta property="article:published_time" content="2019-09-01T10:17:51+03:00" />
<meta property="article:modified_time" content="2019-09-20T12:39:48+03:00" />
<meta property="article:modified_time" content="2019-09-20T12:55:11+03:00" />
<meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content="September, 2019"/>
@ -85,9 +85,9 @@ Here are the top ten IPs in the nginx XMLUI and REST/OAI logs this morning:
"@type": "BlogPosting",
"headline": "September, 2019",
"url": "https:\/\/alanorth.github.io\/cgspace-notes\/2019-09\/",
"wordCount": "1751",
"wordCount": "1778",
"datePublished": "2019-09-01T10:17:51\x2b03:00",
"dateModified": "2019-09-20T12:39:48\x2b03:00",
"dateModified": "2019-09-20T12:55:11\x2b03:00",
"author": {
"@type": "Person",
"name": "Alan Orth"
@ -438,14 +438,19 @@ $ psql -h localhost -U postgres -f ~/src/git/DSpace/dspace/etc/postgres/update-s
<h2 id="2019-09-20">2019-09-20</h2>
<ul>
<li>Skype with Carol and Francesca to discuss the Bioveristy migration to CGSpace
<li><p>Skype with Carol and Francesca to discuss the Bioveristy migration to CGSpace</p>
<ul>
<li>They want to do some enrichment of the metadata to add countries and regions</li>
<li>Also, they noticed that some items have a blank ISSN in the citation like &ldquo;ISSN:&rdquo;</li>
<li>I told them it&rsquo;s probably best if we have Francesco produce a new export from Typo 3</li>
<li>But on second thought I think that I&rsquo;ve already done so much work on this file as it is that I should fix what I can here and then do a new import to DSpace Test with the PDFs</li>
<li>Other corrections would be to replace &ldquo;Inst.&rdquo; with &ldquo;Institute&rdquo; and remove those blank ISSNs from the citations</li>
<li>Other corrections would be to replace &ldquo;Inst.&rdquo; and &ldquo;Instit.&rdquo; with &ldquo;Institute&rdquo; and remove those blank ISSNs from the citations</li>
<li><p>I will rename the files with multiple underscores so they match the filename column in the CSV using this command:</p>
<pre><code>$ perl-rename -n 's/_{2,3}/_/g' *.pdf
</code></pre></li>
</ul></li>
</ul>