Update notes

This commit is contained in:
2023-09-30 13:07:23 +03:00
parent 4a02a78186
commit 249d9be387
135 changed files with 218 additions and 170 deletions

View File

@ -216,4 +216,27 @@ $ join -t, -v 2 -11 -21 -o auto /tmp/cgspace-ilri-slideshare-sorted-only-urls-so
- Review some patches on DSpace Angular
- Create a basic Alliance theme for DSpace 7
## 2023-09-27
- I realized that we can get controlled vocabularies from DSpace 7's REST API, for both value-pairs and hierarchical controlled vocabularies, ie:
https://dspace7test.ilri.org/server/api/submission/vocabularies/common_iso_languages/entries
## 2023-09-29
- Meeting with Aditi and others to discuss plan for using CGSpace to do a systematic review of CGIAR research on climate change
- I cleaned up metadata for a hundred or so items, and realized we will need to do more to make sure abstracts and open access status are correct since there will be a laser focus on the metadata
## 2023-09-30
- Export CGSpace to check for missing Initiative collection mappings
- Still working on checking Unpaywall for access rights and licenses for our DOIs
- Regarding Unpaywall's "evidence" metadata about whether an item is open access or not, after looking at dozens of items manually:
- evidence: "oa journal (via doaj)" <---- yes
- evidence: "open (via free article)" <---- hmmm, not always correct
- evidence: "open (via page says license)" <--- noooo, can't rely on that
- evidence: "open (via page says Open Access)" <---- yes...?
- evidence: "open (via free pdf)" <---- hmmm, not always correct
- evidence: "oa journal (via publisher name)" <---- noooo
<!-- vim: set sw=2 ts=2: -->