Missing category'),
+ waitImpl: async () => {},
+ });
+
+ assert.deepEqual(manifest.pages.map(({ url }) => url), ['https://wiki.msvincognito.nl/']);
+ assert.deepEqual(manifest.failures, []);
+ await assert.rejects(readFile(stalePath, 'utf8'), { code: 'ENOENT' });
+});
+
+test('capture command reports failure after the crawler preserves its manifest', async () => {
+ const messages = [];
+ const exitCode = await runCapture({
+ crawlImpl: async () => ({
+ pages: [{ url: 'https://wiki.msvincognito.nl/' }],
+ failures: [{ url: 'https://wiki.msvincognito.nl/broken', error: 'HTTP 503' }],
+ }),
+ logError: (message) => messages.push(message),
+ logInfo: () => {},
+ });
+
+ assert.equal(exitCode, 1);
+ assert.deepEqual(messages, ['Captured 1 page with 1 failure; inspect to-be-studied/manifest.json.']);
+});
+
+function response(body, status = 200) {
+ return new Response(body, {
+ status,
+ statusText: status === 200 ? 'OK' : status === 503 ? 'Service Unavailable' : 'Error',
+ headers: { 'content-type': 'text/html; charset=utf-8' },
+ });
+}
diff --git a/to-be-studied/README.md b/to-be-studied/README.md
new file mode 100644
index 0000000..f827a94
--- /dev/null
+++ b/to-be-studied/README.md
@@ -0,0 +1,9 @@
+# Live-wiki research snapshot
+
+This directory is a research snapshot of public, unauthenticated pages from `https://wiki.msvincognito.nl/`. It is not a source for the published migration and may contain incomplete, superseded, or outdated material.
+
+The snapshot was captured on 2026-08-02 with `npm run capture:live-wiki`. The crawler stays on the live wiki's origin, never authenticates or submits forms, waits 150 ms between requests, refuses to crawl more than 500 content pages, and records request failures in `manifest.json`. It converts the first `` element (falling back to `` and then ``) to readable Markdown after removing site chrome. Public navigation enumerated the content; the site's `/sitemap.xml` and `/robots.txt` routes both render its soft-404 page, so neither supplied additional URLs. The capture excludes navigation category URLs that return the same deterministic soft-404 page instead of content.
+
+Files under `live-wiki/2026-08-02/` retain their public source URL and capture date. `manifest.json` records the sorted capture inventory and SHA-256 hash of every Markdown file. `comparison.md` compares that inventory with the 29-entry DokuWiki export manifest.
+
+Nothing in this directory is published by Starlight. This directory must never be moved or copied into `src/content/docs/` without a separate content review. It must also remain outside `public/`.
diff --git a/to-be-studied/comparison.md b/to-be-studied/comparison.md
new file mode 100644
index 0000000..c76b401
--- /dev/null
+++ b/to-be-studied/comparison.md
@@ -0,0 +1,76 @@
+# Export and live-wiki comparison
+
+This is a research inventory, not a merge decision. It compares the 98 successful pages in `manifest.json` with all 29 source entries in `docs/migration-manifest.json`. The comparison is page-level: a live course page can be new-only even when its surrounding year/programme taxonomy overlaps an exported index page.
+
+## New live-wiki pages with no exported page equivalent
+
+These 88 successful live pages have no one-to-one page in the export. Course titles are listed so every captured course page is concretely classified rather than represented only by a count.
+
+| Live route or family | Count | Captured pages | Classification |
+| --- | ---: | --- | --- |
+| `/computer-science` and `/computer-science/course-description` | 2 | Course Description (two routes with the same sparse content) | The export has no Computer Science programme page; its bachelor programme is Data Science and Artificial Intelligence. |
+| `/computer-science/year-1/**` | 12 | Discrete Math; Introduction to Computer Science; Procedural Programming; Calculus; Logic; Objects in Programming; Computer Architecture; Data Structures and Algorithms; Linear Algebra; Databases; Algorithmic Design; Statistics | New course-level hierarchy organized by year and period; the export has no corresponding course pages. |
+| `/computer-science/year-2/**` | 14 | Intelligent User Interfaces; Introduction to Artificial Intelligence; Operating Systems; Computer Networks; Software Engineering and Architectures; Computer Security; Embedded Programming; Parallel Programming; Numerical Methods; Principles of Programming Languages; M2-1: AI and Machine Learning; M2-1: Intelligent Interaction; M2-2: Cybersecurity; M2-2: High Performance Computing | New course/elective pages; no exported equivalents. |
+| `/computer-science/year-3/**` | 16 | Digital Society; Game Theory; Graph Theory; Introduction to Quantum Computing; Robotics and Embedded Systems; Ubiquitous Computing & Internet of Things; Block Chains; Cryptography; Immersive Technologies; Introduction to Bio-Informatics; Large Scale IT and Cloud Computing; Software and Systems Verification; Startup Engineering: Building Scalable Tech Ventures; The History and Philosophy of Computing; Operating Systems; Theory of Computing | New course/elective pages; no exported equivalents. |
+| `/data-science-and-artificial-intelligence/year-1/**` | 12 | Discrete Mathematics; Introduction to Data Science and Artificial Intelligence; Procedural Programming; Calculus; Logic; Objects in Programming; Data Structures and Algorithms; Linear Algebra; Principles of Data Science; Computational and Cognitive Neuroscience; Numerical Methods; Software Engineering | The exported Year 1 page is only a schedule/index shell and has no individual course pages. |
+| `/data-science-and-artificial-intelligence/year-2/**` | 13 | Databases; Graph Theory; Probability and Statistics; Machine Learning; Reasoning Techniques; Simulation and Statistical Analysis; Human Computer Interaction & Affective Computing; Mathematical Modelling; Natural Language Processing; Game Theory; Introduction to Image & Video Processing; Linear Programming; Philosophy & Artificial Intelligence | The exported Year 2 branch contains projects and an honours placeholder, not these course pages. |
+| `/data-science-and-artificial-intelligence/year-3/**` | 16 | Digital Society; Game Theory; Introduction to Quantum Computing; Multi-Scale Modelling of Biological Systems; Robotics and Embedded Systems; Semantic Web; Business Process & Knowledge Management; Computer Security; Introduction to Bio-Informatics; Large Scale IT and Cloud Computing; Logic for Artificial Intelligence; Parallel Programming; Recommender Systems; Data Analysis; Intelligent Systems; Operations Research | The exported Year 3 branch contains thesis/project/study-abroad material, not these course pages. |
+| `/useful-guides/housing-guide` | 1 | Housing Guide | New 2025 housing-market and scam-avoidance guide; the exported Handy Locations page only names study/food-location categories. |
+| `/useful-guides/linux-tricks` | 1 | Linux Tricks | Linux-specific Eduroam, VPN, file-service, and remote-desktop advice; there is no matching exported page. |
+| `/useful-guides/survivingdacs` | 1 | DACS Survival Guide | Broad study, projects, exams, programming, mathematics, and student-life advice; there is no one-to-one export page. |
+
+## Exported pages with no obvious live-wiki page equivalent
+
+All seven exported project pages are called out explicitly. Year landing pages are included because their apparent live category URLs are soft 404s; their taxonomy is compared separately below.
+
+| Export source path | Exported topic | Evidence/classification |
+| --- | --- | --- |
+| `pages/study/msv_incognito.txt` | MSV Incognito association | The live home page links the association but has no association-history/membership page. |
+| `pages/study/bachelor/year_1.txt` | Bachelor Year 1 index and schedule | No valid live Year 1 landing page; live leaf courses are a structural overlap only. |
+| `pages/study/bachelor/year_1/project_1-1.txt` | Project 1-1 | Exported project page; no live project page. |
+| `pages/study/bachelor/year_1/project_1-2.txt` | Project 1-2 | Exported project page; no live project page. |
+| `pages/study/bachelor/year_2.txt` | Bachelor Year 2 index and schedule | No valid live Year 2 landing page; live leaf courses are a structural overlap only. |
+| `pages/study/bachelor/year_2/honours_programme.txt` | Year 2 honours programme | No live honours page. |
+| `pages/study/bachelor/year_2/project_2-1.txt` | Project 2-1 | Exported project page; no live project page. |
+| `pages/study/bachelor/year_2/project_2-2.txt` | Project 2-2 | Exported project page; no live project page. |
+| `pages/study/bachelor/year_3.txt` | Bachelor Year 3 index and schedule | No valid live Year 3 landing page; live leaf courses are a structural overlap only. |
+| `pages/study/bachelor/year_3/bachelors_thesis.txt` | Bachelor thesis | No live thesis page. |
+| `pages/study/bachelor/year_3/honours_programme.txt` | Year 3 honours programme | No live honours page. |
+| `pages/study/bachelor/year_3/project_3-1.txt` | Project 3-1 | Exported project page; no live project page. |
+| `pages/study/bachelor/year_3/study_abroad.txt` | Study abroad | No live study-abroad page. |
+| `pages/study/master_ai/year_1.txt` | MSc AI Year 1 index | The live MSc AI branch has only a sparse course-description page and no year hierarchy. |
+| `pages/study/master_ai/year_1/project_mai_1.txt` | MSc AI Research Project 1 | Exported project page; no live project page. |
+| `pages/study/master_ai/year_1/project_mai_2.txt` | MSc AI Research Project 2 | Exported project page; no live project page. |
+| `pages/study/master_ai/year_2.txt` | MSc AI Year 2 index | No live MSc AI Year 2 page. |
+| `pages/study/master_dsdm/year_1.txt` | MSc DSDM Year 1 index | The live DSDM branch has only a sparse course-description page and no year hierarchy. |
+| `pages/study/master_dsdm/year_2.txt` | MSc DSDM Year 2 index | No live DSDM Year 2 page. |
+| `pages/study/useful_information/pages/dke_locations.txt` | DKE/DACS teaching locations | No live locations page. |
+| `pages/study/useful_information/pages/handy_locations.txt` | Study, food, and other locations | The Housing Guide is materially different and is not an equivalent. |
+| `pages/study/useful_information/pages/it_services.txt` | General UM IT services | Linux Tricks overlaps a few technologies but is Linux-specific and not a replacement for the exported service-desk, portal, enrolment, grades, VPN, and printing page. |
+
+## Overlapping topics and substantive differences
+
+| Export source path | Live URL | Substantive difference |
+| --- | --- | --- |
+| `pages/start.txt` + `pages/study.txt` | `https://wiki.msvincognito.nl/` | The export has association/registration/editing instructions, official links, Maastricht University context, and programme descriptions. The live home is a short DACS landing page linking four programme areas and Useful Guides. |
+| `pages/study/bachelor.txt` | `https://wiki.msvincognito.nl/data-science-and-artificial-intelligence` and `/course-description` | Both identify the Data Science and Artificial Intelligence bachelor area. The export explains the programme index and contribution workflow; both live routes currently contain only a sparse “Course Description / #Hello” page. |
+| `pages/study/bachelor/year_1.txt` | `https://wiki.msvincognito.nl/data-science-and-artificial-intelligence/year-1/period-1/discrete-mathematics` (representative of 12 Year 1 leaf pages) | The export is a year index with a missing schedule image and page-creation controls. The live wiki has period/course leaf pages but its Year 1 and period category URLs render soft 404s. |
+| `pages/study/bachelor/year_2.txt` | `https://wiki.msvincognito.nl/data-science-and-artificial-intelligence/year-2/period-1/databases` (representative of 13 Year 2 leaf pages) | The export is a schedule/index shell plus upload instructions. The live wiki replaces that organization with period/elective course leaves and no valid Year 2 landing page. |
+| `pages/study/bachelor/year_3.txt` | `https://wiki.msvincognito.nl/data-science-and-artificial-intelligence/year-3/period-4/data-analysis` (representative of 16 Year 3 leaf pages) | The export discusses thesis timing and indexes thesis/project/study-abroad pages. The live branch lists course/elective leaves and contains no thesis or project page. |
+| `pages/study/master_ai.txt` | `https://wiki.msvincognito.nl/artificial-intelligence` and `/course-description` | Both label the MSc Artificial Intelligence area. The export describes course summaries, exams, year navigation, and contribution flow; the live routes are currently a sparse “Course Description / #Hello” page with no year/course content. |
+| `pages/study/master_dsdm.txt` | `https://wiki.msvincognito.nl/data-science-for-decision-making` and `/course-description` | Both label the MSc Data Science for Decision Making area. The export has year navigation and contribution context; the live routes contain only the sparse description placeholder. |
+| `pages/study/useful_information.txt` | `https://wiki.msvincognito.nl/useful-guides` and `/description` | The export indexes locations, IT services, and laptop advice. The live index instead presents Housing, Laptop Buying Advice, Linux Tricks, and Surviving DACS, and claims the guides are updated “somewhat regularly.” |
+| `pages/study/useful_information/pages/laptop_buy_advice.txt` | `https://wiki.msvincognito.nl/useful-guides/laptop-buying-advice` | The live page preserves and edits the exported tier guide, marks it as last updated 2021, and adds a current minimum of 16 GB RAM/512 GB SSD, Apple M-series compatibility, and an Nvidia/CUDA recommendation for data-science programmes. |
+
+## Navigation placeholders excluded from the capture
+
+Public navigation enumerated 31 category URLs that return HTTP 200 but render exactly `404` and `This page could not be found.` They are navigation/taxonomy placeholders, not content pages, so the crawler excludes them and `manifest.json` has no failures. All leaf pages reachable through the same public navigation were retained.
+
+| Route family | Excluded count | Exact category suffixes |
+| --- | ---: | --- |
+| `/computer-science/year-1` | 5 | year root; `period-1`; `period-2`; `period-4`; `period-5` |
+| `/computer-science/year-2` | 7 | year root; `period-1`; `period-2`; `period-4`; `period-5`; `semester-1-electives`; `semester-2-electives` |
+| `/computer-science/year-3` | 4 | year root; `period-1-electives`; `period-2-electives`; `period-4` |
+| `/data-science-and-artificial-intelligence/year-1` | 5 | year root; `period-1`; `period-2`; `period-4`; `period-5` |
+| `/data-science-and-artificial-intelligence/year-2` | 6 | year root; `period-1`; `period-2`; `period-4`; `period-5`; `period-5-electives` |
+| `/data-science-and-artificial-intelligence/year-3` | 4 | year root; `period-1-electives`; `period-2-electives`; `period-4` |
diff --git a/to-be-studied/live-wiki/2026-08-02/artificial-intelligence.md b/to-be-studied/live-wiki/2026-08-02/artificial-intelligence.md
new file mode 100644
index 0000000..c0d0493
--- /dev/null
+++ b/to-be-studied/live-wiki/2026-08-02/artificial-intelligence.md
@@ -0,0 +1,8 @@
+> Source: https://wiki.msvincognito.nl/artificial-intelligence
+> Captured: 2026-08-02
+
+# Course Description
+
+#Hello
+
+#Hello
diff --git a/to-be-studied/live-wiki/2026-08-02/artificial-intelligence/course-description.md b/to-be-studied/live-wiki/2026-08-02/artificial-intelligence/course-description.md
new file mode 100644
index 0000000..a8ecf7a
--- /dev/null
+++ b/to-be-studied/live-wiki/2026-08-02/artificial-intelligence/course-description.md
@@ -0,0 +1,8 @@
+> Source: https://wiki.msvincognito.nl/artificial-intelligence/course-description
+> Captured: 2026-08-02
+
+# Course Description
+
+#Hello
+
+#Hello
diff --git a/to-be-studied/live-wiki/2026-08-02/computer-science.md b/to-be-studied/live-wiki/2026-08-02/computer-science.md
new file mode 100644
index 0000000..4b5afda
--- /dev/null
+++ b/to-be-studied/live-wiki/2026-08-02/computer-science.md
@@ -0,0 +1,8 @@
+> Source: https://wiki.msvincognito.nl/computer-science
+> Captured: 2026-08-02
+
+# Course Description
+
+#Hello
+
+#Hello
diff --git a/to-be-studied/live-wiki/2026-08-02/computer-science/course-description.md b/to-be-studied/live-wiki/2026-08-02/computer-science/course-description.md
new file mode 100644
index 0000000..539ae9e
--- /dev/null
+++ b/to-be-studied/live-wiki/2026-08-02/computer-science/course-description.md
@@ -0,0 +1,8 @@
+> Source: https://wiki.msvincognito.nl/computer-science/course-description
+> Captured: 2026-08-02
+
+# Course Description
+
+#Hello
+
+#Hello
diff --git a/to-be-studied/live-wiki/2026-08-02/computer-science/year-1/period-1/discrete-math.md b/to-be-studied/live-wiki/2026-08-02/computer-science/year-1/period-1/discrete-math.md
new file mode 100644
index 0000000..cfd1be9
--- /dev/null
+++ b/to-be-studied/live-wiki/2026-08-02/computer-science/year-1/period-1/discrete-math.md
@@ -0,0 +1,8 @@
+> Source: https://wiki.msvincognito.nl/computer-science/year-1/period-1/discrete-math
+> Captured: 2026-08-02
+
+# Discrete Math
+
+##### Empty Page
+
+Start writing in `content/1.computer-science/year-1/period-1/discrete-math.md` to see this page taking shape.
diff --git a/to-be-studied/live-wiki/2026-08-02/computer-science/year-1/period-1/introduction-to-computer-science.md b/to-be-studied/live-wiki/2026-08-02/computer-science/year-1/period-1/introduction-to-computer-science.md
new file mode 100644
index 0000000..1d09d50
--- /dev/null
+++ b/to-be-studied/live-wiki/2026-08-02/computer-science/year-1/period-1/introduction-to-computer-science.md
@@ -0,0 +1,8 @@
+> Source: https://wiki.msvincognito.nl/computer-science/year-1/period-1/introduction-to-computer-science
+> Captured: 2026-08-02
+
+# Introduction to Computer Science
+
+##### Empty Page
+
+Start writing in `content/1.computer-science/year-1/period-1/introduction-to-computer-science.md` to see this page taking shape.
diff --git a/to-be-studied/live-wiki/2026-08-02/computer-science/year-1/period-1/procedural-programming.md b/to-be-studied/live-wiki/2026-08-02/computer-science/year-1/period-1/procedural-programming.md
new file mode 100644
index 0000000..dedd0c4
--- /dev/null
+++ b/to-be-studied/live-wiki/2026-08-02/computer-science/year-1/period-1/procedural-programming.md
@@ -0,0 +1,8 @@
+> Source: https://wiki.msvincognito.nl/computer-science/year-1/period-1/procedural-programming
+> Captured: 2026-08-02
+
+# Procedural Programming
+
+##### Empty Page
+
+Start writing in `content/1.computer-science/year-1/period-1/procedural-programming.md` to see this page taking shape.
diff --git a/to-be-studied/live-wiki/2026-08-02/computer-science/year-1/period-2/calculus.md b/to-be-studied/live-wiki/2026-08-02/computer-science/year-1/period-2/calculus.md
new file mode 100644
index 0000000..5282c9e
--- /dev/null
+++ b/to-be-studied/live-wiki/2026-08-02/computer-science/year-1/period-2/calculus.md
@@ -0,0 +1,8 @@
+> Source: https://wiki.msvincognito.nl/computer-science/year-1/period-2/calculus
+> Captured: 2026-08-02
+
+# Calculus
+
+##### Empty Page
+
+Start writing in `content/1.computer-science/year-1/period-2/calculus.md` to see this page taking shape.
diff --git a/to-be-studied/live-wiki/2026-08-02/computer-science/year-1/period-2/logic.md b/to-be-studied/live-wiki/2026-08-02/computer-science/year-1/period-2/logic.md
new file mode 100644
index 0000000..79ae2cb
--- /dev/null
+++ b/to-be-studied/live-wiki/2026-08-02/computer-science/year-1/period-2/logic.md
@@ -0,0 +1,8 @@
+> Source: https://wiki.msvincognito.nl/computer-science/year-1/period-2/logic
+> Captured: 2026-08-02
+
+# Logic
+
+##### Empty Page
+
+Start writing in `content/1.computer-science/year-1/period-2/logic.md` to see this page taking shape.
diff --git a/to-be-studied/live-wiki/2026-08-02/computer-science/year-1/period-2/objects-in-programming.md b/to-be-studied/live-wiki/2026-08-02/computer-science/year-1/period-2/objects-in-programming.md
new file mode 100644
index 0000000..aa79ebc
--- /dev/null
+++ b/to-be-studied/live-wiki/2026-08-02/computer-science/year-1/period-2/objects-in-programming.md
@@ -0,0 +1,8 @@
+> Source: https://wiki.msvincognito.nl/computer-science/year-1/period-2/objects-in-programming
+> Captured: 2026-08-02
+
+# Objects in Programming
+
+##### Empty Page
+
+Start writing in `content/1.computer-science/year-1/period-2/objects-in-programming.md` to see this page taking shape.
diff --git a/to-be-studied/live-wiki/2026-08-02/computer-science/year-1/period-4/computer-architecture.md b/to-be-studied/live-wiki/2026-08-02/computer-science/year-1/period-4/computer-architecture.md
new file mode 100644
index 0000000..fd02497
--- /dev/null
+++ b/to-be-studied/live-wiki/2026-08-02/computer-science/year-1/period-4/computer-architecture.md
@@ -0,0 +1,8 @@
+> Source: https://wiki.msvincognito.nl/computer-science/year-1/period-4/computer-architecture
+> Captured: 2026-08-02
+
+# Computer Architecture
+
+##### Empty Page
+
+Start writing in `content/1.computer-science/year-1/period-4/computer-architecture.md` to see this page taking shape.
diff --git a/to-be-studied/live-wiki/2026-08-02/computer-science/year-1/period-4/data-structures-and-algorithms.md b/to-be-studied/live-wiki/2026-08-02/computer-science/year-1/period-4/data-structures-and-algorithms.md
new file mode 100644
index 0000000..4b80286
--- /dev/null
+++ b/to-be-studied/live-wiki/2026-08-02/computer-science/year-1/period-4/data-structures-and-algorithms.md
@@ -0,0 +1,8 @@
+> Source: https://wiki.msvincognito.nl/computer-science/year-1/period-4/data-structures-and-algorithms
+> Captured: 2026-08-02
+
+# Data Structures and Algorithms
+
+##### Empty Page
+
+Start writing in `content/1.computer-science/year-1/period-4/data-structures-and-algorithms.md` to see this page taking shape.
diff --git a/to-be-studied/live-wiki/2026-08-02/computer-science/year-1/period-4/linear-algebra.md b/to-be-studied/live-wiki/2026-08-02/computer-science/year-1/period-4/linear-algebra.md
new file mode 100644
index 0000000..65af45b
--- /dev/null
+++ b/to-be-studied/live-wiki/2026-08-02/computer-science/year-1/period-4/linear-algebra.md
@@ -0,0 +1,8 @@
+> Source: https://wiki.msvincognito.nl/computer-science/year-1/period-4/linear-algebra
+> Captured: 2026-08-02
+
+# Linear Algebra
+
+##### Empty Page
+
+Start writing in `content/1.computer-science/year-1/period-4/linear-algebra.md` to see this page taking shape.
diff --git a/to-be-studied/live-wiki/2026-08-02/computer-science/year-1/period-5/databases.md b/to-be-studied/live-wiki/2026-08-02/computer-science/year-1/period-5/databases.md
new file mode 100644
index 0000000..452f0d1
--- /dev/null
+++ b/to-be-studied/live-wiki/2026-08-02/computer-science/year-1/period-5/databases.md
@@ -0,0 +1,8 @@
+> Source: https://wiki.msvincognito.nl/computer-science/year-1/period-5/databases
+> Captured: 2026-08-02
+
+# Databases
+
+##### Empty Page
+
+Start writing in `content/1.computer-science/year-1/period-5/databases.md` to see this page taking shape.
diff --git a/to-be-studied/live-wiki/2026-08-02/computer-science/year-1/period-5/discrete-math.md b/to-be-studied/live-wiki/2026-08-02/computer-science/year-1/period-5/discrete-math.md
new file mode 100644
index 0000000..f64202c
--- /dev/null
+++ b/to-be-studied/live-wiki/2026-08-02/computer-science/year-1/period-5/discrete-math.md
@@ -0,0 +1,8 @@
+> Source: https://wiki.msvincognito.nl/computer-science/year-1/period-5/discrete-math
+> Captured: 2026-08-02
+
+# Algorithmic Design
+
+##### Empty Page
+
+Start writing in `content/1.computer-science/year-1/period-5/discrete-math.md` to see this page taking shape.
diff --git a/to-be-studied/live-wiki/2026-08-02/computer-science/year-1/period-5/statistics.md b/to-be-studied/live-wiki/2026-08-02/computer-science/year-1/period-5/statistics.md
new file mode 100644
index 0000000..3a1a6bf
--- /dev/null
+++ b/to-be-studied/live-wiki/2026-08-02/computer-science/year-1/period-5/statistics.md
@@ -0,0 +1,8 @@
+> Source: https://wiki.msvincognito.nl/computer-science/year-1/period-5/statistics
+> Captured: 2026-08-02
+
+# Statistics
+
+##### Empty Page
+
+Start writing in `content/1.computer-science/year-1/period-5/statistics.md` to see this page taking shape.
diff --git a/to-be-studied/live-wiki/2026-08-02/computer-science/year-2/period-1/intelligent-user-interfaces.md b/to-be-studied/live-wiki/2026-08-02/computer-science/year-2/period-1/intelligent-user-interfaces.md
new file mode 100644
index 0000000..b8646bf
--- /dev/null
+++ b/to-be-studied/live-wiki/2026-08-02/computer-science/year-2/period-1/intelligent-user-interfaces.md
@@ -0,0 +1,8 @@
+> Source: https://wiki.msvincognito.nl/computer-science/year-2/period-1/intelligent-user-interfaces
+> Captured: 2026-08-02
+
+# Intelligent User Interfaces
+
+##### Empty Page
+
+Start writing in `content/1.computer-science/year-2/period-1/intelligent-user-interfaces.md` to see this page taking shape.
diff --git a/to-be-studied/live-wiki/2026-08-02/computer-science/year-2/period-1/introduction-to-artificial-intelligence.md b/to-be-studied/live-wiki/2026-08-02/computer-science/year-2/period-1/introduction-to-artificial-intelligence.md
new file mode 100644
index 0000000..101f4a5
--- /dev/null
+++ b/to-be-studied/live-wiki/2026-08-02/computer-science/year-2/period-1/introduction-to-artificial-intelligence.md
@@ -0,0 +1,8 @@
+> Source: https://wiki.msvincognito.nl/computer-science/year-2/period-1/introduction-to-artificial-intelligence
+> Captured: 2026-08-02
+
+# Introduction to Artificial Intelligence
+
+##### Empty Page
+
+Start writing in `content/1.computer-science/year-2/period-1/introduction-to-artificial-intelligence.md` to see this page taking shape.
diff --git a/to-be-studied/live-wiki/2026-08-02/computer-science/year-2/period-1/operating-systems.md b/to-be-studied/live-wiki/2026-08-02/computer-science/year-2/period-1/operating-systems.md
new file mode 100644
index 0000000..51c6ee5
--- /dev/null
+++ b/to-be-studied/live-wiki/2026-08-02/computer-science/year-2/period-1/operating-systems.md
@@ -0,0 +1,8 @@
+> Source: https://wiki.msvincognito.nl/computer-science/year-2/period-1/operating-systems
+> Captured: 2026-08-02
+
+# Operating Systems
+
+##### Empty Page
+
+Start writing in `content/1.computer-science/year-2/period-1/operating-systems.md` to see this page taking shape.
diff --git a/to-be-studied/live-wiki/2026-08-02/computer-science/year-2/period-2/computer-networks.md b/to-be-studied/live-wiki/2026-08-02/computer-science/year-2/period-2/computer-networks.md
new file mode 100644
index 0000000..7a65da8
--- /dev/null
+++ b/to-be-studied/live-wiki/2026-08-02/computer-science/year-2/period-2/computer-networks.md
@@ -0,0 +1,8 @@
+> Source: https://wiki.msvincognito.nl/computer-science/year-2/period-2/computer-networks
+> Captured: 2026-08-02
+
+# Computer Networks
+
+##### Empty Page
+
+Start writing in `content/1.computer-science/year-2/period-2/computer-networks.md` to see this page taking shape.
diff --git a/to-be-studied/live-wiki/2026-08-02/computer-science/year-2/period-2/software-engineering-and-architectures.md b/to-be-studied/live-wiki/2026-08-02/computer-science/year-2/period-2/software-engineering-and-architectures.md
new file mode 100644
index 0000000..1ec2b96
--- /dev/null
+++ b/to-be-studied/live-wiki/2026-08-02/computer-science/year-2/period-2/software-engineering-and-architectures.md
@@ -0,0 +1,8 @@
+> Source: https://wiki.msvincognito.nl/computer-science/year-2/period-2/software-engineering-and-architectures
+> Captured: 2026-08-02
+
+# Software Engineering and Architectures
+
+##### Empty Page
+
+Start writing in `content/1.computer-science/year-2/period-2/software-engineering-and-architectures.md` to see this page taking shape.
diff --git a/to-be-studied/live-wiki/2026-08-02/computer-science/year-2/period-4/computer-security.md b/to-be-studied/live-wiki/2026-08-02/computer-science/year-2/period-4/computer-security.md
new file mode 100644
index 0000000..97787b0
--- /dev/null
+++ b/to-be-studied/live-wiki/2026-08-02/computer-science/year-2/period-4/computer-security.md
@@ -0,0 +1,8 @@
+> Source: https://wiki.msvincognito.nl/computer-science/year-2/period-4/computer-security
+> Captured: 2026-08-02
+
+# Computer Security
+
+##### Empty Page
+
+Start writing in `content/1.computer-science/year-2/period-4/computer-security.md` to see this page taking shape.
diff --git a/to-be-studied/live-wiki/2026-08-02/computer-science/year-2/period-4/embedded-programming.md b/to-be-studied/live-wiki/2026-08-02/computer-science/year-2/period-4/embedded-programming.md
new file mode 100644
index 0000000..e4b0195
--- /dev/null
+++ b/to-be-studied/live-wiki/2026-08-02/computer-science/year-2/period-4/embedded-programming.md
@@ -0,0 +1,8 @@
+> Source: https://wiki.msvincognito.nl/computer-science/year-2/period-4/embedded-programming
+> Captured: 2026-08-02
+
+# Embedded Programming
+
+##### Empty Page
+
+Start writing in `content/1.computer-science/year-2/period-4/embedded-programming.md` to see this page taking shape.
diff --git a/to-be-studied/live-wiki/2026-08-02/computer-science/year-2/period-4/parallel-programming.md b/to-be-studied/live-wiki/2026-08-02/computer-science/year-2/period-4/parallel-programming.md
new file mode 100644
index 0000000..25129d9
--- /dev/null
+++ b/to-be-studied/live-wiki/2026-08-02/computer-science/year-2/period-4/parallel-programming.md
@@ -0,0 +1,8 @@
+> Source: https://wiki.msvincognito.nl/computer-science/year-2/period-4/parallel-programming
+> Captured: 2026-08-02
+
+# Parallel Programming
+
+##### Empty Page
+
+Start writing in `content/1.computer-science/year-2/period-4/parallel-programming.md` to see this page taking shape.
diff --git a/to-be-studied/live-wiki/2026-08-02/computer-science/year-2/period-5/numerical-methods.md b/to-be-studied/live-wiki/2026-08-02/computer-science/year-2/period-5/numerical-methods.md
new file mode 100644
index 0000000..b465688
--- /dev/null
+++ b/to-be-studied/live-wiki/2026-08-02/computer-science/year-2/period-5/numerical-methods.md
@@ -0,0 +1,8 @@
+> Source: https://wiki.msvincognito.nl/computer-science/year-2/period-5/numerical-methods
+> Captured: 2026-08-02
+
+# Numerical Methods
+
+##### Empty Page
+
+Start writing in `content/1.computer-science/year-2/period-5/numerical-methods.md` to see this page taking shape.
diff --git a/to-be-studied/live-wiki/2026-08-02/computer-science/year-2/period-5/principles-of-programming-languages.md b/to-be-studied/live-wiki/2026-08-02/computer-science/year-2/period-5/principles-of-programming-languages.md
new file mode 100644
index 0000000..6c77d1e
--- /dev/null
+++ b/to-be-studied/live-wiki/2026-08-02/computer-science/year-2/period-5/principles-of-programming-languages.md
@@ -0,0 +1,8 @@
+> Source: https://wiki.msvincognito.nl/computer-science/year-2/period-5/principles-of-programming-languages
+> Captured: 2026-08-02
+
+# Principles of Programming Languages
+
+##### Empty Page
+
+Start writing in `content/1.computer-science/year-2/period-5/principles-of-programming-languages.md` to see this page taking shape.
diff --git a/to-be-studied/live-wiki/2026-08-02/computer-science/year-2/semester-1-electives/ai-and-machine-learning.md b/to-be-studied/live-wiki/2026-08-02/computer-science/year-2/semester-1-electives/ai-and-machine-learning.md
new file mode 100644
index 0000000..55faa3e
--- /dev/null
+++ b/to-be-studied/live-wiki/2026-08-02/computer-science/year-2/semester-1-electives/ai-and-machine-learning.md
@@ -0,0 +1,8 @@
+> Source: https://wiki.msvincognito.nl/computer-science/year-2/semester-1-electives/ai-and-machine-learning
+> Captured: 2026-08-02
+
+# M2-1: AI and Machine Learning
+
+##### Empty Page
+
+Start writing in `content/1.computer-science/year-2/semester-1-electives/ai-and-machine-learning.md` to see this page taking shape.
diff --git a/to-be-studied/live-wiki/2026-08-02/computer-science/year-2/semester-1-electives/intelligent-interaction.md b/to-be-studied/live-wiki/2026-08-02/computer-science/year-2/semester-1-electives/intelligent-interaction.md
new file mode 100644
index 0000000..03177b0
--- /dev/null
+++ b/to-be-studied/live-wiki/2026-08-02/computer-science/year-2/semester-1-electives/intelligent-interaction.md
@@ -0,0 +1,8 @@
+> Source: https://wiki.msvincognito.nl/computer-science/year-2/semester-1-electives/intelligent-interaction
+> Captured: 2026-08-02
+
+# M2-1: Intelligent Interaction
+
+##### Empty Page
+
+Start writing in `content/1.computer-science/year-2/semester-1-electives/intelligent-interaction.md` to see this page taking shape.
diff --git a/to-be-studied/live-wiki/2026-08-02/computer-science/year-2/semester-2-electives/cybersecurity.md b/to-be-studied/live-wiki/2026-08-02/computer-science/year-2/semester-2-electives/cybersecurity.md
new file mode 100644
index 0000000..06431b2
--- /dev/null
+++ b/to-be-studied/live-wiki/2026-08-02/computer-science/year-2/semester-2-electives/cybersecurity.md
@@ -0,0 +1,8 @@
+> Source: https://wiki.msvincognito.nl/computer-science/year-2/semester-2-electives/cybersecurity
+> Captured: 2026-08-02
+
+# M2-2: Cybersecurity
+
+##### Empty Page
+
+Start writing in `content/1.computer-science/year-2/semester-2-electives/cybersecurity.md` to see this page taking shape.
diff --git a/to-be-studied/live-wiki/2026-08-02/computer-science/year-2/semester-2-electives/high-performance-computing.md b/to-be-studied/live-wiki/2026-08-02/computer-science/year-2/semester-2-electives/high-performance-computing.md
new file mode 100644
index 0000000..8fd8940
--- /dev/null
+++ b/to-be-studied/live-wiki/2026-08-02/computer-science/year-2/semester-2-electives/high-performance-computing.md
@@ -0,0 +1,8 @@
+> Source: https://wiki.msvincognito.nl/computer-science/year-2/semester-2-electives/high-performance-computing
+> Captured: 2026-08-02
+
+# M2-2: High Performance Computing
+
+##### Empty Page
+
+Start writing in `content/1.computer-science/year-2/semester-2-electives/high-performance-computing.md` to see this page taking shape.
diff --git a/to-be-studied/live-wiki/2026-08-02/computer-science/year-3/period-1-electives/digital-society.md b/to-be-studied/live-wiki/2026-08-02/computer-science/year-3/period-1-electives/digital-society.md
new file mode 100644
index 0000000..84de267
--- /dev/null
+++ b/to-be-studied/live-wiki/2026-08-02/computer-science/year-3/period-1-electives/digital-society.md
@@ -0,0 +1,8 @@
+> Source: https://wiki.msvincognito.nl/computer-science/year-3/period-1-electives/digital-society
+> Captured: 2026-08-02
+
+# Digital Society
+
+##### Empty Page
+
+Start writing in `content/1.computer-science/year-3/period-1-electives/digital-society.md` to see this page taking shape.
diff --git a/to-be-studied/live-wiki/2026-08-02/computer-science/year-3/period-1-electives/game-theory.md b/to-be-studied/live-wiki/2026-08-02/computer-science/year-3/period-1-electives/game-theory.md
new file mode 100644
index 0000000..f82d7f3
--- /dev/null
+++ b/to-be-studied/live-wiki/2026-08-02/computer-science/year-3/period-1-electives/game-theory.md
@@ -0,0 +1,8 @@
+> Source: https://wiki.msvincognito.nl/computer-science/year-3/period-1-electives/game-theory
+> Captured: 2026-08-02
+
+# Game Theory
+
+##### Empty Page
+
+Start writing in `content/1.computer-science/year-3/period-1-electives/game-theory.md` to see this page taking shape.
diff --git a/to-be-studied/live-wiki/2026-08-02/computer-science/year-3/period-1-electives/graph-theory.md b/to-be-studied/live-wiki/2026-08-02/computer-science/year-3/period-1-electives/graph-theory.md
new file mode 100644
index 0000000..d244239
--- /dev/null
+++ b/to-be-studied/live-wiki/2026-08-02/computer-science/year-3/period-1-electives/graph-theory.md
@@ -0,0 +1,8 @@
+> Source: https://wiki.msvincognito.nl/computer-science/year-3/period-1-electives/graph-theory
+> Captured: 2026-08-02
+
+# Graph Theory
+
+##### Empty Page
+
+Start writing in `content/1.computer-science/year-3/period-1-electives/graph-theory.md` to see this page taking shape.
diff --git a/to-be-studied/live-wiki/2026-08-02/computer-science/year-3/period-1-electives/introduction-to-quantum-computing.md b/to-be-studied/live-wiki/2026-08-02/computer-science/year-3/period-1-electives/introduction-to-quantum-computing.md
new file mode 100644
index 0000000..42c006f
--- /dev/null
+++ b/to-be-studied/live-wiki/2026-08-02/computer-science/year-3/period-1-electives/introduction-to-quantum-computing.md
@@ -0,0 +1,8 @@
+> Source: https://wiki.msvincognito.nl/computer-science/year-3/period-1-electives/introduction-to-quantum-computing
+> Captured: 2026-08-02
+
+# Introduction to Quantum Computing
+
+##### Empty Page
+
+Start writing in `content/1.computer-science/year-3/period-1-electives/introduction-to-quantum-computing.md` to see this page taking shape.
diff --git a/to-be-studied/live-wiki/2026-08-02/computer-science/year-3/period-1-electives/robotics-and-embedded-systems.md b/to-be-studied/live-wiki/2026-08-02/computer-science/year-3/period-1-electives/robotics-and-embedded-systems.md
new file mode 100644
index 0000000..fb2a4fe
--- /dev/null
+++ b/to-be-studied/live-wiki/2026-08-02/computer-science/year-3/period-1-electives/robotics-and-embedded-systems.md
@@ -0,0 +1,8 @@
+> Source: https://wiki.msvincognito.nl/computer-science/year-3/period-1-electives/robotics-and-embedded-systems
+> Captured: 2026-08-02
+
+# Robotics and Embedded Systems
+
+##### Empty Page
+
+Start writing in `content/1.computer-science/year-3/period-1-electives/robotics-and-embedded-systems.md` to see this page taking shape.
diff --git a/to-be-studied/live-wiki/2026-08-02/computer-science/year-3/period-1-electives/ubiquitous-computing-iot.md b/to-be-studied/live-wiki/2026-08-02/computer-science/year-3/period-1-electives/ubiquitous-computing-iot.md
new file mode 100644
index 0000000..002dbe5
--- /dev/null
+++ b/to-be-studied/live-wiki/2026-08-02/computer-science/year-3/period-1-electives/ubiquitous-computing-iot.md
@@ -0,0 +1,8 @@
+> Source: https://wiki.msvincognito.nl/computer-science/year-3/period-1-electives/ubiquitous-computing-iot
+> Captured: 2026-08-02
+
+# Ubiquitous Computing & Internet of Things
+
+##### Empty Page
+
+Start writing in `content/1.computer-science/year-3/period-1-electives/ubiquitous-computing-iot.md` to see this page taking shape.
diff --git a/to-be-studied/live-wiki/2026-08-02/computer-science/year-3/period-2-electives/block-chains.md b/to-be-studied/live-wiki/2026-08-02/computer-science/year-3/period-2-electives/block-chains.md
new file mode 100644
index 0000000..d980be8
--- /dev/null
+++ b/to-be-studied/live-wiki/2026-08-02/computer-science/year-3/period-2-electives/block-chains.md
@@ -0,0 +1,8 @@
+> Source: https://wiki.msvincognito.nl/computer-science/year-3/period-2-electives/block-chains
+> Captured: 2026-08-02
+
+# Block Chains
+
+##### Empty Page
+
+Start writing in `content/1.computer-science/year-3/period-2-electives/block-chains.md` to see this page taking shape.
diff --git a/to-be-studied/live-wiki/2026-08-02/computer-science/year-3/period-2-electives/cryptography.md b/to-be-studied/live-wiki/2026-08-02/computer-science/year-3/period-2-electives/cryptography.md
new file mode 100644
index 0000000..d16a12e
--- /dev/null
+++ b/to-be-studied/live-wiki/2026-08-02/computer-science/year-3/period-2-electives/cryptography.md
@@ -0,0 +1,8 @@
+> Source: https://wiki.msvincognito.nl/computer-science/year-3/period-2-electives/cryptography
+> Captured: 2026-08-02
+
+# Cryptography
+
+##### Empty Page
+
+Start writing in `content/1.computer-science/year-3/period-2-electives/cryptography.md` to see this page taking shape.
diff --git a/to-be-studied/live-wiki/2026-08-02/computer-science/year-3/period-2-electives/immersive-technologies.md b/to-be-studied/live-wiki/2026-08-02/computer-science/year-3/period-2-electives/immersive-technologies.md
new file mode 100644
index 0000000..bdfabb3
--- /dev/null
+++ b/to-be-studied/live-wiki/2026-08-02/computer-science/year-3/period-2-electives/immersive-technologies.md
@@ -0,0 +1,8 @@
+> Source: https://wiki.msvincognito.nl/computer-science/year-3/period-2-electives/immersive-technologies
+> Captured: 2026-08-02
+
+# Immersive Technologies
+
+##### Empty Page
+
+Start writing in `content/1.computer-science/year-3/period-2-electives/immersive-technologies.md` to see this page taking shape.
diff --git a/to-be-studied/live-wiki/2026-08-02/computer-science/year-3/period-2-electives/introduction-to-bio-informatics.md b/to-be-studied/live-wiki/2026-08-02/computer-science/year-3/period-2-electives/introduction-to-bio-informatics.md
new file mode 100644
index 0000000..673c887
--- /dev/null
+++ b/to-be-studied/live-wiki/2026-08-02/computer-science/year-3/period-2-electives/introduction-to-bio-informatics.md
@@ -0,0 +1,8 @@
+> Source: https://wiki.msvincognito.nl/computer-science/year-3/period-2-electives/introduction-to-bio-informatics
+> Captured: 2026-08-02
+
+# Introduction to Bio-Informatics
+
+##### Empty Page
+
+Start writing in `content/1.computer-science/year-3/period-2-electives/introduction-to-bio-informatics.md` to see this page taking shape.
diff --git a/to-be-studied/live-wiki/2026-08-02/computer-science/year-3/period-2-electives/large-scale-it-and-cloud-computing.md b/to-be-studied/live-wiki/2026-08-02/computer-science/year-3/period-2-electives/large-scale-it-and-cloud-computing.md
new file mode 100644
index 0000000..3549230
--- /dev/null
+++ b/to-be-studied/live-wiki/2026-08-02/computer-science/year-3/period-2-electives/large-scale-it-and-cloud-computing.md
@@ -0,0 +1,8 @@
+> Source: https://wiki.msvincognito.nl/computer-science/year-3/period-2-electives/large-scale-it-and-cloud-computing
+> Captured: 2026-08-02
+
+# Large Scale IT and Cloud Computing
+
+##### Empty Page
+
+Start writing in `content/1.computer-science/year-3/period-2-electives/large-scale-it-and-cloud-computing.md` to see this page taking shape.
diff --git a/to-be-studied/live-wiki/2026-08-02/computer-science/year-3/period-2-electives/software-and-systems-verification.md b/to-be-studied/live-wiki/2026-08-02/computer-science/year-3/period-2-electives/software-and-systems-verification.md
new file mode 100644
index 0000000..58198e7
--- /dev/null
+++ b/to-be-studied/live-wiki/2026-08-02/computer-science/year-3/period-2-electives/software-and-systems-verification.md
@@ -0,0 +1,8 @@
+> Source: https://wiki.msvincognito.nl/computer-science/year-3/period-2-electives/software-and-systems-verification
+> Captured: 2026-08-02
+
+# Software and Systems Verification
+
+##### Empty Page
+
+Start writing in `content/1.computer-science/year-3/period-2-electives/software-and-systems-verification.md` to see this page taking shape.
diff --git a/to-be-studied/live-wiki/2026-08-02/computer-science/year-3/period-2-electives/startup-engineering.md b/to-be-studied/live-wiki/2026-08-02/computer-science/year-3/period-2-electives/startup-engineering.md
new file mode 100644
index 0000000..e592cb5
--- /dev/null
+++ b/to-be-studied/live-wiki/2026-08-02/computer-science/year-3/period-2-electives/startup-engineering.md
@@ -0,0 +1,8 @@
+> Source: https://wiki.msvincognito.nl/computer-science/year-3/period-2-electives/startup-engineering
+> Captured: 2026-08-02
+
+# Startup Engineering: Building Scalable Tech Ventures
+
+##### Empty Page
+
+Start writing in `content/1.computer-science/year-3/period-2-electives/startup-engineering.md` to see this page taking shape.
diff --git a/to-be-studied/live-wiki/2026-08-02/computer-science/year-3/period-4/history-and-philosophy-of-computing.md b/to-be-studied/live-wiki/2026-08-02/computer-science/year-3/period-4/history-and-philosophy-of-computing.md
new file mode 100644
index 0000000..438e7f3
--- /dev/null
+++ b/to-be-studied/live-wiki/2026-08-02/computer-science/year-3/period-4/history-and-philosophy-of-computing.md
@@ -0,0 +1,8 @@
+> Source: https://wiki.msvincognito.nl/computer-science/year-3/period-4/history-and-philosophy-of-computing
+> Captured: 2026-08-02
+
+# The History and Philosophy of Computing
+
+##### Empty Page
+
+Start writing in `content/1.computer-science/year-3/period-4/history-and-philosophy-of-computing.md` to see this page taking shape.
diff --git a/to-be-studied/live-wiki/2026-08-02/computer-science/year-3/period-4/operating-systems.md b/to-be-studied/live-wiki/2026-08-02/computer-science/year-3/period-4/operating-systems.md
new file mode 100644
index 0000000..41a7b8c
--- /dev/null
+++ b/to-be-studied/live-wiki/2026-08-02/computer-science/year-3/period-4/operating-systems.md
@@ -0,0 +1,8 @@
+> Source: https://wiki.msvincognito.nl/computer-science/year-3/period-4/operating-systems
+> Captured: 2026-08-02
+
+# Operating Systems
+
+##### Empty Page
+
+Start writing in `content/1.computer-science/year-3/period-4/operating-systems.md` to see this page taking shape.
diff --git a/to-be-studied/live-wiki/2026-08-02/computer-science/year-3/period-4/theory-of-computing.md b/to-be-studied/live-wiki/2026-08-02/computer-science/year-3/period-4/theory-of-computing.md
new file mode 100644
index 0000000..ff68909
--- /dev/null
+++ b/to-be-studied/live-wiki/2026-08-02/computer-science/year-3/period-4/theory-of-computing.md
@@ -0,0 +1,8 @@
+> Source: https://wiki.msvincognito.nl/computer-science/year-3/period-4/theory-of-computing
+> Captured: 2026-08-02
+
+# Theory of Computing
+
+##### Empty Page
+
+Start writing in `content/1.computer-science/year-3/period-4/theory-of-computing.md` to see this page taking shape.
diff --git a/to-be-studied/live-wiki/2026-08-02/data-science-and-artificial-intelligence.md b/to-be-studied/live-wiki/2026-08-02/data-science-and-artificial-intelligence.md
new file mode 100644
index 0000000..d4e7c3c
--- /dev/null
+++ b/to-be-studied/live-wiki/2026-08-02/data-science-and-artificial-intelligence.md
@@ -0,0 +1,8 @@
+> Source: https://wiki.msvincognito.nl/data-science-and-artificial-intelligence
+> Captured: 2026-08-02
+
+# Course Description
+
+#Hello
+
+#Hello
diff --git a/to-be-studied/live-wiki/2026-08-02/data-science-and-artificial-intelligence/course-description.md b/to-be-studied/live-wiki/2026-08-02/data-science-and-artificial-intelligence/course-description.md
new file mode 100644
index 0000000..9cb14b5
--- /dev/null
+++ b/to-be-studied/live-wiki/2026-08-02/data-science-and-artificial-intelligence/course-description.md
@@ -0,0 +1,8 @@
+> Source: https://wiki.msvincognito.nl/data-science-and-artificial-intelligence/course-description
+> Captured: 2026-08-02
+
+# Course Description
+
+#Hello
+
+#Hello
diff --git a/to-be-studied/live-wiki/2026-08-02/data-science-and-artificial-intelligence/year-1/period-1/discrete-mathematics.md b/to-be-studied/live-wiki/2026-08-02/data-science-and-artificial-intelligence/year-1/period-1/discrete-mathematics.md
new file mode 100644
index 0000000..ff6be06
--- /dev/null
+++ b/to-be-studied/live-wiki/2026-08-02/data-science-and-artificial-intelligence/year-1/period-1/discrete-mathematics.md
@@ -0,0 +1,8 @@
+> Source: https://wiki.msvincognito.nl/data-science-and-artificial-intelligence/year-1/period-1/discrete-mathematics
+> Captured: 2026-08-02
+
+# Discrete Mathematics
+
+##### Empty Page
+
+Start writing in `content/2.data-science-and-artificial-intelligence/year-1/period-1/discrete-mathematics.md` to see this page taking shape.
diff --git a/to-be-studied/live-wiki/2026-08-02/data-science-and-artificial-intelligence/year-1/period-1/introduction-to-data-science-and-ai.md b/to-be-studied/live-wiki/2026-08-02/data-science-and-artificial-intelligence/year-1/period-1/introduction-to-data-science-and-ai.md
new file mode 100644
index 0000000..96688f3
--- /dev/null
+++ b/to-be-studied/live-wiki/2026-08-02/data-science-and-artificial-intelligence/year-1/period-1/introduction-to-data-science-and-ai.md
@@ -0,0 +1,8 @@
+> Source: https://wiki.msvincognito.nl/data-science-and-artificial-intelligence/year-1/period-1/introduction-to-data-science-and-ai
+> Captured: 2026-08-02
+
+# Introduction to Data Science and Artificial Intelligence
+
+##### Empty Page
+
+Start writing in `content/2.data-science-and-artificial-intelligence/year-1/period-1/introduction-to-data-science-and-ai.md` to see this page taking shape.
diff --git a/to-be-studied/live-wiki/2026-08-02/data-science-and-artificial-intelligence/year-1/period-1/procedural-programming.md b/to-be-studied/live-wiki/2026-08-02/data-science-and-artificial-intelligence/year-1/period-1/procedural-programming.md
new file mode 100644
index 0000000..adaf911
--- /dev/null
+++ b/to-be-studied/live-wiki/2026-08-02/data-science-and-artificial-intelligence/year-1/period-1/procedural-programming.md
@@ -0,0 +1,8 @@
+> Source: https://wiki.msvincognito.nl/data-science-and-artificial-intelligence/year-1/period-1/procedural-programming
+> Captured: 2026-08-02
+
+# Procedural Programming
+
+##### Empty Page
+
+Start writing in `content/2.data-science-and-artificial-intelligence/year-1/period-1/procedural-programming.md` to see this page taking shape.
diff --git a/to-be-studied/live-wiki/2026-08-02/data-science-and-artificial-intelligence/year-1/period-2/calculus.md b/to-be-studied/live-wiki/2026-08-02/data-science-and-artificial-intelligence/year-1/period-2/calculus.md
new file mode 100644
index 0000000..f98f43d
--- /dev/null
+++ b/to-be-studied/live-wiki/2026-08-02/data-science-and-artificial-intelligence/year-1/period-2/calculus.md
@@ -0,0 +1,8 @@
+> Source: https://wiki.msvincognito.nl/data-science-and-artificial-intelligence/year-1/period-2/calculus
+> Captured: 2026-08-02
+
+# Calculus
+
+##### Empty Page
+
+Start writing in `content/2.data-science-and-artificial-intelligence/year-1/period-2/calculus.md` to see this page taking shape.
diff --git a/to-be-studied/live-wiki/2026-08-02/data-science-and-artificial-intelligence/year-1/period-2/logic.md b/to-be-studied/live-wiki/2026-08-02/data-science-and-artificial-intelligence/year-1/period-2/logic.md
new file mode 100644
index 0000000..43613ec
--- /dev/null
+++ b/to-be-studied/live-wiki/2026-08-02/data-science-and-artificial-intelligence/year-1/period-2/logic.md
@@ -0,0 +1,8 @@
+> Source: https://wiki.msvincognito.nl/data-science-and-artificial-intelligence/year-1/period-2/logic
+> Captured: 2026-08-02
+
+# Logic
+
+##### Empty Page
+
+Start writing in `content/2.data-science-and-artificial-intelligence/year-1/period-2/logic.md` to see this page taking shape.
diff --git a/to-be-studied/live-wiki/2026-08-02/data-science-and-artificial-intelligence/year-1/period-2/objects-in-programming.md b/to-be-studied/live-wiki/2026-08-02/data-science-and-artificial-intelligence/year-1/period-2/objects-in-programming.md
new file mode 100644
index 0000000..5bf1b04
--- /dev/null
+++ b/to-be-studied/live-wiki/2026-08-02/data-science-and-artificial-intelligence/year-1/period-2/objects-in-programming.md
@@ -0,0 +1,8 @@
+> Source: https://wiki.msvincognito.nl/data-science-and-artificial-intelligence/year-1/period-2/objects-in-programming
+> Captured: 2026-08-02
+
+# Objects in Programming
+
+##### Empty Page
+
+Start writing in `content/2.data-science-and-artificial-intelligence/year-1/period-2/objects-in-programming.md` to see this page taking shape.
diff --git a/to-be-studied/live-wiki/2026-08-02/data-science-and-artificial-intelligence/year-1/period-4/data-structures-and-algorithms.md b/to-be-studied/live-wiki/2026-08-02/data-science-and-artificial-intelligence/year-1/period-4/data-structures-and-algorithms.md
new file mode 100644
index 0000000..25912ff
--- /dev/null
+++ b/to-be-studied/live-wiki/2026-08-02/data-science-and-artificial-intelligence/year-1/period-4/data-structures-and-algorithms.md
@@ -0,0 +1,8 @@
+> Source: https://wiki.msvincognito.nl/data-science-and-artificial-intelligence/year-1/period-4/data-structures-and-algorithms
+> Captured: 2026-08-02
+
+# Data Structures and Algorithms
+
+##### Empty Page
+
+Start writing in `content/2.data-science-and-artificial-intelligence/year-1/period-4/data-structures-and-algorithms.md` to see this page taking shape.
diff --git a/to-be-studied/live-wiki/2026-08-02/data-science-and-artificial-intelligence/year-1/period-4/linear-algebra.md b/to-be-studied/live-wiki/2026-08-02/data-science-and-artificial-intelligence/year-1/period-4/linear-algebra.md
new file mode 100644
index 0000000..8b7b66d
--- /dev/null
+++ b/to-be-studied/live-wiki/2026-08-02/data-science-and-artificial-intelligence/year-1/period-4/linear-algebra.md
@@ -0,0 +1,8 @@
+> Source: https://wiki.msvincognito.nl/data-science-and-artificial-intelligence/year-1/period-4/linear-algebra
+> Captured: 2026-08-02
+
+# Linear Algebra
+
+##### Empty Page
+
+Start writing in `content/2.data-science-and-artificial-intelligence/year-1/period-4/linear-algebra.md` to see this page taking shape.
diff --git a/to-be-studied/live-wiki/2026-08-02/data-science-and-artificial-intelligence/year-1/period-4/principles-of-data-science.md b/to-be-studied/live-wiki/2026-08-02/data-science-and-artificial-intelligence/year-1/period-4/principles-of-data-science.md
new file mode 100644
index 0000000..0f041b9
--- /dev/null
+++ b/to-be-studied/live-wiki/2026-08-02/data-science-and-artificial-intelligence/year-1/period-4/principles-of-data-science.md
@@ -0,0 +1,8 @@
+> Source: https://wiki.msvincognito.nl/data-science-and-artificial-intelligence/year-1/period-4/principles-of-data-science
+> Captured: 2026-08-02
+
+# Principles of Data Science
+
+##### Empty Page
+
+Start writing in `content/2.data-science-and-artificial-intelligence/year-1/period-4/principles-of-data-science.md` to see this page taking shape.
diff --git a/to-be-studied/live-wiki/2026-08-02/data-science-and-artificial-intelligence/year-1/period-5/computational-and-cognitive-neuroscience.md b/to-be-studied/live-wiki/2026-08-02/data-science-and-artificial-intelligence/year-1/period-5/computational-and-cognitive-neuroscience.md
new file mode 100644
index 0000000..d0fd146
--- /dev/null
+++ b/to-be-studied/live-wiki/2026-08-02/data-science-and-artificial-intelligence/year-1/period-5/computational-and-cognitive-neuroscience.md
@@ -0,0 +1,8 @@
+> Source: https://wiki.msvincognito.nl/data-science-and-artificial-intelligence/year-1/period-5/computational-and-cognitive-neuroscience
+> Captured: 2026-08-02
+
+# Computational and Cognitive Neuroscience
+
+##### Empty Page
+
+Start writing in `content/2.data-science-and-artificial-intelligence/year-1/period-5/computational-and-cognitive-neuroscience.md` to see this page taking shape.
diff --git a/to-be-studied/live-wiki/2026-08-02/data-science-and-artificial-intelligence/year-1/period-5/numerical-methods.md b/to-be-studied/live-wiki/2026-08-02/data-science-and-artificial-intelligence/year-1/period-5/numerical-methods.md
new file mode 100644
index 0000000..53765f5
--- /dev/null
+++ b/to-be-studied/live-wiki/2026-08-02/data-science-and-artificial-intelligence/year-1/period-5/numerical-methods.md
@@ -0,0 +1,8 @@
+> Source: https://wiki.msvincognito.nl/data-science-and-artificial-intelligence/year-1/period-5/numerical-methods
+> Captured: 2026-08-02
+
+# Numerical Methods
+
+##### Empty Page
+
+Start writing in `content/2.data-science-and-artificial-intelligence/year-1/period-5/numerical-methods.md` to see this page taking shape.
diff --git a/to-be-studied/live-wiki/2026-08-02/data-science-and-artificial-intelligence/year-1/period-5/software-engineering.md b/to-be-studied/live-wiki/2026-08-02/data-science-and-artificial-intelligence/year-1/period-5/software-engineering.md
new file mode 100644
index 0000000..e12816f
--- /dev/null
+++ b/to-be-studied/live-wiki/2026-08-02/data-science-and-artificial-intelligence/year-1/period-5/software-engineering.md
@@ -0,0 +1,8 @@
+> Source: https://wiki.msvincognito.nl/data-science-and-artificial-intelligence/year-1/period-5/software-engineering
+> Captured: 2026-08-02
+
+# Software Engineering
+
+##### Empty Page
+
+Start writing in `content/2.data-science-and-artificial-intelligence/year-1/period-5/software-engineering.md` to see this page taking shape.
diff --git a/to-be-studied/live-wiki/2026-08-02/data-science-and-artificial-intelligence/year-2/period-1/databases.md b/to-be-studied/live-wiki/2026-08-02/data-science-and-artificial-intelligence/year-2/period-1/databases.md
new file mode 100644
index 0000000..cf91f82
--- /dev/null
+++ b/to-be-studied/live-wiki/2026-08-02/data-science-and-artificial-intelligence/year-2/period-1/databases.md
@@ -0,0 +1,8 @@
+> Source: https://wiki.msvincognito.nl/data-science-and-artificial-intelligence/year-2/period-1/databases
+> Captured: 2026-08-02
+
+# Databases
+
+##### Empty Page
+
+Start writing in `content/2.data-science-and-artificial-intelligence/year-2/period-1/databases.md` to see this page taking shape.
diff --git a/to-be-studied/live-wiki/2026-08-02/data-science-and-artificial-intelligence/year-2/period-1/graph-theory.md b/to-be-studied/live-wiki/2026-08-02/data-science-and-artificial-intelligence/year-2/period-1/graph-theory.md
new file mode 100644
index 0000000..fb0b1da
--- /dev/null
+++ b/to-be-studied/live-wiki/2026-08-02/data-science-and-artificial-intelligence/year-2/period-1/graph-theory.md
@@ -0,0 +1,8 @@
+> Source: https://wiki.msvincognito.nl/data-science-and-artificial-intelligence/year-2/period-1/graph-theory
+> Captured: 2026-08-02
+
+# Graph Theory
+
+##### Empty Page
+
+Start writing in `content/2.data-science-and-artificial-intelligence/year-2/period-1/graph-theory.md` to see this page taking shape.
diff --git a/to-be-studied/live-wiki/2026-08-02/data-science-and-artificial-intelligence/year-2/period-1/probability-and-statistics.md b/to-be-studied/live-wiki/2026-08-02/data-science-and-artificial-intelligence/year-2/period-1/probability-and-statistics.md
new file mode 100644
index 0000000..9528389
--- /dev/null
+++ b/to-be-studied/live-wiki/2026-08-02/data-science-and-artificial-intelligence/year-2/period-1/probability-and-statistics.md
@@ -0,0 +1,8 @@
+> Source: https://wiki.msvincognito.nl/data-science-and-artificial-intelligence/year-2/period-1/probability-and-statistics
+> Captured: 2026-08-02
+
+# Probability and Statistics
+
+##### Empty Page
+
+Start writing in `content/2.data-science-and-artificial-intelligence/year-2/period-1/probability-and-statistics.md` to see this page taking shape.
diff --git a/to-be-studied/live-wiki/2026-08-02/data-science-and-artificial-intelligence/year-2/period-2/machine-learning.md b/to-be-studied/live-wiki/2026-08-02/data-science-and-artificial-intelligence/year-2/period-2/machine-learning.md
new file mode 100644
index 0000000..7517a6f
--- /dev/null
+++ b/to-be-studied/live-wiki/2026-08-02/data-science-and-artificial-intelligence/year-2/period-2/machine-learning.md
@@ -0,0 +1,8 @@
+> Source: https://wiki.msvincognito.nl/data-science-and-artificial-intelligence/year-2/period-2/machine-learning
+> Captured: 2026-08-02
+
+# Machine Learning
+
+##### Empty Page
+
+Start writing in `content/2.data-science-and-artificial-intelligence/year-2/period-2/machine-learning.md` to see this page taking shape.
diff --git a/to-be-studied/live-wiki/2026-08-02/data-science-and-artificial-intelligence/year-2/period-2/reasoning-techniques.md b/to-be-studied/live-wiki/2026-08-02/data-science-and-artificial-intelligence/year-2/period-2/reasoning-techniques.md
new file mode 100644
index 0000000..7624abb
--- /dev/null
+++ b/to-be-studied/live-wiki/2026-08-02/data-science-and-artificial-intelligence/year-2/period-2/reasoning-techniques.md
@@ -0,0 +1,8 @@
+> Source: https://wiki.msvincognito.nl/data-science-and-artificial-intelligence/year-2/period-2/reasoning-techniques
+> Captured: 2026-08-02
+
+# Reasoning Techniques
+
+##### Empty Page
+
+Start writing in `content/2.data-science-and-artificial-intelligence/year-2/period-2/reasoning-techniques.md` to see this page taking shape.
diff --git a/to-be-studied/live-wiki/2026-08-02/data-science-and-artificial-intelligence/year-2/period-2/simulation-and-statistical-analysis.md b/to-be-studied/live-wiki/2026-08-02/data-science-and-artificial-intelligence/year-2/period-2/simulation-and-statistical-analysis.md
new file mode 100644
index 0000000..fcf64f7
--- /dev/null
+++ b/to-be-studied/live-wiki/2026-08-02/data-science-and-artificial-intelligence/year-2/period-2/simulation-and-statistical-analysis.md
@@ -0,0 +1,8 @@
+> Source: https://wiki.msvincognito.nl/data-science-and-artificial-intelligence/year-2/period-2/simulation-and-statistical-analysis
+> Captured: 2026-08-02
+
+# Simulation and Statistical Analysis
+
+##### Empty Page
+
+Start writing in `content/2.data-science-and-artificial-intelligence/year-2/period-2/simulation-and-statistical-analysis.md` to see this page taking shape.
diff --git a/to-be-studied/live-wiki/2026-08-02/data-science-and-artificial-intelligence/year-2/period-4/human-computer-interaction-affective-computing.md b/to-be-studied/live-wiki/2026-08-02/data-science-and-artificial-intelligence/year-2/period-4/human-computer-interaction-affective-computing.md
new file mode 100644
index 0000000..53a3f06
--- /dev/null
+++ b/to-be-studied/live-wiki/2026-08-02/data-science-and-artificial-intelligence/year-2/period-4/human-computer-interaction-affective-computing.md
@@ -0,0 +1,8 @@
+> Source: https://wiki.msvincognito.nl/data-science-and-artificial-intelligence/year-2/period-4/human-computer-interaction-affective-computing
+> Captured: 2026-08-02
+
+# Human Computer Interaction & Affective Computing
+
+##### Empty Page
+
+Start writing in `content/2.data-science-and-artificial-intelligence/year-2/period-4/human-computer-interaction-affective-computing.md` to see this page taking shape.
diff --git a/to-be-studied/live-wiki/2026-08-02/data-science-and-artificial-intelligence/year-2/period-4/mathematical-modelling.md b/to-be-studied/live-wiki/2026-08-02/data-science-and-artificial-intelligence/year-2/period-4/mathematical-modelling.md
new file mode 100644
index 0000000..281c994
--- /dev/null
+++ b/to-be-studied/live-wiki/2026-08-02/data-science-and-artificial-intelligence/year-2/period-4/mathematical-modelling.md
@@ -0,0 +1,8 @@
+> Source: https://wiki.msvincognito.nl/data-science-and-artificial-intelligence/year-2/period-4/mathematical-modelling
+> Captured: 2026-08-02
+
+# Mathematical Modelling
+
+##### Empty Page
+
+Start writing in `content/2.data-science-and-artificial-intelligence/year-2/period-4/mathematical-modelling.md` to see this page taking shape.
diff --git a/to-be-studied/live-wiki/2026-08-02/data-science-and-artificial-intelligence/year-2/period-4/natural-language-processing.md b/to-be-studied/live-wiki/2026-08-02/data-science-and-artificial-intelligence/year-2/period-4/natural-language-processing.md
new file mode 100644
index 0000000..d031d8a
--- /dev/null
+++ b/to-be-studied/live-wiki/2026-08-02/data-science-and-artificial-intelligence/year-2/period-4/natural-language-processing.md
@@ -0,0 +1,8 @@
+> Source: https://wiki.msvincognito.nl/data-science-and-artificial-intelligence/year-2/period-4/natural-language-processing
+> Captured: 2026-08-02
+
+# Natural Language Processing
+
+##### Empty Page
+
+Start writing in `content/2.data-science-and-artificial-intelligence/year-2/period-4/natural-language-processing.md` to see this page taking shape.
diff --git a/to-be-studied/live-wiki/2026-08-02/data-science-and-artificial-intelligence/year-2/period-5-electives/game-theory.md b/to-be-studied/live-wiki/2026-08-02/data-science-and-artificial-intelligence/year-2/period-5-electives/game-theory.md
new file mode 100644
index 0000000..7dcfd84
--- /dev/null
+++ b/to-be-studied/live-wiki/2026-08-02/data-science-and-artificial-intelligence/year-2/period-5-electives/game-theory.md
@@ -0,0 +1,8 @@
+> Source: https://wiki.msvincognito.nl/data-science-and-artificial-intelligence/year-2/period-5-electives/game-theory
+> Captured: 2026-08-02
+
+# Game Theory
+
+##### Empty Page
+
+Start writing in `content/2.data-science-and-artificial-intelligence/year-2/period-5-electives/game-theory.md` to see this page taking shape.
diff --git a/to-be-studied/live-wiki/2026-08-02/data-science-and-artificial-intelligence/year-2/period-5-electives/introduction-to-image-video-processing.md b/to-be-studied/live-wiki/2026-08-02/data-science-and-artificial-intelligence/year-2/period-5-electives/introduction-to-image-video-processing.md
new file mode 100644
index 0000000..b789e8e
--- /dev/null
+++ b/to-be-studied/live-wiki/2026-08-02/data-science-and-artificial-intelligence/year-2/period-5-electives/introduction-to-image-video-processing.md
@@ -0,0 +1,8 @@
+> Source: https://wiki.msvincognito.nl/data-science-and-artificial-intelligence/year-2/period-5-electives/introduction-to-image-video-processing
+> Captured: 2026-08-02
+
+# Introduction to Image & Video Processing
+
+##### Empty Page
+
+Start writing in `content/2.data-science-and-artificial-intelligence/year-2/period-5-electives/introduction-to-image-video-processing.md` to see this page taking shape.
diff --git a/to-be-studied/live-wiki/2026-08-02/data-science-and-artificial-intelligence/year-2/period-5/linear-programming.md b/to-be-studied/live-wiki/2026-08-02/data-science-and-artificial-intelligence/year-2/period-5/linear-programming.md
new file mode 100644
index 0000000..ad103eb
--- /dev/null
+++ b/to-be-studied/live-wiki/2026-08-02/data-science-and-artificial-intelligence/year-2/period-5/linear-programming.md
@@ -0,0 +1,8 @@
+> Source: https://wiki.msvincognito.nl/data-science-and-artificial-intelligence/year-2/period-5/linear-programming
+> Captured: 2026-08-02
+
+# Linear Programming
+
+##### Empty Page
+
+Start writing in `content/2.data-science-and-artificial-intelligence/year-2/period-5/linear-programming.md` to see this page taking shape.
diff --git a/to-be-studied/live-wiki/2026-08-02/data-science-and-artificial-intelligence/year-2/period-5/philosophy-and-artificial-intelligence.md b/to-be-studied/live-wiki/2026-08-02/data-science-and-artificial-intelligence/year-2/period-5/philosophy-and-artificial-intelligence.md
new file mode 100644
index 0000000..81909d7
--- /dev/null
+++ b/to-be-studied/live-wiki/2026-08-02/data-science-and-artificial-intelligence/year-2/period-5/philosophy-and-artificial-intelligence.md
@@ -0,0 +1,8 @@
+> Source: https://wiki.msvincognito.nl/data-science-and-artificial-intelligence/year-2/period-5/philosophy-and-artificial-intelligence
+> Captured: 2026-08-02
+
+# Philosophy & Artificial Intelligence
+
+##### Empty Page
+
+Start writing in `content/2.data-science-and-artificial-intelligence/year-2/period-5/philosophy-and-artificial-intelligence.md` to see this page taking shape.
diff --git a/to-be-studied/live-wiki/2026-08-02/data-science-and-artificial-intelligence/year-3/period-1-electives/digital-society.md b/to-be-studied/live-wiki/2026-08-02/data-science-and-artificial-intelligence/year-3/period-1-electives/digital-society.md
new file mode 100644
index 0000000..476ea19
--- /dev/null
+++ b/to-be-studied/live-wiki/2026-08-02/data-science-and-artificial-intelligence/year-3/period-1-electives/digital-society.md
@@ -0,0 +1,8 @@
+> Source: https://wiki.msvincognito.nl/data-science-and-artificial-intelligence/year-3/period-1-electives/digital-society
+> Captured: 2026-08-02
+
+# Digital Society
+
+##### Empty Page
+
+Start writing in `content/2.data-science-and-artificial-intelligence/year-3/period-1-electives/digital-society.md` to see this page taking shape.
diff --git a/to-be-studied/live-wiki/2026-08-02/data-science-and-artificial-intelligence/year-3/period-1-electives/game-theory.md b/to-be-studied/live-wiki/2026-08-02/data-science-and-artificial-intelligence/year-3/period-1-electives/game-theory.md
new file mode 100644
index 0000000..8a42e2f
--- /dev/null
+++ b/to-be-studied/live-wiki/2026-08-02/data-science-and-artificial-intelligence/year-3/period-1-electives/game-theory.md
@@ -0,0 +1,8 @@
+> Source: https://wiki.msvincognito.nl/data-science-and-artificial-intelligence/year-3/period-1-electives/game-theory
+> Captured: 2026-08-02
+
+# Game Theory
+
+##### Empty Page
+
+Start writing in `content/2.data-science-and-artificial-intelligence/year-3/period-1-electives/game-theory.md` to see this page taking shape.
diff --git a/to-be-studied/live-wiki/2026-08-02/data-science-and-artificial-intelligence/year-3/period-1-electives/introduction-to-quantum-computing.md b/to-be-studied/live-wiki/2026-08-02/data-science-and-artificial-intelligence/year-3/period-1-electives/introduction-to-quantum-computing.md
new file mode 100644
index 0000000..0c2c338
--- /dev/null
+++ b/to-be-studied/live-wiki/2026-08-02/data-science-and-artificial-intelligence/year-3/period-1-electives/introduction-to-quantum-computing.md
@@ -0,0 +1,8 @@
+> Source: https://wiki.msvincognito.nl/data-science-and-artificial-intelligence/year-3/period-1-electives/introduction-to-quantum-computing
+> Captured: 2026-08-02
+
+# Introduction to Quantum Computing
+
+##### Empty Page
+
+Start writing in `content/2.data-science-and-artificial-intelligence/year-3/period-1-electives/introduction-to-quantum-computing.md` to see this page taking shape.
diff --git a/to-be-studied/live-wiki/2026-08-02/data-science-and-artificial-intelligence/year-3/period-1-electives/multi-scale-modelling-biological-systems.md b/to-be-studied/live-wiki/2026-08-02/data-science-and-artificial-intelligence/year-3/period-1-electives/multi-scale-modelling-biological-systems.md
new file mode 100644
index 0000000..f013b18
--- /dev/null
+++ b/to-be-studied/live-wiki/2026-08-02/data-science-and-artificial-intelligence/year-3/period-1-electives/multi-scale-modelling-biological-systems.md
@@ -0,0 +1,8 @@
+> Source: https://wiki.msvincognito.nl/data-science-and-artificial-intelligence/year-3/period-1-electives/multi-scale-modelling-biological-systems
+> Captured: 2026-08-02
+
+# Multi-Scale Modelling of Biological Systems
+
+##### Empty Page
+
+Start writing in `content/2.data-science-and-artificial-intelligence/year-3/period-1-electives/multi-scale-modelling-biological-systems.md` to see this page taking shape.
diff --git a/to-be-studied/live-wiki/2026-08-02/data-science-and-artificial-intelligence/year-3/period-1-electives/robotics-and-embedded-systems.md b/to-be-studied/live-wiki/2026-08-02/data-science-and-artificial-intelligence/year-3/period-1-electives/robotics-and-embedded-systems.md
new file mode 100644
index 0000000..d437c2b
--- /dev/null
+++ b/to-be-studied/live-wiki/2026-08-02/data-science-and-artificial-intelligence/year-3/period-1-electives/robotics-and-embedded-systems.md
@@ -0,0 +1,8 @@
+> Source: https://wiki.msvincognito.nl/data-science-and-artificial-intelligence/year-3/period-1-electives/robotics-and-embedded-systems
+> Captured: 2026-08-02
+
+# Robotics and Embedded Systems
+
+##### Empty Page
+
+Start writing in `content/2.data-science-and-artificial-intelligence/year-3/period-1-electives/robotics-and-embedded-systems.md` to see this page taking shape.
diff --git a/to-be-studied/live-wiki/2026-08-02/data-science-and-artificial-intelligence/year-3/period-1-electives/semantic-web.md b/to-be-studied/live-wiki/2026-08-02/data-science-and-artificial-intelligence/year-3/period-1-electives/semantic-web.md
new file mode 100644
index 0000000..b1f5740
--- /dev/null
+++ b/to-be-studied/live-wiki/2026-08-02/data-science-and-artificial-intelligence/year-3/period-1-electives/semantic-web.md
@@ -0,0 +1,8 @@
+> Source: https://wiki.msvincognito.nl/data-science-and-artificial-intelligence/year-3/period-1-electives/semantic-web
+> Captured: 2026-08-02
+
+# Semantic Web
+
+##### Empty Page
+
+Start writing in `content/2.data-science-and-artificial-intelligence/year-3/period-1-electives/semantic-web.md` to see this page taking shape.
diff --git a/to-be-studied/live-wiki/2026-08-02/data-science-and-artificial-intelligence/year-3/period-2-electives/business-process-knowledge-management.md b/to-be-studied/live-wiki/2026-08-02/data-science-and-artificial-intelligence/year-3/period-2-electives/business-process-knowledge-management.md
new file mode 100644
index 0000000..3b2abef
--- /dev/null
+++ b/to-be-studied/live-wiki/2026-08-02/data-science-and-artificial-intelligence/year-3/period-2-electives/business-process-knowledge-management.md
@@ -0,0 +1,8 @@
+> Source: https://wiki.msvincognito.nl/data-science-and-artificial-intelligence/year-3/period-2-electives/business-process-knowledge-management
+> Captured: 2026-08-02
+
+# Business Process & Knowledge Management
+
+##### Empty Page
+
+Start writing in `content/2.data-science-and-artificial-intelligence/year-3/period-2-electives/business-process-knowledge-management.md` to see this page taking shape.
diff --git a/to-be-studied/live-wiki/2026-08-02/data-science-and-artificial-intelligence/year-3/period-2-electives/computer-security.md b/to-be-studied/live-wiki/2026-08-02/data-science-and-artificial-intelligence/year-3/period-2-electives/computer-security.md
new file mode 100644
index 0000000..f31bd7f
--- /dev/null
+++ b/to-be-studied/live-wiki/2026-08-02/data-science-and-artificial-intelligence/year-3/period-2-electives/computer-security.md
@@ -0,0 +1,8 @@
+> Source: https://wiki.msvincognito.nl/data-science-and-artificial-intelligence/year-3/period-2-electives/computer-security
+> Captured: 2026-08-02
+
+# Computer Security
+
+##### Empty Page
+
+Start writing in `content/2.data-science-and-artificial-intelligence/year-3/period-2-electives/computer-security.md` to see this page taking shape.
diff --git a/to-be-studied/live-wiki/2026-08-02/data-science-and-artificial-intelligence/year-3/period-2-electives/introduction-to-bio-informatics.md b/to-be-studied/live-wiki/2026-08-02/data-science-and-artificial-intelligence/year-3/period-2-electives/introduction-to-bio-informatics.md
new file mode 100644
index 0000000..8152531
--- /dev/null
+++ b/to-be-studied/live-wiki/2026-08-02/data-science-and-artificial-intelligence/year-3/period-2-electives/introduction-to-bio-informatics.md
@@ -0,0 +1,8 @@
+> Source: https://wiki.msvincognito.nl/data-science-and-artificial-intelligence/year-3/period-2-electives/introduction-to-bio-informatics
+> Captured: 2026-08-02
+
+# Introduction to Bio-Informatics
+
+##### Empty Page
+
+Start writing in `content/2.data-science-and-artificial-intelligence/year-3/period-2-electives/introduction-to-bio-informatics.md` to see this page taking shape.
diff --git a/to-be-studied/live-wiki/2026-08-02/data-science-and-artificial-intelligence/year-3/period-2-electives/large-scale-it-and-cloud-computing.md b/to-be-studied/live-wiki/2026-08-02/data-science-and-artificial-intelligence/year-3/period-2-electives/large-scale-it-and-cloud-computing.md
new file mode 100644
index 0000000..a7b9c19
--- /dev/null
+++ b/to-be-studied/live-wiki/2026-08-02/data-science-and-artificial-intelligence/year-3/period-2-electives/large-scale-it-and-cloud-computing.md
@@ -0,0 +1,8 @@
+> Source: https://wiki.msvincognito.nl/data-science-and-artificial-intelligence/year-3/period-2-electives/large-scale-it-and-cloud-computing
+> Captured: 2026-08-02
+
+# Large Scale IT and Cloud Computing
+
+##### Empty Page
+
+Start writing in `content/2.data-science-and-artificial-intelligence/year-3/period-2-electives/large-scale-it-and-cloud-computing.md` to see this page taking shape.
diff --git a/to-be-studied/live-wiki/2026-08-02/data-science-and-artificial-intelligence/year-3/period-2-electives/logic-for-artificial-intelligence.md b/to-be-studied/live-wiki/2026-08-02/data-science-and-artificial-intelligence/year-3/period-2-electives/logic-for-artificial-intelligence.md
new file mode 100644
index 0000000..8702c01
--- /dev/null
+++ b/to-be-studied/live-wiki/2026-08-02/data-science-and-artificial-intelligence/year-3/period-2-electives/logic-for-artificial-intelligence.md
@@ -0,0 +1,8 @@
+> Source: https://wiki.msvincognito.nl/data-science-and-artificial-intelligence/year-3/period-2-electives/logic-for-artificial-intelligence
+> Captured: 2026-08-02
+
+# Logic for Artificial Intelligence
+
+##### Empty Page
+
+Start writing in `content/2.data-science-and-artificial-intelligence/year-3/period-2-electives/logic-for-artificial-intelligence.md` to see this page taking shape.
diff --git a/to-be-studied/live-wiki/2026-08-02/data-science-and-artificial-intelligence/year-3/period-2-electives/parallel-programming.md b/to-be-studied/live-wiki/2026-08-02/data-science-and-artificial-intelligence/year-3/period-2-electives/parallel-programming.md
new file mode 100644
index 0000000..5b561a9
--- /dev/null
+++ b/to-be-studied/live-wiki/2026-08-02/data-science-and-artificial-intelligence/year-3/period-2-electives/parallel-programming.md
@@ -0,0 +1,8 @@
+> Source: https://wiki.msvincognito.nl/data-science-and-artificial-intelligence/year-3/period-2-electives/parallel-programming
+> Captured: 2026-08-02
+
+# Parallel Programming
+
+##### Empty Page
+
+Start writing in `content/2.data-science-and-artificial-intelligence/year-3/period-2-electives/parallel-programming.md` to see this page taking shape.
diff --git a/to-be-studied/live-wiki/2026-08-02/data-science-and-artificial-intelligence/year-3/period-2-electives/recommender-systems.md b/to-be-studied/live-wiki/2026-08-02/data-science-and-artificial-intelligence/year-3/period-2-electives/recommender-systems.md
new file mode 100644
index 0000000..afb2971
--- /dev/null
+++ b/to-be-studied/live-wiki/2026-08-02/data-science-and-artificial-intelligence/year-3/period-2-electives/recommender-systems.md
@@ -0,0 +1,8 @@
+> Source: https://wiki.msvincognito.nl/data-science-and-artificial-intelligence/year-3/period-2-electives/recommender-systems
+> Captured: 2026-08-02
+
+# Recommender Systems
+
+##### Empty Page
+
+Start writing in `content/2.data-science-and-artificial-intelligence/year-3/period-2-electives/recommender-systems.md` to see this page taking shape.
diff --git a/to-be-studied/live-wiki/2026-08-02/data-science-and-artificial-intelligence/year-3/period-4/data-analysis.md b/to-be-studied/live-wiki/2026-08-02/data-science-and-artificial-intelligence/year-3/period-4/data-analysis.md
new file mode 100644
index 0000000..7795006
--- /dev/null
+++ b/to-be-studied/live-wiki/2026-08-02/data-science-and-artificial-intelligence/year-3/period-4/data-analysis.md
@@ -0,0 +1,8 @@
+> Source: https://wiki.msvincognito.nl/data-science-and-artificial-intelligence/year-3/period-4/data-analysis
+> Captured: 2026-08-02
+
+# Data Analysis
+
+##### Empty Page
+
+Start writing in `content/2.data-science-and-artificial-intelligence/year-3/period-4/data-analysis.md` to see this page taking shape.
diff --git a/to-be-studied/live-wiki/2026-08-02/data-science-and-artificial-intelligence/year-3/period-4/intelligent-systems.md b/to-be-studied/live-wiki/2026-08-02/data-science-and-artificial-intelligence/year-3/period-4/intelligent-systems.md
new file mode 100644
index 0000000..46e09da
--- /dev/null
+++ b/to-be-studied/live-wiki/2026-08-02/data-science-and-artificial-intelligence/year-3/period-4/intelligent-systems.md
@@ -0,0 +1,8 @@
+> Source: https://wiki.msvincognito.nl/data-science-and-artificial-intelligence/year-3/period-4/intelligent-systems
+> Captured: 2026-08-02
+
+# Intelligent Systems
+
+##### Empty Page
+
+Start writing in `content/2.data-science-and-artificial-intelligence/year-3/period-4/intelligent-systems.md` to see this page taking shape.
diff --git a/to-be-studied/live-wiki/2026-08-02/data-science-and-artificial-intelligence/year-3/period-4/operations-research.md b/to-be-studied/live-wiki/2026-08-02/data-science-and-artificial-intelligence/year-3/period-4/operations-research.md
new file mode 100644
index 0000000..eb3ebf7
--- /dev/null
+++ b/to-be-studied/live-wiki/2026-08-02/data-science-and-artificial-intelligence/year-3/period-4/operations-research.md
@@ -0,0 +1,8 @@
+> Source: https://wiki.msvincognito.nl/data-science-and-artificial-intelligence/year-3/period-4/operations-research
+> Captured: 2026-08-02
+
+# Operations Research
+
+##### Empty Page
+
+Start writing in `content/2.data-science-and-artificial-intelligence/year-3/period-4/operations-research.md` to see this page taking shape.
diff --git a/to-be-studied/live-wiki/2026-08-02/data-science-for-decision-making.md b/to-be-studied/live-wiki/2026-08-02/data-science-for-decision-making.md
new file mode 100644
index 0000000..4c28efa
--- /dev/null
+++ b/to-be-studied/live-wiki/2026-08-02/data-science-for-decision-making.md
@@ -0,0 +1,8 @@
+> Source: https://wiki.msvincognito.nl/data-science-for-decision-making
+> Captured: 2026-08-02
+
+# Course Description
+
+#Hello
+
+#Hello
diff --git a/to-be-studied/live-wiki/2026-08-02/data-science-for-decision-making/course-description.md b/to-be-studied/live-wiki/2026-08-02/data-science-for-decision-making/course-description.md
new file mode 100644
index 0000000..c126956
--- /dev/null
+++ b/to-be-studied/live-wiki/2026-08-02/data-science-for-decision-making/course-description.md
@@ -0,0 +1,8 @@
+> Source: https://wiki.msvincognito.nl/data-science-for-decision-making/course-description
+> Captured: 2026-08-02
+
+# Course Description
+
+#Hello
+
+#Hello
diff --git a/to-be-studied/live-wiki/2026-08-02/index.md b/to-be-studied/live-wiki/2026-08-02/index.md
new file mode 100644
index 0000000..ad61fca
--- /dev/null
+++ b/to-be-studied/live-wiki/2026-08-02/index.md
@@ -0,0 +1,14 @@
+> Source: https://wiki.msvincognito.nl/
+> Captured: 2026-08-02
+
+[🎒
+
+Just moved in? Check out our guides for helpful informationJust moved in? Check out our guides for helpful information](https://wiki.msvincognito.nl/useful-guides)
+
+# Welcome to the Incognito Wiki!
+
+The comprehensive knowledge base for DACS students at Maastricht University.
+Find course materials, exam resources, study guides, and everything you need to succeed in your DACS journey.
+
+
+[](https://wiki.msvincognito.nl/computer-science)[](https://wiki.msvincognito.nl/data-science-and-artificial-intelligence)[](https://wiki.msvincognito.nl/artificial-intelligence)[](https://wiki.msvincognito.nl/data-science-for-decision-making)[](https://wiki.msvincognito.nl/useful-guides)
diff --git a/to-be-studied/live-wiki/2026-08-02/useful-guides.md b/to-be-studied/live-wiki/2026-08-02/useful-guides.md
new file mode 100644
index 0000000..0c7fba7
--- /dev/null
+++ b/to-be-studied/live-wiki/2026-08-02/useful-guides.md
@@ -0,0 +1,50 @@
+> Source: https://wiki.msvincognito.nl/useful-guides
+> Captured: 2026-08-02
+
+# Useful Guides
+
+Essential resources and tips for your academic journey at Maastricht University
+
+Welcome to the **Useful Guides** section of the Incognito Wiki! This collection contains practical resources and tips to help you navigate your academic journey and student life at **Maastricht University**.
+
+[
+
+### Housing Guide
+
+Essential information for finding accommodation in **Maastricht**. Navigate the housing market, understand rental agreements, and discover the best neighborhoods for students.
+
+
+
+](https://wiki.msvincognito.nl/useful-guides/housing-guide)
+
+[
+
+### Laptop Buying Advice
+
+Recommendations for choosing the right laptop for your studies. Get insights on specifications, brands, and budget considerations tailored for **DACS students**.
+
+
+
+](https://wiki.msvincognito.nl/useful-guides/laptop-buying-advice)
+
+[
+
+### Linux Tricks
+
+Helpful tips and commands for working with **Linux systems**. Master the command line, learn essential shortcuts, and boost your productivity.
+
+
+
+](https://wiki.msvincognito.nl/useful-guides/linux-tricks)
+
+[
+
+### Surviving DACS
+
+Insider tips for making the most of your time in the **Department of Data Science & Knowledge Engineering**. Study strategies, course insights, and academic advice.
+
+
+
+](https://wiki.msvincognito.nl/useful-guides/survivingdacs)
+
+These guides are created by fellow students and updated somewhat regularly to ensure they remain relevant and helpful. Whether you're a first-year student just starting out or a senior looking for specific technical advice, you'll find valuable information here to support your academic success.
diff --git a/to-be-studied/live-wiki/2026-08-02/useful-guides/description.md b/to-be-studied/live-wiki/2026-08-02/useful-guides/description.md
new file mode 100644
index 0000000..dac1454
--- /dev/null
+++ b/to-be-studied/live-wiki/2026-08-02/useful-guides/description.md
@@ -0,0 +1,50 @@
+> Source: https://wiki.msvincognito.nl/useful-guides/description
+> Captured: 2026-08-02
+
+# Useful Guides
+
+Essential resources and tips for your academic journey at Maastricht University
+
+Welcome to the **Useful Guides** section of the Incognito Wiki! This collection contains practical resources and tips to help you navigate your academic journey and student life at **Maastricht University**.
+
+[
+
+### Housing Guide
+
+Essential information for finding accommodation in **Maastricht**. Navigate the housing market, understand rental agreements, and discover the best neighborhoods for students.
+
+
+
+](https://wiki.msvincognito.nl/useful-guides/housing-guide)
+
+[
+
+### Laptop Buying Advice
+
+Recommendations for choosing the right laptop for your studies. Get insights on specifications, brands, and budget considerations tailored for **DACS students**.
+
+
+
+](https://wiki.msvincognito.nl/useful-guides/laptop-buying-advice)
+
+[
+
+### Linux Tricks
+
+Helpful tips and commands for working with **Linux systems**. Master the command line, learn essential shortcuts, and boost your productivity.
+
+
+
+](https://wiki.msvincognito.nl/useful-guides/linux-tricks)
+
+[
+
+### Surviving DACS
+
+Insider tips for making the most of your time in the **Department of Data Science & Knowledge Engineering**. Study strategies, course insights, and academic advice.
+
+
+
+](https://wiki.msvincognito.nl/useful-guides/survivingdacs)
+
+These guides are created by fellow students and updated somewhat regularly to ensure they remain relevant and helpful. Whether you're a first-year student just starting out or a senior looking for specific technical advice, you'll find valuable information here to support your academic success.
diff --git a/to-be-studied/live-wiki/2026-08-02/useful-guides/housing-guide.md b/to-be-studied/live-wiki/2026-08-02/useful-guides/housing-guide.md
new file mode 100644
index 0000000..05cb433
--- /dev/null
+++ b/to-be-studied/live-wiki/2026-08-02/useful-guides/housing-guide.md
@@ -0,0 +1,66 @@
+> Source: https://wiki.msvincognito.nl/useful-guides/housing-guide
+> Captured: 2026-08-02
+
+# Housing Guide
+
+A Comprehensive Guide for Finding Housing in Maastricht Without Getting Scammed
+
+This guide was written by one of the Incognito board members (Botond) in 2025 to help out the current incoming students. He tried to include everything to the best of his abilities but if in doubt always refer to the official site or [mymaastricht.nl](https://mymaastricht.nl)
+
+**First of all:** Most of the rooms will start appearing in May since all the final year BSc students will get their MSc course response around that time, you can still find rooms before this of course and you should start looking now if you want to avoid major headaches (trust me, it’s though).
+
+That being said you essentially have **3 options** when it comes to sources that I’d recommend with the **upsides** and **downsides:**
+
+### [\- **Facebook groups**](#facebook-groups)
+
+You will find **most private offerings** here (aka not offered by a company) usually rooms in a shared house. Most of the rooms are posted here and the **competition is really high**, so expect to check every hour throughout the week if you want to find a room in rush time. **You’ll find one eventually, but you need perseverance.** Of course a large open market means a **lot of scammers.** If you want to avoid them I have some general guidelines and tips in the second part of this guide.
+
+### [\- **Maastrichthousing.com**](#maastrichthousingcom)
+
+This is the official housing site supported by the uni. They have a one-time fee of 35 euros. They just changed the model from a weird signup-time-related ranking system to **first-come first-reserve** so it will give more chances to EU students to get houses through it. (Previously if you were international you got +4 years to your account pushing you to the top of the list.) This platform both has **private and business** offerings as well as uni-offered **UM Guesthouses** (with a 1-year contract) and close to zero scams since everyone is verified. Since they have a new model I can’t say how easy will it be to get a room through them but you can list the rooms without an account so you don’t necessarily need to sign up.
+
+### [\- **Housing Agencies and Student Hotels**](#housing-agencies-and-student-hotels)
+
+There are a bunch of legitimate and less legitimate agencies offering housing for students as well as student “hotels” where you can stay. You can find out about them by just looking them up on Google. One way of finding rooms is by just calling them or coming to the city and literally knocking on doors until someone gives you a room. Student “hotels” that I know about include Nido and Sorbonnelaan, they offer studios for a bit higher prices but I haven’t heard anything bad about them so far aside from the price. (Nido can be cheaper tho)
+
+> There are other housing sites like Kamernet but they are useless and expensive. Not to mention if you forget to cancel your subscription and you just decline the transaction/use a one-time virtual card they will still bill you and if they can’t reach you they will just send a debt collection agency to your house.
+
+* * *
+
+## [**Here’s the how not to get scammed part:**](#heres-the-how-not-to-get-scammed-part)
+
+### [**General guidelines:**](#general-guidelines)
+
+- **ALWAYS** request a viewing!!! If the landlord can’t arrange an (online) viewing for **any kind of made-up reasons** —\> **SCAM**
+- **NEVER** send **any** kind of personal document (passport/ID) until you are **certain** that the place is legitimate. I’ve encountered numerous situations where scammers tried to use the passports/IDs of other individuals to impersonate them.
+- If something seems **too good to be true, it is**
+- **Always** ask **for the precise address and the landlord’s name** so you can verify them (you can see the process in the pro-tips section)
+- **Cross-check photos,** many times scammers upload photos from different places, if they don’t seem to match you can rule the place out without wasting time on it
+- **Always** ask **what’s included and what’s excluded** from the rent price, sometimes utilities, taxes, and the internet are excluded and they can get expensive.
+- Ask for the rent period, sometimes it’s limited, sometimes it’s a 1-year contract, sometimes it’s undefined.
+- Ask for and **SIGN a rental contract BEFORE transferring ANY money.** (**Reservation fees are non-existent,** if someone asks for them —\> **SCAM**)
+- If you are messaging on WhatsApp and the **landlord’s phone number is not a Dutch phone number (or Belgian in some cases) —\> SCAM**
+
+### [**Guidelines for Facebook ads:**](#guidelines-for-facebook-ads)
+
+- First of all, **check the profile.** If it was registered in the last few years, that’s a **red flag**
+- **Check the profile picture, uploaded photos, and public posts.** Most of the scam profiles will have **stock photos/stolen pictures** of people on them.
+- If the main location of the landlord is **not in NL —\> SCAM**
+- You might find other people pointing out that the ad is a scam in the comment section
+
+### [**Guidelines for housing agencies:**](#guidelines-for-housing-agencies)
+
+- Housing agencies usually have some kind of fee if they are not the owner of the place. Try to avoid these since they can get pretty pricey. If this is too expensive it’s likely a scam.
+- **Always look up the company before interacting with them.** Legitimate businesses will always have online reviews.
+- If the company is not based in the NL —\> **SCAM**
+- If the company doesn’t have a Dutch phone number —\> **SCAM**
+
+* * *
+
+## [**Pro tips:**](#pro-tips)
+
+- In the NL you can look up the owners of properties for a small fee to be certain that the place is owned by the landlord. (I heard stories of people viewing in person and the “landlord” disappearing afterward so I think this is worth it once you're certain you got the place.) *Read more here: [https://www.kadaster.nl/producten/woning/eigendomsinformatie](https://www.kadaster.nl/producten/woning/eigendomsinformatie)*
+- If you can’t go to an in-person viewing and you want to make sure that the place is legitimate there’s a startup called Uni-View in Maastricht that will take care of the viewing for you by sending a local to your viewing. Of course, you can always opt for online viewings too. *Read more: [https://www.uni-view.nl](https://www.uni-view.nl)*
+- If you get an unfurnished room that’s perfectly fine. We have a couple of second-hand shops and a thriving second-hand market in Maastricht so you can find furniture for cheap if not free. Of course, you always have the option to order from IKEA as well as from Heerlen.
+- **Action is the best store ever for broke students.** It’s essentially eBay.com in a physical form. If you need any household supplies, utilities, appliances, bike parts, small furniture, or bedding check them first. They’ll be the cheapest and they actually have adequate quality for the price.
+- For any other information check out [https://mymaastricht.nl](https://mymaastricht.nl). They’ll have the answer for everything you are looking for.
diff --git a/to-be-studied/live-wiki/2026-08-02/useful-guides/laptop-buying-advice.md b/to-be-studied/live-wiki/2026-08-02/useful-guides/laptop-buying-advice.md
new file mode 100644
index 0000000..23beb1e
--- /dev/null
+++ b/to-be-studied/live-wiki/2026-08-02/useful-guides/laptop-buying-advice.md
@@ -0,0 +1,75 @@
+> Source: https://wiki.msvincognito.nl/useful-guides/laptop-buying-advice
+> Captured: 2026-08-02
+
+# Laptop Buy Advice
+
+A survival guide to the Department of Advanced Computing Sciences at Maastricht University
+
+This guide is from our old wiki and was last updated at 14/06/2021. Most of the facts in the guide are still correct but choose a bit more powerful laptop than these.
+
+##### Update
+
+The **minimum** requriment for a **new** laptop should be: **16GB of RAM, 512GB of SSD and a medium-range (i5 or better) processor**
+
+**Macbooks** with M-series processors are also fine for the course. (You might have some compatibility issues but most of them can be resolved.)
+
+For the **Data Science and AI related courses** (both BSc and especially MSc) we **highly** recommend laptops with **Nvidia GPUs** since they support CUDA.
+
+* * *
+
+MSV Incognito often gets questions from prospective students about the hardware required to follow a programme at our studies. To streamline things, we've created this short page.
+
+* * *
+
+## [Laptop Required?](#laptop-required)
+
+Having a laptop is required for the computer labs in certain courses. It also is very handy for the group projects. You'll need a laptop to write, compile and run Java, Python, and C code. This will, of course, take longer on low-end laptops.
+
+### [Guidelines:](#guidelines)
+
+- **No Chromebook!** The laptop must run Windows, Linux, or macOS. This guide only covers Windows laptops, because that is what companies sell and new MacBooks are generally powerful enough anyway.
+- **AMD Ryzen or modern Intel processors** are both fine. Please note that AMD Ryzen CPUs are only recently becoming available in laptops.
+- **15.6"** is the most used size. While 14" is still fine depending on your preferences, everything smaller can give difficulties when typing a lot of code (keyboard size) and reading code (screen size and resolution). 17" laptops are rather big to transport. However, this is down to personal preference.
+- **Make sure you get a laptop with the keyboard layout you are used to.** Probably QWERTY for Dutch students, QWERTZ for Germans, AZERTY for French and (some) Belgians.
+
+* * *
+
+## [Laptop Tiers](#laptop-tiers)
+
+To be blunt: Everything that can run Windows 10 or a recent Linux variant properly should suffice. In theory, you can manage your studies on a laptop with a low-power Intel/AMD processor, 2GB RAM, and 16GB flash memory. But that will lead to annoyances and is not something we recommend.
+
+On the other side, everything will also run on a laptop with a high-end multi-core AMD/Intel processor, 32GB RAM, and 1TB SSD. Depending on your budget you can even add a dedicated graphics card.
+
+> The prices here are indications. Many other factors such as screen quality, battery life, build quality, etc. influence the price. There are many websites on the internet that provide quality reviews to inform you about specific laptop models. Consider finding the right laptop a small precursor to doing academic research for the projects during your studies ;)
+
+* * *
+
+### [± €200](#_200)
+
+This is the "**it runs**" category — the territory with an Intel Atom/Celeron processor, 2GB RAM, and 16GB storage. We don't recommend this, but as long as it runs Windows or Linux, it is technically possible to finish the tasks required for the study.
+
+* * *
+
+### [± €400](#_400)
+
+This territory is perfect for a student with a limited budget. Laptops with a recent Intel Core i3 or AMD Ryzen 3, 4GB RAM, and 128GB SSD are available.
+
+* * *
+
+### [± €600](#_600)
+
+The best price/performance ratio will be around this price range. A recent Intel Core i5 or AMD Ryzen 5, 8GB RAM, and 256GB SSD is a good configuration for a laptop and will run anything required for your studies with no problem.
+
+* * *
+
+### [± €800](#_800)
+
+If you have a bigger budget, a laptop with a recent Intel Core i7 or AMD Ryzen 7, 8GB RAM, and 256GB SSD will give a minor speed boost over the previous tier. This is also the range where laptops get something that resembles gaming-capable graphics cards.
+
+* * *
+
+### [Gaming](#gaming)
+
+If you want your laptop to be able to run games that aren't *League of Legends* or other light games, the options generally start around **€900**. There are laptops in that category with an AMD or Nvidia GPU capable of running most games.
+
+Medium and high-end gaming laptops are **€1000–€3000**. However, that is outside the scope of this page, since it is not needed for your studies 😉
diff --git a/to-be-studied/live-wiki/2026-08-02/useful-guides/linux-tricks.md b/to-be-studied/live-wiki/2026-08-02/useful-guides/linux-tricks.md
new file mode 100644
index 0000000..7eab789
--- /dev/null
+++ b/to-be-studied/live-wiki/2026-08-02/useful-guides/linux-tricks.md
@@ -0,0 +1,75 @@
+> Source: https://wiki.msvincognito.nl/useful-guides/linux-tricks
+> Captured: 2026-08-02
+
+# Linux Tricks
+
+GNU/Linux tricks for Maastricht University
+
+This guide is by one of our former board members and was last updated at 15/01/2020.
+
+* * *
+
+This repository contains commands and configs I found useful regarding the use of University services. Some of these may be distro-specific so your mileage may vary.
+
+Mentions of `` refer to the UM username, e.g. `i6123456` including the `i`.
+
+## [Eduroam](#eduroam)
+
+### [Netctl](#netctl)
+
+Below is a config for `netctl` that works with Eduroam.
+
+`/etc/netctl/wlp3s0-eduroam`
+
+`Description='eduroam' Connection=wireless Interface=wlp3s0 Security=wpa-configsection ESSID=eduroam TimeoutWPA=10 IP=dhcp WPAConfigSection=( 'ssid="eduroam"' 'proto=WPA2' 'key_mgmt=WPA-EAP' 'eap=PEAP' 'phase2="auth=MSCHAPV2"' 'identity="@unimaas.nl"' 'password=""' )`
+
+## [VPN](#vpn)
+
+### [OpenConnect](#openconnect)
+
+[OpenConnect](https://wiki.archlinux.org/index.php/OpenConnect) can be used to connect to the University VPN, for instance to gain access to journals.
+
+Installation on Arch:
+
+`sudo pacman -S openconnect`
+
+Installation on Debian/Ubuntu/Mint:
+
+`sudo apt-get install openconnect`
+
+Having installed it simply run:
+
+`sudo openconnect vpn.maastrichtuniversity.nl -u `
+
+Type in your password, and you're in!
+
+### [EZproxy](#ezproxy)
+
+Alternatively, you may use [EZproxy](https://www.oclc.org/nl/ezproxy.html) from within your browser for access to literature as described [here](https://linuxunimaas.blogspot.com/2013/11/reading-literature-from-home-with-your.html).
+
+### [Cisco Anyconnect](#cisco-anyconnect)
+
+You can also use [Cisco Anyconnect](https://www.cisco.com/c/en/us/support/security/anyconnect-secure-mobility-client/tsd-products-support-series-home.html) software to connect it via a graphical interface as explained in the [ICT manual](https://kb-icts-maastrichtuniversity-nl.ezproxy.ub.unimaas.nl/pages/viewpage.action?pageId=20513914)
+
+## [File service](#file-service)
+
+The University file service is accessible with [Samba](https://wiki.archlinux.org/index.php/samba). Note that it seems you need to be physically present and connected to the university Eduroam to make use of the file services.
+
+You can use `smbclient` to get a list of network drives:
+
+`smbclient -L mfs.maastrichtuniversity.nl -U `
+
+You may use CIFS (e.g. install `cifs-utils` on Arch) to mount the drives directly. In order to mount your private drive directory in `/media/unimaas/userdata` run:
+
+`# Create a mountpoint sudo mkdir -p /media/unimaas/userdata # Mount it sudo mount -t cifs //mfs.maastrichtuniversity.nl/users/students//data /media/unimaas/userdata -o username=@unimaas.nl,vers=2.0,uid=$(id -u),gid=$(id -g)`
+
+More information may be found in the [ICTS Manual - UM drive mappings](https://kb-icts-maastrichtuniversity-nl.ezproxy.ub.unimaas.nl/display/ISM/Manual+File+Service+-+Mapping+UM+network+drives+in+Windows).
+
+### [VMware Horizon](#vmware-horizon)
+
+Like any other platform, you can download the [Horizon Client](https://www.vmware.com/go/viewclients#linux64) and access to your Student Desktop Anywhere. Careful tho, it's Windows.
+
+## [Useful resources](#useful-resources)
+
+- [Linux @ Maastricht University blog](https://linuxunimaas.blogspot.com/)
+- [ICTS Manual from within MAASnet](https://kb.icts.maastrichtuniversity.nl/display/ISM/ICTS+Servicedesk+Manuals) and [by proxy](https://kb-icts-maastrichtuniversity-nl.ezproxy.ub.unimaas.nl/display/ISM/ICTS+Servicedesk+Manuals)
diff --git a/to-be-studied/live-wiki/2026-08-02/useful-guides/survivingdacs.md b/to-be-studied/live-wiki/2026-08-02/useful-guides/survivingdacs.md
new file mode 100644
index 0000000..68afbaa
--- /dev/null
+++ b/to-be-studied/live-wiki/2026-08-02/useful-guides/survivingdacs.md
@@ -0,0 +1,397 @@
+> Source: https://wiki.msvincognito.nl/useful-guides/survivingdacs
+> Captured: 2026-08-02
+
+# DACS Survival Guide
+
+A survival guide to the Department of Advanced Computing Sciences at Maastricht University
+
+This guide was composed by several students from DACS (formally DKE). It has been reviewed on 05/07/2022 but still needs improvement, especially updates to the prices and relevant information for possibilities around the new building at Paul-Henri Spaaklaan 1. A new part has been added at the end. It mostly concerns high-achieving and/or very career-oriented students. Any opinion on this guide is attributed to the person who wrote it and is not a statement from Incognito.
+
+## [Uni](#uni)
+
+### [Projects](#projects)
+
+- Before starting *any* project; look up the problem in the book AI: Modern Approach (Russell & Norvig).
+ *This generally saves you about 4 weeks of work*
+- There will come a time when running a long experiment for 3 days straight, where it will crash on the 3rd day without any output.
+ *Obviously, day 4 is presentation day.*
+ - Ensure that you write out results while an experiment is running to a text file. It's a one-liner you can look up on StackOverflow.
+- Depending on that one guy in your group to do the coding for you is the quickest way to fail DKE. Yes, you will skate by. However, come the harder single assignments (year 2/3, Bachelor Thesis) you *will* crash and burn.
+- Learn about version control.
+ - Lookup `git` on Google
+ - Get confused because of the pages upon pages of documentation, then download `SmartGIT`
+ - Learn to select files, then press `Commit`.
+ - Come to the understanding that you now have the power to `"quick-save"` all documents, not just code, and go back in time.
+ - Regret all life decisions as you did not commit your work during that all-nighter before the presentation and you can't replicate your results... or get any results for that matter.
+ - Seriously, before changing anything, *COMMIT YOUR WORK*.
+- Learn about `LaTeX`. No, not that kind of latex.
+ - Use `TexMaker`, `Overleaf` or some online WYSIWYG LaTeX editor.
+- Might seem like a no-brainer but.. attend the project examinations.
+
+### [Books & Articles:](#books-articles)
+
+- Use the [library search](https://library.maastrichtuniversity.nl/) while being authenticated with your UM account
+- PDF/Epubs of books and articles can be obtained from Library Genesis *(All sorts of literature, including comics etc)* See:
+ - [https://en.m.wikipedia.org/wiki/Sci-Hub](https://en.m.wikipedia.org/wiki/Sci-Hub)
+ - [https://en.m.wikipedia.org/wiki/Library\_Genesis](https://en.m.wikipedia.org/wiki/Library_Genesis)
+ - [https://en.m.wikipedia.org/wiki/Library.nu](https://en.m.wikipedia.org/wiki/Library.nu)
+- Check with your professor whether the literature has changed recently. If not, get it second-hand from Facebook, or use your social skills.
+- Check the library several weeks before the start of the actual course for free. You can extend up to 10 times without having to spend any money.
+
+### [Studying](#studying)
+
+- *Time management*. The key to success is to identify when you will be swamped with work, and when not, and plan around that.
+ - Week 1-4 in a block are the "Party/holiday" weeks.
+ - Week 5-7 are the "Now let's get shit done" weeks.
+- No matter how well you got by doing things last minute in high-school / previous programs, you will crash and burn if you maintain the same attitude at DKE.
+ - Cry {INSERT TIME X} from now when you realize that we told you this and you choose to ignore it.
+ - No, this is not a challenge to showcase how intelligent you are because you *could* finish course *X* while you "only studied the night before" / "not at all".
+ - Realize that discipline vs. intelligence is very much like the tortoise vs the hare.
+- Realize that every year builds upon the knowledge in the years before.
+ *Courses, in general, aren't standalone.*
+ - Yes, you might finish `Calculus` with a 6 by cramming hard last minute. But you'll pay for it every math course coming afterwards.
+- **BONUS EXERCISES**: Easy way to get your grade up, and they often come back on exams.
+- If you are easily distracted:
+ - Try to limit all distractions. Try studying at the library / DKE (see next section), change your OS, etc.
+ - Study in 45-minute intervals (check out the pomodoro technique) and reward yourself after each interval (go outside, etc)
+- DKE has a lot of contact hours, but attending lectures (without sitting in the back, gaming) will give you ample time to do work ensuring that you're free afterwards.
+ - Most of the time, courses are linked to your current project. There will be insights you can gain to solve certain problems.
+ - Be sure to at least skim the lecture pages, so that you don't spend several hours discovering something that someone from another project group got handed to them in week 1.
+
+### [Exams](#exams)
+
+- During normal semesters you will be swamped with project work in the week before exams.
+ There are two kinds of students:
+ - Those who study in week 6 (or earlier) instead of 7, and pass.
+ - And those that don't because they have to finish the project presentation, code, report, experiments AND FINALLY study.
+- Review before exams with a group of students.
+- Bring snacks (e.g.: bananas) & water. But don't you dare bring anything that makes noise.
+- [http://wiki.msvincognito.nl](http://wiki.msvincognito.nl) tends to have old exams you can use to practice.
+ - Make sure to do practice exams without your notes at least once. Besides the obvious, it forces you to acknowledge where you might want to spend more time practising. `Protip: Print out lectures on paper before the lecture and take notes on them. Or take notes on lecture slides with a tablet.`
+- In case you do not know how to fully answer a question, **write comments for the examiner**. For example, you cannot work out an exercise, however, you know which technique you need to use and you can work it out on other examples. Describe it. You might get a few points still.
+- **Provide justification for *everything***. This is how you will get maximum marks for questions. You might know everything for the exam, yet get an 8 because you did not explicitly explain your answers. Get these easy points with proper justification.
+
+### [Programming](#programming)
+
+- Programming subjects are ideal for self-study.
+ *Your development environment (IDE) and compiler give you an interactive feedback loop that quickly allows you to learn how to properly program. You have an automated system that will provide you with corrections.*
+- For those new to programming, realize that you are learning three things at once:
+ - A new language; its syntax and vocabulary (API)
+ - A new way of thinking; how to go from problem to code.
+ - How to debug a logical program, and doubt everything about yourself.
+ *Divide up the learning process into these three categories and tackle them individually*
+- If you find that all of these things above are too much all at once, use an online code learning website such as codecombat.com, codecademy.com, or codingbat.com/java.
+ - They tend to use more forgiving language.
+ - They provide more 'meaningful' and shorter challenges. Above all, they give proper hints and personal feedback.
+- Realize that truly learning how to program comes by doing projects of *your* interest.
+- If you don't know what `Stackoverflow` is, google it and learn to love it.
+
+### [Math](#math)
+
+- Realize that there is a ton of high-quality study material on the internet that you can partake in at your own speed, and ask questions anonymously.
+ - Calculus: [https://www.khanacademy.org/](https://www.khanacademy.org/)
+ - Linear Algebra: [http://ocw.mit.edu/courses/mathematics/18-06-linear-algebra-spring-2010/](http://ocw.mit.edu/courses/mathematics/18-06-linear-algebra-spring-2010/)
+ - See [MIT OpenCourseWare](https://ocw.mit.edu/), [Coursera](https://www.coursera.org/), [Udacity](https://www.udacity.com/) etc.
+
+ `Caveat: Online videos aren't a replacement for lectures, as sometimes courses require specific techniques outlined in said lectures.`
+
+- If you have trouble understanding certain concepts, try searching online for "visualizations". Most often someone made a very good visualization of concepts that you can interact with to grasp a subject in minutes, which normally through text can take forever to grasp.
+ - Eigenvalues & vectors: [http://setosa.io/ev/eigenvectors-and-eigenvalues/](http://setosa.io/ev/eigenvectors-and-eigenvalues/)
+ - Markov Chains: [http://setosa.io/ev/markov-chains/](http://setosa.io/ev/markov-chains/)
+ - Machine Learning: [http://www.r2d3.us/visual-intro-to-machine-learning-part-1/](http://www.r2d3.us/visual-intro-to-machine-learning-part-1/) etc...
+- Realize that doing the actual exercises is **crucial** for math courses.
+- Realize that you fundamentally lack the ability to review and correct your own exercises without outside help if you don't fully grasp the subject.
+ - Get a solutions manual, preferable one that shows you the steps of calculation.
+ - Set up a group of students to review the course material. Split it up into sessions for making exercises and theory reviews. Get an experienced student to help with the theory review.
+ - Help a group of students if you are experienced. The best way to review theory is to see if you can explain it to someone else.
+
+## [Thesis](#thesis)
+
+- Pick a topic that you know you can finish in 30% of the time.
+ - By definition, you're not experienced enough yet to estimate how long something will take, so you'll still run short.
+ - Try to limit risk or aspects over which you have no control. At the very least factor them in your estimation. E.g.:
+ - Robotics: the robot could malfunction/break. You have to deal with signal noise on sensors. (Your excellent algorithm might work in lab conditions, but sadly fails miserably on sensors.)
+ - Data-Mining: the dataset could be of shit quality (which happens about 95% of the time when dealing with real-world datasets). The dataset could be so big that any decent algorithm will blow up your little 32GB RAM 'workstation'. Yes, I said 32GB of RAM was little. And obviously, the cluster that does have RAM is currently in use by some other student/PhD.
+- Realize that "even bad results are results" is a blatant lie.
+ - On that note: *DO NOT* falsify results.
+
+## [A word about grades](#a-word-about-grades)
+
+This document has different authors therefore also slightly different opinions on matters. In contrast to what has been written in the last chapter if you don't identify the necessary resources to participate in extra activities then simply don't do it. It is very easy to dissipate your energies facing the many offers at UM. Furthermore, one rather calming theme for your studies can and should be: *Do not care about grades.* The only truly relevant challenge is to pass a course, even with a six. Especially many Bachelor students start of from high school where they are used to easy-As and perfectionism developed. It will not help you trying to keep up with that. The Dutch and even more Maastricht grading system is meant to keep you at a very average sounding grade and it takes immense skill to get an 8.5+ average GPA. Keep in mind that in your home country the best grade does not translate to a ten in the Dutch system. For example, the best grade in the German one-to-six system (where lower is better) 1.0 [can be translated](https://www.rwth-aachen.de/global/show_document.asp?id=aaaaaaaaaamlewj) to 8.5 at UM. Also, there is no good reason to compare yourself too much to your fellow students or you will be discouraged.
+
+## [Living](#living)
+
+### [Sustainability guide](#sustainability-guide)
+
+Maastricht for climate has a very handy and complete guide on how to be sustainable in Maastricht. It can be found [here](https://www.maastrichtforclimate.nl/sustainability-guide/).
+
+### [Cost of living](#cost-of-living)
+
+A great overview about the general costs is listed on [Numbeo](https://www.numbeo.com/cost-of-living/in/Maastricht).
+
+### [Housing](#housing)
+
+- Sign up with [Maastricht Housing](https://www.maastrichthousing.com) ASAP. Housing waiting lists are done based on the time you've been registered.
+- Small student rooms run about 300-450€ out of the centre, 400€-500€ in centre. Expect to pay about 50€ more in your first year.
+- Room availability tends to be highest December-May; as most students finish their study then, coupled with low demand.
+- Pre-rent before your arrival if necessary
+
+### [Food](#food)
+
+#### [Dinner](#dinner)
+
+Decent, not too expensive (by Maastricht standards)
+
+Type
+
+Location
+
+Where
+
+Price
+
+General
+
+Cato-by-Cato
+
+Near Library
+
+€
+
+General
+
+Mensa
+
+Near Economy Faculty
+
+€ (Use UM card)
+
+Burrito
+
+With love burrito
+
+Markt
+
+€€
+
+Dinner
+
+Preuverij
+
+Kakeberg 6 (Near SSC)
+
+€€
+
+Pizza with group
+
+Donatello's
+
+Tongersestraat 30 (Near Tapijn)
+
+€€
+
+Vietnamese
+
+Saigon Cuisine
+
+Boschstraat 113 (near Market)
+
+€€
+
+Takeout Grill
+
+Paru
+
+€ (Special 5€ deal on pizza)
+
+#### [Lunch / Breakfast](#lunch-breakfast)
+
+Type
+
+Location
+
+Where
+
+Price
+
+General
+
+Cato-by-Cato
+
+Near Library
+
+€
+
+General
+
+Cafetaria ToneelAcademi
+
+Next to Tapijn (\*)
+
+€
+
+Sandwich
+
+Delibelge
+
+Near DKE
+
+€€
+
+Breakfast
+
+HEMA
+
+Centre of Town
+
+€€
+
+(\*) Secret entrance is the studded brown door, walk until you see a downwards staircase on your left, follow it down until you get to the cafetaria. See: [https://tinyurl.com/yb3ggrj3](https://tinyurl.com/yb3ggrj3)
+
+`Protip: After a hangover, order eggs on bread + ham,cheese and a freshly pressed glass of juice. Breakfast of kings for ~4€. (They have filter coffee & sandwiches as well)`
+
+#### [Cooking](#cooking)
+
+- Great site, good food, not costly: [http://www.budgetbytes.com/](http://www.budgetbytes.com/)`Protip: Check out "Taco Pasta"`
+- Market on friday sells a bag of fruit/vegetables for 5€.
+- Go to the ALDI or Lidl (cheaper supermarket) once in a while for 'stockups'.
+
+### [Must have](#must-have)
+
+- Work late at night, or long hours on PC? Install F.Lux or Redshift
+ *(Ensures your eyes will last)*
+- Gym & Sports all year == 180€ @ UM Sport
+ *Do some form of sport (e.g.: bouldering) as even the tiniest bit of exercise will give you energy.*
+- Get a bike as soon as possible, you can get an used "omafiets" for around 50 €; also be aware of an old saying "In Maastricht you don't buy a bike, you rent it temporarily." so don't get anything to fancy or it *will* be stolen. Only get a [Swapfiets](https://swapfiets.nl/en-NL) if you need to bridge a short period as it is very expensive.
+- Get an [OV-chipkaart](https://www.ov-chipkaart.nl/home-1.htm) to use public transport. If you have friends or family coming to visit you, you can get them an "NS fiets" from the station if you sign up for a free subscription.
+
+### [More on Transportation](#more-on-transportation)
+
+- Things to look out for when buying a second-hand bike:
+ - Check if all gears are in working order. (Especially second gear as its an expensive fix) Watch out for worn down teeth.
+ - Check if both brakes work properly.
+- You can buy bikes from Jules, student bike shops, or Facebook groups. (Watchout for stolen bikes on the FB groups)
+- Get cheap lights from the HEMA so you don't get fined by the police. They patrol the centre of town semi-regularly.
+- Besides the obvious chance of theft, don't leave your bike unattended for more than a week as the municipality removes 'discarded' bikes.
+
+## [Social](#social)
+
+- DACS is relatively unique in the fact that due to its size students of all years tend to communicate with each other.
+ Knowing someone from the years above you is a good thing (TM).
+- Incognito tends to organize a wide range of activities for people of varying interests.
+ - Ask an aKTie member when certain events of interest will be hosted, or whom you can contact for certain interests.
+
+### [Groups](#groups)
+
+- Boardgames: [https://www.facebook.com/groups/395260880543893/](https://www.facebook.com/groups/395260880543893/)
+- Roleplaying: [https://www.facebook.com/groups/322206474811704](https://www.facebook.com/groups/322206474811704)
+- Programming: [https://www.facebook.com/groups/937739742957425/](https://www.facebook.com/groups/937739742957425/)
+- Magic - The Gathering: [https://www.facebook.com/groups/magicmaastricht/](https://www.facebook.com/groups/magicmaastricht/)
+
+## [Sights](#sights)
+
+- Carnival (around February) is something you should have witnessed once.
+ A 'gentle' introduction is done on November 11th on the Vrijthof.
+- Go to the top of the local "mountain", Sint Pietersberg.
+
+## [Try hard mode](#try-hard-mode)
+
+What follows is the advice for students who are very peculiar about their uni life and want the most of it academically. They seek the most of every career possibility, sometimes to a ridiculous level. They are usually referred to as *try-harders*.
+
+### [Gaining experience](#gaining-experience)
+
+Some companies value soft skills. Some do not care that much about them and focus on your professional abilities. In general, however, it is a good idea to do something else than just very technical endeavours as you will have to work in teams in the future. Thus, the following are good additions to your CV:
+
+- Organising events (career day, hackathon, LAN party, AI meetup)
+- Something non-technical (especially dealing with people) is a good addition to your CV as well: being an active member of MSV Incognito committees, Student Ambassador, etc.
+- More and more reading groups are emerging in DACS. It is a good idea to join them (or start one yourself) and extend your knowledge, perhaps carry out some project in Machine Learning, Mathematics, etc.
+
+For additional material regarding undergraduate studies and gaining experience, consult the blog of Andrej Karpathy (a leading researcher in AI): [https://cs.stanford.edu/people/karpathy/advice.html](https://cs.stanford.edu/people/karpathy/advice.html)
+
+#### [Honours programme (Bachelor students)](#honours-programme-bachelor-students)
+
+Students with a good GPA (\>7.5) are invited to join the honours programme. You can get experience in industry and get a small salary (KE@Work) or get research experience and potentially publish a paper (even before your thesis!) (MaRBLe).
+
+Pros of KE@Work:
+
+- A small stipend (€500-550)
+- Two-year project (no normal projects)
+- Two years of intern/job experience after graduating
+- A lot of time to work on the topic of your thesis
+- Again, you don't need to do the projects
+
+Cons of KE@Work:
+
+- Little money compared to an actual job
+- Two-year commitment (no possibility of going abroad, have to work during summers)
+- Usually your bachelor thesis has to be on the topic that you explore in the company
+- People sometimes have really bad experiences (company goes bankrupt, project is uninteresting, company does not treat your properly)
+
+Pros of MaRBLe:
+
+- A year (or more) of research experience (great for graduate programmes or other research endeavours)
+- Possibility of publishing papers, going to conferences/workshops
+- Gaining valuable experience before your bachelor thesis
+- Possibility of going abroad in year 3 (MaRBLe can last for 1 year or optionally 1.5 years)
+
+Cons of MaRBLe:
+
+- Project can be very vague
+- There is a possibility the students will not work on something that interests them
+- Quite difficult to get good results, something worth publishing
+- In some situations it might seem that you are working a lot for someone and not getting paid
+
+More info [here](https://www.maastrichtuniversity.nl/research/department-advanced-computing-sciences/education/honours-programme).
+
+#### [Internships](#internships)
+
+It is indeed difficult to do an internship during summer as DKE students have short (~2 months) summers. However, it is still possible to find them. In addition, it is possible to get a part-time and/or remote internship during your studies. `Protip: if you are interested in working on an open-source project during the summer and getting paid for it, check out https://summerofcode.withgoogle.com/ and https://socis.esa.int/`
+
+#### [Mentorships](#mentorships)
+
+Another way of getting experience and/or broadening your horizons is networking. These can usually be done part-time, so they do not interfere too much with your studies. One example: [https://hellomentor.nl/](https://hellomentor.nl/).
+
+#### [Jobs](#jobs)
+
+To get IT jobs, you will most likely need to already have experience. Be it an another internship, job, building your own projects, or contributing to open source projects. So getting a proper IT job will be very tough, especially for the first and second years.
+
+If you are in need of income and think that you have some time in the weekends, consider looking for work that needs doing in the weekends (duh) or work that has flexible schedules.
+
+Consider becoming a **Student Ambassador** for FSE or UM. Extra €100-150/month (depending on the amount of events) for relatively not much work. More info at [https://www.maastrichtuniversity.nl/maastricht-university-ambassadors-team](https://www.maastrichtuniversity.nl/maastricht-university-ambassadors-team). `Protip: inquire about the salary/hour - it depends on your age (if you are 21+, you get the biggest salary). Note: KE@Work people might not be eligible for tax reduction and thus earn less, inquire further to potentially apply for tax reduction.`
+
+### [Healthy, efficient, and productive mind and body](#healthy-efficient-and-productive-mind-and-body)
+
+If you consider your mind to be your greatest asset and realize that it can easily be affected by external stimuli, this is the section for you.
+
+#### [Sleeping](#sleeping)
+
+This cannot be stressed enough. Sleeping is essential for forming memories and thus learning. It can easily determine your mood and thus affect your next day's productivity. Manage your time to make sure you get enough sleep. More about it: [http://super-memory.com/articles/sleep.htm](http://super-memory.com/articles/sleep.htm)
+
+From [Andrej Karpathy's blog](https://cs.stanford.edu/people/karpathy/advice.html): "It has happened to me several times that I was stuck on some problem for an hour in the night, but was able to solve it in 5 minutes in the morning. I feel like the brain "commits" a lot of shaky short-term memories to stable long-term memories during the night. I try to start studying for any big tests well in advance (several days), even if for short periods, to maximize the number of nights that my brain gets for the material."
+
+One of the most important things to keep in mind: **going to bed drunk is detrimental to your sleep quality and consolidating memories**. So, if you have a test in a week or so, DO NOT drink hours before bed. A study going more in-depth: [https://www.theatlantic.com/health/archive/2017/12/even-small-amounts-of-alcohol-impair-memory/548474/](https://www.theatlantic.com/health/archive/2017/12/even-small-amounts-of-alcohol-impair-memory/548474/).
+
+`Protip: amazing book on sleep https://www.goodreads.com/book/show/34466963-why-we-sleep`
+
+#### [Managing $CO\_2$](#managing-co_2)
+
+This one is a bit far-fetched, one for the really paranoid ones.
+
+There are studies on the impact of $CO\_2$ on the human brain. It is unlikely that the level of $CO\_2$ in your flat/room will do actual damage to your brain, but usually, a relatively high level of it makes you sleepy, less able to concentrate, and less productive. The most effective way to reduce $CO\_2$ is to air your flat/room regularly. Check out [https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3548274/](https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3548274/).
+
+If you are intrigued by this, you could buy a $CO\_2$ monitor, track the $CO\_2$ level using it, and perhaps make some project out of it (an alarm system when the $CO\_2$ level is very high, etc.)
+
+#### [Ergononomic computer accessories](#ergononomic-computer-accessories)
+
+DACS students spend a lot of their time on computers. Our hand placement, sitting posture, viewing degree and distance are often not natural. Long-term effects can arise over time and can be a huge pain in the ass (sometimes literally) in the future. Thus:
+
+- It is a good idea to invest some time into creating a comfortable and harmless workstation.
+- Get an ergonomic mouse, some stand for your screen/laptop and other ergonomic accessories.
+
+#### [Managing your tasks](#managing-your-tasks)
+
+It is easy to get distracted from things you need to do. Apps like [Todoist](https://todoist.com/) and [Habitica](https://habitica.com/) help you focus, keep to your good habits, and in general get stuff done.
+
+#### [Listening to audiobooks](#listening-to-audiobooks)
+
+We, DACS students, do not have much time for just sitting down and enjoying a book. Unfortunately, we spend quite a bit of time in our daily lives commuting, grocery shopping, cooking, cleaning, and doing other not cognitively straining tasks. **This is a perfect opportunity to listen to your favourite audiobook!** You would be surprised how much time you spend doing these things, it is easy to go through 3-4 audiobooks per academic year. Consider investing into Audible for getting access to a wide variety of audiobooks. `Protip: check out https://librivox.org/ for free audiobooks recorded by volunteers.`
diff --git a/to-be-studied/manifest.json b/to-be-studied/manifest.json
new file mode 100644
index 0000000..cca3e6f
--- /dev/null
+++ b/to-be-studied/manifest.json
@@ -0,0 +1,595 @@
+{
+ "capturedAt": "2026-08-02",
+ "baseUrl": "https://wiki.msvincognito.nl/",
+ "pages": [
+ {
+ "url": "https://wiki.msvincognito.nl/",
+ "title": "Welcome to the Incognito Wiki!",
+ "path": "live-wiki/2026-08-02/index.md",
+ "contentHash": "f1dae2fe65c445a89efae3a2b2b88e9e00c942894d64a158a9fc1ce69c71edb5"
+ },
+ {
+ "url": "https://wiki.msvincognito.nl/artificial-intelligence",
+ "title": "Course Description",
+ "path": "live-wiki/2026-08-02/artificial-intelligence.md",
+ "contentHash": "f2bb513f738e2dd940b4c6c5be2295d65fc9c0c7a59e96a93edef0efefafea36"
+ },
+ {
+ "url": "https://wiki.msvincognito.nl/artificial-intelligence/course-description",
+ "title": "Course Description",
+ "path": "live-wiki/2026-08-02/artificial-intelligence/course-description.md",
+ "contentHash": "9643a34b326331798ab1ac3d512f8b65107b6eb4029bb364a40cec7797fea982"
+ },
+ {
+ "url": "https://wiki.msvincognito.nl/computer-science",
+ "title": "Course Description",
+ "path": "live-wiki/2026-08-02/computer-science.md",
+ "contentHash": "e815decc8bc817d8338a3950451f729790feec25fc06e9663cad6a7ce0139d39"
+ },
+ {
+ "url": "https://wiki.msvincognito.nl/computer-science/course-description",
+ "title": "Course Description",
+ "path": "live-wiki/2026-08-02/computer-science/course-description.md",
+ "contentHash": "c49356be86447c867a3f810e1d363ffa5946ccb58d32fe00e98dbbc8ff3e0cbb"
+ },
+ {
+ "url": "https://wiki.msvincognito.nl/computer-science/year-1/period-1/discrete-math",
+ "title": "Discrete Math",
+ "path": "live-wiki/2026-08-02/computer-science/year-1/period-1/discrete-math.md",
+ "contentHash": "86d41ebf54c4a06ae1334397ac12b9265a7f544d4e4e08b470536e01203140ff"
+ },
+ {
+ "url": "https://wiki.msvincognito.nl/computer-science/year-1/period-1/introduction-to-computer-science",
+ "title": "Introduction to Computer Science",
+ "path": "live-wiki/2026-08-02/computer-science/year-1/period-1/introduction-to-computer-science.md",
+ "contentHash": "70450e5ab314fe60566c2e34c45c7917e48092c9aae368d59b0212e36db8473a"
+ },
+ {
+ "url": "https://wiki.msvincognito.nl/computer-science/year-1/period-1/procedural-programming",
+ "title": "Procedural Programming",
+ "path": "live-wiki/2026-08-02/computer-science/year-1/period-1/procedural-programming.md",
+ "contentHash": "74974d0748d5556b4a76e989fa79f3d867c64c6d85b7b3a4a79ec744737cf313"
+ },
+ {
+ "url": "https://wiki.msvincognito.nl/computer-science/year-1/period-2/calculus",
+ "title": "Calculus",
+ "path": "live-wiki/2026-08-02/computer-science/year-1/period-2/calculus.md",
+ "contentHash": "218853c2512d11918ec8c3d3acc46410b85984fd9edc3d64897a6ceb817a6326"
+ },
+ {
+ "url": "https://wiki.msvincognito.nl/computer-science/year-1/period-2/logic",
+ "title": "Logic",
+ "path": "live-wiki/2026-08-02/computer-science/year-1/period-2/logic.md",
+ "contentHash": "8a3fbc65e99004f9d6e0574cd44c528de2228e564e1da79d07dca1641bcd9518"
+ },
+ {
+ "url": "https://wiki.msvincognito.nl/computer-science/year-1/period-2/objects-in-programming",
+ "title": "Objects in Programming",
+ "path": "live-wiki/2026-08-02/computer-science/year-1/period-2/objects-in-programming.md",
+ "contentHash": "49bfe7e9e808e0545bb82d5ca362eb6f20ead20e978b81d0431f84ae898815aa"
+ },
+ {
+ "url": "https://wiki.msvincognito.nl/computer-science/year-1/period-4/computer-architecture",
+ "title": "Computer Architecture",
+ "path": "live-wiki/2026-08-02/computer-science/year-1/period-4/computer-architecture.md",
+ "contentHash": "06aed781182d766660778176fd37588aa5c925f1f44e3b7c7d43dd1b32c1dd89"
+ },
+ {
+ "url": "https://wiki.msvincognito.nl/computer-science/year-1/period-4/data-structures-and-algorithms",
+ "title": "Data Structures and Algorithms",
+ "path": "live-wiki/2026-08-02/computer-science/year-1/period-4/data-structures-and-algorithms.md",
+ "contentHash": "baf4be6d4c90b578fbac4e0828b9bafcc8fd610efdf051bd6305c7092affba82"
+ },
+ {
+ "url": "https://wiki.msvincognito.nl/computer-science/year-1/period-4/linear-algebra",
+ "title": "Linear Algebra",
+ "path": "live-wiki/2026-08-02/computer-science/year-1/period-4/linear-algebra.md",
+ "contentHash": "45cb49e0947fce031c2a88c07f7e7fcf44a76e183b13b61e690f8b490529b134"
+ },
+ {
+ "url": "https://wiki.msvincognito.nl/computer-science/year-1/period-5/databases",
+ "title": "Databases",
+ "path": "live-wiki/2026-08-02/computer-science/year-1/period-5/databases.md",
+ "contentHash": "fb77eb359e619b751964582d2284d3dfa9a67930cd0aa409b0e28b5332ed0499"
+ },
+ {
+ "url": "https://wiki.msvincognito.nl/computer-science/year-1/period-5/discrete-math",
+ "title": "Algorithmic Design",
+ "path": "live-wiki/2026-08-02/computer-science/year-1/period-5/discrete-math.md",
+ "contentHash": "5f75ee338bd1d47b3eaaca147a50a3b4bc66d7927e1f9b1504b076d4682e9451"
+ },
+ {
+ "url": "https://wiki.msvincognito.nl/computer-science/year-1/period-5/statistics",
+ "title": "Statistics",
+ "path": "live-wiki/2026-08-02/computer-science/year-1/period-5/statistics.md",
+ "contentHash": "5a4aade2c259e63716cd304a12de970390d64788bf49d1572d7bbb6af66e67ff"
+ },
+ {
+ "url": "https://wiki.msvincognito.nl/computer-science/year-2/period-1/intelligent-user-interfaces",
+ "title": "Intelligent User Interfaces",
+ "path": "live-wiki/2026-08-02/computer-science/year-2/period-1/intelligent-user-interfaces.md",
+ "contentHash": "0773ccd8ed512d62600e15c9c0a09d40182faa936257e619ec674ac4953c984d"
+ },
+ {
+ "url": "https://wiki.msvincognito.nl/computer-science/year-2/period-1/introduction-to-artificial-intelligence",
+ "title": "Introduction to Artificial Intelligence",
+ "path": "live-wiki/2026-08-02/computer-science/year-2/period-1/introduction-to-artificial-intelligence.md",
+ "contentHash": "35c1e646e86a24ccb3b733ce50d396e90e4e5df5490f3af0b547281c4a79a0f8"
+ },
+ {
+ "url": "https://wiki.msvincognito.nl/computer-science/year-2/period-1/operating-systems",
+ "title": "Operating Systems",
+ "path": "live-wiki/2026-08-02/computer-science/year-2/period-1/operating-systems.md",
+ "contentHash": "3be453aa24bc372a9499b5dfb2d83cb9579c8601cae2e26dd610730822cff355"
+ },
+ {
+ "url": "https://wiki.msvincognito.nl/computer-science/year-2/period-2/computer-networks",
+ "title": "Computer Networks",
+ "path": "live-wiki/2026-08-02/computer-science/year-2/period-2/computer-networks.md",
+ "contentHash": "c4f4e1741b5c3f469360bf3c7bb76441981431c3bb9f02c61e9e1f73887c2f40"
+ },
+ {
+ "url": "https://wiki.msvincognito.nl/computer-science/year-2/period-2/software-engineering-and-architectures",
+ "title": "Software Engineering and Architectures",
+ "path": "live-wiki/2026-08-02/computer-science/year-2/period-2/software-engineering-and-architectures.md",
+ "contentHash": "5518c1c472c63b7338df1fa3a08c0ca9e98bb201d5447baafcb9b4e05aba6390"
+ },
+ {
+ "url": "https://wiki.msvincognito.nl/computer-science/year-2/period-4/computer-security",
+ "title": "Computer Security",
+ "path": "live-wiki/2026-08-02/computer-science/year-2/period-4/computer-security.md",
+ "contentHash": "c0a4cd18fcaf2b352e3dc9d855f69be3e31ad665b2cbf58e2e53333edefe79d3"
+ },
+ {
+ "url": "https://wiki.msvincognito.nl/computer-science/year-2/period-4/embedded-programming",
+ "title": "Embedded Programming",
+ "path": "live-wiki/2026-08-02/computer-science/year-2/period-4/embedded-programming.md",
+ "contentHash": "df91ff5e4bc7b65648cc565b057864d68027b71760fc91a4724cb23c437bec5c"
+ },
+ {
+ "url": "https://wiki.msvincognito.nl/computer-science/year-2/period-4/parallel-programming",
+ "title": "Parallel Programming",
+ "path": "live-wiki/2026-08-02/computer-science/year-2/period-4/parallel-programming.md",
+ "contentHash": "12a7783b3b3b66ff124bdb0be36398abafdba23b001a5374aa37c2eb12979eba"
+ },
+ {
+ "url": "https://wiki.msvincognito.nl/computer-science/year-2/period-5/numerical-methods",
+ "title": "Numerical Methods",
+ "path": "live-wiki/2026-08-02/computer-science/year-2/period-5/numerical-methods.md",
+ "contentHash": "5ac6e32f7aec0fad3f029b118e5cb8992b22e3c771b552d3bfb8f3312a4a0ad7"
+ },
+ {
+ "url": "https://wiki.msvincognito.nl/computer-science/year-2/period-5/principles-of-programming-languages",
+ "title": "Principles of Programming Languages",
+ "path": "live-wiki/2026-08-02/computer-science/year-2/period-5/principles-of-programming-languages.md",
+ "contentHash": "812984e7d026988a2ffe2df40324d8b0cabe67626324401b2d4fe0b456ba7e50"
+ },
+ {
+ "url": "https://wiki.msvincognito.nl/computer-science/year-2/semester-1-electives/ai-and-machine-learning",
+ "title": "M2-1: AI and Machine Learning",
+ "path": "live-wiki/2026-08-02/computer-science/year-2/semester-1-electives/ai-and-machine-learning.md",
+ "contentHash": "2a9c2fa9fa14f98d679fca0487b0e1a70a329f2df1db5d7266ab6eb3893d7e57"
+ },
+ {
+ "url": "https://wiki.msvincognito.nl/computer-science/year-2/semester-1-electives/intelligent-interaction",
+ "title": "M2-1: Intelligent Interaction",
+ "path": "live-wiki/2026-08-02/computer-science/year-2/semester-1-electives/intelligent-interaction.md",
+ "contentHash": "5bde093ab548a310d52436e6dc7293ad663fc1503da83d6bdf4db0f5b3e25895"
+ },
+ {
+ "url": "https://wiki.msvincognito.nl/computer-science/year-2/semester-2-electives/cybersecurity",
+ "title": "M2-2: Cybersecurity",
+ "path": "live-wiki/2026-08-02/computer-science/year-2/semester-2-electives/cybersecurity.md",
+ "contentHash": "50cdac28a00b910d538d050b832d2744a13f7d49fa0503cf3062cf9f3ffd7d01"
+ },
+ {
+ "url": "https://wiki.msvincognito.nl/computer-science/year-2/semester-2-electives/high-performance-computing",
+ "title": "M2-2: High Performance Computing",
+ "path": "live-wiki/2026-08-02/computer-science/year-2/semester-2-electives/high-performance-computing.md",
+ "contentHash": "f5e26b1d2703a51006afb6a1e2d96ce09273d0d335b3204c2caf922b504eeacf"
+ },
+ {
+ "url": "https://wiki.msvincognito.nl/computer-science/year-3/period-1-electives/digital-society",
+ "title": "Digital Society",
+ "path": "live-wiki/2026-08-02/computer-science/year-3/period-1-electives/digital-society.md",
+ "contentHash": "36358cc07f2f9a92fb715fa86885bde8eb6fa894470149009fc165694d433edb"
+ },
+ {
+ "url": "https://wiki.msvincognito.nl/computer-science/year-3/period-1-electives/game-theory",
+ "title": "Game Theory",
+ "path": "live-wiki/2026-08-02/computer-science/year-3/period-1-electives/game-theory.md",
+ "contentHash": "3f660e26354512df570abc31963bc31df505bfafd46aa9499ddbd5723cd18229"
+ },
+ {
+ "url": "https://wiki.msvincognito.nl/computer-science/year-3/period-1-electives/graph-theory",
+ "title": "Graph Theory",
+ "path": "live-wiki/2026-08-02/computer-science/year-3/period-1-electives/graph-theory.md",
+ "contentHash": "61cb7ec56ffecd2c40ada4c0d11c2c71ca977e6d2376fce1f9752e7800700edf"
+ },
+ {
+ "url": "https://wiki.msvincognito.nl/computer-science/year-3/period-1-electives/introduction-to-quantum-computing",
+ "title": "Introduction to Quantum Computing",
+ "path": "live-wiki/2026-08-02/computer-science/year-3/period-1-electives/introduction-to-quantum-computing.md",
+ "contentHash": "b63d8ef99a287a9bf106d13e27c30f46f806d53924345e0674bf8dea15bf5eb4"
+ },
+ {
+ "url": "https://wiki.msvincognito.nl/computer-science/year-3/period-1-electives/robotics-and-embedded-systems",
+ "title": "Robotics and Embedded Systems",
+ "path": "live-wiki/2026-08-02/computer-science/year-3/period-1-electives/robotics-and-embedded-systems.md",
+ "contentHash": "28a9e01b9e0b9c69bfa82ff6a0aff98e0a77d84e6396fb59050924d8bc49c108"
+ },
+ {
+ "url": "https://wiki.msvincognito.nl/computer-science/year-3/period-1-electives/ubiquitous-computing-iot",
+ "title": "Ubiquitous Computing & Internet of Things",
+ "path": "live-wiki/2026-08-02/computer-science/year-3/period-1-electives/ubiquitous-computing-iot.md",
+ "contentHash": "1b4c9145ed66e97ea51b1b38142c1e32d5b4169ddfbd1b7ceca291e4d4a1b065"
+ },
+ {
+ "url": "https://wiki.msvincognito.nl/computer-science/year-3/period-2-electives/block-chains",
+ "title": "Block Chains",
+ "path": "live-wiki/2026-08-02/computer-science/year-3/period-2-electives/block-chains.md",
+ "contentHash": "4fc7dc09f9c480c46087364a9c6d2e58096920e1e77f1f96de4d9cada4e7534a"
+ },
+ {
+ "url": "https://wiki.msvincognito.nl/computer-science/year-3/period-2-electives/cryptography",
+ "title": "Cryptography",
+ "path": "live-wiki/2026-08-02/computer-science/year-3/period-2-electives/cryptography.md",
+ "contentHash": "76ecde5aee32f3053ec697aa81be1fe01334e23b7b0b01a31af5b3608b997618"
+ },
+ {
+ "url": "https://wiki.msvincognito.nl/computer-science/year-3/period-2-electives/immersive-technologies",
+ "title": "Immersive Technologies",
+ "path": "live-wiki/2026-08-02/computer-science/year-3/period-2-electives/immersive-technologies.md",
+ "contentHash": "5d215e66c845a2c28554166e4c9de8c958e0e36bb91a1e3d7ddd507d0a4923d2"
+ },
+ {
+ "url": "https://wiki.msvincognito.nl/computer-science/year-3/period-2-electives/introduction-to-bio-informatics",
+ "title": "Introduction to Bio-Informatics",
+ "path": "live-wiki/2026-08-02/computer-science/year-3/period-2-electives/introduction-to-bio-informatics.md",
+ "contentHash": "5727fdd85daa3d4009b258203333b107594c4899ed26ac0475ad6225fa9a1e5e"
+ },
+ {
+ "url": "https://wiki.msvincognito.nl/computer-science/year-3/period-2-electives/large-scale-it-and-cloud-computing",
+ "title": "Large Scale IT and Cloud Computing",
+ "path": "live-wiki/2026-08-02/computer-science/year-3/period-2-electives/large-scale-it-and-cloud-computing.md",
+ "contentHash": "4ceb741b9b19dd43a26691902e7d4afaaa4072c45c26542bd6c27d6308eda370"
+ },
+ {
+ "url": "https://wiki.msvincognito.nl/computer-science/year-3/period-2-electives/software-and-systems-verification",
+ "title": "Software and Systems Verification",
+ "path": "live-wiki/2026-08-02/computer-science/year-3/period-2-electives/software-and-systems-verification.md",
+ "contentHash": "e600530eaa11f176fa2d2bd794d9485c8530abaad316852b4b58a40122ec20c8"
+ },
+ {
+ "url": "https://wiki.msvincognito.nl/computer-science/year-3/period-2-electives/startup-engineering",
+ "title": "Startup Engineering: Building Scalable Tech Ventures",
+ "path": "live-wiki/2026-08-02/computer-science/year-3/period-2-electives/startup-engineering.md",
+ "contentHash": "1d46ed8a798c37ca45038e3ee5831e2e8beafffe2afae58c9dd27d3983b6de03"
+ },
+ {
+ "url": "https://wiki.msvincognito.nl/computer-science/year-3/period-4/history-and-philosophy-of-computing",
+ "title": "The History and Philosophy of Computing",
+ "path": "live-wiki/2026-08-02/computer-science/year-3/period-4/history-and-philosophy-of-computing.md",
+ "contentHash": "49a69d4132583051f46e8a684ae77c58ddecd84a44a3b6ef74e61bab3ef77e4f"
+ },
+ {
+ "url": "https://wiki.msvincognito.nl/computer-science/year-3/period-4/operating-systems",
+ "title": "Operating Systems",
+ "path": "live-wiki/2026-08-02/computer-science/year-3/period-4/operating-systems.md",
+ "contentHash": "4bdb16adfe1d5b2051e187e8a08f8728b1b42086021e1b6c98d7a7617d1424fc"
+ },
+ {
+ "url": "https://wiki.msvincognito.nl/computer-science/year-3/period-4/theory-of-computing",
+ "title": "Theory of Computing",
+ "path": "live-wiki/2026-08-02/computer-science/year-3/period-4/theory-of-computing.md",
+ "contentHash": "9e804bc6fad536feeebf5268ddfd6d597787f534b5de76c03d51f8b52283e71e"
+ },
+ {
+ "url": "https://wiki.msvincognito.nl/data-science-and-artificial-intelligence",
+ "title": "Course Description",
+ "path": "live-wiki/2026-08-02/data-science-and-artificial-intelligence.md",
+ "contentHash": "8d9f7850bc1124678c0ee0533472423bf0ea4906ef95471ea87de3ec1fe5ab10"
+ },
+ {
+ "url": "https://wiki.msvincognito.nl/data-science-and-artificial-intelligence/course-description",
+ "title": "Course Description",
+ "path": "live-wiki/2026-08-02/data-science-and-artificial-intelligence/course-description.md",
+ "contentHash": "6c3ca56c575e127806195e15502ab793e25fcb246c1920d0405f14f53fffc3b1"
+ },
+ {
+ "url": "https://wiki.msvincognito.nl/data-science-and-artificial-intelligence/year-1/period-1/discrete-mathematics",
+ "title": "Discrete Mathematics",
+ "path": "live-wiki/2026-08-02/data-science-and-artificial-intelligence/year-1/period-1/discrete-mathematics.md",
+ "contentHash": "6a83e14b073cf92685a145936ae426f53b820c35b4af84d639d800de1476f394"
+ },
+ {
+ "url": "https://wiki.msvincognito.nl/data-science-and-artificial-intelligence/year-1/period-1/introduction-to-data-science-and-ai",
+ "title": "Introduction to Data Science and Artificial Intelligence",
+ "path": "live-wiki/2026-08-02/data-science-and-artificial-intelligence/year-1/period-1/introduction-to-data-science-and-ai.md",
+ "contentHash": "06220785d2b9b0d725c1ea3ec23d88dba14fe6049bf497fb03fde3534d9d7fac"
+ },
+ {
+ "url": "https://wiki.msvincognito.nl/data-science-and-artificial-intelligence/year-1/period-1/procedural-programming",
+ "title": "Procedural Programming",
+ "path": "live-wiki/2026-08-02/data-science-and-artificial-intelligence/year-1/period-1/procedural-programming.md",
+ "contentHash": "a701ee44e7f37d07559d366a4884aafd0f0c4e5ceecf7d466ab73378ccb5beb6"
+ },
+ {
+ "url": "https://wiki.msvincognito.nl/data-science-and-artificial-intelligence/year-1/period-2/calculus",
+ "title": "Calculus",
+ "path": "live-wiki/2026-08-02/data-science-and-artificial-intelligence/year-1/period-2/calculus.md",
+ "contentHash": "9b6d831c2e2a725e02f08aa76c26aa0db3812bba0fc638d69ab1883d439cc0ad"
+ },
+ {
+ "url": "https://wiki.msvincognito.nl/data-science-and-artificial-intelligence/year-1/period-2/logic",
+ "title": "Logic",
+ "path": "live-wiki/2026-08-02/data-science-and-artificial-intelligence/year-1/period-2/logic.md",
+ "contentHash": "bf67d57e47c9cc818ccdc24a98da09c314f3d668f94790a5391bc0ec6345d367"
+ },
+ {
+ "url": "https://wiki.msvincognito.nl/data-science-and-artificial-intelligence/year-1/period-2/objects-in-programming",
+ "title": "Objects in Programming",
+ "path": "live-wiki/2026-08-02/data-science-and-artificial-intelligence/year-1/period-2/objects-in-programming.md",
+ "contentHash": "2d9ff9d4f4f2cbb2cd45562fa36b25f6b5bd1c7878f8bbae582b37f9de4682f0"
+ },
+ {
+ "url": "https://wiki.msvincognito.nl/data-science-and-artificial-intelligence/year-1/period-4/data-structures-and-algorithms",
+ "title": "Data Structures and Algorithms",
+ "path": "live-wiki/2026-08-02/data-science-and-artificial-intelligence/year-1/period-4/data-structures-and-algorithms.md",
+ "contentHash": "dc8dce4f1436d87b46e8c619cff0540ab96a799148a82c744cb6852f48ed6f5a"
+ },
+ {
+ "url": "https://wiki.msvincognito.nl/data-science-and-artificial-intelligence/year-1/period-4/linear-algebra",
+ "title": "Linear Algebra",
+ "path": "live-wiki/2026-08-02/data-science-and-artificial-intelligence/year-1/period-4/linear-algebra.md",
+ "contentHash": "b7df8c66270db4a75fa3c9bfded151026cb45393adfb9f7237e1f32c1c6f4e62"
+ },
+ {
+ "url": "https://wiki.msvincognito.nl/data-science-and-artificial-intelligence/year-1/period-4/principles-of-data-science",
+ "title": "Principles of Data Science",
+ "path": "live-wiki/2026-08-02/data-science-and-artificial-intelligence/year-1/period-4/principles-of-data-science.md",
+ "contentHash": "6c9cc6f9fab1852653f8b94776e315f4702d850a9408bb92c602d441debe4dfa"
+ },
+ {
+ "url": "https://wiki.msvincognito.nl/data-science-and-artificial-intelligence/year-1/period-5/computational-and-cognitive-neuroscience",
+ "title": "Computational and Cognitive Neuroscience",
+ "path": "live-wiki/2026-08-02/data-science-and-artificial-intelligence/year-1/period-5/computational-and-cognitive-neuroscience.md",
+ "contentHash": "432b30c1cc0a1f08d352bb0a7295939e18541b6b5415ae038812978f3502443c"
+ },
+ {
+ "url": "https://wiki.msvincognito.nl/data-science-and-artificial-intelligence/year-1/period-5/numerical-methods",
+ "title": "Numerical Methods",
+ "path": "live-wiki/2026-08-02/data-science-and-artificial-intelligence/year-1/period-5/numerical-methods.md",
+ "contentHash": "2dd2afbecab6d9809b4e29de76c124e7799191c9f4370ead1bfbf6c994ad85a2"
+ },
+ {
+ "url": "https://wiki.msvincognito.nl/data-science-and-artificial-intelligence/year-1/period-5/software-engineering",
+ "title": "Software Engineering",
+ "path": "live-wiki/2026-08-02/data-science-and-artificial-intelligence/year-1/period-5/software-engineering.md",
+ "contentHash": "8203f90cb7c727d38a961c8396a1b9a7bf703f7004453081edd61229202eeaea"
+ },
+ {
+ "url": "https://wiki.msvincognito.nl/data-science-and-artificial-intelligence/year-2/period-1/databases",
+ "title": "Databases",
+ "path": "live-wiki/2026-08-02/data-science-and-artificial-intelligence/year-2/period-1/databases.md",
+ "contentHash": "9b8faa7c6b235a04ce4cec2613a09994a999f085f6d891409584951f59d8980f"
+ },
+ {
+ "url": "https://wiki.msvincognito.nl/data-science-and-artificial-intelligence/year-2/period-1/graph-theory",
+ "title": "Graph Theory",
+ "path": "live-wiki/2026-08-02/data-science-and-artificial-intelligence/year-2/period-1/graph-theory.md",
+ "contentHash": "de5a61bf9bb0577ec788603c223c0e5537a73d3fb461d3532f6417897647a2f7"
+ },
+ {
+ "url": "https://wiki.msvincognito.nl/data-science-and-artificial-intelligence/year-2/period-1/probability-and-statistics",
+ "title": "Probability and Statistics",
+ "path": "live-wiki/2026-08-02/data-science-and-artificial-intelligence/year-2/period-1/probability-and-statistics.md",
+ "contentHash": "2cfa423eb889696db21d56e84a6f33bd687261de740966a331d69ca92ab4d489"
+ },
+ {
+ "url": "https://wiki.msvincognito.nl/data-science-and-artificial-intelligence/year-2/period-2/machine-learning",
+ "title": "Machine Learning",
+ "path": "live-wiki/2026-08-02/data-science-and-artificial-intelligence/year-2/period-2/machine-learning.md",
+ "contentHash": "0a720b5435c092af09561dd0bf15ff1f1dcd645371e10a9c2f7f3dc1fc04b40c"
+ },
+ {
+ "url": "https://wiki.msvincognito.nl/data-science-and-artificial-intelligence/year-2/period-2/reasoning-techniques",
+ "title": "Reasoning Techniques",
+ "path": "live-wiki/2026-08-02/data-science-and-artificial-intelligence/year-2/period-2/reasoning-techniques.md",
+ "contentHash": "ccdd0ab02e33c45e85709b04065b1cd9ec9c6351085baf38b6ec6dbb6e2c2129"
+ },
+ {
+ "url": "https://wiki.msvincognito.nl/data-science-and-artificial-intelligence/year-2/period-2/simulation-and-statistical-analysis",
+ "title": "Simulation and Statistical Analysis",
+ "path": "live-wiki/2026-08-02/data-science-and-artificial-intelligence/year-2/period-2/simulation-and-statistical-analysis.md",
+ "contentHash": "176a54d37940e3c1c969d0200e6676b950291757080486b5b2f345f9994f0b98"
+ },
+ {
+ "url": "https://wiki.msvincognito.nl/data-science-and-artificial-intelligence/year-2/period-4/human-computer-interaction-affective-computing",
+ "title": "Human Computer Interaction & Affective Computing",
+ "path": "live-wiki/2026-08-02/data-science-and-artificial-intelligence/year-2/period-4/human-computer-interaction-affective-computing.md",
+ "contentHash": "7b6ed410a43a2209b284a759d9c83b3b74df43f4073316e7c46bc513e3f11a20"
+ },
+ {
+ "url": "https://wiki.msvincognito.nl/data-science-and-artificial-intelligence/year-2/period-4/mathematical-modelling",
+ "title": "Mathematical Modelling",
+ "path": "live-wiki/2026-08-02/data-science-and-artificial-intelligence/year-2/period-4/mathematical-modelling.md",
+ "contentHash": "77adb360dc49926df7e440093568cee19094a385fd9527793f540e402e9b57bd"
+ },
+ {
+ "url": "https://wiki.msvincognito.nl/data-science-and-artificial-intelligence/year-2/period-4/natural-language-processing",
+ "title": "Natural Language Processing",
+ "path": "live-wiki/2026-08-02/data-science-and-artificial-intelligence/year-2/period-4/natural-language-processing.md",
+ "contentHash": "babf1b8b79e7120ddb014f4db9435b467782d279083a22670700c7ac334b9da6"
+ },
+ {
+ "url": "https://wiki.msvincognito.nl/data-science-and-artificial-intelligence/year-2/period-5-electives/game-theory",
+ "title": "Game Theory",
+ "path": "live-wiki/2026-08-02/data-science-and-artificial-intelligence/year-2/period-5-electives/game-theory.md",
+ "contentHash": "19156df8fd0e23e60f72c1ccdca59b98dfd339da0ba7672b3ff0fe36df89d9fc"
+ },
+ {
+ "url": "https://wiki.msvincognito.nl/data-science-and-artificial-intelligence/year-2/period-5-electives/introduction-to-image-video-processing",
+ "title": "Introduction to Image & Video Processing",
+ "path": "live-wiki/2026-08-02/data-science-and-artificial-intelligence/year-2/period-5-electives/introduction-to-image-video-processing.md",
+ "contentHash": "60175d26a9122cbf238ad6ab2698b78718f729aaf788c11d9fd146b290c1c654"
+ },
+ {
+ "url": "https://wiki.msvincognito.nl/data-science-and-artificial-intelligence/year-2/period-5/linear-programming",
+ "title": "Linear Programming",
+ "path": "live-wiki/2026-08-02/data-science-and-artificial-intelligence/year-2/period-5/linear-programming.md",
+ "contentHash": "85b338e0dea324ccc4b18dd1d2d1df513b96da62bfe556bda5f8db16c89fc039"
+ },
+ {
+ "url": "https://wiki.msvincognito.nl/data-science-and-artificial-intelligence/year-2/period-5/philosophy-and-artificial-intelligence",
+ "title": "Philosophy & Artificial Intelligence",
+ "path": "live-wiki/2026-08-02/data-science-and-artificial-intelligence/year-2/period-5/philosophy-and-artificial-intelligence.md",
+ "contentHash": "1efcddfb7e4263fba03624c434101756ffbef0388999f9025e0f5e84ca936d10"
+ },
+ {
+ "url": "https://wiki.msvincognito.nl/data-science-and-artificial-intelligence/year-3/period-1-electives/digital-society",
+ "title": "Digital Society",
+ "path": "live-wiki/2026-08-02/data-science-and-artificial-intelligence/year-3/period-1-electives/digital-society.md",
+ "contentHash": "66b3f21e128e8d3d74b31da2661f685453dc5b433fa0a8a579920b64e79bec0d"
+ },
+ {
+ "url": "https://wiki.msvincognito.nl/data-science-and-artificial-intelligence/year-3/period-1-electives/game-theory",
+ "title": "Game Theory",
+ "path": "live-wiki/2026-08-02/data-science-and-artificial-intelligence/year-3/period-1-electives/game-theory.md",
+ "contentHash": "07c155afa6808dee237b5558402ccd17cf972c2b86b73616a6983168c3bf86d6"
+ },
+ {
+ "url": "https://wiki.msvincognito.nl/data-science-and-artificial-intelligence/year-3/period-1-electives/introduction-to-quantum-computing",
+ "title": "Introduction to Quantum Computing",
+ "path": "live-wiki/2026-08-02/data-science-and-artificial-intelligence/year-3/period-1-electives/introduction-to-quantum-computing.md",
+ "contentHash": "303a521be9f43d4ac3652ff559ac2e2c0db6d32746c828de08d17bc623ded561"
+ },
+ {
+ "url": "https://wiki.msvincognito.nl/data-science-and-artificial-intelligence/year-3/period-1-electives/multi-scale-modelling-biological-systems",
+ "title": "Multi-Scale Modelling of Biological Systems",
+ "path": "live-wiki/2026-08-02/data-science-and-artificial-intelligence/year-3/period-1-electives/multi-scale-modelling-biological-systems.md",
+ "contentHash": "bc2faa50abfb88e1694d49207df7b673f7b84bc061c3e73ffeba7d78d5274639"
+ },
+ {
+ "url": "https://wiki.msvincognito.nl/data-science-and-artificial-intelligence/year-3/period-1-electives/robotics-and-embedded-systems",
+ "title": "Robotics and Embedded Systems",
+ "path": "live-wiki/2026-08-02/data-science-and-artificial-intelligence/year-3/period-1-electives/robotics-and-embedded-systems.md",
+ "contentHash": "ed77f22b4200d12ac0884d1c3cf912bfe644c12ad0d2ff0b7e95b70b1fbfecd5"
+ },
+ {
+ "url": "https://wiki.msvincognito.nl/data-science-and-artificial-intelligence/year-3/period-1-electives/semantic-web",
+ "title": "Semantic Web",
+ "path": "live-wiki/2026-08-02/data-science-and-artificial-intelligence/year-3/period-1-electives/semantic-web.md",
+ "contentHash": "4c4d644921347a41e8defb60d41f0883a7c7f3bbd7c26704cbe8dd2d1bc84fec"
+ },
+ {
+ "url": "https://wiki.msvincognito.nl/data-science-and-artificial-intelligence/year-3/period-2-electives/business-process-knowledge-management",
+ "title": "Business Process & Knowledge Management",
+ "path": "live-wiki/2026-08-02/data-science-and-artificial-intelligence/year-3/period-2-electives/business-process-knowledge-management.md",
+ "contentHash": "e02839dd427a471f1086c6f8c2aec5db3c8fb46d66271ff853a2092924660e87"
+ },
+ {
+ "url": "https://wiki.msvincognito.nl/data-science-and-artificial-intelligence/year-3/period-2-electives/computer-security",
+ "title": "Computer Security",
+ "path": "live-wiki/2026-08-02/data-science-and-artificial-intelligence/year-3/period-2-electives/computer-security.md",
+ "contentHash": "1178a4915e46d34c0a717e99b2cb47bcfd0b0652565c8c2eb5f6680877723e75"
+ },
+ {
+ "url": "https://wiki.msvincognito.nl/data-science-and-artificial-intelligence/year-3/period-2-electives/introduction-to-bio-informatics",
+ "title": "Introduction to Bio-Informatics",
+ "path": "live-wiki/2026-08-02/data-science-and-artificial-intelligence/year-3/period-2-electives/introduction-to-bio-informatics.md",
+ "contentHash": "634da0277eb42d8e56c9c8849c268de2baab074be962a6730fbdac1b6dd90778"
+ },
+ {
+ "url": "https://wiki.msvincognito.nl/data-science-and-artificial-intelligence/year-3/period-2-electives/large-scale-it-and-cloud-computing",
+ "title": "Large Scale IT and Cloud Computing",
+ "path": "live-wiki/2026-08-02/data-science-and-artificial-intelligence/year-3/period-2-electives/large-scale-it-and-cloud-computing.md",
+ "contentHash": "6989dcff8e69369aeb7bd094e2d5c5b4cb39e14c5e7241ef1f7e935aa34be0e0"
+ },
+ {
+ "url": "https://wiki.msvincognito.nl/data-science-and-artificial-intelligence/year-3/period-2-electives/logic-for-artificial-intelligence",
+ "title": "Logic for Artificial Intelligence",
+ "path": "live-wiki/2026-08-02/data-science-and-artificial-intelligence/year-3/period-2-electives/logic-for-artificial-intelligence.md",
+ "contentHash": "19da5fb7158c21096165f52317a88a644e531d59d1d6b3a7b1a2d04968416db8"
+ },
+ {
+ "url": "https://wiki.msvincognito.nl/data-science-and-artificial-intelligence/year-3/period-2-electives/parallel-programming",
+ "title": "Parallel Programming",
+ "path": "live-wiki/2026-08-02/data-science-and-artificial-intelligence/year-3/period-2-electives/parallel-programming.md",
+ "contentHash": "4641d671eec18d1353c70b2211b708d99f4575668c5fc902d3dfdac170a5e88c"
+ },
+ {
+ "url": "https://wiki.msvincognito.nl/data-science-and-artificial-intelligence/year-3/period-2-electives/recommender-systems",
+ "title": "Recommender Systems",
+ "path": "live-wiki/2026-08-02/data-science-and-artificial-intelligence/year-3/period-2-electives/recommender-systems.md",
+ "contentHash": "fc39991637573fc54a2d168c286e4c895189dbc6297096327f3b99db3b1eede8"
+ },
+ {
+ "url": "https://wiki.msvincognito.nl/data-science-and-artificial-intelligence/year-3/period-4/data-analysis",
+ "title": "Data Analysis",
+ "path": "live-wiki/2026-08-02/data-science-and-artificial-intelligence/year-3/period-4/data-analysis.md",
+ "contentHash": "ce8cf3319ea66cf7a0d87d33a2c4836786f9813121b66ff45325683b8493bc39"
+ },
+ {
+ "url": "https://wiki.msvincognito.nl/data-science-and-artificial-intelligence/year-3/period-4/intelligent-systems",
+ "title": "Intelligent Systems",
+ "path": "live-wiki/2026-08-02/data-science-and-artificial-intelligence/year-3/period-4/intelligent-systems.md",
+ "contentHash": "65b3f027f516e7ec8d8d2f6c1a0330f20efc31604d5ba3693f5b5e80f28650d0"
+ },
+ {
+ "url": "https://wiki.msvincognito.nl/data-science-and-artificial-intelligence/year-3/period-4/operations-research",
+ "title": "Operations Research",
+ "path": "live-wiki/2026-08-02/data-science-and-artificial-intelligence/year-3/period-4/operations-research.md",
+ "contentHash": "542864580dd0d5e839ce607581807bfdde2454e591980948e0d3828233070250"
+ },
+ {
+ "url": "https://wiki.msvincognito.nl/data-science-for-decision-making",
+ "title": "Course Description",
+ "path": "live-wiki/2026-08-02/data-science-for-decision-making.md",
+ "contentHash": "a9a3d434f808edcfd5760bc99433b568268de7548bd4a9a9da51677ea78899f1"
+ },
+ {
+ "url": "https://wiki.msvincognito.nl/data-science-for-decision-making/course-description",
+ "title": "Course Description",
+ "path": "live-wiki/2026-08-02/data-science-for-decision-making/course-description.md",
+ "contentHash": "d356ae2e36ef1fa1a575d9afe333597864a0da19e18e99ebecc575c733007858"
+ },
+ {
+ "url": "https://wiki.msvincognito.nl/useful-guides",
+ "title": "Useful Guides",
+ "path": "live-wiki/2026-08-02/useful-guides.md",
+ "contentHash": "b60fccd25e412b5f52149f89e4efa2f802c14f1a0c44500190ec099f5cd997f6"
+ },
+ {
+ "url": "https://wiki.msvincognito.nl/useful-guides/description",
+ "title": "Useful Guides",
+ "path": "live-wiki/2026-08-02/useful-guides/description.md",
+ "contentHash": "b9cb9e1698dbec65a6009d0b0c37bfc3b06d785c7bef85096d00f29260016723"
+ },
+ {
+ "url": "https://wiki.msvincognito.nl/useful-guides/housing-guide",
+ "title": "Housing Guide",
+ "path": "live-wiki/2026-08-02/useful-guides/housing-guide.md",
+ "contentHash": "130cec83faccd0c3cebc66ad04bdd11ebd5f698678a36f1efe60d585380f7d78"
+ },
+ {
+ "url": "https://wiki.msvincognito.nl/useful-guides/laptop-buying-advice",
+ "title": "Laptop Buy Advice",
+ "path": "live-wiki/2026-08-02/useful-guides/laptop-buying-advice.md",
+ "contentHash": "bb2ed2dd797e78ab6a0992f8ab932d400a2ac0f06a2b6f9dea5b0b731cade53c"
+ },
+ {
+ "url": "https://wiki.msvincognito.nl/useful-guides/linux-tricks",
+ "title": "Linux Tricks",
+ "path": "live-wiki/2026-08-02/useful-guides/linux-tricks.md",
+ "contentHash": "abaadc8cd14ef94c98154a1a2a8ecede503189275dd9dc07ca24da0bc1991458"
+ },
+ {
+ "url": "https://wiki.msvincognito.nl/useful-guides/survivingdacs",
+ "title": "DACS Survival Guide",
+ "path": "live-wiki/2026-08-02/useful-guides/survivingdacs.md",
+ "contentHash": "5a7088604e61a9b1a1d5f9fd2ebfdb7907afa1410333074c23478d1810de001d"
+ }
+ ],
+ "failures": []
+}