Update notes for 2019-08-27

This commit is contained in:
2019-08-27 23:44:16 +03:00
parent e6d78068f8
commit e2e2877201
3 changed files with 19 additions and 8 deletions

View File

@ -27,7 +27,7 @@ Run system updates on DSpace Test (linode19) and reboot it
<meta property="og:type" content="article" />
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/2019-08/" />
<meta property="article:published_time" content="2019-08-03T12:39:51+03:00" />
<meta property="article:modified_time" content="2019-08-27T15:08:47+03:00" />
<meta property="article:modified_time" content="2019-08-27T19:26:27+03:00" />
<meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content="August, 2019"/>
@ -59,9 +59,9 @@ Run system updates on DSpace Test (linode19) and reboot it
"@type": "BlogPosting",
"headline": "August, 2019",
"url": "https:\/\/alanorth.github.io\/cgspace-notes\/2019-08\/",
"wordCount": "1964",
"wordCount": "2040",
"datePublished": "2019-08-03T12:39:51\x2b03:00",
"dateModified": "2019-08-27T15:08:47\x2b03:00",
"dateModified": "2019-08-27T19:26:27\x2b03:00",
"author": {
"@type": "Person",
"name": "Alan Orth"
@ -493,6 +493,13 @@ sys 2m24.715s
<ul>
<li>File <a href="https://github.com/ilri/OpenRXV/issues/11">an issue on OpenRXV</a> for the bug when selecting communities</li>
<li>Peter approved the related citation changes so I merged the <a href="https://github.com/ilri/DSpace/pull/430">pull request on GitHub</a> and will deploy it to CGSpace this weekend</li>
<li>Add a safety feature to <code>fix-metadata-values.py</code> that skips correction values that contain the &lsquo;|&rsquo; character</li>
<li>Help Francesco from Bioversity with the REST and OAI APIs on CGSpace
<ul>
<li>He is contracted by Bioversity to work on the migration from Typo3</li>
<li>I told him that the OAI interface only exposes Dublin Core fields in its default configuration and that he might want to use OAI to get the latest-changed items, then use REST API to get their metadata</li>
</ul></li>
</ul>
<!-- vim: set sw=2 ts=2: -->