Presentations for Spring 2021 Bootcamp CTF
Consult the wiki for the schedule: https://wiki.osucyber.club
Useful resources for presentations:
- Purdue Training 2020 presentations: MIT (Attribution + include license)
- GreyHat (Georgia Tech) presentations: Unknown -- ask individual authors
- Some outlines here: https://gitlab.umich.edu/wolvsec/wolvsec-bootcamp
- https://github.com/utisss/talks
Be careful to credit authors and look for licenses on any material you might use from elsewhere.
- Don't copy the slides-source-dep directory.
- Copy web/slides-source/ to your-category/slides-source/
- There are a couple relative paths in the Makefile and main.tex.
- main.tex:
\graphicspath{ {./images/}{../../slides-source-dep/images/} }
- Makefile:
TEXINPUTS=.:../../slides-source-dep/:$$TEXINPUTS
- You only need to adjust the above two things if ../../slides-source-dep/ is not the correct path.
- main.tex:
Ask individual authors.
Slide template is released under the MIT License, credit 'Cyber Security Club @ Ohio State' and 'Purdue b01lers'.