Add notes

This commit is contained in:
2023-10-24 23:26:01 +03:00
parent c9bcfca903
commit 3a4ecbd82d
32 changed files with 99 additions and 37 deletions

View File

@ -94,5 +94,30 @@ forEach(value.parseXml().select("jats|p"),i,i.xmlText()).join("")
- Fix some typos in ILRI subjects on CGSpace
- These were affecting the taxonomy on ilri.org
- I exported CGSpace and did some validation and cleanup on ILRI subjects, moving some to AGROVOC subjects
- Port the MODS 3.7 crosswalk from DSpace 6 to DSpace 7
- It works fine, we only need to take note that the OAI-PMH endpoint is now relative to the `/server` path instead of a dedicated OAI path
## 2023-10-17
- Export CGSpace to do some cleanups all over on invalid metadata values
- I found many metadata values in the wrong field, wrong format, etc
- This ended up being cleanups for 694 items
## 2023-10-20
- Export CGSpace to check for missing Initiative collection mappings
- I also did a run of looking up all Initiative outputs with DOIs against Crossref to check for missing dates, publishers, etc
- I found issued dates for a few, and online dates for over 100
- I also fixed some incorrect licenses, access status, and abstracts
## 2023-10-23
- Export a list of Internal Documents for Peter to review to see if we can re-classify some
- Peter sent changes for 740 items so I applied them on CGSpace
- Testing the changes for OpenRXV DSpace 7 compatibility
## 2023-10-24
- Sync DSpace 7 Test with a fresh CGSpace snapshot
<!-- vim: set sw=2 ts=2: -->