diff --git a/content/posts/2020-09.md b/content/posts/2020-09.md
index 6e2ba2633..1200f67d7 100644
--- a/content/posts/2020-09.md
+++ b/content/posts/2020-09.md
@@ -469,4 +469,16 @@ $ curl -s -d @request.json https://dspacetest.cgiar.org/rest/statistics/items |
- I tried to build it on DSpace Test but I got an HTTP 401 Unauthorized for the artifact
- I sent them a message...
+## 2020-09-30
+
+- Experiment with re-creating IWMI's "Monthly Abstract" type report with an AReS template
+ - The template library for reports is: https://docxtemplater.com
+ - Conditions start with a pound and end with a slash: {#items} {/items}
+ - An inverted section begins with a caret (hat) and ends with a slash: {^citation} No citation{/citation}
+ - I found a bug: templates with a space in the file name don't download
+ - It would be nice if we could use [angular expressions](https://docxtemplater.readthedocs.io/en/latest/angular_parse.html) to make more complex templates
+ - Ability to iterate over authors (to change the separator)
+ - Ability to get item number in a loop (for a list)
+ - To do things like checking if a CRP is "WLE"
+
diff --git a/docs/2020-09/index.html b/docs/2020-09/index.html
index 5f518bf56..ddc237817 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": "2863",
+ "wordCount": "2970",
"datePublished": "2020-09-02T15:35:54+03:00",
- "dateModified": "2020-09-26T12:14:38+03:00",
+ "dateModified": "2020-09-29T14:58:35+03:00",
"author": {
"@type": "Person",
"name": "Alan Orth"
@@ -675,6 +675,24 @@ solr_query_params = {
+
2020-09-30
+
+- Experiment with re-creating IWMI’s “Monthly Abstract” type report with an AReS template
+
+- The template library for reports is: https://docxtemplater.com
+- Conditions start with a pound and end with a slash: {#items} {/items}
+- An inverted section begins with a caret (hat) and ends with a slash: {^citation} No citation{/citation}
+- I found a bug: templates with a space in the file name don’t download
+- It would be nice if we could use angular expressions to make more complex templates
+
+- Ability to iterate over authors (to change the separator)
+- Ability to get item number in a loop (for a list)
+- To do things like checking if a CRP is “WLE”
+
+
+
+
+
diff --git a/docs/categories/index.html b/docs/categories/index.html
index f91f9a775..4a8a2720a 100644
--- a/docs/categories/index.html
+++ b/docs/categories/index.html
@@ -9,7 +9,7 @@
-
+
diff --git a/docs/categories/notes/index.html b/docs/categories/notes/index.html
index a7d85f8dd..f007d62c0 100644
--- a/docs/categories/notes/index.html
+++ b/docs/categories/notes/index.html
@@ -9,7 +9,7 @@
-
+
diff --git a/docs/categories/notes/page/2/index.html b/docs/categories/notes/page/2/index.html
index 540612051..00b437dd3 100644
--- a/docs/categories/notes/page/2/index.html
+++ b/docs/categories/notes/page/2/index.html
@@ -9,7 +9,7 @@
-
+
diff --git a/docs/categories/notes/page/3/index.html b/docs/categories/notes/page/3/index.html
index b8c040c7d..7cc4fa2b2 100644
--- a/docs/categories/notes/page/3/index.html
+++ b/docs/categories/notes/page/3/index.html
@@ -9,7 +9,7 @@
-
+
diff --git a/docs/categories/notes/page/4/index.html b/docs/categories/notes/page/4/index.html
index 566adaa53..b6a765203 100644
--- a/docs/categories/notes/page/4/index.html
+++ b/docs/categories/notes/page/4/index.html
@@ -9,7 +9,7 @@
-
+
diff --git a/docs/index.html b/docs/index.html
index 8bda4bd13..2cf63dd33 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -9,7 +9,7 @@
-
+
diff --git a/docs/page/2/index.html b/docs/page/2/index.html
index b0c125a23..946910eec 100644
--- a/docs/page/2/index.html
+++ b/docs/page/2/index.html
@@ -9,7 +9,7 @@
-
+
diff --git a/docs/page/3/index.html b/docs/page/3/index.html
index 0818d2dc4..5e2b7962f 100644
--- a/docs/page/3/index.html
+++ b/docs/page/3/index.html
@@ -9,7 +9,7 @@
-
+
diff --git a/docs/page/4/index.html b/docs/page/4/index.html
index 7ad7dd471..168427f9f 100644
--- a/docs/page/4/index.html
+++ b/docs/page/4/index.html
@@ -9,7 +9,7 @@
-
+
diff --git a/docs/page/5/index.html b/docs/page/5/index.html
index 072a0acd9..50fdb2ef0 100644
--- a/docs/page/5/index.html
+++ b/docs/page/5/index.html
@@ -9,7 +9,7 @@
-
+
diff --git a/docs/page/6/index.html b/docs/page/6/index.html
index b9a13bff2..0a7631580 100644
--- a/docs/page/6/index.html
+++ b/docs/page/6/index.html
@@ -9,7 +9,7 @@
-
+
diff --git a/docs/page/7/index.html b/docs/page/7/index.html
index f5a3dd9cc..31085a8c1 100644
--- a/docs/page/7/index.html
+++ b/docs/page/7/index.html
@@ -9,7 +9,7 @@
-
+
diff --git a/docs/posts/index.html b/docs/posts/index.html
index 793f71e81..5eb9be09d 100644
--- a/docs/posts/index.html
+++ b/docs/posts/index.html
@@ -9,7 +9,7 @@
-
+
diff --git a/docs/posts/page/2/index.html b/docs/posts/page/2/index.html
index 7318db7b5..bec6b665b 100644
--- a/docs/posts/page/2/index.html
+++ b/docs/posts/page/2/index.html
@@ -9,7 +9,7 @@
-
+
diff --git a/docs/posts/page/3/index.html b/docs/posts/page/3/index.html
index b6af0aeba..3f2156050 100644
--- a/docs/posts/page/3/index.html
+++ b/docs/posts/page/3/index.html
@@ -9,7 +9,7 @@
-
+
diff --git a/docs/posts/page/4/index.html b/docs/posts/page/4/index.html
index 65b597065..ecb0655f7 100644
--- a/docs/posts/page/4/index.html
+++ b/docs/posts/page/4/index.html
@@ -9,7 +9,7 @@
-
+
diff --git a/docs/posts/page/5/index.html b/docs/posts/page/5/index.html
index e65567408..3d5de1c8a 100644
--- a/docs/posts/page/5/index.html
+++ b/docs/posts/page/5/index.html
@@ -9,7 +9,7 @@
-
+
diff --git a/docs/posts/page/6/index.html b/docs/posts/page/6/index.html
index d51d7ac04..6c969794e 100644
--- a/docs/posts/page/6/index.html
+++ b/docs/posts/page/6/index.html
@@ -9,7 +9,7 @@
-
+
diff --git a/docs/posts/page/7/index.html b/docs/posts/page/7/index.html
index fc28fd73b..3c150d802 100644
--- a/docs/posts/page/7/index.html
+++ b/docs/posts/page/7/index.html
@@ -9,7 +9,7 @@
-
+
diff --git a/docs/sitemap.xml b/docs/sitemap.xml
index da165afd2..7e317286d 100644
--- a/docs/sitemap.xml
+++ b/docs/sitemap.xml
@@ -4,27 +4,27 @@
https://alanorth.github.io/cgspace-notes/categories/
- 2020-09-26T12:14:38+03:00
+ 2020-09-29T14:58:35+03:00
https://alanorth.github.io/cgspace-notes/
- 2020-09-26T12:14:38+03:00
+ 2020-09-29T14:58:35+03:00
https://alanorth.github.io/cgspace-notes/categories/notes/
- 2020-09-26T12:14:38+03:00
+ 2020-09-29T14:58:35+03:00
https://alanorth.github.io/cgspace-notes/posts/
- 2020-09-26T12:14:38+03:00
+ 2020-09-29T14:58:35+03:00
https://alanorth.github.io/cgspace-notes/2020-09/
- 2020-09-26T12:14:38+03:00
+ 2020-09-29T14:58:35+03:00