aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2025-05-01 02:34:08 +0200
committerJonas Smedegaard <dr@jones.dk>2025-05-01 02:35:54 +0200
commitb641d26c6411ab3eac0eae59940e21949f7496d8 (patch)
tree9a87ffcaa29217858121db9eab76d1da1c14820e
parente28c6f59fd6fddb9e6516351c3f29ecb4f7df451 (diff)
reference more lecture code
-rw-r--r--portfolio2.md2
-rw-r--r--ref.bib12
2 files changed, 12 insertions, 2 deletions
diff --git a/portfolio2.md b/portfolio2.md
index 67ca276..c1412a1 100644
--- a/portfolio2.md
+++ b/portfolio2.md
@@ -3,7 +3,7 @@
The functionality of the user interface is fundamentally tied
to the database.
The database is created and filled with activities based on
-the class "Model" supplied together with the assignment.
+the class "Model" from @Rosendahl2025.
We have tried to keep a strict separation between Model, View and Controller.
The view class knows what is on screen,
diff --git a/ref.bib b/ref.bib
index 4408bf7..b8e3ac0 100644
--- a/ref.bib
+++ b/ref.bib
@@ -57,7 +57,7 @@
venue = {Roskilde University},
}
-@Misc{Rosendahl2025.12,
+@Unpublished{Rosendahl2025.12,
author = {Mads Rosendahl},
date = {2025-03-20},
title = {Java Database Connectivity and queries},
@@ -68,6 +68,16 @@
venue = {Roskilde University},
}
+@Unpublished{Rosendahl2025,
+ author = {Mads Rosendahl},
+ date = {2025},
+ title = {Lecture notes on Software Development},
+ howpublished = {code distributed internally via a Moodle instance},
+ url = {https://moodle.ruc.dk/course/section.php?id=208363},
+ 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;}