mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2025-01-27 05:49:12 +01:00
Add notes for 2018-02-25
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user