Add notes for 2021-01-13

This commit is contained in:
2021-01-13 15:44:47 +02:00
parent cd9d786bb8
commit e77ef8e80c
23 changed files with 49 additions and 28 deletions

View File

@ -67,6 +67,11 @@ $ curl -XDELETE 'http://localhost:9200/openrxv-items-2021-01-04'
- I generated a CSV of titles and Handles for 2019 and 2020 items for Peter to Tweet
- We need to make sure that Altmetric has linked them all with their DOIs
- I wrote a quick and dirty script called [doi-to-handle.py](https://gist.github.com/alanorth/281b7624301049e8fa91742b9b8c51b9) to read the DOIs from a text file, query the database, and save the handles and titles to a CSV
```console
$ ./doi-to-handle.py -db dspace -u dspace -p 'fuuu' -i /tmp/dois.txt -o /tmp/out.csv
```
- Help Udana export IWMI records from AReS
- He wanted me to give him CSV export permissions on CGSpace, but I told him that this requires super admin so I'm not comfortable with it
- Import one item to CGSpace for Peter
@ -188,4 +193,9 @@ $ dspace community-filiator --remove --parent=10568/66598 --child=10568/106605
- I verified that there were indeed duplicate metadata values in the `userAgent_ngram` and `userAgent_search` fields, even in the first few results I saw in Solr
- For reference, the UID of the record I saw with duplicate metadata was: 50e52a06-ffb7-4597-8d92-1c608cc71c98
## 2021-01-13
- I filed [an issue on cg-core](https://github.com/AgriculturalSemantics/cg-core/issues/30) asking about how to handle series name / number
- Currently the values are in format "series name; series number" in the `dc.relation.ispartofseries` field, but Peter wants to be able to separate them
<!-- vim: set sw=2 ts=2: -->