-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresearch.html
More file actions
51 lines (44 loc) · 1.54 KB
/
Copy pathresearch.html
File metadata and controls
51 lines (44 loc) · 1.54 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
44
45
46
47
48
49
50
51
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Research – Sofie van Knippenberg</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<nav>
<a href="index.html">Home</a>
<a href="research.html">Research</a>
<a href="cv.html" target="_blank">CV</a>
</nav>
</header>
<div class="container">
<main>
<h1>Research</h1>
<strong>Status: Preparing for publication</strong>
<p>
<i> Spring 2026 </i><br>
MSc thesis <i>Energy, Technology, and Economic Growth: Understanding the implications of energy constraints
on economic growth and the energy transition </i><br>
Grade: 8.5<br>
<a href="assets/Sofie_MSc_Thesis_130126.pdf" target="_blank">📘 Download MSc thesis (PDF)</a><br>
<a href="https://github.com/sofievk" target="_blank"> 💻 Access model code</a><br>
</p>
<strong>Status: Completed </strong>
<p>
<i> October 2023 </i><br>
Essay for the course Rethinking Economics for the Real World: <i>Green Growth versus Degrowth, the case of green hydrogen </i><br>
Grade: 10 <br>
<a href="assets/rethinking_paper.pdf" target="_blank">📘 Download Essay (PDF)</a><br>
</p>
<p>
<i> June 2023 </i><br>
BSc thesis <i>Agribusiness, health, and gender: The case of pesticide use in the Colombian cut-flower industry </i><br>
Grade: 9.5 <br>
<a href="assets/Sofie_BSc_Thesis.pdf" target="_blank">📘 Download BSc thesis (PDF)</a><br>
</p>
</main>
</div>
</body>
</html>