mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2024-11-25 16:08:19 +01:00
Update notes for 2019-07-29
This commit is contained in:
parent
cbbb9b4e77
commit
f69530c005
@ -392,6 +392,7 @@ value.replace(/\s+\|\|/,"||").replace(/\|\|\s+/,"||")
|
|||||||
- I turned the Pandas script into a proper Python package called [csv-metadata-quality](https://git.sr.ht/~alanorth/csv-metadata-quality)
|
- I turned the Pandas script into a proper Python package called [csv-metadata-quality](https://git.sr.ht/~alanorth/csv-metadata-quality)
|
||||||
- It supports CSV and Excel files
|
- It supports CSV and Excel files
|
||||||
- It fixes whitespace errors and erroneous multi-value separators ("|") and validates ISSN, ISBNs, and dates
|
- It fixes whitespace errors and erroneous multi-value separators ("|") and validates ISSN, ISBNs, and dates
|
||||||
|
- Also I added a bunch of other checks/fixes for unnecessary and "suspicious" Unicode characters
|
||||||
- Inform Bioversity that there is an error in their CSV, seemingly caused by quotes in the citation field
|
- Inform Bioversity that there is an error in their CSV, seemingly caused by quotes in the citation field
|
||||||
|
|
||||||
<!-- vim: set sw=2 ts=2: -->
|
<!-- vim: set sw=2 ts=2: -->
|
||||||
|
@ -21,7 +21,7 @@ Abenet had another similar issue a few days ago when trying to find the stats fo
|
|||||||
<meta property="og:type" content="article" />
|
<meta property="og:type" content="article" />
|
||||||
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/2019-07/" />
|
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/2019-07/" />
|
||||||
<meta property="article:published_time" content="2019-07-01T12:13:51+03:00"/>
|
<meta property="article:published_time" content="2019-07-01T12:13:51+03:00"/>
|
||||||
<meta property="article:modified_time" content="2019-07-26T18:49:38+03:00"/>
|
<meta property="article:modified_time" content="2019-07-29T12:51:19+03:00"/>
|
||||||
|
|
||||||
<meta name="twitter:card" content="summary"/>
|
<meta name="twitter:card" content="summary"/>
|
||||||
<meta name="twitter:title" content="July, 2019"/>
|
<meta name="twitter:title" content="July, 2019"/>
|
||||||
@ -47,9 +47,9 @@ Abenet had another similar issue a few days ago when trying to find the stats fo
|
|||||||
"@type": "BlogPosting",
|
"@type": "BlogPosting",
|
||||||
"headline": "July, 2019",
|
"headline": "July, 2019",
|
||||||
"url": "https:\/\/alanorth.github.io\/cgspace-notes\/2019-07\/",
|
"url": "https:\/\/alanorth.github.io\/cgspace-notes\/2019-07\/",
|
||||||
"wordCount": "2243",
|
"wordCount": "2257",
|
||||||
"datePublished": "2019-07-01T12:13:51\x2b03:00",
|
"datePublished": "2019-07-01T12:13:51\x2b03:00",
|
||||||
"dateModified": "2019-07-26T18:49:38\x2b03:00",
|
"dateModified": "2019-07-29T12:51:19\x2b03:00",
|
||||||
"author": {
|
"author": {
|
||||||
"@type": "Person",
|
"@type": "Person",
|
||||||
"name": "Alan Orth"
|
"name": "Alan Orth"
|
||||||
@ -588,6 +588,7 @@ issn.validate('1020-3362')
|
|||||||
<ul>
|
<ul>
|
||||||
<li>It supports CSV and Excel files</li>
|
<li>It supports CSV and Excel files</li>
|
||||||
<li>It fixes whitespace errors and erroneous multi-value separators (“|”) and validates ISSN, ISBNs, and dates</li>
|
<li>It fixes whitespace errors and erroneous multi-value separators (“|”) and validates ISSN, ISBNs, and dates</li>
|
||||||
|
<li>Also I added a bunch of other checks/fixes for unnecessary and “suspicious” Unicode characters</li>
|
||||||
</ul></li>
|
</ul></li>
|
||||||
<li>Inform Bioversity that there is an error in their CSV, seemingly caused by quotes in the citation field</li>
|
<li>Inform Bioversity that there is an error in their CSV, seemingly caused by quotes in the citation field</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -4,30 +4,30 @@
|
|||||||
|
|
||||||
<url>
|
<url>
|
||||||
<loc>https://alanorth.github.io/cgspace-notes/</loc>
|
<loc>https://alanorth.github.io/cgspace-notes/</loc>
|
||||||
<lastmod>2019-07-26T18:49:38+03:00</lastmod>
|
<lastmod>2019-07-29T12:51:19+03:00</lastmod>
|
||||||
<priority>0</priority>
|
<priority>0</priority>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
<url>
|
<url>
|
||||||
<loc>https://alanorth.github.io/cgspace-notes/2019-07/</loc>
|
<loc>https://alanorth.github.io/cgspace-notes/2019-07/</loc>
|
||||||
<lastmod>2019-07-26T18:49:38+03:00</lastmod>
|
<lastmod>2019-07-29T12:51:19+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-07-26T18:49:38+03:00</lastmod>
|
<lastmod>2019-07-29T12:51:19+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-07-26T18:49:38+03:00</lastmod>
|
<lastmod>2019-07-29T12:51:19+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-07-26T18:49:38+03:00</lastmod>
|
<lastmod>2019-07-29T12:51:19+03:00</lastmod>
|
||||||
<priority>0</priority>
|
<priority>0</priority>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user