Add notes for 2020-09-16

This commit is contained in:
2020-09-16 13:47:13 +03:00
parent 608fcd6136
commit 079843e677
102 changed files with 336 additions and 326 deletions

View File

@ -35,7 +35,7 @@ CGSpace
Abenet had another similar issue a few days ago when trying to find the stats for 2018 in the RTB community
"/>
<meta name="generator" content="Hugo 0.74.3" />
<meta name="generator" content="Hugo 0.75.1" />
@ -516,7 +516,7 @@ issn.validate('1020-3362')
<li>I turned the Pandas script into a proper Python package called <a href="https://git.sr.ht/~alanorth/csv-metadata-quality">csv-metadata-quality</a>
<ul>
<li>It supports CSV and Excel files</li>
<li>It fixes whitespace errors and erroneous multi-value separators (&ldquo;|&rdquo;) and validates ISSN, ISBNs, and dates</li>
<li>It fixes whitespace errors and erroneous multi-value separators (&quot;|&quot;) and validates ISSN, ISBNs, and dates</li>
<li>Also I added a bunch of other checks/fixes for unnecessary and &ldquo;suspicious&rdquo; 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>