diff --git a/content/posts/2019-12.md b/content/posts/2019-12.md index 1976a4bbd..c3412c6c9 100644 --- a/content/posts/2019-12.md +++ b/content/posts/2019-12.md @@ -117,4 +117,21 @@ COPY 48 - I restarted Tomcat three times before all cores came up successfully - While I was restarting the Tomcat service I upgraded the PostgreSQL JDBC driver to version 42.2.9, which had been deployed on DSpace Test earlier this week +## 2019-12-16 + +- Visit CodeObia office to discuss next phase of OpenRXV/AReS development + - We discussed using CSV instead of Excel for tabular reports + - OpenRXV should only have "simple" reports with Dublin Core fields + - AReS should have this as well as a customized "extended" report that has CRPs, Subjects, Sponsors, etc from CGSpace + - We discussed using RTF instead of Word for graphical reports + +## 2019-12-17 + +- Start filing GitHub issues for the reporting features on OpenRXV and AReS + - I created an issue for the "simple" tabular reports on OpenRXV GitHub ([#29](https://github.com/ilri/OpenRXV/issues/29)) + - I created an issue for the "extended" tabular reports on AReS GitHub ([#8](https://github.com/ilri/AReS/issues/8)) + - 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 + diff --git a/docs/2015-11/index.html b/docs/2015-11/index.html index d9a62ab0f..d30f73f49 100644 --- a/docs/2015-11/index.html +++ b/docs/2015-11/index.html @@ -31,7 +31,7 @@ Last week I had increased the limit from 30 to 60, which seemed to help, but now $ psql -c 'SELECT * from pg_stat_activity;' | grep idle | grep -c cgspace 78 "/> - + @@ -112,7 +112,7 @@ $ psql -c 'SELECT * from pg_stat_activity;' | grep idle | grep -c cgspac

-

2015-11-22

+

2015-11-22