From d177c9b175320ff7adbc511126abd60ee4f92b9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Dvo=C5=99=C3=A1k?= <xdvora19@fi.muni.cz> Date: Thu, 11 Jul 2024 19:36:33 +0200 Subject: [PATCH] * minor changes * add bibtex entries --- docs/how-to-cite.md | 42 ++++++++++++++++++++++++++++++++++++++ docs/stylesheets/extra.css | 21 +++++++++++++++++++ 2 files changed, 63 insertions(+) diff --git a/docs/how-to-cite.md b/docs/how-to-cite.md index e693f50..2fe6872 100644 --- a/docs/how-to-cite.md +++ b/docs/how-to-cite.md @@ -4,5 +4,47 @@ When referencing the INJECT Exercise Platform, please cite our paper titled: This paper provides insights and practical experiences derived from a cybersecurity course where tabletop exercises were introduced utilizing the innovative technology of the INJECT Exercise Platform (IXP). +When citing this paper please use this BibTeX entry: +<div class="no-bcg"> +``` { . .copy} +@inproceedings{Svabensky2024FromPaperToPlatform, + author = {\v{S}v\'{a}bensk\'{y}, Valdemar and Vykopal, Jan and Hor\'{a}k, Martin and Hofbauer, Martin and \v{C}eleda, Pavel}, + title = {From Paper to Platform: Evolution of a Novel Learning Environment for Tabletop Exercises}, + year = {2024}, + isbn = {9798400706004}, + publisher = {Association for Computing Machinery}, + address = {New York, NY, USA}, + url = {https://doi.org/10.1145/3649217.3653639}, + doi = {10.1145/3649217.3653639}, + booktitle = {Proceedings of the 2024 on Innovation and Technology in Computer Science Education V. 1}, + pages = {213–219}, + numpages = {7}, + location = {Milan, Italy}, + series = {ITiCSE 2024} +} +``` +</div> + For a comprehensive overview of tabletop exercises, we recommend our systematic literature review: [Research and Practice of Delivering Tabletop Exercises](https://www.muni.cz/en/research/publications/2390898). + +When citing this paper please use this BibTeX entry: +<div class="no-bcg"> +``` { . .copy } +@inproceedings{Vykopal2024ResearchAndPractice, + author = {Vykopal, Jan and \v{C}eleda, Pavel and \v{S}v\'{a}bensk\'{y}, Valdemar and Hofbauer, Martin and Hor\'{a}k, Martin}, + title = {Research and Practice of Delivering Tabletop Exercises}, + year = {2024}, + isbn = {9798400706004}, + publisher = {Association for Computing Machinery}, + address = {New York, NY, USA}, + url = {https://doi.org/10.1145/3649217.3653642}, + doi = {10.1145/3649217.3653642}, + booktitle = {Proceedings of the 2024 on Innovation and Technology in Computer Science Education V. 1}, + pages = {220–226}, + numpages = {7}, + location = {Milan, Italy}, + series = {ITiCSE 2024} +} +``` +</div> diff --git a/docs/stylesheets/extra.css b/docs/stylesheets/extra.css index 349bb32..b13fe95 100644 --- a/docs/stylesheets/extra.css +++ b/docs/stylesheets/extra.css @@ -231,3 +231,24 @@ tr td { .md-search__form:hover .md-search__icon { color: white !important; } + +.md-clipboard { + color: black; +} + +.md-clipboard:hover { + color: white; +} + +.md-typeset .no-bcg code { + background-color: #121212; + color: white !important; + border-color: #ffdd4e !important; + border-width: 2px !important; + border-style: solid; + border-radius: 1rem; +} + +.no-bcg .md-clipboard { + color: #ffdd4e; +} -- GitLab