Add notes for 2021-01-19

This commit is contained in:
2021-01-19 13:18:06 +02:00
parent 9b5ec122f2
commit 734c365b04
23 changed files with 60 additions and 28 deletions

View File

@ -266,4 +266,18 @@ localhost/dspace63= > COMMIT;
- I submitted [an issue](https://github.com/AgriculturalSemantics/cg-core/issues/32) to CG Core v2 to propose removing `cg.series` and `cg.pages` in favor of `dcterms.isPartOf` and `dcterms.extent`, respectively
- It looks like we will roll all these changes into a CG Core v2.1 release
## 2021-01-19
- Abenet said that the PDF reports on AReS aren't working
- I had to install `unoconv` in the backend api container again
```console
$ docker exec -it api /bin/bash
# apt update && apt install unoconv
```
- 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
<!-- vim: set sw=2 ts=2: -->