mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2024-11-22 14:45:03 +01:00
Add notes for 2019-08-21
This commit is contained in:
parent
89807dfe5b
commit
fb49408d8b
@ -226,4 +226,11 @@ return os.path.basename(value)
|
||||
- Then I can try to download all the files again with the script
|
||||
- I also asked Francesco about the strange filenames (.LCK, .zip, and .7z)
|
||||
|
||||
## 2019-08-21
|
||||
|
||||
- Upload [csv-metadata-quality repository to ILRI's GitHub organization](https://github.com/ilri/csv-metadata-quality)
|
||||
- Fix a few invalid countries in IITA's [July 29](https://dspacetest.cgiar.org/handle/10568/102361) records (aka "20195TH.xls")
|
||||
- These were not caught by my csv-metadata-quality check script because of a logic error
|
||||
- Remove `dc.identified.uri` fields from test data, set `id` values to "-1", add collection mappings according to `dc.type`, and Upload 126 IITA records to CGSpace
|
||||
|
||||
<!-- vim: set sw=2 ts=2: -->
|
||||
|
@ -27,7 +27,7 @@ Run system updates on DSpace Test (linode19) and reboot it
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/2019-08/" />
|
||||
<meta property="article:published_time" content="2019-08-03T12:39:51+03:00" />
|
||||
<meta property="article:modified_time" content="2019-08-21T01:26:32+03:00" />
|
||||
<meta property="article:modified_time" content="2019-08-21T01:27:45+03:00" />
|
||||
|
||||
<meta name="twitter:card" content="summary"/>
|
||||
<meta name="twitter:title" content="August, 2019"/>
|
||||
@ -59,9 +59,9 @@ Run system updates on DSpace Test (linode19) and reboot it
|
||||
"@type": "BlogPosting",
|
||||
"headline": "August, 2019",
|
||||
"url": "https:\/\/alanorth.github.io\/cgspace-notes\/2019-08\/",
|
||||
"wordCount": "1649",
|
||||
"wordCount": "1707",
|
||||
"datePublished": "2019-08-03T12:39:51\x2b03:00",
|
||||
"dateModified": "2019-08-21T01:26:32\x2b03:00",
|
||||
"dateModified": "2019-08-21T01:27:45\x2b03:00",
|
||||
"author": {
|
||||
"@type": "Person",
|
||||
"name": "Alan Orth"
|
||||
@ -422,6 +422,18 @@ return os.path.basename(value)
|
||||
<li><p>I also asked Francesco about the strange filenames (.LCK, .zip, and .7z)</p></li>
|
||||
</ul>
|
||||
|
||||
<h2 id="2019-08-21">2019-08-21</h2>
|
||||
|
||||
<ul>
|
||||
<li>Upload <a href="https://github.com/ilri/csv-metadata-quality">csv-metadata-quality repository to ILRI’s GitHub organization</a></li>
|
||||
<li>Fix a few invalid countries in IITA’s <a href="https://dspacetest.cgiar.org/handle/10568/102361">July 29</a> records (aka “20195TH.xls”)
|
||||
|
||||
<ul>
|
||||
<li>These were not caught by my csv-metadata-quality check script because of a logic error</li>
|
||||
<li>Remove <code>dc.identified.uri</code> fields from test data, set <code>id</code> values to “-1”, add collection mappings according to <code>dc.type</code>, and Upload 126 IITA records to CGSpace</li>
|
||||
</ul></li>
|
||||
</ul>
|
||||
|
||||
<!-- vim: set sw=2 ts=2: -->
|
||||
|
||||
|
||||
|
@ -4,27 +4,27 @@
|
||||
|
||||
<url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/2019-08/</loc>
|
||||
<lastmod>2019-08-21T01:26:32+03:00</lastmod>
|
||||
<lastmod>2019-08-21T01:27:45+03:00</lastmod>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/</loc>
|
||||
<lastmod>2019-08-21T01:26:32+03:00</lastmod>
|
||||
<lastmod>2019-08-21T01:27:45+03:00</lastmod>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/tags/notes/</loc>
|
||||
<lastmod>2019-08-21T01:26:32+03:00</lastmod>
|
||||
<lastmod>2019-08-21T01:27:45+03:00</lastmod>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/posts/</loc>
|
||||
<lastmod>2019-08-21T01:26:32+03:00</lastmod>
|
||||
<lastmod>2019-08-21T01:27:45+03:00</lastmod>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/tags/</loc>
|
||||
<lastmod>2019-08-21T01:26:32+03:00</lastmod>
|
||||
<lastmod>2019-08-21T01:27:45+03:00</lastmod>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
|
Loading…
Reference in New Issue
Block a user