Add notes for 2020-05-25

This commit is contained in:
2020-05-25 11:52:28 +03:00
parent e7a7cee01e
commit 4d0c002a89
92 changed files with 183 additions and 132 deletions

View File

@ -114,8 +114,8 @@ $ ./add-orcid-identifiers-csv.py -i 2020-05-11-add-orcids.csv -db dspace -u dspa
```
$ cat 2020-05-19-add-orcids.csv
dc.contributor.author,cg.creator.id
$ ./add-orcid-identifiers-csv.py -i 2020-05-19-add-orcids.csv -db dspace -u dspace -p 'fuuu' -d
"Bahta, Sirak T.","Sirak Bahta: 0000-0002-5728-2489"
$ ./add-orcid-identifiers-csv.py -i 2020-05-19-add-orcids.csv -db dspace -u dspace -p 'fuuu' -d
```
- An IITA user is having issues submitting to CGSpace and I see there are a rising number of PostgreSQL connections waiting in transaction and in lock:
@ -134,4 +134,26 @@ $ ./add-orcid-identifiers-csv.py -i 2020-05-19-add-orcids.csv -db dspace -u dspa
- Send CodeObia some logos and footer text for the next phase of OpenRXV development ([#18](https://github.com/ilri/OpenRXV/issues/18))
## 2020-05-25
- Add ORCID identifier for CIAT author Manuel Francisco
- I added it to the controlled vocabulary and tagged the user's existing ~27 items in CGSpace using this CSV file with my `add-orcid-identifiers-csv.py` script:
```
$ cat 2020-05-25-add-orcids.csv
dc.contributor.author,cg.creator.id
"Díaz, Manuel F.","Manuel Francisco Diaz Baca: 0000-0001-8996-5092"
"Díaz, Manuel Francisco","Manuel Francisco Diaz Baca: 0000-0001-8996-5092"
$ ./add-orcid-identifiers-csv.py -i 2020-05-25-add-orcids.csv -db dspace -u dspace -p 'fuuu' -d
```
- Last week Maria asked again about searching for items by accession or issue date
- A few months ago I had told her to search for the ISO8601 date in Discovery search, which appears to work because it filters the results down quite a bit
- She pointed out that the results include hits that don't exactly match, for example if part of the search string appears elsewhere like in the timestamp
- I checked in Solr and the results are the same, so perhaps it's a limitation in Solr...?
- So this effectively means that we don't have a way to create reports for items in an arbitrary date range shorter than a year:
- DSpace advanced search is buggy or simply not designed to work like that
- AReS Explorer currently only allows filtering by year, but will allow months soon
- Atmire Listings and Reports only allows a "Timespan" of a year
<!-- vim: set sw=2 ts=2: -->