mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2025-01-27 05:49:12 +01:00
Update notes for 2020-09-30
This commit is contained in:
@ -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: -->
|
||||
|
Reference in New Issue
Block a user