From baf1cea5395c25a83eab3e3a0ffd657c3c59083d Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Wed, 31 Aug 2022 17:37:28 +0300 Subject: [PATCH] Add notes --- content/posts/2022-08.md | 8 +++++++- docs/2022-08/index.html | 13 ++++++++----- docs/categories/index.html | 2 +- docs/categories/notes/index.html | 2 +- docs/categories/notes/page/2/index.html | 2 +- docs/categories/notes/page/3/index.html | 2 +- docs/categories/notes/page/4/index.html | 2 +- docs/categories/notes/page/5/index.html | 2 +- docs/categories/notes/page/6/index.html | 2 +- docs/categories/notes/page/7/index.html | 2 +- docs/index.html | 2 +- docs/page/2/index.html | 2 +- docs/page/3/index.html | 2 +- docs/page/4/index.html | 2 +- docs/page/5/index.html | 2 +- docs/page/6/index.html | 2 +- docs/page/7/index.html | 2 +- docs/page/8/index.html | 2 +- docs/page/9/index.html | 2 +- docs/posts/index.html | 2 +- docs/posts/page/2/index.html | 2 +- docs/posts/page/3/index.html | 2 +- docs/posts/page/4/index.html | 2 +- docs/posts/page/5/index.html | 2 +- docs/posts/page/6/index.html | 2 +- docs/posts/page/7/index.html | 2 +- docs/posts/page/8/index.html | 2 +- docs/posts/page/9/index.html | 2 +- docs/sitemap.xml | 10 +++++----- 29 files changed, 46 insertions(+), 37 deletions(-) diff --git a/content/posts/2022-08.md b/content/posts/2022-08.md index 8d7e8bf43..55b613eb1 100644 --- a/content/posts/2022-08.md +++ b/content/posts/2022-08.md @@ -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 +``` diff --git a/docs/2022-08/index.html b/docs/2022-08/index.html index b80b706db..b0266bc3e 100644 --- a/docs/2022-08/index.html +++ b/docs/2022-08/index.html @@ -14,7 +14,7 @@ Our request to add CC-BY-3.0-IGO to SPDX was approved a few weeks ago - + @@ -34,9 +34,9 @@ Our request to add CC-BY-3.0-IGO to SPDX was approved a few weeks ago "@type": "BlogPosting", "headline": "August, 2022", "url": "https://alanorth.github.io/cgspace-notes/2022-08/", - "wordCount": "2651", + "wordCount": "2696", "datePublished": "2022-08-01T10:22:36+03:00", - "dateModified": "2022-08-29T04:54:12+03:00", + "dateModified": "2022-08-30T17:45:35+03:00", "author": { "@type": "Person", "name": "Alan Orth" @@ -477,7 +477,7 @@ Our request to add CC-BY-3.0-IGO to SPDX was approved a few weeks ago
  • http://www.ilri.org/ilrinews/index.php/archives/xxxxhttps://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):
  • $ 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