-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
72 lines (50 loc) · 2.92 KB
/
about.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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
<!DOCTYPE html>
<html lang="en">
<head>
<title>Henrik Siljebråt - About -</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="description" content="Henrik Siljebråt has a PhD in Cognitive Neuroscience from Goldsmiths, University of London. Henrik likes animal and artificial intelligence, and can help you spin the stories you want the world to remember." />
<meta name="keywords" content="Henrik Siljebråt, Henrik Siljebrat, artificial intelligence, cognitive science, learning, decision-making, python, cognition, intelligence, bayesian inference, writer, talespinner, phd, computational neuroscience, ai consultant">
<link rel="stylesheet" href="css/stylish.css" />
<link rel="stylesheet" href="css/stylish-page.css" />
<link rel="canonical" href="https://henrik.siljebrat.se/about.html" />
<link rel="icon" type="image/png" href="images/logo.png">
</head>
<body>
<div class="mainer-container">
<header class="header-container">
<div class="header-title">
<a href="index.html"><img src="avatars/threeye.jpg" alt="logo a.k.a. my face" class="header-logo"></a>
<a href="index.html"><p class="header-name">Henrik Siljebråt</p></a>
</div>
<nav>
<ul class="navigation-menu">
<li><a href="index.html">Home</a></li>
<li><a href="https://gamescapad.es">Blog</a></li>
<li><a href="cv.html">CV</a></li>
<li><a href="projects.html">Projects</a></li>
<li><a href="about.html">About</a></li>
</ul>
</nav>
</header>
<article>
<h1>About me</h1>
<section class="main-text">
<p class="description">👋 Hello!</p>
<p class="description">I'm interested in brains of all kinds, from multiple viewpoints. That means I want to create systems and frameworks to not only understand brains biologically, but also help brains understand each other, and the world around us.
<p class="description">This can mean many things. Like making it easier for people to navigate social benefits systems. Or using data science to help in the climate crisis.</p>
<p class="description">All of us are connected through our social systems. We cannot make the world better without understanding that sustainability is about more than just the environment. It is also about us. For a truly sustainable society, we have to minimise all forms of inequality, because they are all interconnected.</p>
<h2>Want to get in touch?</h2>
<p>The safest bet is plain old email: henrik at siljebrat.se</p>
<p>But I am also infrequently wandering these walled gardens:</p>
<ul>
<li>GitHub: <a href="https://github.com/fohria">fohria</a></li>
<li>LinkedIn: <a href="https://www.linkedin.com/in/henrik-siljebrat">Henrik Siljebråt</a></li>
</ul>
</section>
</article>
</div>
</body>
</html>