mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2024-11-22 14:45:03 +01:00
Update notes for 2017-02-16
This commit is contained in:
parent
3611c9297b
commit
c22acbb22e
@ -161,3 +161,9 @@ dspace=# update metadatavalue set text_value = regexp_replace(text_value, 'http:
|
||||
```
|
||||
|
||||
- Run all DOI corrections on CGSpace
|
||||
- Something to think about here is to write a [Curation Task](https://wiki.duraspace.org/display/DSDOC5x/Curation+System#CurationSystem-ScriptedTasks) in Java to do these sanity checks / corrections every night
|
||||
- Then we could add a cron job for them and run them from the command line like:
|
||||
|
||||
```
|
||||
[dspace]/bin/dspace curate -t noop -i 10568/79891
|
||||
```
|
||||
|
@ -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>
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -204,7 +204,12 @@ dspace=# update metadatavalue set text_value = 'https://dx.doi.org/10.15446/
|
||||
|
||||
<ul>
|
||||
<li>Run all DOI corrections on CGSpace</li>
|
||||
</ul></description>
|
||||
<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></description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
|
@ -204,7 +204,12 @@ dspace=# update metadatavalue set text_value = 'https://dx.doi.org/10.15446/
|
||||
|
||||
<ul>
|
||||
<li>Run all DOI corrections on CGSpace</li>
|
||||
</ul></description>
|
||||
<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></description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
|
@ -203,7 +203,12 @@ dspace=# update metadatavalue set text_value = 'https://dx.doi.org/10.15446/
|
||||
|
||||
<ul>
|
||||
<li>Run all DOI corrections on CGSpace</li>
|
||||
</ul></description>
|
||||
<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></description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
|
Loading…
Reference in New Issue
Block a user