mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2025-01-27 05:49:12 +01:00
Add notes
This commit is contained in:
@ -319,7 +319,7 @@ $ ./ilri/check-duplicates.py -i ~/Downloads/2022-08-24-OICRs.csv -u dspace -db d
|
||||
- http://mahider.ilri.org → https://cgspace.cgiar.org
|
||||
- http://mahider.ilri.org/handle/10568/xxxxx → https://hdl.handle.net/10568/xxxxx
|
||||
- http://www.ilri.org/ilrinews/index.php/archives/xxxx → https://newsarchive.ilri.org/archives/xxxx
|
||||
- Join the OICRs with their relations that I processed a few days ago (minus the second id column and some others):
|
||||
- Join the MARLO OICRs with their relations that I processed a few days ago (minus the second id column and some others):
|
||||
|
||||
```console
|
||||
$ xsv join --left id ~/Downloads/2022-08-24-OICRs.csv id ~/Downloads/oicrs-matches-csv.csv | xsv select '!id[1],Your Title,Their Title,Similarity,Your Date,Their Date,datediff' > /tmp/oicrs-with-relations.csv
|
||||
@ -336,5 +336,11 @@ $ dspace import --add --eperson=fuuuu@fuuu.com --source /tmp/SimpleArchiveFormat
|
||||
|
||||
- Meeting with Marie-Angelique, Abenet, Valentina, Sara, and Margarita about Types
|
||||
- I am testing the `org.apache.cocoon.uploads.autosave=false` setting for XMLUI so that files posted via multi-part forms get memory mapped instead of written to disk
|
||||
- Check the MARLO Policies for relations and join them with the main CSV file:
|
||||
|
||||
```console
|
||||
$ ./ilri/check-duplicates.py -i ~/Downloads/2022-08-25-Policies-UTF-8-With-Files.csv -u dspace -db dspace -p 'fuui' -o /tmp/policies-matches.csv
|
||||
$ xsv join --left id ~/Downloads/2022-08-25-Policies-UTF-8-With-Files.csv id /tmp/policies-matches.csv | xsv select '!id[1],Your Title,Their Title,Similarity,Your Date,Their Date' > /tmp/policies-with-relations.csv
|
||||
```
|
||||
|
||||
<!-- vim: set sw=2 ts=2: -->
|
||||
|
Reference in New Issue
Block a user