From 04b370f1a51318158307587f85f5954e01701126 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Sun, 23 Feb 2025 14:55:53 +0100 Subject: initial draft --- report.qmd | 74 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 74 insertions(+) create mode 100644 report.qmd (limited to 'report.qmd') 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} -- cgit v1.2.3