aboutsummaryrefslogtreecommitdiff
path: root/tex/project-graph.tex
AgeCommit message (Collapse)AuthorLines
2020-04-20Modified slides to use new Maneage nameMohammad Akhlaghi-12/+15
A name was finally selected for Maneage, so the slides also needed to be updated.
2019-12-17Built steps in overall project graph made blueMohammad Akhlaghi-1/+9
Following the convention of the Make-demo plot (where green files are input and blue files are built), the first graph's gray boxes were also changed to blue. Some other minor corrections were made.
2019-11-21Added copyright to all the plain-text sourcesMohammad Akhlaghi-0/+14
With this copyright, a random viewer will know their rights regarding these files (that they are free software and that they can modify them and redistribute them).
2019-08-20Git commits in slide now have a checksumMohammad Akhlaghi-0/+5
The fact that we only displayed the Git checksum before showing it in the paper could be a little confusing to people not much familiar with Git. So a commit checksum (taken randomly from the history of these slides) was added to it. Also, some minor changes were done here and there.
2019-06-21Adjusted for 16:9 aspect ratio, improved Git demonstrationMohammad Akhlaghi-2/+3
For EWASS, they recommended a 16:9 aspect ratio. This is becoming the standard and after some tests, I saw felt that it does indeed show better on modern monitors while also giving more horizontal space. The slides are now changed to this aspect ratio and everything was slightly modified to show nicely in it. Also, an extra step was added to the Git demonstration steps to show how progress on the project branch happens independently of progress on the template.
2019-06-20Reordered slides describing templateMohammad Akhlaghi-27/+106
After the previous experience of presenting the slides in Ghent, they are reordered to be more clear and cause less confusion. In particular, until this commit, I was describing the software build steps in the end, so the audience mainly forgot about the analysis steps and thought this template is just something like Docker or a virtual machine. With this commit, the steps are described in the same step that occur: first how the software are built, then how the input data are downloaded and finally how the software are run on the data and the values are written into the paper.
2019-06-04Added Git branching and history graphMohammad Akhlaghi-0/+109
A graph was added showing how Git branching and history are used to verfiy the integrity of the result.