Update notes for 2017-08-15

This commit is contained in:
2017-08-15 16:44:59 +03:00
parent ca0dfb1d3c
commit 0661633992
3 changed files with 16 additions and 8 deletions

View File

@ -37,7 +37,7 @@ Then I cleaned up the author authorities and HTML characters in OpenRefine and s
<meta property="article:published_time" content="2017-08-01T11:51:52&#43;03:00"/>
<meta property="article:modified_time" content="2017-08-14T14:41:36&#43;03:00"/>
<meta property="article:modified_time" content="2017-08-15T11:56:35&#43;03:00"/>
@ -85,9 +85,9 @@ Then I cleaned up the author authorities and HTML characters in OpenRefine and s
"@type": "BlogPosting",
"headline": "August, 2017",
"url": "https://alanorth.github.io/cgspace-notes/2017-08/",
"wordCount": "1877",
"wordCount": "1948",
"datePublished": "2017-08-01T11:51:52&#43;03:00",
"dateModified": "2017-08-14T14:41:36&#43;03:00",
"dateModified": "2017-08-15T11:56:35&#43;03:00",
"author": {
"@type": "Person",
"name": "Alan Orth"
@ -361,6 +361,10 @@ $ grep -rsI SQLException dspace-xmlui | wc -l
<ul>
<li>Increase the nginx upload limit on CGSpace (linode18) so Sisay can upload 23 CIAT reports</li>
<li>Do some last minute cleanups and de-duplications of the CGIAR Library data, as I need to send it to Peter this week</li>
<li>Metadata fields like <code>dc.contributor.author</code>, <code>dc.publisher</code>, <code>dc.type</code>, and a few others had somehow been duplicated along the line</li>
<li>Also, a few dozen <code>dc.description.abstract</code> fields still had various HTML tags and entities in them</li>
<li>Also, a bunch of <code>dc.subject</code> fields that were not AGROVOC had not been moved properly to <code>cg.system.subject</code></li>
</ul>