Add notes for 2019-07-20

This commit is contained in:
2019-07-20 18:24:48 +03:00
parent 7d97c6ec22
commit 8b4159c943
3 changed files with 59 additions and 8 deletions

View File

@ -293,4 +293,27 @@ Please see the DSpace documentation for assistance.
- ICT reset the password for the CGSpace support account and apparently removed the expiry requirement
- I tested the account and it's working
## 2019-07-20
- Create an account for Lionelle Samnick on CGSpace because the registration isn't working for some reason:
```
$ dspace user --add --givenname Lionelle --surname Samnick --email blah@blah.com --password 'blah'
```
- I added her as a submitter to [CTA ISF Pro-Agro series](https://cgspace.cgiar.org/handle/10568/74536)
- Start looking at 1492 records for the Bioversity batch import
- Multiple authors should be specified with multi-value separatator (||) instead of ;
- We don't use "(eds)" as an author
- Same issue with dc.publisher using ";" for multiple values
- Some invalid ISSNs in dc.identifier.issn (they look like ISBNs)
- I see some ISSNs in the dc.identifier.isbn field
- I see some invalid ISBNs that look like Excel errors (9,78E+12)
- For DOI we just use the URL, not "DOI: https://doi.org..."
- I see an invalid "LEAVE BLANK" in the cg.contributor.crp field
- Country field is using "," for multiple values instead of "||"
- Region field is using "," for multiple values instead of "||"
- Language field should be lowercase like "en", and it is using the wrong multiple value separator, and has some invalid values
- What is the cg.identifier.url2 field? You should probably add those as cg.link.reference
<!-- vim: set sw=2 ts=2: -->