-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathethical-data-science.html
More file actions
43 lines (37 loc) · 1.65 KB
/
Copy pathethical-data-science.html
File metadata and controls
43 lines (37 loc) · 1.65 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Ethical Data Science — MSc Fundamental Principles of Data Science</title>
<link rel="stylesheet" href="ethical-data-science.css" />
<!-- MathJax — renders $...$ inline and $$...$$ display LaTeX in content -->
<script>
MathJax = {
tex: { inlineMath: [['$','$']], displayMath: [['$$','$$']] },
options: { skipHtmlTags: ['script','noscript','style','textarea','pre'] }
};
</script>
<script src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-chtml.js" async></script>
</head>
<body>
<nav id="sidebar">
<div class="logo">EDS · UB · 2025–26</div>
<nav id="sidebar-nav"><!-- built by ethical-data-science.js from content.js --></nav>
<div class="progress-section">
<div class="progress-label">Quiz progress</div>
<div class="progress-bar-outer"><div class="progress-bar-inner" id="progress-bar"></div></div>
<div class="progress-text" id="progress-text">0 / 0 answered</div>
</div>
</nav>
<button id="menu-toggle" onclick="document.getElementById('sidebar').classList.toggle('open')">☰</button>
<main id="main">
<div class="content-inner" id="content"><!-- built by ethical-data-science.js from content.js --></div>
</main>
<button id="scroll-top" onclick="window.scrollTo({top:0,behavior:'smooth'})">↑</button>
<!-- 1. Content (lectures, quiz cards) — edit this file to update the course -->
<script src="content.js"></script>
<!-- 2. Renderer (layout logic) — only touch this for structural changes -->
<script src="ethical-data-science.js"></script>
</body>
</html>