This document presents a selection of case studies from the GridPP New User Engagement Programme.
The images used in the document are not stored in this repository.
You can get them using the script in assets/images
:
$ cd assets/images
$ source get_images.sh
The case studies themselves are not written in .tex
format;
rather, the information has been put into a JSON file
that is then read into a Python wrapper class.
To generate the TeX for the case studies document, please use
the make_casestudies.py
script provided.
$ python make_casestudies.py data/casestudies.json ./.
To run the tests on the code, use:
$ nosetests --exe --nologcapture
All documentation in this repository is covered by a
Creative Commons Attribution 4.0 International License.
All software in this repository is covered by the MIT license (see LICENSE
)
apart from the TeX *.sty, *.srt, *.clo and *.cls files - please refer to the
relevant files themselves for more information regarding these.
- Implement full unit testing for the wrapper classes.
- Implement the HTML case study generation.
This work was supported by the UK Science and Technology Facilities Council (STFC) via the GridPP Collaboration and grant ST/N00101X/1 as part of work with the CERN@school research programme.