Add notes for 2023-10-27

This commit is contained in:
2023-10-27 17:09:30 +03:00
parent 3a4ecbd82d
commit 34523acc47
32 changed files with 75 additions and 37 deletions

View File

@ -119,5 +119,21 @@ forEach(value.parseXml().select("jats|p"),i,i.xmlText()).join("")
## 2023-10-24
- Sync DSpace 7 Test with a fresh CGSpace snapshot
- Meeting with FARA to discuss DSpace training and support
- Meeting with IFPRI about migrating to CGSpace
## 2023-10-25
- Maria was asking about an error deleting an item in the Alliance community
- The error was "Authorization denied for action OBSOLETE (DELETE) on BITSTREAM:..."
- According to my notes this error happened a few times in the past and is some kind of corner case regarding permissions
- I deleted the item for her
- I deleted a handful of old CRP groups on CGSpace
## 2023-10-27
- Peter sent me a list of journal articles from Altmetric that have an ILRI affiliation, but no Handle
- I used my `crossref_doi_lookup.py` script to fetch the metadata for them using their DOIs, then did a bunch of cleanup in OpenRefine
- Test some LDAP patches for DSpace 7
<!-- vim: set sw=2 ts=2: -->