mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2024-11-26 00:18:21 +01:00
Update notes for 2019-05-25
This commit is contained in:
parent
c44d06e73c
commit
5453b76822
@ -403,4 +403,19 @@ $ ./delete-metadata-values.py -i /tmp/2019-05-17-delete-14-Investors.csv -db dsp
|
|||||||
- Update AReS README.md on GitHub repository to add a proper introduction, credits, requirements, installation instructions, and legal information
|
- Update AReS README.md on GitHub repository to add a proper introduction, credits, requirements, installation instructions, and legal information
|
||||||
- Update CIP subjects in input forms on CGSpace ([#424](https://github.com/ilri/DSpace/pull/424))
|
- Update CIP subjects in input forms on CGSpace ([#424](https://github.com/ilri/DSpace/pull/424))
|
||||||
|
|
||||||
|
## 2019-05-25
|
||||||
|
|
||||||
|
- Help Abenet proof ten Africa Rice publications
|
||||||
|
- Convert some dates to string (from number in Excel)
|
||||||
|
- Trim whitespace on all fields
|
||||||
|
- Correct and standardize affiliations
|
||||||
|
- Validate subject terms against AGROVOC
|
||||||
|
- Add rights information to all items
|
||||||
|
- Correct and standardize sponsors
|
||||||
|
- Generate Simple Archive Format bundle with SAFBuilder and import into the [AfricaRice Articles in Journals](https://cgspace.cgiar.org/handle/10568/101106) collection on CGSpace:
|
||||||
|
|
||||||
|
```
|
||||||
|
$ dspace import -a -e me@cgiar.org -m 2019-05-25-AfricaRice.map -s /tmp/SimpleArchiveFormat
|
||||||
|
```
|
||||||
|
|
||||||
<!-- vim: set sw=2 ts=2: -->
|
<!-- vim: set sw=2 ts=2: -->
|
||||||
|
@ -28,7 +28,7 @@ But after this I tried to delete the item from the XMLUI and it is still present
|
|||||||
<meta property="og:type" content="article" />
|
<meta property="og:type" content="article" />
|
||||||
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/2019-05/" />
|
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/2019-05/" />
|
||||||
<meta property="article:published_time" content="2019-05-01T07:37:43+03:00"/>
|
<meta property="article:published_time" content="2019-05-01T07:37:43+03:00"/>
|
||||||
<meta property="article:modified_time" content="2019-05-24T09:47:52+03:00"/>
|
<meta property="article:modified_time" content="2019-05-24T12:27:22+03:00"/>
|
||||||
|
|
||||||
<meta name="twitter:card" content="summary"/>
|
<meta name="twitter:card" content="summary"/>
|
||||||
<meta name="twitter:title" content="May, 2019"/>
|
<meta name="twitter:title" content="May, 2019"/>
|
||||||
@ -61,9 +61,9 @@ But after this I tried to delete the item from the XMLUI and it is still present
|
|||||||
"@type": "BlogPosting",
|
"@type": "BlogPosting",
|
||||||
"headline": "May, 2019",
|
"headline": "May, 2019",
|
||||||
"url": "https:\/\/alanorth.github.io\/cgspace-notes\/2019-05\/",
|
"url": "https:\/\/alanorth.github.io\/cgspace-notes\/2019-05\/",
|
||||||
"wordCount": "2805",
|
"wordCount": "2874",
|
||||||
"datePublished": "2019-05-01T07:37:43\x2b03:00",
|
"datePublished": "2019-05-01T07:37:43\x2b03:00",
|
||||||
"dateModified": "2019-05-24T09:47:52\x2b03:00",
|
"dateModified": "2019-05-24T12:27:22\x2b03:00",
|
||||||
"author": {
|
"author": {
|
||||||
"@type": "Person",
|
"@type": "Person",
|
||||||
"name": "Alan Orth"
|
"name": "Alan Orth"
|
||||||
@ -629,6 +629,26 @@ $ ./delete-metadata-values.py -i /tmp/2019-05-17-delete-14-Investors.csv -db dsp
|
|||||||
<li>Update CIP subjects in input forms on CGSpace (<a href="https://github.com/ilri/DSpace/pull/424">#424</a>)</li>
|
<li>Update CIP subjects in input forms on CGSpace (<a href="https://github.com/ilri/DSpace/pull/424">#424</a>)</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
<h2 id="2019-05-25">2019-05-25</h2>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li>Help Abenet proof ten Africa Rice publications
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li>Convert some dates to string (from number in Excel)</li>
|
||||||
|
<li>Trim whitespace on all fields</li>
|
||||||
|
<li>Correct and standardize affiliations</li>
|
||||||
|
<li>Validate subject terms against AGROVOC</li>
|
||||||
|
<li>Add rights information to all items</li>
|
||||||
|
<li>Correct and standardize sponsors</li>
|
||||||
|
</ul></li>
|
||||||
|
|
||||||
|
<li><p>Generate Simple Archive Format bundle with SAFBuilder and import into the <a href="https://cgspace.cgiar.org/handle/10568/101106">AfricaRice Articles in Journals</a> collection on CGSpace:</p>
|
||||||
|
|
||||||
|
<pre><code>$ dspace import -a -e me@cgiar.org -m 2019-05-25-AfricaRice.map -s /tmp/SimpleArchiveFormat
|
||||||
|
</code></pre></li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
<!-- vim: set sw=2 ts=2: -->
|
<!-- vim: set sw=2 ts=2: -->
|
||||||
|
|
||||||
|
|
||||||
|
@ -4,30 +4,30 @@
|
|||||||
|
|
||||||
<url>
|
<url>
|
||||||
<loc>https://alanorth.github.io/cgspace-notes/</loc>
|
<loc>https://alanorth.github.io/cgspace-notes/</loc>
|
||||||
<lastmod>2019-05-24T09:47:52+03:00</lastmod>
|
<lastmod>2019-05-24T12:27:22+03:00</lastmod>
|
||||||
<priority>0</priority>
|
<priority>0</priority>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
<url>
|
<url>
|
||||||
<loc>https://alanorth.github.io/cgspace-notes/2019-05/</loc>
|
<loc>https://alanorth.github.io/cgspace-notes/2019-05/</loc>
|
||||||
<lastmod>2019-05-24T09:47:52+03:00</lastmod>
|
<lastmod>2019-05-24T12:27:22+03:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
<url>
|
<url>
|
||||||
<loc>https://alanorth.github.io/cgspace-notes/tags/notes/</loc>
|
<loc>https://alanorth.github.io/cgspace-notes/tags/notes/</loc>
|
||||||
<lastmod>2019-05-24T09:47:52+03:00</lastmod>
|
<lastmod>2019-05-24T12:27:22+03:00</lastmod>
|
||||||
<priority>0</priority>
|
<priority>0</priority>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
<url>
|
<url>
|
||||||
<loc>https://alanorth.github.io/cgspace-notes/posts/</loc>
|
<loc>https://alanorth.github.io/cgspace-notes/posts/</loc>
|
||||||
<lastmod>2019-05-24T09:47:52+03:00</lastmod>
|
<lastmod>2019-05-24T12:27:22+03:00</lastmod>
|
||||||
<priority>0</priority>
|
<priority>0</priority>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
<url>
|
<url>
|
||||||
<loc>https://alanorth.github.io/cgspace-notes/tags/</loc>
|
<loc>https://alanorth.github.io/cgspace-notes/tags/</loc>
|
||||||
<lastmod>2019-05-24T09:47:52+03:00</lastmod>
|
<lastmod>2019-05-24T12:27:22+03:00</lastmod>
|
||||||
<priority>0</priority>
|
<priority>0</priority>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user