Add notes for 2021-04-28

This commit is contained in:
2021-04-28 18:57:48 +03:00
parent 24e5907937
commit 7d21ec6de7
23 changed files with 71 additions and 29 deletions

View File

@ -895,6 +895,26 @@ $ ~/dspace7b5/bin/dspace database migrate ignored
```console
$ time ~/dspace7b5/bin/dspace index-discovery -b
...
~/dspace7b5/bin/dspace index-discovery -b 25156.71s user 64.22s system 97% cpu 7:11:09.94 total
```
- Not good, that shit took almost seven hours!
## 2021-04-27
- Peter sent me a list of 500+ DOIs from CGSpace with no Altmetric score
- I used csvgrep (with Windows encoding!) to extract those without our handle and save the DOIs to a text file, then got their handles with my `doi-to-handle.py` script:
```console
$ csvgrep -e 'windows-1252' -c 'Handle.net IDs' -i -m '10568/' ~/Downloads/Altmetric\ -\ Research\ Outputs\ -\ CGSpace\ -\ 2021-04-26.csv | csvcut -c DOI | sed '1d' > /tmp/dois.txt
$ ./ilri/doi-to-handle.py -i /tmp/dois.txt -o /tmp/handles.csv -db dspace63 -u dspace -p 'fuuu' -d
```
- He will Tweet them...
## 2021-04-28
- Grant some IWMI colleagues access to the Atmire Content and Usage stats on CGSpace
<!-- vim: set sw=2 ts=2: -->