generated from github/welcome-to-github
-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
57 lines (57 loc) · 2.29 KB
/
index.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Hello, I'm Ninell</title>
<link rel="stylesheet" href="css/styles.css">
<link rel="stylesheet" href="css/color-index.css">
<link rel="shortcut icon" type="image/x-icon" href="../images/favicon.ico">
</head>
<body>
<nav>
<ul>
<li><a href="index.html">home</a></li>
<li class="dropdown">
<a href="pages/work.html">work</a>
<!-- <ul class="dropdown-content">
<li><a href="pages/alignment/debates.html" target="_blank">debates</a></li>
</ul>
-->
</li>
<li><a href="docs/CV.pdf" target="_blank">cv</a></li>
</ul>
</nav>
<div class="container">
<h1>Ninell (she)</h1>
<p>
I'm a first-year PhD student at the <a href="https://cpaicopenhagen.wordpress.com/"
target="_blank">Center for Philosophy of AI</a> at the University of Copenhagen
supervised by <a href="https://anderssoegaard.github.io/" target="_blank">Anders Søgaard</a>.
I'm interested in how computational models are embedded in our cultural and political world, what
features they share with humans, and how we can make them cooperate with us! For this, I like to draw
inspiration from related fields such as linguistics, explainability, or computational cognitive science.
</p>
<p>
Other than that, I like live music, running, & maps.
</p>
<p>
Please reach out if you want to collaborate, play geoguessr, or go to a gig together!
</p>
<p>
And here's a picture of my face:
</p>
<div class="image-container" align="center">
<img src="images/ninell.jpg" alt="hello" width="350" height=auto>
</div>
</div>
<footer>
<ul>
<li><a href="https://twitter.com/nellsn1?ref_src=twsrc%5Etfw">twitter</a></li>
<li><a href="mailto:[email protected]">email</a></li>
<li><a href="https://github.com/ninell-oldenburg">github</a></li>
<li><a href="https://www.linkedin.com/in/ninell-oldenburg-a81834192/">linkedin</a></li>
</ul>
</footer>
</body>
</html>