OxfordRSE / NTDMC_tech_meeting_2021

Material and references for a talk/workshop on simple approaches to write maintainable research code
0 stars 0 forks source link

Practical approaches to writing sustainable research software

NTD Modelling Consortium technical meeting 2021

View the slides

If you have a question, want to know more and simply want to chat about the material, feel free to open an issue on this repository.

References

Books

Talks

Articles and blogs

Other

To build the slides:

Clone the repository with submodules:

git clone git@github.com:OxfordRSE/https://github.com/OxfordRSE/NTDMC_tech_meeting_2021.git --recurse-submodules

Make sure you have pandoc and CMake installed

sudo apt install pandoc

Build the slides:

cd slides
mkdir build
bash update_reveal_dist.sh
cd build && cmake ..
make