Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2019-06-21 | Adjusted for 16:9 aspect ratio, improved Git demonstration | Mohammad 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-20 | Reordered slides describing template | Mohammad 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-04 | Added Git branching and history graph | Mohammad Akhlaghi | -0/+109 | |
A graph was added showing how Git branching and history are used to verfiy the integrity of the result. |