aboutsummaryrefslogtreecommitdiff
path: root/docs/share
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2024-04-14 14:43:33 +0200
committerlonkaars <loek@pipeframe.xyz>2024-04-14 14:43:33 +0200
commita24ebd2dce62255873ec204065262c8743245769 (patch)
tree13839d9b93aa9d3a3e90a24f12b3069e48785e33 /docs/share
parent898bc5d79c70c859d66b8c1548446c6e45302421 (diff)
fix source management in asciidoc
Diffstat (limited to 'docs/share')
-rw-r--r--docs/share/footer.adoc4
-rw-r--r--docs/share/references.adoc5
-rw-r--r--docs/share/refs.bib191
3 files changed, 200 insertions, 0 deletions
diff --git a/docs/share/footer.adoc b/docs/share/footer.adoc
new file mode 100644
index 0000000..b3edec3
--- /dev/null
+++ b/docs/share/footer.adoc
@@ -0,0 +1,4 @@
+include::references.adoc[]
+
+include::glossary.adoc[]
+
diff --git a/docs/share/references.adoc b/docs/share/references.adoc
new file mode 100644
index 0000000..e475900
--- /dev/null
+++ b/docs/share/references.adoc
@@ -0,0 +1,5 @@
+[references]
+== References
+
+bibliography::[]
+
diff --git a/docs/share/refs.bib b/docs/share/refs.bib
new file mode 100644
index 0000000..f2cb813
--- /dev/null
+++ b/docs/share/refs.bib
@@ -0,0 +1,191 @@
+@online{githubprojects,
+ title = {About Projects - GitHub Docs},
+ url = {https://docs.github.com/en/issues/planning-and-tracking-with-projects/learning-about-projects/about-projects},
+ msbib-accessed = {2024-02-15},
+ year = {2024},
+}
+
+@online{clockify,
+ title = {Clockify - The most popular free time tracker for teams},
+ url = {https://clockify.me/},
+ msbib-accessed = {2024-02-15},
+ year = {2024},
+}
+
+@online{gitscm,
+ title = {Git},
+ url = {https://git-scm.com/},
+ month = feb,
+ msbib-day = {15},
+ year = {2024},
+}
+
+@online{Kee23,
+ title = {Keep talking and nobody explodes - defuse a bomb with your friends.},
+ url = {https://keeptalkinggame.com/},
+ month = oct,
+ msbib-day = {10},
+ year = {2023},
+}
+
+@online{gitrepo,
+ author = {Blansch, Loek Le and Hammer, Elwin and Faase, Lars and in 't Anker, Thomas},
+ title = {lonkaars/puzzelbox: Avans Hogeschool project Puzzelbox},
+ url = {https://github.com/lonkaars/puzzelbox},
+ month = feb,
+ msbib-day = {15},
+ year = {2024},
+}
+
+@online{sharepoint,
+ author = {Blansch, Loek Le and Hammer, Elwin and Faase, Lars and in 't Anker, Thomas},
+ title = {PROJ-PUZZLE},
+ url = {https://avans-my.sharepoint.com/:f:/r/personal/tv_intanker_student_avans_nl/Documents/PROJ-PUZZLE?csf=1&web=1&e=wbKFig},
+ month = feb,
+ msbib-day = {15},
+ year = {2024},
+}
+
+@online{semver,
+ author = {Preston-Werner, Tom},
+ title = {Semantic Versioning 2.0.0},
+ url = {https://semver.org/},
+ month = jun,
+ msbib-day = {6},
+ year = {2023},
+}
+
+@online{atlassiankanban,
+ author = {Radigan, Dan},
+ title = {Kanban - A brief introduction},
+ url = {https://www.atlassian.com/agile/kanban},
+ msbib-accessed = {2024-02-15},
+ year = {2024},
+}
+
+@techreport{Bek23,
+ author = {Bekema, Frank and Gense, Jasper},
+ title = {Programma van Eisen Puzzel box},
+ year = {2023},
+}
+
+@techreport{styleguide,
+ author = {Blansch, Loek Le and Hammer, Elwin and Faase, Lars and in 't Anker, Thomas},
+ title = {Style guide},
+ location = {'s-Hertogenbosch},
+ publisher = {Avans University of Applied Sciences},
+ year = {2024},
+}
+
+@online{Wik22,
+ author = {Wikipedia-contributors},
+ title = {MOSCOW-Methode},
+ url = {https://nl.wikipedia.org/wiki/MoSCoW-methode},
+ month = apr,
+ msbib-day = {5},
+ year = {2022},
+}
+
+@online{rpicpu,
+ url = {https://www.raspberrypi.com/documentation/computers/processors.html},
+}
+
+@online{Ali24,
+ title = {A list of open-source C++ libraries},
+ url = {https://en.cppreference.com/w/cpp/links/libs},
+ msbib-accessed = {2024-02-25},
+}
+
+@online{Boo24,
+ url = {https://www.boost.org/doc/libs/1_75_0/libs/test/doc/html/index.html},
+ msbib-accessed = {2024-02-28},
+}
+
+@online{Git24,
+ title = {GitHub - boostorg/test: The reference C++ unit testing framework (TDD, xUnit, C++03/11/14/17).},
+ url = {https://github.com/boostorg/test},
+ msbib-accessed = {2024-02-28},
+}
+
+@online{Neo,
+ title = {Neotrellis},
+ url = {https://learn.adafruit.com/adafruit-neotrellis/overview},
+}
+
+@techreport{rp2040ds,
+ title = {RP2040 Datasheet},
+ publisher = {Raspberry Pi Ltd},
+ year = {2024},
+}
+
+@online{Cat24,
+ author = {Catchorg},
+ title = {Github - catchorg/Catch2: A modern, C++-native, test framework for unit-tests.},
+ msbib-accessed = {2024-02-25},
+}
+
+@online{Cpp24,
+ author = {Cpputest},
+ title = {Github - cpputest/cpputest: CppUTest unit testing and mocking framework for C/C++.},
+ url = {https://github.com/cpputest/cpputest},
+ msbib-accessed = {2024-02-25},
+}
+
+@online{Doc24,
+ author = {Doctest},
+ title = {Github - doctest/doctest: The fastest feature-rich C++11/14/17/20/23 single-header testing framework.},
+ url = {https://github.com/doctest/doctest},
+ msbib-accessed = {2024-02-25},
+}
+
+@online{goo24,
+ author = {google},
+ title = {GitHub - google/googletest: GoogleTest - Google Testing and Mocking Framework.},
+ url = {https://github.com/google/googletest},
+ msbib-accessed = {2024-02-28},
+}
+
+@online{Joh21,
+ author = {Johnston, P.},
+ title = {Embedded systems testing resources},
+ url = {https://embeddedartistry.com/blog/2018/10/18/embedded-systems-testing-resources/},
+ month = jun,
+ msbib-day = {10},
+ msbib-accessed = {2024-02-25},
+ year = {2021},
+}
+
+@techreport{research,
+ author = {Blansch, Loek Le and Hammer, Elwin and Faase, Lars and in 't Anker, Thomas},
+ title = {Research Document},
+ location = {'s-Hertogenbosch},
+ publisher = {Avans University of Applied Sciences},
+ year = {2024},
+}
+
+@techreport{2021_design,
+ author = {Creemers, Merel and van Wiechen, Joost and Lengowski, Vincent and Maas, Justin},
+ title = {Ontwerpdocument},
+ language = {dutch},
+ location = {'s-Hertogenbosch},
+ publisher = {Avans University of Applied Sciences},
+ year = {2021},
+}
+
+@techreport{2122_handover,
+ author = {van Gastel, Lucas and de Bruin, Julian and Rockx, Toon and van Kuijk, Alex and Baars, Jef},
+ title = {Overdrachtsdocument},
+ language = {dutch},
+ location = {'s-Hertogenbosch},
+ publisher = {Avans University of Applied Sciences},
+ year = {2022},
+}
+
+@techreport{2122_design,
+ author = {van Gastel, Lucas and de Bruin, Julian and Rockx, Toon and van Kuijk, Alex and Baars, Jef},
+ title = {Design document},
+ language = {dutch},
+ location = {'s-Hertogenbosch},
+ publisher = {Avans University of Applied Sciences},
+ year = {2022},
+}