Add notes for 2019-04-11

This commit is contained in:
2019-04-11 13:29:52 +03:00
parent 574a2fefb9
commit 7e839fbf99
3 changed files with 67 additions and 8 deletions

View File

@ -38,7 +38,7 @@ $ ./delete-metadata-values.py -i /tmp/2019-02-21-delete-1-region.csv -db dspace
<meta property="og:type" content="article" />
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/2019-04/" />
<meta property="article:published_time" content="2019-04-01T09:00:43&#43;03:00"/>
<meta property="article:modified_time" content="2019-04-10T09:48:40&#43;03:00"/>
<meta property="article:modified_time" content="2019-04-10T13:44:05&#43;03:00"/>
<meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content="April, 2019"/>
@ -81,9 +81,9 @@ $ ./delete-metadata-values.py -i /tmp/2019-02-21-delete-1-region.csv -db dspace
"@type": "BlogPosting",
"headline": "April, 2019",
"url": "https://alanorth.github.io/cgspace-notes/2019-04/",
"wordCount": "3246",
"wordCount": "3478",
"datePublished": "2019-04-01T09:00:43&#43;03:00",
"dateModified": "2019-04-10T09:48:40&#43;03:00",
"dateModified": "2019-04-10T13:44:05&#43;03:00",
"author": {
"@type": "Person",
"name": "Alan Orth"
@ -829,6 +829,40 @@ cr = Crossref(mailto=&quot;me@cgiar.org&quot;)
x = cr.funders(query = &quot;mercator&quot;)
</code></pre>
<h2 id="2019-04-11">2019-04-11</h2>
<ul>
<li><p>Continue proofing IITA&rsquo;s last round of batch uploads from <a href="https://dspacetest.cgiar.org/handle/10568/100333">March on DSpace Test</a> (20193rd.xls)</p>
<ul>
<li>One misspelled country</li>
<li>Three incorrect regions</li>
<li>Potential duplicates (same DOI, similar title, same authors):</li>
<li><a href="https://dspacetest.cgiar.org/handle/10568/100580"><sup>10568</sup>&frasl;<sub>100580</sub></a> and <a href="https://dspacetest.cgiar.org/handle/10568/100579"><sup>10568</sup>&frasl;<sub>100579</sub></a></li>
<li><a href="https://dspacetest.cgiar.org/handle/10568/100444"><sup>10568</sup>&frasl;<sub>100444</sub></a> and <a href="https://dspacetest.cgiar.org/handle/10568/100423"><sup>10568</sup>&frasl;<sub>100423</sub></a></li>
<li>Two DOIs with incorrect URL formatting</li>
<li>Two misspelled IITA subjects</li>
<li>Two authors with smart quotes</li>
<li>Lots of issues with sponsors</li>
<li>One misspelled &ldquo;Peer review&rdquo;</li>
<li>One invalid ISBN that I fixed by Googling the title</li>
<li>Lots of issues with sponsors (German Aid Agency, Swiss Aid Agency, Italian Aid Agency, Dutch Aid Agency, etc)</li>
<li>I validated all the AGROVOC subjects against our latest list with reconcile-csv</li>
<li>About 720 of the 900 terms were matched, then I checked and fixed or deleted the rest manually</li>
</ul></li>
<li><p>Answer more questions about DOIs and Altmetric scores from WLE</p></li>
<li><p>Answer more questions about DOIs and Altmetric scores from IWMI</p>
<ul>
<li>They can&rsquo;t seem to understand the Altmetric + Twitter flow for associating Handles and DOIs</li>
<li>To make things worse, many of their items DON&rsquo;T have DOIs, so when Altmetric harvests them of course there is no link! - Then, a bunch of their items don&rsquo;t have scores because they never tweeted them!</li>
<li>They added a DOI to this old item <a href="https://cgspace.cgiar.org/handle/10568/97087"><sup>10567</sup>&frasl;<sub>97087</sub></a> this morning and wonder why Altmetric&rsquo;s score hasn&rsquo;t linked with the DOI magically</li>
<li>We should check in a week to see if Altmetric will make the association after one week when they harvest again</li>
</ul></li>
</ul>
<!-- vim: set sw=2 ts=2: -->