mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2024-11-22 14:45:03 +01:00
Add notes for 2019-04-11
This commit is contained in:
parent
574a2fefb9
commit
7e839fbf99
@ -576,4 +576,29 @@ cr = Crossref(mailto="me@cgiar.org")
|
||||
x = cr.funders(query = "mercator")
|
||||
```
|
||||
|
||||
## 2019-04-11
|
||||
|
||||
- Continue proofing IITA's last round of batch uploads from [March on DSpace Test](https://dspacetest.cgiar.org/handle/10568/100333) (20193rd.xls)
|
||||
- One misspelled country
|
||||
- Three incorrect regions
|
||||
- Potential duplicates (same DOI, similar title, same authors):
|
||||
- [10568/100580](https://dspacetest.cgiar.org/handle/10568/100580) and [10568/100579](https://dspacetest.cgiar.org/handle/10568/100579)
|
||||
- [10568/100444](https://dspacetest.cgiar.org/handle/10568/100444) and [10568/100423](https://dspacetest.cgiar.org/handle/10568/100423)
|
||||
- Two DOIs with incorrect URL formatting
|
||||
- Two misspelled IITA subjects
|
||||
- Two authors with smart quotes
|
||||
- Lots of issues with sponsors
|
||||
- One misspelled "Peer review"
|
||||
- One invalid ISBN that I fixed by Googling the title
|
||||
- Lots of issues with sponsors (German Aid Agency, Swiss Aid Agency, Italian Aid Agency, Dutch Aid Agency, etc)
|
||||
- I validated all the AGROVOC subjects against our latest list with reconcile-csv
|
||||
- About 720 of the 900 terms were matched, then I checked and fixed or deleted the rest manually
|
||||
|
||||
- Answer more questions about DOIs and Altmetric scores from WLE
|
||||
- Answer more questions about DOIs and Altmetric scores from IWMI
|
||||
- They can't seem to understand the Altmetric + Twitter flow for associating Handles and DOIs
|
||||
- To make things worse, many of their items DON'T have DOIs, so when Altmetric harvests them of course there is no link! - Then, a bunch of their items don't have scores because they never tweeted them!
|
||||
- They added a DOI to this old item [10567/97087](https://cgspace.cgiar.org/handle/10568/97087) this morning and wonder why Altmetric's score hasn't linked with the DOI magically
|
||||
- We should check in a week to see if Altmetric will make the association after one week when they harvest again
|
||||
|
||||
<!-- vim: set sw=2 ts=2: -->
|
||||
|
@ -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+03:00"/>
|
||||
<meta property="article:modified_time" content="2019-04-10T09:48:40+03:00"/>
|
||||
<meta property="article:modified_time" content="2019-04-10T13:44:05+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+03:00",
|
||||
"dateModified": "2019-04-10T09:48:40+03:00",
|
||||
"dateModified": "2019-04-10T13:44:05+03:00",
|
||||
"author": {
|
||||
"@type": "Person",
|
||||
"name": "Alan Orth"
|
||||
@ -829,6 +829,40 @@ cr = Crossref(mailto="me@cgiar.org")
|
||||
x = cr.funders(query = "mercator")
|
||||
</code></pre>
|
||||
|
||||
<h2 id="2019-04-11">2019-04-11</h2>
|
||||
|
||||
<ul>
|
||||
<li><p>Continue proofing IITA’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>⁄<sub>100580</sub></a> and <a href="https://dspacetest.cgiar.org/handle/10568/100579"><sup>10568</sup>⁄<sub>100579</sub></a></li>
|
||||
<li><a href="https://dspacetest.cgiar.org/handle/10568/100444"><sup>10568</sup>⁄<sub>100444</sub></a> and <a href="https://dspacetest.cgiar.org/handle/10568/100423"><sup>10568</sup>⁄<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 “Peer review”</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’t seem to understand the Altmetric + Twitter flow for associating Handles and DOIs</li>
|
||||
<li>To make things worse, many of their items DON’T have DOIs, so when Altmetric harvests them of course there is no link! - Then, a bunch of their items don’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>⁄<sub>97087</sub></a> this morning and wonder why Altmetric’s score hasn’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: -->
|
||||
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
<url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/2019-04/</loc>
|
||||
<lastmod>2019-04-10T09:48:40+03:00</lastmod>
|
||||
<lastmod>2019-04-10T13:44:05+03:00</lastmod>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
@ -219,7 +219,7 @@
|
||||
|
||||
<url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/</loc>
|
||||
<lastmod>2019-04-10T09:48:40+03:00</lastmod>
|
||||
<lastmod>2019-04-10T13:44:05+03:00</lastmod>
|
||||
<priority>0</priority>
|
||||
</url>
|
||||
|
||||
@ -236,19 +236,19 @@
|
||||
|
||||
<url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/tags/notes/</loc>
|
||||
<lastmod>2019-04-10T09:48:40+03:00</lastmod>
|
||||
<lastmod>2019-04-10T13:44:05+03:00</lastmod>
|
||||
<priority>0</priority>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/posts/</loc>
|
||||
<lastmod>2019-04-10T09:48:40+03:00</lastmod>
|
||||
<lastmod>2019-04-10T13:44:05+03:00</lastmod>
|
||||
<priority>0</priority>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/tags/</loc>
|
||||
<lastmod>2019-04-10T09:48:40+03:00</lastmod>
|
||||
<lastmod>2019-04-10T13:44:05+03:00</lastmod>
|
||||
<priority>0</priority>
|
||||
</url>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user