Update notes for 2020-09-30

This commit is contained in:
2020-10-01 10:47:40 +03:00
parent 9e3ff0838e
commit eccec41aca
22 changed files with 57 additions and 27 deletions

View File

@ -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"
<!-- vim: set sw=2 ts=2: -->