mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2024-11-22 06:35:03 +01:00
Update notes for 2019-07-29
This commit is contained in:
parent
f69530c005
commit
ec19cc2d73
@ -393,6 +393,8 @@ value.replace(/\s+\|\|/,"||").replace(/\|\|\s+/,"||")
|
||||
- It supports CSV and Excel files
|
||||
- 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
|
||||
- I added fixes to drop duplicate metadata values
|
||||
- And lastly, I added validation of ISO 639-2 and ISO 639-3 languages
|
||||
- Inform Bioversity that there is an error in their CSV, seemingly caused by quotes in the citation field
|
||||
|
||||
<!-- 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: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:modified_time" content="2019-07-29T12:51:19+03:00"/>
|
||||
<meta property="article:modified_time" content="2019-07-29T17:17:42+03:00"/>
|
||||
|
||||
<meta name="twitter:card" content="summary"/>
|
||||
<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",
|
||||
"headline": "July, 2019",
|
||||
"url": "https:\/\/alanorth.github.io\/cgspace-notes\/2019-07\/",
|
||||
"wordCount": "2257",
|
||||
"wordCount": "2277",
|
||||
"datePublished": "2019-07-01T12:13:51\x2b03:00",
|
||||
"dateModified": "2019-07-29T12:51:19\x2b03:00",
|
||||
"dateModified": "2019-07-29T17:17:42\x2b03:00",
|
||||
"author": {
|
||||
"@type": "Person",
|
||||
"name": "Alan Orth"
|
||||
@ -589,6 +589,8 @@ issn.validate('1020-3362')
|
||||
<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>Also I added a bunch of other checks/fixes for unnecessary and “suspicious” Unicode characters</li>
|
||||
<li>I added fixes to drop duplicate metadata values</li>
|
||||
<li>And lastly, I added validation of ISO 639-2 and ISO 639-3 languages</li>
|
||||
</ul></li>
|
||||
<li>Inform Bioversity that there is an error in their CSV, seemingly caused by quotes in the citation field</li>
|
||||
</ul>
|
||||
|
@ -4,30 +4,30 @@
|
||||
|
||||
<url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/</loc>
|
||||
<lastmod>2019-07-29T12:51:19+03:00</lastmod>
|
||||
<lastmod>2019-07-29T17:17:42+03:00</lastmod>
|
||||
<priority>0</priority>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/2019-07/</loc>
|
||||
<lastmod>2019-07-29T12:51:19+03:00</lastmod>
|
||||
<lastmod>2019-07-29T17:17:42+03:00</lastmod>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/tags/notes/</loc>
|
||||
<lastmod>2019-07-29T12:51:19+03:00</lastmod>
|
||||
<lastmod>2019-07-29T17:17:42+03:00</lastmod>
|
||||
<priority>0</priority>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/posts/</loc>
|
||||
<lastmod>2019-07-29T12:51:19+03:00</lastmod>
|
||||
<lastmod>2019-07-29T17:17:42+03:00</lastmod>
|
||||
<priority>0</priority>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/tags/</loc>
|
||||
<lastmod>2019-07-29T12:51:19+03:00</lastmod>
|
||||
<lastmod>2019-07-29T17:17:42+03:00</lastmod>
|
||||
<priority>0</priority>
|
||||
</url>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user