From 53cdf186226a8397cfdb76318b22fe21057251ec Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Tue, 22 Sep 2020 14:14:18 +0300 Subject: [PATCH] Update notes for 2020-09-22 --- content/posts/2020-09.md | 9 +++++++++ docs/2020-09/index.html | 14 +++++++++++--- 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/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 +++++----- 22 files changed, 44 insertions(+), 27 deletions(-) diff --git a/content/posts/2020-09.md b/content/posts/2020-09.md index 610c570fd..8db904b02 100644 --- a/content/posts/2020-09.md +++ b/content/posts/2020-09.md @@ -334,6 +334,15 @@ dspacestatistics=# SELECT SUM(downloads) FROM items; 13979911 (1 row) ``` +- I deleted "Report" from twelve items that had it in their peer review field: + +``` +dspace=# BEGIN; +BEGIN +dspace=# DELETE FROM metadatavalue WHERE text_value='Report' AND resource_type_id=2 AND metadata_field_id=68; +DELETE 12 +dspace=# COMMIT; +``` - Last week Natalia from CIAT had asked me to download all the PDFs for a certain query: - items with status "Open Access" diff --git a/docs/2020-09/index.html b/docs/2020-09/index.html index eea37dab5..0ef4f8014 100644 --- a/docs/2020-09/index.html +++ b/docs/2020-09/index.html @@ -25,7 +25,7 @@ I filed an issue on OpenRXV to make some minor edits to the admin UI: https://gi - + @@ -55,9 +55,9 @@ I filed an issue on OpenRXV to make some minor edits to the admin UI: https://gi "@type": "BlogPosting", "headline": "September, 2020", "url": "https://alanorth.github.io/cgspace-notes/2020-09/", - "wordCount": "2349", + "wordCount": "2380", "datePublished": "2020-09-02T15:35:54+03:00", - "dateModified": "2020-09-18T19:25:55+03:00", + "dateModified": "2020-09-22T12:38:53+03:00", "author": { "@type": "Person", "name": "Alan Orth" @@ -531,6 +531,14 @@ dspacestatistics=# SELECT SUM(downloads) FROM items; 13979911 (1 row) +
dspace=# BEGIN;
+BEGIN
+dspace=# DELETE FROM metadatavalue WHERE text_value='Report' AND resource_type_id=2 AND metadata_field_id=68;
+DELETE 12
+dspace=# COMMIT;
+