mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2025-01-27 05:49:12 +01:00
Add notes for 2022-03-22
This commit is contained in:
@ -116,4 +116,35 @@ $ docker-compose build
|
||||
- Meeting with KM/KS group to start talking about the way forward for repositories and web publishing
|
||||
- We agreed to form a sub-group of the transition task team to put forward a recommendation for repository and web publishing
|
||||
|
||||
## 2022-03-20
|
||||
|
||||
- Start a full harvest on AReS
|
||||
|
||||
## 2022-03-21
|
||||
|
||||
- Review a few submissions for Open Repositories 2022
|
||||
- Test one tentative DSpace 6.4 patch and give feedback on a few more that Hrafn missed
|
||||
|
||||
## 2022-03-22
|
||||
|
||||
- I accidentally dropped the PostgreSQL database on DSpace Test, forgetting that I had all the CGIAR CAS items there
|
||||
- I had been meaning to update my local database...
|
||||
- I re-imported the CGIAR CAS documents to [DSpace Test](https://dspacetest.cgiar.org/handle/10568/118432) and generated the PDF thumbnails:
|
||||
|
||||
```console
|
||||
$ JAVA_OPTS="-Xmx1024m -Dfile.encoding=UTF-8" dspace import --add --eperson=fuu@ma.com --source /tmp/SimpleArchiveFormat --mapfile=./2022-03-22-tac-700.map
|
||||
$ JAVA_OPTS="-Xmx1024m -Dfile.encoding=UTF-8" dspace filter-media -p "ImageMagick PDF Thumbnail" -i 10568/118432
|
||||
```
|
||||
|
||||
- On my local environment I decided to run the `check-duplicates.py` script one more time with all 700 items:
|
||||
|
||||
```console
|
||||
$ csvcut -c id,dc.title,dcterms.issued,dcterms.type ~/Downloads/TAC_ICW_GreenCovers/2022-03-22-tac-700.csv > /tmp/tac.csv
|
||||
$ ./ilri/check-duplicates.py -i /tmp/tac.csv -db dspacetest -u dspacetest -p 'dom@in34sniper' -o /tmp/2022-03-22-tac-duplicates.csv
|
||||
$ csvcut -c id,filename ~/Downloads/2022-01-21-CGSpace-TAC-ICW.csv > /tmp/tac-filenames.csv
|
||||
$ csvjoin -c id /tmp/2022-03-22-tac-duplicates.csv /tmp/tac-filenames.csv > /tmp/tac-final-duplicates.csv
|
||||
```
|
||||
|
||||
- I sent the resulting 76 items to Gaia to check
|
||||
|
||||
<!-- vim: set sw=2 ts=2: -->
|
||||
|
Reference in New Issue
Block a user