From 29fbe6555f895e3a0a31af0bc46fdb294f084669 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Wed, 16 Dec 2020 12:08:00 +0200 Subject: [PATCH] Update notes for 2020-12-16 --- content/posts/2020-12.md | 10 ++++++++++ docs/2020-12/index.html | 17 ++++++++++++++--- 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/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/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/sitemap.xml | 10 +++++----- 23 files changed, 49 insertions(+), 28 deletions(-) diff --git a/content/posts/2020-12.md b/content/posts/2020-12.md index 3e337e700..87d88229f 100644 --- a/content/posts/2020-12.md +++ b/content/posts/2020-12.md @@ -469,5 +469,15 @@ $ curl -XDELETE 'http://localhost:9200/openrxv-items-temp?pretty' - Interestingly [the item](https://hdl.handle.net/10568/110447) that we noticed was duplicated now only appears once - The [missing item](https://hdl.handle.net/10568/110133) is still missing +- Jane Poole noticed that the "previous page" and "next page" buttons are not working on AReS + - I filed a bug on GitHub: https://github.com/ilri/OpenRXV/issues/65 +- Generate a list of submitters and approvers active in the last months using the Provenance field on CGSpace: + +```console +$ psql -h localhost -U postgres dspace -c "SELECT text_value FROM metadatavalue WHERE metadata_field_id=28 AND text_value ~ '^.*on 2020-(06|07|08|09|10|11|12)-*'" > /tmp/provenance.txt +$ grep -o -E 'by .*)' /tmp/provenance.txt | grep -v -E "( on |checksum)" | sed -e 's/by //' -e 's/ (/,/' -e 's/)//' | sort | uniq > /tmp/recent-submitters-approvers.csv +``` + +- Peter wanted it to send some mail to the users... diff --git a/docs/2020-12/index.html b/docs/2020-12/index.html index 5970e2562..a92ae487a 100644 --- a/docs/2020-12/index.html +++ b/docs/2020-12/index.html @@ -20,7 +20,7 @@ I started processing those (about 411,000 records): - + @@ -46,9 +46,9 @@ I started processing those (about 411,000 records): "@type": "BlogPosting", "headline": "December, 2020", "url": "https://alanorth.github.io/cgspace-notes/2020-12/", - "wordCount": "2609", + "wordCount": "2711", "datePublished": "2020-12-01T11:32:54+02:00", - "dateModified": "2020-12-15T13:13:18+02:00", + "dateModified": "2020-12-16T09:54:40+02:00", "author": { "@type": "Person", "name": "Alan Orth" @@ -604,6 +604,17 @@ $ curl -XDELETE 'http://localhost:9200/openrxv-items-temp?pretty' +
$ psql -h localhost -U postgres dspace -c "SELECT text_value FROM metadatavalue WHERE metadata_field_id=28 AND text_value ~ '^.*on 2020-(06|07|08|09|10|11|12)-*'" > /tmp/provenance.txt
+$ grep -o -E 'by .*)' /tmp/provenance.txt | grep -v -E "( on |checksum)" | sed -e 's/by //' -e 's/ (/,/' -e 's/)//' | sort | uniq > /tmp/recent-submitters-approvers.csv
+
diff --git a/docs/categories/index.html b/docs/categories/index.html index b845c9af9..39d8fe1bb 100644 --- a/docs/categories/index.html +++ b/docs/categories/index.html @@ -10,7 +10,7 @@ - + diff --git a/docs/categories/notes/index.html b/docs/categories/notes/index.html index ed4f9866f..e45eb23af 100644 --- a/docs/categories/notes/index.html +++ b/docs/categories/notes/index.html @@ -10,7 +10,7 @@ - + diff --git a/docs/categories/notes/page/2/index.html b/docs/categories/notes/page/2/index.html index 4e54f4427..a79080ef7 100644 --- a/docs/categories/notes/page/2/index.html +++ b/docs/categories/notes/page/2/index.html @@ -10,7 +10,7 @@ - + diff --git a/docs/categories/notes/page/3/index.html b/docs/categories/notes/page/3/index.html index 237faf052..e8f357c27 100644 --- a/docs/categories/notes/page/3/index.html +++ b/docs/categories/notes/page/3/index.html @@ -10,7 +10,7 @@ - + diff --git a/docs/categories/notes/page/4/index.html b/docs/categories/notes/page/4/index.html index 53990d757..c0fa1a5af 100644 --- a/docs/categories/notes/page/4/index.html +++ b/docs/categories/notes/page/4/index.html @@ -10,7 +10,7 @@ - + diff --git a/docs/categories/notes/page/5/index.html b/docs/categories/notes/page/5/index.html index 50401e9d4..8434fd64c 100644 --- a/docs/categories/notes/page/5/index.html +++ b/docs/categories/notes/page/5/index.html @@ -10,7 +10,7 @@ - + diff --git a/docs/index.html b/docs/index.html index 10d083385..5d67c24fc 100644 --- a/docs/index.html +++ b/docs/index.html @@ -10,7 +10,7 @@ - + diff --git a/docs/page/2/index.html b/docs/page/2/index.html index 5b43ca620..0d03b1cbb 100644 --- a/docs/page/2/index.html +++ b/docs/page/2/index.html @@ -10,7 +10,7 @@ - + diff --git a/docs/page/3/index.html b/docs/page/3/index.html index fc7bc8b71..3ddda39f6 100644 --- a/docs/page/3/index.html +++ b/docs/page/3/index.html @@ -10,7 +10,7 @@ - + diff --git a/docs/page/4/index.html b/docs/page/4/index.html index 1555a7df4..1a9543204 100644 --- a/docs/page/4/index.html +++ b/docs/page/4/index.html @@ -10,7 +10,7 @@ - + diff --git a/docs/page/5/index.html b/docs/page/5/index.html index d38f6c48d..94442b9d3 100644 --- a/docs/page/5/index.html +++ b/docs/page/5/index.html @@ -10,7 +10,7 @@ - + diff --git a/docs/page/6/index.html b/docs/page/6/index.html index c2d8e7909..714490c87 100644 --- a/docs/page/6/index.html +++ b/docs/page/6/index.html @@ -10,7 +10,7 @@ - + diff --git a/docs/page/7/index.html b/docs/page/7/index.html index 0d6b69f7d..7e81418a8 100644 --- a/docs/page/7/index.html +++ b/docs/page/7/index.html @@ -10,7 +10,7 @@ - + diff --git a/docs/posts/index.html b/docs/posts/index.html index 8f7ddca68..4391c12c4 100644 --- a/docs/posts/index.html +++ b/docs/posts/index.html @@ -10,7 +10,7 @@ - + diff --git a/docs/posts/page/2/index.html b/docs/posts/page/2/index.html index 1993dc377..def0d740b 100644 --- a/docs/posts/page/2/index.html +++ b/docs/posts/page/2/index.html @@ -10,7 +10,7 @@ - + diff --git a/docs/posts/page/3/index.html b/docs/posts/page/3/index.html index 645dc1684..36d5c5d06 100644 --- a/docs/posts/page/3/index.html +++ b/docs/posts/page/3/index.html @@ -10,7 +10,7 @@ - + diff --git a/docs/posts/page/4/index.html b/docs/posts/page/4/index.html index e5cbbdd4d..22bfac0e3 100644 --- a/docs/posts/page/4/index.html +++ b/docs/posts/page/4/index.html @@ -10,7 +10,7 @@ - + diff --git a/docs/posts/page/5/index.html b/docs/posts/page/5/index.html index 3ca1553ab..84faeaa2b 100644 --- a/docs/posts/page/5/index.html +++ b/docs/posts/page/5/index.html @@ -10,7 +10,7 @@ - + diff --git a/docs/posts/page/6/index.html b/docs/posts/page/6/index.html index fc79ef858..d9025998f 100644 --- a/docs/posts/page/6/index.html +++ b/docs/posts/page/6/index.html @@ -10,7 +10,7 @@ - + diff --git a/docs/posts/page/7/index.html b/docs/posts/page/7/index.html index 2be119d9e..85231c9b8 100644 --- a/docs/posts/page/7/index.html +++ b/docs/posts/page/7/index.html @@ -10,7 +10,7 @@ - + diff --git a/docs/sitemap.xml b/docs/sitemap.xml index 0be7e190b..7dd7690f3 100644 --- a/docs/sitemap.xml +++ b/docs/sitemap.xml @@ -4,27 +4,27 @@ https://alanorth.github.io/cgspace-notes/categories/ - 2020-12-15T13:13:18+02:00 + 2020-12-16T09:54:40+02:00 https://alanorth.github.io/cgspace-notes/ - 2020-12-15T13:13:18+02:00 + 2020-12-16T09:54:40+02:00 https://alanorth.github.io/cgspace-notes/2020-12/ - 2020-12-15T13:13:18+02:00 + 2020-12-16T09:54:40+02:00 https://alanorth.github.io/cgspace-notes/categories/notes/ - 2020-12-15T13:13:18+02:00 + 2020-12-16T09:54:40+02:00 https://alanorth.github.io/cgspace-notes/posts/ - 2020-12-15T13:13:18+02:00 + 2020-12-16T09:54:40+02:00