mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2025-01-27 05:49:12 +01:00
Add notes for 2021-01-19
This commit is contained in:
@ -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: -->
|
||||
|
Reference in New Issue
Block a user