From 9b6d328e51eb5166dd24b053ddb33e41feb4440f Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Tue, 17 Dec 2019 16:45:21 +0200 Subject: [PATCH] Update notes for 2019-12-17 --- content/posts/2019-12.md | 6 ++++++ docs/2019-12/index.html | 11 +++++++---- docs/sitemap.xml | 10 +++++----- 3 files changed, 18 insertions(+), 9 deletions(-) diff --git a/content/posts/2019-12.md b/content/posts/2019-12.md index c3412c6c9..3e3609cd8 100644 --- a/content/posts/2019-12.md +++ b/content/posts/2019-12.md @@ -133,5 +133,11 @@ COPY 48 - I created an issue for "simple" text reports on the OpenRXV GitHub ([#30](https://github.com/ilri/OpenRXV/issues/30)) - I created an issue for "extended" text reports on the AReS GitHub ([#9](https://github.com/ilri/AReS/issues/9)) - I looked into creating RTF documents from HTML in Node.js and there is a library called [html-to-rtf](https://www.npmjs.com/package/html-to-rtf) that works well, but doesn't support images +- Export a list of all investors (`dc.description.sponsorship`) for Peter to look through and correct: + +``` +dspace=# \COPY (SELECT DISTINCT text_value as "dc.contributor.sponsor", count(*) FROM metadatavalue WHERE resource_type_id = 2 AND metadata_field_id = 29 GROUP BY text_value ORDER BY count DESC LIMIT 1500) to /tmp/2019-12-17-investors.csv WITH CSV HEADER; +COPY 643 +``` diff --git a/docs/2019-12/index.html b/docs/2019-12/index.html index 991b98a1d..2bf0ec90e 100644 --- a/docs/2019-12/index.html +++ b/docs/2019-12/index.html @@ -24,7 +24,7 @@ Make sure all packages are up to date and the package manager is up to date, the - + @@ -53,9 +53,9 @@ Make sure all packages are up to date and the package manager is up to date, the "@type": "BlogPosting", "headline": "December, 2019", "url": "https:\/\/alanorth.github.io\/cgspace-notes\/2019-12\/", - "wordCount": "880", + "wordCount": "928", "datePublished": "2019-12-01T11:22:30+02:00", - "dateModified": "2019-12-11T19:02:05+02:00", + "dateModified": "2019-12-17T14:49:24+02:00", "author": { "@type": "Person", "name": "Alan Orth" @@ -278,8 +278,11 @@ COPY 48
  • I looked into creating RTF documents from HTML in Node.js and there is a library called html-to-rtf that works well, but doesn't support images
  • +
  • Export a list of all investors (dc.description.sponsorship) for Peter to look through and correct:
  • - +
    dspace=# \COPY (SELECT DISTINCT text_value as "dc.contributor.sponsor", count(*) FROM metadatavalue WHERE resource_type_id = 2 AND metadata_field_id = 29 GROUP BY text_value ORDER BY count DESC LIMIT 1500) to /tmp/2019-12-17-investors.csv WITH CSV HEADER;
    +COPY 643
    +
    diff --git a/docs/sitemap.xml b/docs/sitemap.xml index 6759e4bc5..f85f5aaeb 100644 --- a/docs/sitemap.xml +++ b/docs/sitemap.xml @@ -4,27 +4,27 @@ https://alanorth.github.io/cgspace-notes/categories/ - 2019-12-11T19:02:05+02:00 + 2019-12-17T14:49:24+02:00 https://alanorth.github.io/cgspace-notes/ - 2019-12-11T19:02:05+02:00 + 2019-12-17T14:49:24+02:00 https://alanorth.github.io/cgspace-notes/2019-12/ - 2019-12-11T19:02:05+02:00 + 2019-12-17T14:49:24+02:00 https://alanorth.github.io/cgspace-notes/categories/notes/ - 2019-12-11T19:02:05+02:00 + 2019-12-17T14:49:24+02:00 https://alanorth.github.io/cgspace-notes/posts/ - 2019-12-11T19:02:05+02:00 + 2019-12-17T14:49:24+02:00