From fefc4498b92074c5426a99d31bc17f53a672ce65 Mon Sep 17 00:00:00 2001
From: Theresa Mieslinger <theresa.mieslinger@gmail.com>
Date: Tue, 2 Jul 2024 13:31:40 +0200
Subject: [PATCH] add reading exercise for good scientific practice lecture

---
 exercises/memory-hierarchies.qmd | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/exercises/memory-hierarchies.qmd b/exercises/memory-hierarchies.qmd
index d31771f..2492e0d 100644
--- a/exercises/memory-hierarchies.qmd
+++ b/exercises/memory-hierarchies.qmd
@@ -9,3 +9,5 @@ which in turn calls `fcyc2()` and `fcyc2_full()`.
 What happens there to ensure that only the desired cache effects for the test function `f` are measured?
 Describe the mechanism and why it is necessary for accurate measurements in a short paragraph.
 Refer to the code and what you learned in the lecture about it.
+
+*In preparation for next weeks lecture on "Good Scientific Practice", please read the pages 5-9 from the [European Code of Conduct for Research Integrity](https://allea.org/wp-content/uploads/2023/06/European-Code-of-Conduct-Revised-Edition-2023.pdf).*
-- 
GitLab