Add notes for 2023-05-30

This commit is contained in:
2023-05-30 20:19:17 +03:00
parent 416d2bc7a7
commit 825385562d
131 changed files with 216 additions and 168 deletions

View File

@ -172,4 +172,26 @@ $ csvjoin -c doi bitstreams.csv /tmp/items-with-old-bitstreams.csv \
- POSTing a JPG to the THUMBNAIL bundle sets the format to JPEG...
- I am guessing that is a bug that I won't bother troubleshooting since the DSpace 6.x REST API is deprecated
## 2023-05-27
- Export CGSpace to check for missing Initiative collection mappings
- Then I also ran the csv-metadata-quality tool on the Initiatives to do some easy fixes like country/region mapping and whitespace fixes
- Start a havest on AReS
## 2023-05-29
- Re-create my local PostgreSQL 14 container:
```console
$ podman rm dspacedb14
$ podman pull docker.io/postgres:14-alpine
$ podman run --name dspacedb14 -v dspacedb14_data:/var/lib/postgresql/data -e POSTGRES_PASSWORD=postgres -p 5432:5432 -d docker.io/postgres:14-alpine -c shared_buffers=1024MB -c random_page_cost=1.1
```
- Export CGSpace again to do some major cleanups in OpenRefine
- I found a few countries that are in the ISO 3166-1 and UN M.49 lists, but not in ours so I added them to the list in `input-forms.xml` and regenerated the controlled vocabularies for the CGSpace Submission Guidelines
- There were a handful of issues with ISSNs, ISBNs, DOIs, access status, licenses, and missing CGIAR Trust Fund donors for Initiatives outputs
- This was about 455 items
- Helping the Alliance web team understand the DSpace REST API for determining which collection an item belongs to
<!-- vim: set sw=2 ts=2: -->