Add notes for 2021-01-21

This commit is contained in:
2021-01-21 16:54:45 +02:00
parent 734c365b04
commit 30e017f5fb
23 changed files with 57 additions and 28 deletions

View File

@ -279,5 +279,15 @@ $ docker exec -it api /bin/bash
- Help Peter get a list of titles and DOIs for CGSpace items that Altmetric does not have an attention score for
- He generated a list from their dashboard and I extracted the DOIs in OpenRefine (because it was WINDOWS-1252 and csvcut couldn't do it)
- Then I looked up the titles and handles using the `doi-to-handle.py` script that I wrote last week
- I created [a pull request](https://github.com/AgriculturalSemantics/cg-core/pull/34) to convert several CG Core v2 fields to consistent "camel case"
- Marie said we should create a new minor version of CG Core v2 for this so I tagged it with the ["CG Core v2.1" milestone](https://github.com/AgriculturalSemantics/cg-core/milestone/1)
- I created [a pull request](https://github.com/AgriculturalSemantics/cg-core/pull/35) to fix some links in cgcore.html
## 2021-01-21
- File [an issue](https://github.com/ilri/OpenRXV/issues/68) for the OpenRXV backend API container's missing `unoconv`
- This causes PDF reports to not work, and I always have to go manually re-install it after rebooting the server
- A little bit more work on the CG Core v2 migration in CGSpace
- I updated the `migrate-fields.sh` script for DSpace 6 and created all the new fields in my test instance
<!-- vim: set sw=2 ts=2: -->