mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2024-11-22 14:45:03 +01:00
Add notes for 2019-07-04
This commit is contained in:
parent
6e908fc5c1
commit
eae782fed8
@ -124,4 +124,16 @@ $ dspace import -a -e me@cgiar.org -m 2019-07-02-AfricaRice-11to73.map -s /tmp/S
|
|||||||
|
|
||||||
- Atmire responded about the [Solr issue](https://tracker.atmire.com/tickets-cgiar-ilri/view-ticket?id=685) and said they would be willing to help
|
- Atmire responded about the [Solr issue](https://tracker.atmire.com/tickets-cgiar-ilri/view-ticket?id=685) and said they would be willing to help
|
||||||
|
|
||||||
|
## 2019-07-04
|
||||||
|
|
||||||
|
- Maria Garruccio sent me some new ORCID identifiers for Bioversity authors
|
||||||
|
- I combined them with our existing list and then used my `resolve-orcids.py` script to update the names from ORCID.org:
|
||||||
|
|
||||||
|
```
|
||||||
|
$ cat dspace/config/controlled-vocabularies/cg-creator-id.xml /tmp/new-bioversity-orcids.txt | grep -oE '[A-Z0-9]{4}-[A-Z0-9]{4}-[A-Z0-9]{4}-[A-Z0-9]{4}' | sort -u > /tmp/2019-07-04-orcid-ids.txt
|
||||||
|
$ ./resolve-orcids.py -i /tmp/2019-07-04-orcid-ids.txt -o 2019-07-04-orcid-names.txt -d
|
||||||
|
```
|
||||||
|
|
||||||
|
- Send and merge a pull request for the new ORCID identifiers ([#428](https://github.com/ilri/DSpace/pull/428))
|
||||||
|
|
||||||
<!-- 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-03T00:43:50+03:00"/>
|
<meta property="article:modified_time" content="2019-07-03T22:00:00+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": "616",
|
"wordCount": "679",
|
||||||
"datePublished": "2019-07-01T12:13:51\x2b03:00",
|
"datePublished": "2019-07-01T12:13:51\x2b03:00",
|
||||||
"dateModified": "2019-07-03T00:43:50\x2b03:00",
|
"dateModified": "2019-07-03T22:00:00\x2b03:00",
|
||||||
"author": {
|
"author": {
|
||||||
"@type": "Person",
|
"@type": "Person",
|
||||||
"name": "Alan Orth"
|
"name": "Alan Orth"
|
||||||
@ -260,6 +260,22 @@ $ dspace import -a -e me@cgiar.org -m 2019-07-02-Sharefair.map -s /tmp/Sharefair
|
|||||||
<li>Atmire responded about the <a href="https://tracker.atmire.com/tickets-cgiar-ilri/view-ticket?id=685">Solr issue</a> and said they would be willing to help</li>
|
<li>Atmire responded about the <a href="https://tracker.atmire.com/tickets-cgiar-ilri/view-ticket?id=685">Solr issue</a> and said they would be willing to help</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
<h2 id="2019-07-04">2019-07-04</h2>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li><p>Maria Garruccio sent me some new ORCID identifiers for Bioversity authors</p>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li><p>I combined them with our existing list and then used my <code>resolve-orcids.py</code> script to update the names from ORCID.org:</p>
|
||||||
|
|
||||||
|
<pre><code>$ cat dspace/config/controlled-vocabularies/cg-creator-id.xml /tmp/new-bioversity-orcids.txt | grep -oE '[A-Z0-9]{4}-[A-Z0-9]{4}-[A-Z0-9]{4}-[A-Z0-9]{4}' | sort -u > /tmp/2019-07-04-orcid-ids.txt
|
||||||
|
$ ./resolve-orcids.py -i /tmp/2019-07-04-orcid-ids.txt -o 2019-07-04-orcid-names.txt -d
|
||||||
|
</code></pre></li>
|
||||||
|
</ul></li>
|
||||||
|
|
||||||
|
<li><p>Send and merge a pull request for the new ORCID identifiers (<a href="https://github.com/ilri/DSpace/pull/428">#428</a>)</p></li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
<!-- vim: set sw=2 ts=2: -->
|
<!-- vim: set sw=2 ts=2: -->
|
||||||
|
|
||||||
|
|
||||||
|
@ -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-03T00:43:50+03:00</lastmod>
|
<lastmod>2019-07-03T22:00:00+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-03T00:43:50+03:00</lastmod>
|
<lastmod>2019-07-03T22:00:00+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-03T00:43:50+03:00</lastmod>
|
<lastmod>2019-07-03T22:00:00+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-03T00:43:50+03:00</lastmod>
|
<lastmod>2019-07-03T22:00:00+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-03T00:43:50+03:00</lastmod>
|
<lastmod>2019-07-03T22:00:00+03:00</lastmod>
|
||||||
<priority>0</priority>
|
<priority>0</priority>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user