-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathteam.html
431 lines (367 loc) · 30 KB
/
team.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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
<!DOCTYPE html>
<html lang="en" prefix="og: https://ogp.me/ns#">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<!-- HTML Meta Tags -->
<title>PyPSA meets Earth - An open energy system model initiative for our Earth.</title>
<meta name="description" content="The PyPSA meets Earth initiative works on open energy system planning, open data, and open communities to enable better and trusted decision-making.">
<!-- Google verfication to be 'findable' on google -->
<meta name="google-site-verification" content="gHJzkLzpVaJqghYQHRS6GrS92bTJjLyfr9FUIxQCd2U" />
<!-- Authors -->
<link rel="author" href="https://pypsa-earth.readthedocs.io/en/latest/project_structure_and_credits.html"/>
<!-- Google / Search Engine Tags -->
<meta itemprop="name" content="PyPSA meets Earth. An open energy system model initiative for our Earth.">
<meta itemprop="description" content="The PyPSA meets Earth initiative works on open energy system planning, open data, and open communities to enable better and trusted decision-making.">
<meta itemprop="image" content="http://pypsa-meets-earth.github.io/assets/img/thumbnail_highs.png">
<!-- Facebook Meta Tags -->
<meta property="og:url" content="https://pypsa-meets-earth.github.io">
<meta property="og:type" content="website">
<meta property="og:title" content="PyPSA meets Earth - An open energy system model initiative for our Earth.">
<meta property="og:description" content="The PyPSA meets Earth initiative works on open energy system planning, open data, and open communities to enable better and trusted decision-making.">
<meta property="og:image" content="http://pypsa-meets-earth.github.io/assets/img/thumbnail_highs.png">
<!-- Twitter Meta Tags -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="PyPSA meets Earth - An open energy system model initiative for our Earth.">
<meta name="twitter:description" content="The PyPSA meets Earth initiative works on open energy system planning, open data, and open communities to enable better and trusted decision-making.">
<meta name="twitter:image" content="http://pypsa-meets-earth.github.io/assets/img/thumbnail_highs.png">
<!-- Meta Tags Generated via http://heymeta.com -->
<meta content="open source, energy system modelling, pypsa, earth, energy" name="keywords">
<!-- Favicons -->
<link rel="apple-touch-icon" sizes="180x180" href="assets/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="assets/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="assets/favicon/favicon-16x16.png">
<link rel="manifest" href="assets/favicon/site.webmanifest">
<link rel="mask-icon" href="assets/favicon/safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Raleway:300,300i,400,400i,500,500i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i" rel="stylesheet">
<!-- Vendor CSS Files -->
<link href="assets/vendor/aos/aos.css" rel="stylesheet">
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
<link href="assets/vendor/boxicons/css/boxicons.min.css" rel="stylesheet">
<link href="assets/vendor/glightbox/css/glightbox.min.css" rel="stylesheet">
<link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet">
<!-- Bootstrap CSS
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<!-- Template Main CSS File -->
<link href="assets/css/style.css" rel="stylesheet">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-5D0EVH2HFL"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-5D0EVH2HFL');
</script>
<!-- =======================================================
* Based on Template Name: Bocor - v4.3.0
* Template URL: https://bootstrapmade.com/bocor-bootstrap-template-nice-animation/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
======================================================== -->
</head>
<body>
<!-- ======= Header ======= -->
</head>
<body>
<!-- ======= Header ======= -->
<header id="header">
<div class="container d-flex align-items-center justify-content-around justify-content-md-between">
<div class="logo">
<!-- <h1><a href="index.html">Bocor<span>.</span></a></h1> -->
<!-- Uncomment below if you prefer to use an image logo -->
<a href="index.html"><img src="assets/img/logo.png" alt="" class="img-fluid"></a>
</div>
<nav id="navbar" class="navbar">
<ul>
<li><a class="nav-link scrollto active" href="#hero"></a></li>
<li><a class="nav-link scrollto" href="index.html#intro">What we do</a></li>
<li class="dropdown"><a href="projects.html"><span>Projects</span> <i class="bi bi-chevron-down"></i></a>
<ul>
<li><a href="projects.html#model">Open framework and model</a></li>
<li><a href="projects.html#data">Open data</a></li>
<li><a href="projects.html#solver">Open solver</a></li>
<li><a href="projects.html#community">Open community</a></li>
</ul>
</li>
<li><a class="nav-link scrollto" href="team.html">Team</a></li>
<li><a class="nav-link scrollto" href="results.html">Results</a></li>
<li class="dropdown"><a href="#"><span>Support us</span> <i class="bi bi-chevron-down"></i></a>
<ul>
<li><a href="support_us_developer.html">Are you developer?</a></li>
<li><a href="support_us_group_leader.html">Are you group leader?</a></li>
<li><a href="support_us_funder.html">Are you funding-provider?</a></li>
</ul>
</li>
</ul>
<i class="bi bi-list mobile-nav-toggle"></i>
<script src="https://platform.linkedin.com/in.js" type="text/javascript">
lang: en_US
</script>
<script type="IN/FollowCompany" data-id="77178374" data-counter="bottom"></script>
<div class="logo">
<a href="https://discord.gg/AnuJBk23FU"><img src="assets/img/discord-logo-mini.png" alt="" class="img-fluid"></a>
</div>
</div>
</nav>
</header>
<!-- End Header -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/MaterialDesign-Webfont/5.3.45/css/materialdesignicons.css" integrity="sha256-NAxhqDvtY0l4xn+YVa6WjAcmd94NNfttjNsDmNatFVc=" crossorigin="anonymous" />
<div class="container bootdey">
<div class="row">
<div class="col-12 text-center">
<div class="section-title mb-4 pb-2">
<h3 class="title mb-4">Our Minds</h3>
<p class="text-muted para-desc mx-auto mb-0">Feel free to reach out to our team. <br> Points of contact:</p>
</div>
</div><!--end col-->
</div><!--end row-->
<div class="row">
<div class="col-lg-3 col-md-6 col-12 mt-4 pt-2">
<div class="team text-center rounded p-3 py-4">
<img src="assets/img/people/maxparzen_cropped.jpg" class="img-fluid avatar avatar-medium shadow rounded-pill" alt="">
<div class="content mt-3">
<h4 class="title mb-0">Maximilian Parzen</h4>
<small class="text-muted">Founder and Co-director of initiative, hosted at University of Edinburgh</small>
<ul class="list-unstyled mt-3 social-icon social mb-0">
<li class="list-inline-item"><a href="mailto:[email protected]" class="rounded"><i class="bi bi-envelope" title="Email"></i></a></li>
<li class="list-inline-item"><a href="https://twitter.com/maxparzen" class="rounded"><i class="mdi mdi-twitter" title="Twitter"></i></a></li>
<li class="list-inline-item"><a href="https://www.linkedin.com/in/maximilian-parzen-b047a1126/" class="rounded"><i class="mdi mdi-linkedin" title="Linkedin"></i></a></li>
<li class="list-inline-item"><a href="https://max-parzen.github.io/" class="rounded"><i class="bi bi-book-half" title="Website"></i></a></li>
</ul><!--end icon-->
</div>
</div>
</div><!--end col-->
<div class="col-lg-3 col-md-6 col-12 mt-4 pt-2">
<div class="team text-center rounded p-3 py-4">
<img src="assets/img/people/davidefioriti_cropped.jpg" class="img-fluid avatar avatar-medium shadow rounded-pill" alt="">
<div class="content mt-3">
<h4 class="title mb-0">Prof. Davide Fioriti</h4>
<small class="text-muted">Co-director and lead of PyPSA-Earth workflow, hosted at University of Pisa</small>
<ul class="list-unstyled mt-3 social-icon social mb-0">
<li class="list-inline-item"><a href="mailto:[email protected]" class="rounded"><i class="bi bi-envelope" title="Email"></i></a></li>
<li class="list-inline-item"><a href="https://www.linkedin.com/in/davide-fioriti-745693a5/" class="rounded"><i class="mdi mdi-linkedin" title="Linkedin"></i></a></li>
</ul><!--end icon-->
</div>
</div>
</div><!--end col-->
<div class="col-lg-3 col-md-6 col-12 mt-4 pt-2">
<div class="team text-center rounded p-3 py-4">
<img src="assets/img/people/hazemabdelkhalek_cropped.jpg" class="img-fluid avatar avatar-medium shadow rounded-pill" alt="">
<div class="content mt-3">
<h4 class="title mb-0">Hazem Abdel-Khalek</h4>
<small class="text-muted">Lead of sector-coupling, hosted at Fraunhofer IEG</small>
<ul class="list-unstyled mt-3 social-icon social mb-0">
<li class="list-inline-item"><a href="mailto:[email protected]" class="rounded"><i class="bi bi-envelope" title="Email"></i></a></li>
<li class="list-inline-item"><a href="https://www.linkedin.com/in/hazemakhalek/" class="rounded"><i class="mdi mdi-linkedin" title="Linkedin"></i></a></li>
</ul><!--end icon-->
</div>
</div>
</div><!--end col-->
<div class="col-lg-3 col-md-6 col-12 mt-4 pt-2">
<div class="team text-center rounded p-3 py-4">
<img src="assets/img/people/lukasfranken_cropped.jpg" class="img-fluid avatar avatar-medium shadow rounded-pill" alt="">
<div class="content mt-3">
<h4 class="title mb-0">Lukas Franken</h4>
<small class="text-muted">Lead of AI detection and demand prediction, hosted at University of Edinburgh</small>
<ul class="list-unstyled mt-3 social-icon social mb-0">
<li class="list-inline-item"><a href="mailto:[email protected]" class="rounded"><i class="bi bi-envelope" title="Email"></i></a></li>
<li class="list-inline-item"><a href="https://www.linkedin.com/in/lukas-franken-5a3045151/" class="rounded"><i class="mdi mdi-linkedin" title="Linkedin"></i></a></li>
</ul><!--end icon-->
</div>
</div>
</div><!--end col-->
<div class="col-lg-3 col-md-6 col-12 mt-4 pt-2">
<div class="team text-center rounded p-3 py-4">
<img src="assets/img/people/stuartjames_cropped.jpg" class="img-fluid avatar avatar-medium shadow rounded-pill" alt="">
<div class="content mt-3">
<h4 class="title mb-0">Stuart Daniel James</h4>
<small class="text-muted">Lead of outreach, hosted at TH Deggendorf</small>
<ul class="list-unstyled mt-3 social-icon social mb-0">
<li class="list-inline-item"><a href="mailto:[email protected] class="rounded"><i class="bi bi-envelope" title="Email"></i></a></li>
<li class="list-inline-item"><a href="https://www.linkedin.com/in/stuart-daniel-james/" class="rounded"><i class="mdi mdi-linkedin" title="Linkedin"></i></a></li>
</ul><!--end icon-->
</div>
</div>
</div><!--end col-->
<div class="col-lg-3 col-md-6 col-12 mt-4 pt-2">
<div class="team text-center rounded p-3 py-4">
<img src="assets/img/people/fabianhofmann_cropped.jpg" class="img-fluid avatar avatar-medium shadow rounded-pill" alt="">
<div class="content mt-3">
<h4 class="title mb-0">Fabian Hofmann</h4>
<small class="text-muted">Development coordinator of PyPSA.org, hosted at TU Berlin</small>
<ul class="list-unstyled mt-3 social-icon social mb-0">
<li class="list-inline-item"><a href="mailto:[email protected]" class="rounded"><i class="bi bi-envelope" title="Email"></i></a></li>
<li class="list-inline-item"><a href="http://fabianhofmann.org/" class="rounded"><i class="bi bi-book-half" title="Website"></i></a></li>
</ul><!--end icon-->
</div>
</div>
</div><!--end col-->
<div class="col-lg-3 col-md-6 col-12 mt-4 pt-2">
<div class="team text-center rounded p-3 py-4">
<img src="assets/img/people/fabianneumann_cropped.jpg" class="img-fluid avatar avatar-medium shadow rounded-pill" alt="">
<div class="content mt-3">
<h4 class="title mb-0">Fabian Neumann</h4>
<small class="text-muted">Development coordinator of PyPSA.org, hosted at TU Berlin</small>
<ul class="list-unstyled mt-3 social-icon social mb-0">
<li class="list-inline-item"><a href="mailto:[email protected]" class="rounded"><i class="bi bi-envelope" title="Email"></i></a></li>
<li class="list-inline-item"><a href="https://twitter.com/fneum_" class="rounded"><i class="mdi mdi-twitter" title="Twitter"></i></a></li>
<li class="list-inline-item"><a href="https://www.linkedin.com/in/fabian-neumann-renewables/" class="rounded"><i class="mdi mdi-linkedin" title="Linkedin"></i></a></li>
<li class="list-inline-item"><a href="https://www.neumann.fyi/" class="rounded"><i class="bi bi-book-half" title="Website"></i></a></li>
</ul><!--end icon-->
</div>
</div>
</div><!--end col-->
</div><!--end row-->
</div>
<div class="row">
<div class="col-12 text-center">
<div class="section-title mb-4 pb-2">
<h3 class="title mb-4 pt-5">List of extended team and contributors:</h3>
<ul>
<li><a href="https://pypsa.org/#people">PyPSA.org team</a></li>
<li><a href="https://pypsa-earth.readthedocs.io/en/latest/project_structure_and_credits.html#code-team">PyPSA-Earth team</a></li>
<li><a href="https://github.com/PyPSA/atlite/graphs/contributors">Atlite contributors</a></li>
<li><a href="https://github.com/pypsa-meets-earth/demand-creator/graphs/contributors">Demand-creator contributors</a></li>
<li><a href="https://github.com/pypsa-meets-earth/detect-energy/graphs/contributors">Detect-infra contributors</a></li>
<li><a href="https://github.com/PyPSA/linopy/graphs/contributors">Linopy contributors</a></li>
<li><a href="https://github.com/PyPSA/powerplantmatching/graphs/contributors">Powerplantmatching contributors</a></li>
<li><a href="https://github.com/PyPSA/PyPSA/graphs/contributors">PyPSA contributors</a></li>
<li><a href="https://github.com/pypsa-meets-earth/pypsa-earth/graphs/contributors">PyPSA-Earth contributors</a></li>
<li><a href="https://github.com/PyPSA/pypsa-eur/graphs/contributors">PyPSA-Eur contributors</a></li>
<li><a href="https://github.com/PyPSA/pypsa-eur-sec/graphs/contributors">PyPSA-Eur-Sec contributors</a></li>
<li><a href="https://github.com/PyPSA/technology-data">Technology data contributors</a></li>
</ul>
</div>
</div><!--end col-->
</div><!--end row-->
<!-- ===== Picture banner section ==== -->
<section id="hero">
<section class="py-5 section-pic-fluss">
<div class="container my-5">
</div>
</section>
</section>
<!-- ======= Contact Section ======= -->
<section id="contact" class="contact section-bg">
<div class="container" data-aos="fade-up">
<div class="section-title col-lg-8 container-fluid">
<h2>Newsletter</h2>
<p>Sign up to our newsletter to receive quarterly summaries, updates on events and special opportunities.</p>
</div>
<div class="col-lg-8 mt-4 mt-lg-0 container-fluid">
<form action="https://docs.google.com/forms/u/3/d/e/1FAIpQLSdHxlgo4lYj66LjahsGGMqdE3gGOKBvNvDsMgTNt5WD2mSJgQ/formResponse" method="post" role="form" class="php-email-form w-100" data-aos="fade-up">
<div class="row">
<div class="col-md-6 form-group">
<input type="text" name="entry.2005620554" class="form-control" id="name" placeholder="Your Name" required>
</div>
<div class="col-md-6 form-group mt-3 mt-md-0">
<input type="email" class="form-control" name="entry.1045781291" id="email" placeholder="Your Email" required>
</div>
</div>
<div class="row">
<div class="col-md-6 form-group mt-3">
<input type="text" name="entry.1992305622" class="form-control" id="name" placeholder="Company/Institution" required>
</div>
<div class="col-md-6 form-group mt-3">
<input type="text" class="form-control" name="entry.1542281223" id="email" placeholder="Position" required>
</div>
</div>
<div class="form-group mt-3">
<input type="text" class="form-control" name="entry.1065046570" id="subject" placeholder="Country of residence" required>
</div>
<div class="form-group mt-3">
<input class="form-control" name="entry.1683940057" placeholder="Comments/Feedback" optional>
</div>
<div class="my-3">
<div class="loading">Loading</div>
<div class="error-message"></div>
<div class="sent-message">Your message has been sent. Thank you!</div>
</div>
<div class="text-center"><button type="submit">Send Message</button></div>
</form>
</div>
</div>
</div>
</section>
<!-- End Contact Section -->
<!-- ======= Footer ======= -->
<footer id="footer">
<div class="footer-top">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-6">
<h3>PyPSA meets Earth</h3>
</div>
</div>
<div class="social-links">
<a href="mailto:[email protected]">
<svg xmlns="http://www.w3.org/2000/svg" width="45" height="55" fill="currentColor" class="bi bi-envelope" viewBox="0 0 16 16">
<path d="M0 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V4zm2-1a1 1 0 0 0-1 1v.217l7 4.2 7-4.2V4a1 1 0 0 0-1-1H2zm13 2.383-4.758 2.855L15 11.114v-5.73zm-.034 6.878L9.271 8.82 8 9.583 6.728 8.82l-5.694 3.44A1 1 0 0 0 2 13h12a1 1 0 0 0 .966-.739zM1 11.114l4.758-2.876L1 5.383v5.73z"/>
</svg>
</a>
<a href="https://www.linkedin.com/company/pypsa-meets-earth">
<svg xmlns="http://www.w3.org/2000/svg" width="45" height="55" fill="currentColor" class="bi bi-linkedin" viewBox="0 0 16 16">
<path d="M0 1.146C0 .513.526 0 1.175 0h13.65C15.474 0 16 .513 16 1.146v13.708c0 .633-.526 1.146-1.175 1.146H1.175C.526 16 0 15.487 0 14.854V1.146zm4.943 12.248V6.169H2.542v7.225h2.401zm-1.2-8.212c.837 0 1.358-.554 1.358-1.248-.015-.709-.52-1.248-1.342-1.248-.822 0-1.359.54-1.359 1.248 0 .694.521 1.248 1.327 1.248h.016zm4.908 8.212V9.359c0-.216.016-.432.08-.586.173-.431.568-.878 1.232-.878.869 0 1.216.662 1.216 1.634v3.865h2.401V9.25c0-2.22-1.184-3.252-2.764-3.252-1.274 0-1.845.7-2.165 1.193v.025h-.016a5.54 5.54 0 0 1 .016-.025V6.169h-2.4c.03.678 0 7.225 0 7.225h2.4z"/>
</svg>
</a>
<a href="https://www.youtube.com/channel/UCKKnlgWikF3hg4rwwucsQTA/featured">
<svg xmlns="http://www.w3.org/2000/svg" width="45" height="55" fill="currentColor" class="bi bi-youtube" viewBox="0 0 16 16">
<path d="M8.051 1.999h.089c.822.003 4.987.033 6.11.335a2.01 2.01 0 0 1 1.415 1.42c.101.38.172.883.22 1.402l.01.104.022.26.008.104c.065.914.073 1.77.074 1.957v.075c-.001.194-.01 1.108-.082 2.06l-.008.105-.009.104c-.05.572-.124 1.14-.235 1.558a2.007 2.007 0 0 1-1.415 1.42c-1.16.312-5.569.334-6.18.335h-.142c-.309 0-1.587-.006-2.927-.052l-.17-.006-.087-.004-.171-.007-.171-.007c-1.11-.049-2.167-.128-2.654-.26a2.007 2.007 0 0 1-1.415-1.419c-.111-.417-.185-.986-.235-1.558L.09 9.82l-.008-.104A31.4 31.4 0 0 1 0 7.68v-.123c.002-.215.01-.958.064-1.778l.007-.103.003-.052.008-.104.022-.26.01-.104c.048-.519.119-1.023.22-1.402a2.007 2.007 0 0 1 1.415-1.42c.487-.13 1.544-.21 2.654-.26l.17-.007.172-.006.086-.003.171-.007A99.788 99.788 0 0 1 7.858 2h.193zM6.4 5.209v4.818l4.157-2.408L6.4 5.209z"/>
</svg>
</a>
<a href="https://github.com/pypsa-meets-earth/pypsa-earth">
<svg xmlns="http://www.w3.org/2000/svg" width="45" height="55" fill="currentColor" class="bi bi-github" viewBox="0 0 16 16">
<path d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.012 8.012 0 0 0 16 8c0-4.42-3.58-8-8-8z"/>
</svg>
</a>
<a href="https://pypsa-earth.readthedocs.io/en/latest/index.html">
<svg xmlns="http://www.w3.org/2000/svg" width="45" height="55" fill="currentColor" class="bi bi-book-half" viewBox="0 0 16 16">
<path d="M8.5 2.687c.654-.689 1.782-.886 3.112-.752 1.234.124 2.503.523 3.388.893v9.923c-.918-.35-2.107-.692-3.287-.81-1.094-.111-2.278-.039-3.213.492V2.687zM8 1.783C7.015.936 5.587.81 4.287.94c-1.514.153-3.042.672-3.994 1.105A.5.5 0 0 0 0 2.5v11a.5.5 0 0 0 .707.455c.882-.4 2.303-.881 3.68-1.02 1.409-.142 2.59.087 3.223.877a.5.5 0 0 0 .78 0c.633-.79 1.814-1.019 3.222-.877 1.378.139 2.8.62 3.681 1.02A.5.5 0 0 0 16 13.5v-11a.5.5 0 0 0-.293-.455c-.952-.433-2.48-.952-3.994-1.105C10.413.809 8.985.936 8 1.783z"/>
</svg>
</a>
<a href="https://discord.gg/AnuJBk23FU">
<svg xmlns="http://www.w3.org/2000/svg" width="45" height="55" fill="currentColor" class="bi bi-discord-half" viewBox="0 0 16 16">
<path d="M13.545 2.907a13.227 13.227 0 0 0-3.257-1.011.05.05 0 0 0-.052.025c-.141.25-.297.577-.406.833a12.19 12.19 0 0 0-3.658 0 8.258 8.258 0 0 0-.412-.833.051.051 0 0 0-.052-.025c-1.125.194-2.22.534-3.257 1.011a.041.041 0 0 0-.021.018C.356 6.024-.213 9.047.066 12.032c.001.014.01.028.021.037a13.276 13.276 0 0 0 3.995 2.02.05.05 0 0 0 .056-.019c.308-.42.582-.863.818-1.329a.05.05 0 0 0-.01-.059.051.051 0 0 0-.018-.011 8.875 8.875 0 0 1-1.248-.595.05.05 0 0 1-.02-.066.051.051 0 0 1 .015-.019c.084-.063.168-.129.248-.195a.05.05 0 0 1 .051-.007c2.619 1.196 5.454 1.196 8.041 0a.052.052 0 0 1 .053.007c.08.066.164.132.248.195a.051.051 0 0 1-.004.085 8.254 8.254 0 0 1-1.249.594.05.05 0 0 0-.03.03.052.052 0 0 0 .003.041c.24.465.515.909.817 1.329a.05.05 0 0 0 .056.019 13.235 13.235 0 0 0 4.001-2.02.049.049 0 0 0 .021-.037c.334-3.451-.559-6.449-2.366-9.106a.034.034 0 0 0-.02-.019Zm-8.198 7.307c-.789 0-1.438-.724-1.438-1.612 0-.889.637-1.613 1.438-1.613.807 0 1.45.73 1.438 1.613 0 .888-.637 1.612-1.438 1.612Zm5.316 0c-.788 0-1.438-.724-1.438-1.612 0-.889.637-1.613 1.438-1.613.807 0 1.451.73 1.438 1.613 0 .888-.631 1.612-1.438 1.612Z"/>
</svg>
</a>
</div>
</div>
</div>
<div class="container footer-bottom clearfix">
<div class="copyright">
© Copyright <strong><span>Maximilian Parzen</span></strong>. <br> <a href="https://github.com/pypsa-meets-earth/pypsa-meets-earth.github.io">Code for MIT licensed website (here). Enjoy!</a>
</div>
<div class="credits">
<!-- All the links in the footer should remain intact. -->
<!-- You can delete the links only if you purchased the pro version. -->
<!-- Licensing information: https://bootstrapmade.com/license/ -->
<!-- Purchase the pro version with working PHP/AJAX contact form: https://bootstrapmade.com/bocor-bootstrap-template-nice-animation/ -->
Designed by <a href="https://bootstrapmade.com/">BootstrapMade</a> <br> Logos from <a href=" https://logomakr.com/5HgsGO#">Logomakr</a> <br> Images produced by <a href="https://www.flickr.com/photos/184249102@N03/page2">Iban Ameztoy</a> and <a href="https://www.flickr.com/photos/andymilnerastro/20126916706/in/photolist-wExH8h-2ivPWVq-2jdhJnW-Ld9kjV-2hJHi7C-bWX1Y-2iQ2z2H-2kxt5U6-2cNhVnU-9RfrVs-2iQua29-iwBvnX-7witeh-2d1WD9M-2iyr9GJ-DhAni8-NkxEa3-cCewFJ-6HxTxk-5PfNcf-F9YNLR-2ek8URh-2ivQGJx-2gG6tm1-UcBypo-2dfH7Fp-ER5CL1-dJ4SAt-24HVPAK-2iP292i-26ja82Q-axzBQi-2iPV8Ck-22sprGi-2iP27Xp-2iyqrYp-De8Ct1-2iyvdyd-S8336x-2kxwM1F-2iyrbFj-QDqm6p-2dsJM8M-VQCcff-pGxCtG-SgBURu-SgBxay-X4sYN5-Ghq9Xi-2epHSnr/">Andy Milner</a>
</div>
</div>
</footer>
<!-- End Footer -->
<a href="#" class="back-to-top d-flex align-items-center justify-content-center"><i class="bi bi-arrow-up-short"></i></a>
<!-- Vendor JS Files -->
<script src="assets/vendor/aos/aos.js"></script>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/glightbox/js/glightbox.min.js"></script>
<script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
<script src="assets/vendor/swiper/swiper-bundle.min.js"></script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
<!-- Particles -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/tsparticles/1.29.2/tsparticles.min.js" integrity="sha512-BCawwABAvfbOiCjTAAsgG2SSs35AjAVlQq66rOTeQsS+2H/1OZsY3QEi3IAEQ0odsSxqVSHNqhBe3ut0pKl9ZA==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script src="assets/js/custom_particle.js"></script>
<script src="https://cdn.rawgit.com/progers/pathseg/master/pathseg.js"></script>
<!-- Bootstrap Default Max
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
-->
</body>
</html>