diff options
author | Jonas Smedegaard <dr@jones.dk> | 2025-02-23 14:55:53 +0100 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2025-02-23 14:55:53 +0100 |
commit | 04b370f1a51318158307587f85f5954e01701126 (patch) | |
tree | a91afd92e5b062b6a3537cb02a3e30e90be3a99f /report.qmd |
initial draft
Diffstat (limited to 'report.qmd')
-rw-r--r-- | report.qmd | 74 |
1 files changed, 74 insertions, 0 deletions
diff --git a/report.qmd b/report.qmd new file mode 100644 index 0000000..39d369c --- /dev/null +++ b/report.qmd @@ -0,0 +1,74 @@ +--- +title: Mussel-driven voting system + +date: 2025-04-23 + +toc-depth: 2 + +format: + stylish-report-pdf: + pdfversion: "2.0" + pdfstandard: [A-4f, UA-2] + pdftestphase: latest + +metadata-files: + - _actors.yml +keywords: + - Markdown + - Commonmark + - Lua + - pandoc + - text editor + - semantic publishing + +--- + +# Abstract + +TODO + +# Introduction + +A system in Poland to monitor water treatment plants +uses mussels as bioindicators +[@FerreiraRodriguez2023]. +The system, SYMBIO, +measures once per second the opening level of 8 freshwater mussels +by way of a magnet glued to each mussel +[@Prote2024]. +If either half of the mussels close rapidly +or one of them remains closed for longer time, +an alarm is triggered and further laboratory tests are done +[@Nazaruk2016]. + +This project will implement mechanisms like the polish system. + +# Project Planning + +TODO + +# Analysis and Design + +TODO + +# Description of the Program + +TODO + +# User Guide + +TODO + +# Testing + +TODO + +# Discussion + +TODO + +# Conclusion + +TODO + +# Bibliography {.appendix} |