-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
72 lines (57 loc) · 1.99 KB
/
index.html
File metadata and controls
72 lines (57 loc) · 1.99 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Sofie van Knippenberg</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<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">
<aside class="sidebar">
<img src="assets/me_v1.jpg" alt="Sofie van Knippenberg">
<h3>Sofie van Knippenberg</h3>
<p>MSc Environmental Economics student</p>
<p>Wageningen University & Research</p>
<p>
📍 ICTA-UAB, Barcelona<br>
📧 sofie.vanknippenberg@gmail.com<br>
💻 <a href="https://github.com/sofievk" target="_blank">GitHub</a><br>
🔗 <a href="https://linkedin.com/in/svanknippenberg" target="_blank">LinkedIn</a>
</p>
</aside>
<main>
<h1>Welcome</h1>
<p>
I am a MSc student in Environmental Economics with an interdisciplinary background in Philosophy, Politics,
and Economics. I am broadly interested in applying quantitative methods to post-growth questions around resource use,
wellbeing, and inequality. In my <a href="https://github.com/sofievk" target="_blank"> current project</a>, I am adapting an
IAM of the energy transition to include an energy-based production function and mineral constraints.
</p>
<h2>Research Topics</h2>
<ul>
<li>Energy transition and mineral constraints</li>
<li>Distributional impacts of climate policy</li>
<li>Food systems transformation</li>
<li>Ecologically Unequal Exchange</li>
</ul>
<h2>Models & Methods </h2>
<ul>
<li>Integrated Assessment (IAM)</li>
<li>Dynamic Stochastic General Equilibrium (DSGE)</li>
<li>Input-output</li>
<li>Causal inference and impact evaluation</li>
</ul>
<h2>Tools</h2>
<p>MATLAB · GAMS · Jupyter · Git · R</p>
</main>
</div>
</body>
</html>