Add notes for 2019-08-08

This commit is contained in:
2019-08-08 18:10:44 +03:00
parent 34e488a327
commit 0beed6b6df
76 changed files with 307 additions and 217 deletions

View File

@ -14,8 +14,8 @@ Catalina logs at least show some memory errors yesterday:
" />
<meta property="og:type" content="article" />
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/2018-04/" />
<meta property="article:published_time" content="2018-04-01T16:13:54&#43;02:00"/>
<meta property="article:modified_time" content="2018-04-30T18:45:30&#43;03:00"/>
<meta property="article:published_time" content="2018-04-01T16:13:54+02:00" />
<meta property="article:modified_time" content="2018-04-30T18:45:30+03:00" />
<meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content="April, 2018"/>
@ -25,7 +25,7 @@ Catalina logs at least show some memory errors yesterday:
I tried to test something on DSpace Test but noticed that it&rsquo;s down since god knows when
Catalina logs at least show some memory errors yesterday:
"/>
<meta name="generator" content="Hugo 0.55.6" />
<meta name="generator" content="Hugo 0.56.3" />
@ -154,16 +154,15 @@ sys 2m2.498s
<pre><code>$ ./add-orcid-identifiers-csv.py -i /tmp/jtohme-2018-04-04.csv -db dspace -u dspace -p 'fuuu'
</code></pre></li>
<li><p>The CSV format of <code>jtohme-2018-04-04.csv</code> was:</p></li>
</ul>
<li><p>The CSV format of <code>jtohme-2018-04-04.csv</code> was:</p>
<pre><code class="language-csv">dc.contributor.author,cg.creator.id
&quot;Tohme, Joseph M.&quot;,Joe Tohme: 0000-0003-2765-7101
</code></pre>
</code></pre></li>
<ul>
<li>There was a quoting error in my CRP CSV and the replacements for <code>Forests, Trees and Agroforestry</code> got messed up</li>
<li>So I fixed them and had to re-index again!</li>
<li><p>There was a quoting error in my CRP CSV and the replacements for <code>Forests, Trees and Agroforestry</code> got messed up</p></li>
<li><p>So I fixed them and had to re-index again!</p></li>
<li><p>I started preparing the git branch for the the DSpace 5.5→5.8 upgrade:</p>