mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2024-11-22 14:45:03 +01:00
Add notes for 2018-02-25
This commit is contained in:
parent
b7cbf41856
commit
b86b30b5ba
@ -815,3 +815,34 @@ Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrom
|
||||
## 2018-02-23
|
||||
|
||||
- Atmire got back to us with a quote about their DSpace 5.8 upgrade
|
||||
|
||||
## 2018-02-25
|
||||
|
||||
- A few days ago Abenet sent me the list of ORCID iDs from CCAFS
|
||||
- We currently have 988 unique identifiers:
|
||||
|
||||
```
|
||||
$ cat dspace/config/controlled-vocabularies/cg-creator-id.xml | grep -oE '[A-Z0-9]{4}-[A-Z0-9]{4}-[A-Z0-9]{4}-[A-Z0-9]{4}' | sort | uniq | wc -l
|
||||
988
|
||||
```
|
||||
|
||||
- After adding the ones from CCAFS we now have 1004:
|
||||
|
||||
```
|
||||
$ cat dspace/config/controlled-vocabularies/cg-creator-id.xml /tmp/ccafs | grep -oE '[A-Z0-9]{4}-[A-Z0-9]{4}-[A-Z0-9]{4}-[A-Z0-9]{4}' | sort | uniq | wc -l
|
||||
1004
|
||||
```
|
||||
|
||||
- I will add them to DSpace Test but Abenet says she's still waiting to set us ILRI's list
|
||||
- I will tell her that we should proceed on sharing our work on DSpace Test with the partners this week anyways and we can update the list later
|
||||
- While regenerating the names for these ORCID identifiers I saw [one that has a weird value for its names](https://pub.orcid.org/v2.1/0000-0002-2614-426X/person):
|
||||
|
||||
```
|
||||
Looking up the names associated with ORCID iD: 0000-0002-2614-426X
|
||||
Given Names Deactivated Family Name Deactivated: 0000-0002-2614-426X
|
||||
```
|
||||
|
||||
- I don't know if the user accidentally entered this as their name or if that's how ORCID behaves when the name is private?
|
||||
- I will remove that one from our list for now
|
||||
- Remove Dryland Systems subject from submission form because that CRP closed two years ago ([#355](https://github.com/ilri/DSpace/pull/355))
|
||||
- Run all system updates on DSpace Test
|
||||
|
@ -23,7 +23,7 @@ I copied the logic in the jmx_tomcat_dbpools provided by Ubuntu’s munin-pl
|
||||
|
||||
<meta property="article:published_time" content="2018-02-01T16:28:54+02:00"/>
|
||||
|
||||
<meta property="article:modified_time" content="2018-02-22T19:20:18+02:00"/>
|
||||
<meta property="article:modified_time" content="2018-02-23T23:28:56+02:00"/>
|
||||
|
||||
|
||||
|
||||
@ -57,9 +57,9 @@ I copied the logic in the jmx_tomcat_dbpools provided by Ubuntu’s munin-pl
|
||||
"@type": "BlogPosting",
|
||||
"headline": "February, 2018",
|
||||
"url": "https://alanorth.github.io/cgspace-notes/2018-02/",
|
||||
"wordCount": "5001",
|
||||
"wordCount": "5199",
|
||||
"datePublished": "2018-02-01T16:28:54+02:00",
|
||||
"dateModified": "2018-02-22T19:20:18+02:00",
|
||||
"dateModified": "2018-02-23T23:28:56+02:00",
|
||||
"author": {
|
||||
"@type": "Person",
|
||||
"name": "Alan Orth"
|
||||
@ -1039,6 +1039,42 @@ TypeError: 'NoneType' object is not subscriptable
|
||||
<li>Atmire got back to us with a quote about their DSpace 5.8 upgrade</li>
|
||||
</ul>
|
||||
|
||||
<h2 id="2018-02-25">2018-02-25</h2>
|
||||
|
||||
<ul>
|
||||
<li>A few days ago Abenet sent me the list of ORCID iDs from CCAFS</li>
|
||||
<li>We currently have 988 unique identifiers:</li>
|
||||
</ul>
|
||||
|
||||
<pre><code>$ cat dspace/config/controlled-vocabularies/cg-creator-id.xml | grep -oE '[A-Z0-9]{4}-[A-Z0-9]{4}-[A-Z0-9]{4}-[A-Z0-9]{4}' | sort | uniq | wc -l
|
||||
988
|
||||
</code></pre>
|
||||
|
||||
<ul>
|
||||
<li>After adding the ones from CCAFS we now have 1004:</li>
|
||||
</ul>
|
||||
|
||||
<pre><code>$ cat dspace/config/controlled-vocabularies/cg-creator-id.xml /tmp/ccafs | grep -oE '[A-Z0-9]{4}-[A-Z0-9]{4}-[A-Z0-9]{4}-[A-Z0-9]{4}' | sort | uniq | wc -l
|
||||
1004
|
||||
</code></pre>
|
||||
|
||||
<ul>
|
||||
<li>I will add them to DSpace Test but Abenet says she’s still waiting to set us ILRI’s list</li>
|
||||
<li>I will tell her that we should proceed on sharing our work on DSpace Test with the partners this week anyways and we can update the list later</li>
|
||||
<li>While regenerating the names for these ORCID identifiers I saw <a href="https://pub.orcid.org/v2.1/0000-0002-2614-426X/person">one that has a weird value for its names</a>:</li>
|
||||
</ul>
|
||||
|
||||
<pre><code>Looking up the names associated with ORCID iD: 0000-0002-2614-426X
|
||||
Given Names Deactivated Family Name Deactivated: 0000-0002-2614-426X
|
||||
</code></pre>
|
||||
|
||||
<ul>
|
||||
<li>I don’t know if the user accidentally entered this as their name or if that’s how ORCID behaves when the name is private?</li>
|
||||
<li>I will remove that one from our list for now</li>
|
||||
<li>Remove Dryland Systems subject from submission form because that CRP closed two years ago (<a href="https://github.com/ilri/DSpace/pull/355">#355</a>)</li>
|
||||
<li>Run all system updates on DSpace Test</li>
|
||||
</ul>
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
<url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/2018-02/</loc>
|
||||
<lastmod>2018-02-22T19:20:18+02:00</lastmod>
|
||||
<lastmod>2018-02-23T23:28:56+02:00</lastmod>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
@ -149,7 +149,7 @@
|
||||
|
||||
<url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/</loc>
|
||||
<lastmod>2018-02-22T19:20:18+02:00</lastmod>
|
||||
<lastmod>2018-02-23T23:28:56+02:00</lastmod>
|
||||
<priority>0</priority>
|
||||
</url>
|
||||
|
||||
@ -160,7 +160,7 @@
|
||||
|
||||
<url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/tags/notes/</loc>
|
||||
<lastmod>2018-02-22T19:20:18+02:00</lastmod>
|
||||
<lastmod>2018-02-23T23:28:56+02:00</lastmod>
|
||||
<priority>0</priority>
|
||||
</url>
|
||||
|
||||
@ -172,13 +172,13 @@
|
||||
|
||||
<url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/post/</loc>
|
||||
<lastmod>2018-02-22T19:20:18+02:00</lastmod>
|
||||
<lastmod>2018-02-23T23:28:56+02:00</lastmod>
|
||||
<priority>0</priority>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/tags/</loc>
|
||||
<lastmod>2018-02-22T19:20:18+02:00</lastmod>
|
||||
<lastmod>2018-02-23T23:28:56+02:00</lastmod>
|
||||
<priority>0</priority>
|
||||
</url>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user