From 6f210e88d25fcec41adcbb37b6e00c42ee10be54 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Thu, 1 May 2025 00:47:42 +0200 Subject: add general notes --- ref.bib | 22 ++++++++++++++++++++++ report.qmd | 16 ++++++++++++++++ 2 files changed, 38 insertions(+) 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 >}} -- cgit v1.2.3