Update notes for 2017-02-16

This commit is contained in:
2017-02-16 23:27:34 +02:00
parent 3611c9297b
commit c22acbb22e
5 changed files with 30 additions and 4 deletions

View File

@ -92,7 +92,7 @@ Looks like we’ll be using cg.identifier.ccafsprojectpii as the field name
"headline": "February, 2017",
"url": "https://alanorth.github.io/cgspace-notes/2017-02/",
"wordCount": "1112",
"wordCount": "1157",
"datePublished": "2017-02-07T07:04:52-08:00",
@ -356,8 +356,13 @@ dspace=# update metadatavalue set text_value = 'https://dx.doi.org/10.15446/agro
<ul>
<li>Run all DOI corrections on CGSpace</li>
<li>Something to think about here is to write a <a href="https://wiki.duraspace.org/display/DSDOC5x/Curation+System#CurationSystem-ScriptedTasks">Curation Task</a> in Java to do these sanity checks / corrections every night</li>
<li>Then we could add a cron job for them and run them from the command line like:</li>
</ul>
<pre><code>[dspace]/bin/dspace curate -t noop -i 10568/79891
</code></pre>