Update notes for 2019-03-07

This commit is contained in:
2019-03-07 12:18:52 +02:00
parent ebc003d1f0
commit 27cdba6669
5 changed files with 41 additions and 17 deletions

View File

@ -25,7 +25,7 @@ I think I will need to ask Udana to re-copy and paste the abstracts with more ca
<meta property="og:type" content="article" />
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/2019-03/" />
<meta property="article:published_time" content="2019-03-01T12:16:30&#43;01:00"/>
<meta property="article:modified_time" content="2019-03-06T16:45:43&#43;02:00"/>
<meta property="article:modified_time" content="2019-03-07T11:37:53&#43;02:00"/>
<meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content="March, 2019"/>
@ -55,9 +55,9 @@ I think I will need to ask Udana to re-copy and paste the abstracts with more ca
"@type": "BlogPosting",
"headline": "March, 2019",
"url": "https://alanorth.github.io/cgspace-notes/2019-03/",
"wordCount": "513",
"wordCount": "617",
"datePublished": "2019-03-01T12:16:30&#43;01:00",
"dateModified": "2019-03-06T16:45:43&#43;02:00",
"dateModified": "2019-03-07T11:37:53&#43;02:00",
"author": {
"@type": "Person",
"name": "Alan Orth"
@ -204,6 +204,20 @@ Error sending email:
<ul>
<li>ICT reset the email password and I confirmed that it is working now</li>
<li>Generate a controlled vocabulary of 1187 AGROVOC subjects from the top 1500 that I checked last month, dumping the terms themselves using <code>csvcut</code> and then applying XML controlled vocabulary format in vim and then checking with tidy for good measure:</li>
</ul>
<pre><code>$ csvcut -c name 2019-02-22-subjects.csv &gt; dspace/config/controlled-vocabularies/dc-contributor-author.xml
$ # apply formatting in XML file
$ tidy -xml -utf8 -iq -m -w 0 dspace/config/controlled-vocabularies/dc-subject.xml
</code></pre>
<ul>
<li>Atmire noticed my message about the &ldquo;solr_update_time_stamp&rdquo; error on the dspace-tech mailing list and created an issue on their tracker to discuss it with me
<ul>
<li>They say the error is harmless, but has nevertheless been fixed in their newer module versions</li>
</ul></li>
</ul>
<!-- vim: set sw=2 ts=2: -->