mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2025-01-27 05:49:12 +01:00
Add notes for 2017-05-06
This commit is contained in:
@ -13,7 +13,7 @@
|
||||
|
||||
|
||||
<meta property="article:published_time" content="2017-05-01T16:21:52+02:00"/>
|
||||
<meta property="article:modified_time" content="2017-05-04T22:10:08+03:00"/>
|
||||
<meta property="article:modified_time" content="2017-05-04T23:55:38+03:00"/>
|
||||
|
||||
|
||||
|
||||
@ -45,9 +45,9 @@
|
||||
"@type": "BlogPosting",
|
||||
"headline": "May, 2017",
|
||||
"url": "https://alanorth.github.io/cgspace-notes/2017-05/",
|
||||
"wordCount": "149",
|
||||
"wordCount": "210",
|
||||
"datePublished": "2017-05-01T16:21:52+02:00",
|
||||
"dateModified": "2017-05-04T22:10:08+03:00",
|
||||
"dateModified": "2017-05-04T23:55:38+03:00",
|
||||
"author": {
|
||||
"@type": "Person",
|
||||
"name": "Alan Orth"
|
||||
@ -140,6 +140,26 @@
|
||||
<li>Need to remember to check if the collection has more items (currently 39 on CGSpace, but 118 on the freshly reindexed DSPace Test) tomorrow: <a href="https://cgspace.cgiar.org/handle/10568/80731">https://cgspace.cgiar.org/handle/10568/80731</a></li>
|
||||
</ul>
|
||||
|
||||
<h2 id="2017-05-05">2017-05-05</h2>
|
||||
|
||||
<ul>
|
||||
<li>Discovered that CGSpace has ~700 items that are missing the <code>cg.identifier.status</code> field</li>
|
||||
<li>Need to perhaps try using the “required metadata” curation task to find fields missing these items:</li>
|
||||
</ul>
|
||||
|
||||
<pre><code>$ [dspace]/bin/dspace curate -t requiredmetadata -i 10568/1 -r - > /tmp/curation.out
|
||||
</code></pre>
|
||||
|
||||
<ul>
|
||||
<li>It seems the curation task dies when it finds an item which has missing metadata</li>
|
||||
</ul>
|
||||
|
||||
<h2 id="2017-05-06">2017-05-06</h2>
|
||||
|
||||
<ul>
|
||||
<li>Add “Blog Post” to <code>dc.type</code></li>
|
||||
</ul>
|
||||
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user