relis
relis copied to clipboard
Generate a report of the review protocol
Given a systematic review that was conducted in ReLiS, the goal is to generate automatically a draft document of the protocol of that review.
- Create a data structure that represents all the information needed for any protocol.
- Create a protocol model from the project configuration file and the database of the project
- Generate a report in LaTeX. The report should include all the information specific to the project, some generic information that all reports have, statistics and tables ( about screening, QA, classification), and a PRISMA flow of papers.
An initial prototype of this tool by Lucas Hornung is available here http://www-ens.iro.umontreal.ca/~syriani/files/LucasHornung.zip. But it relies on Eclipse, Ecore, and Java. The idea is to replicate and extend this code in PHP. For code generation (generating the report), we can use https://github.com/divengine/div