mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2024-11-04 22:33:02 +01:00
Add notes for 2017-05-06
This commit is contained in:
parent
a1f20b8883
commit
421c4ae8fe
@ -23,3 +23,18 @@ tags = ["Notes"]
|
||||
- Now I can see the workflow statistics and am able to select users, but everything returns 0 items
|
||||
- Megan says there are still some mapped items are not appearing since last week, so I forced a full `index-discovery -b`
|
||||
- Need to remember to check if the collection has more items (currently 39 on CGSpace, but 118 on the freshly reindexed DSPace Test) tomorrow: https://cgspace.cgiar.org/handle/10568/80731
|
||||
|
||||
## 2017-05-05
|
||||
|
||||
- Discovered that CGSpace has ~700 items that are missing the `cg.identifier.status` field
|
||||
- Need to perhaps try using the "required metadata" curation task to find fields missing these items:
|
||||
|
||||
```
|
||||
$ [dspace]/bin/dspace curate -t requiredmetadata -i 10568/1 -r - > /tmp/curation.out
|
||||
```
|
||||
|
||||
- It seems the curation task dies when it finds an item which has missing metadata
|
||||
|
||||
## 2017-05-06
|
||||
|
||||
- Add "Blog Post" to `dc.type`
|
||||
|
@ -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>
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
<url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/2017-05/</loc>
|
||||
<lastmod>2017-05-04T22:10:08+03:00</lastmod>
|
||||
<lastmod>2017-05-04T23:55:38+03:00</lastmod>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
@ -99,7 +99,7 @@
|
||||
|
||||
<url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/</loc>
|
||||
<lastmod>2017-05-04T22:10:08+03:00</lastmod>
|
||||
<lastmod>2017-05-04T23:55:38+03:00</lastmod>
|
||||
<priority>0</priority>
|
||||
</url>
|
||||
|
||||
@ -110,19 +110,19 @@
|
||||
|
||||
<url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/tags/notes/</loc>
|
||||
<lastmod>2017-05-04T22:10:08+03:00</lastmod>
|
||||
<lastmod>2017-05-04T23:55:38+03:00</lastmod>
|
||||
<priority>0</priority>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/post/</loc>
|
||||
<lastmod>2017-05-04T22:10:08+03:00</lastmod>
|
||||
<lastmod>2017-05-04T23:55:38+03:00</lastmod>
|
||||
<priority>0</priority>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/tags/</loc>
|
||||
<lastmod>2017-05-04T22:10:08+03:00</lastmod>
|
||||
<lastmod>2017-05-04T23:55:38+03:00</lastmod>
|
||||
<priority>0</priority>
|
||||
</url>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user