mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2024-11-22 06:35:03 +01:00
Add notes for 2019-09-26
This commit is contained in:
parent
8f777e315a
commit
71ed97ce53
@ -311,4 +311,10 @@ $ dspace import -a me@cgiar.org -m 2019-09-20-bioversity2.map -s /home/aorth/Bio
|
||||
- I sent her a bit more feedback because when I asked her to delete a duplicate, she deleted the *existing* item on DSpace Test rather than the new one in the new batch file!
|
||||
- I fixed two incorrect languages after analyzing it with my beta language detection in the csv-metadata-quality tool
|
||||
|
||||
## 2019-09-26
|
||||
|
||||
- Release [version 0.3.0 of the csv-metadata-quality](https://github.com/ilri/csv-metadata-quality/releases/tag/v0.3.0) tool
|
||||
- This version includes the experimental validation of languages using the Python `langid` library
|
||||
- I also included updated pytest tests and test files that specifically test this functionality
|
||||
|
||||
<!-- vim: set sw=2 ts=2: -->
|
||||
|
@ -40,7 +40,7 @@ Here are the top ten IPs in the nginx XMLUI and REST/OAI logs this morning:
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/2019-09/" />
|
||||
<meta property="article:published_time" content="2019-09-01T10:17:51+03:00" />
|
||||
<meta property="article:modified_time" content="2019-09-22T01:41:25+03:00" />
|
||||
<meta property="article:modified_time" content="2019-09-24T20:13:20+03:00" />
|
||||
|
||||
<meta name="twitter:card" content="summary"/>
|
||||
<meta name="twitter:title" content="September, 2019"/>
|
||||
@ -85,9 +85,9 @@ Here are the top ten IPs in the nginx XMLUI and REST/OAI logs this morning:
|
||||
"@type": "BlogPosting",
|
||||
"headline": "September, 2019",
|
||||
"url": "https:\/\/alanorth.github.io\/cgspace-notes\/2019-09\/",
|
||||
"wordCount": "2396",
|
||||
"wordCount": "2417",
|
||||
"datePublished": "2019-09-01T10:17:51\x2b03:00",
|
||||
"dateModified": "2019-09-22T01:41:25\x2b03:00",
|
||||
"dateModified": "2019-09-24T20:13:20\x2b03:00",
|
||||
"author": {
|
||||
"@type": "Person",
|
||||
"name": "Alan Orth"
|
||||
@ -546,7 +546,16 @@ $ dspace import -a me@cgiar.org -m 2019-09-20-bioversity2.map -s /home/aorth/Bio
|
||||
</ul></li>
|
||||
</ul>
|
||||
|
||||
<!-- vim: set sw=2 ts=2: -->
|
||||
<h2 id="2019-09-26">2019-09-26</h2>
|
||||
|
||||
<ul>
|
||||
<li>Release <a href="https://github.com/ilri/csv-metadata-quality/releases/tag/v0.3.0">version 0.3.0 of the csv-metadata-quality</a> tool
|
||||
|
||||
<ul>
|
||||
<li>This version includes the experimental validation of languages using the Python <code>langid</code> library
|
||||
<!-- vim: set sw=2 ts=2: --></li>
|
||||
</ul></li>
|
||||
</ul>
|
||||
|
||||
|
||||
|
||||
|
@ -4,27 +4,27 @@
|
||||
|
||||
<url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/</loc>
|
||||
<lastmod>2019-09-22T01:41:25+03:00</lastmod>
|
||||
<lastmod>2019-09-24T20:13:20+03:00</lastmod>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/tags/notes/</loc>
|
||||
<lastmod>2019-09-22T01:41:25+03:00</lastmod>
|
||||
<lastmod>2019-09-24T20:13:20+03:00</lastmod>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/posts/</loc>
|
||||
<lastmod>2019-09-22T01:41:25+03:00</lastmod>
|
||||
<lastmod>2019-09-24T20:13:20+03:00</lastmod>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/2019-09/</loc>
|
||||
<lastmod>2019-09-22T01:41:25+03:00</lastmod>
|
||||
<lastmod>2019-09-24T20:13:20+03:00</lastmod>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/tags/</loc>
|
||||
<lastmod>2019-09-22T01:41:25+03:00</lastmod>
|
||||
<lastmod>2019-09-24T20:13:20+03:00</lastmod>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
|
Loading…
Reference in New Issue
Block a user