Add notes for 2021-03-11

This commit is contained in:
2021-03-11 08:46:33 +02:00
parent 814e639d7c
commit 90ad54bd75
23 changed files with 48 additions and 28 deletions

View File

@ -294,5 +294,16 @@ $ ./ilri/doi-to-handle.py -i /tmp/dois.txt -o /tmp/handles.txt -db dspace -u dsp
- Colleagues from ICARDA asked about how we should handle ISI journals in CG Core, as CGSpace uses `cg.isijournal` and MELSpace uses `mel.impact-factor`
- I filed [an issue](https://github.com/AgriculturalSemantics/cg-core/issues/39) on the cg-core project to ask colleagues for ideas
- Peter said he doesn't see "Source Code" or "Software" in the [output type facet on the ILRI community](https://cgspace.cgiar.org/handle/10568/1/search-filter?field=type), but I see it on the home page, so I will try to do a full Discovery re-index:
```console
$ time chrt -b 0 ionice -c2 -n7 nice -n19 dspace index-discovery -b
real 318m20.485s
user 215m15.196s
sys 2m51.529s
```
- Now I see ten items for "Source Code" in the facets...
<!-- vim: set sw=2 ts=2: -->