aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ref.bib22
-rw-r--r--report.qmd16
2 files changed, 38 insertions, 0 deletions
diff --git a/ref.bib b/ref.bib
index 2fb9a6f..4408bf7 100644
--- a/ref.bib
+++ b/ref.bib
@@ -46,6 +46,28 @@
swhid = {swh:1:rel:25f91f175f6c726bb767fc682037f6b50327ada5;origin=deb://Debian/packages/rust-roadmap;visit=swh:1:snp:e317491b4983fd4da3ddfbb7fe0375ce8c843ba5},
}
+@Unpublished{Rosendahl2025.16,
+ author = {Mads Rosendahl},
+ date = {2025-04-03},
+ title = {Graph representation, traversal},
+ howpublished = {code distributed internally via a Moodle instance},
+ subtitle = {Lecture notes on Software Development},
+ url = {https://moodle.ruc.dk/course/section.php?id=211877},
+ urldate = {2025-05-01},
+ venue = {Roskilde University},
+}
+
+@Misc{Rosendahl2025.12,
+ author = {Mads Rosendahl},
+ date = {2025-03-20},
+ title = {Java Database Connectivity and queries},
+ howpublished = {code distributed internally via a Moodle instance},
+ subtitle = {Lecture notes on Software Development},
+ url = {https://moodle.ruc.dk/course/section.php?id=211873},
+ urldate = {2025-05-01},
+ venue = {Roskilde University},
+}
+
@Comment{jabref-meta: databaseType:biblatex;}
@Comment{jabref-meta: fileDirectory-jonas-bastian:/home/jonas/Projects/RUC/LIB/CS-SMC2;}
diff --git a/report.qmd b/report.qmd
index af6402b..519b0bd 100644
--- a/report.qmd
+++ b/report.qmd
@@ -23,6 +23,22 @@ breaks: false
---
+# General notes
+
+This text covers the code project `com.biks.bachelorizer`
+that was authored with contributions from several groups
+involving the students
+Alexander Marthin Klemensen,
+Ian Valentin Christensen,
+Jonas Smedegaard
+and Zahed Noos.
+Copyright statements at the top of the code files
+reflects from whom each file received contributions.
+
+With the code project is included two additional projects,
+`com.example.portfolio2` and `com.example.portfolio3`,
+derived from @Rosendahl2025.12 and @Rosendahl2025.16, respectively.
+
{{< include portfolio1.md >}}
{{< include portfolio2.md >}}