diff options
author | Jonas Smedegaard <dr@jones.dk> | 2025-05-01 00:47:42 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2025-05-01 00:47:42 +0200 |
commit | 6f210e88d25fcec41adcbb37b6e00c42ee10be54 (patch) | |
tree | bfc894eba587d1ee0e1d5236f99de1df2314c0a3 | |
parent | db831a1cb2093a59ad1cfdd42f9c1beb5d7657ef (diff) |
add general notes
-rw-r--r-- | ref.bib | 22 | ||||
-rw-r--r-- | report.qmd | 16 |
2 files changed, 38 insertions, 0 deletions
@@ -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;} @@ -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 >}} |