-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathjoin_us.html
More file actions
271 lines (229 loc) · 17.3 KB
/
Copy pathjoin_us.html
File metadata and controls
271 lines (229 loc) · 17.3 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
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
<!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 - Join Us</title>
<meta name="description" content="Join the PyPSA meets Earth initiative. Whether you're a modeler/researcher or a funding provider, discover how you can contribute to our open energy system planning community.">
<!-- 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 - Join Us">
<meta itemprop="description" content="Join the PyPSA meets Earth initiative. Whether you're a modeler/researcher or a funding provider, discover how you can contribute.">
<meta itemprop="image" content="http://pypsa-meets-earth.github.io/assets/img/website_screenshot.png">
<!-- Facebook Meta Tags -->
<meta property="og:url" content="https://pypsa-meets-earth.github.io/join_us.html">
<meta property="og:type" content="website">
<meta property="og:title" content="PyPSA meets Earth - Join Us">
<meta property="og:description" content="Join the PyPSA meets Earth initiative. Whether you're a modeler/researcher or a funding provider, discover how you can contribute.">
<meta property="og:image" content="http://pypsa-meets-earth.github.io/assets/img/website_screenshot.png">
<!-- Twitter Meta Tags -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="PyPSA meets Earth - Join Us">
<meta name="twitter:description" content="Join the PyPSA meets Earth initiative. Whether you're a modeler/researcher or a funding provider, discover how you can contribute.">
<meta name="twitter:image" content="http://pypsa-meets-earth.github.io/assets/img/website_screenshot.png">
<!-- Meta Tags Generated via http://heymeta.com -->
<meta content="open source, energy system modelling, pypsa, earth, energy, join, community" 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">
<!-- Template Main CSS File -->
<link href="assets/css/style.css" rel="stylesheet">
<!-- Marked.js for Markdown rendering -->
<script src="https://cdn.jsdelivr.net/npm/marked@4.0.0/marked.min.js"></script>
<!-- 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 ======= -->
<header id="header">
<div class="container d-flex align-items-center justify-content-around justify-content-md-between">
<div class="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" href="index.html"></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" href="tutorial.html">Tutorials</a></li>
<li class="dropdown"><a href="publications.html"><span>Publications</span> <i class="bi bi-chevron-down"></i></a>
<ul>
<li><a href="publications.html#scientific-papers">Scientific Papers</a></li>
<li><a href="publications.html#project-reports">Project Reports</a></li>
</ul>
</li>
<li><a class="nav-link active" href="join_us.html">Join Us</a></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 -->
<main id="main">
<!-- ======= Join Us Header ======= -->
<section id="join-us-header" class="section-bg">
<div class="container my-5">
<div class="section-title">
<h2 data-aos="fade-in">Join Us</h2>
<p data-aos="fade-in">Be part of the PyPSA meets Earth community and contribute to open energy system planning for a sustainable future.</p>
</div>
</div>
</section>
<!-- ======= For Modelers Section ======= -->
<section id="modelers" class="support_us">
<div class="container my-5">
<div class="row">
<div class="col-lg-8 mx-auto">
<div id="modelers-content" style="padding:20px; font-size: 16px; line-height: 1.8;">
<!-- Content will be loaded from markdown -->
</div>
</div>
</div>
</div>
</section>
<!-- ======= For Funders Section ======= -->
<section id="funders" class="support_us section-bg">
<div class="container my-5">
<div class="row">
<div class="col-lg-8 mx-auto">
<div id="funders-content" style="padding:20px; font-size: 16px; line-height: 1.8;">
<!-- Content will be loaded from markdown -->
</div>
</div>
</div>
</div>
</section>
</main>
<!-- End #main -->
<!-- ======= 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:pypsameetsearth@gmail.com">
<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="tutorial.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 0 a.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">
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>
<!-- Load Markdown Content -->
<script>
// Function to load and render markdown content
async function loadMarkdownContent(filePath, targetElementId) {
try {
const response = await fetch(filePath);
const markdown = await response.text();
const html = marked.parse(markdown);
document.getElementById(targetElementId).innerHTML = html;
} catch (error) {
console.error(`Error loading ${filePath}:`, error);
document.getElementById(targetElementId).innerHTML = '<p>Error loading content. Please try again later.</p>';
}
}
// Load both sections when page loads
document.addEventListener('DOMContentLoaded', function() {
loadMarkdownContent('join_us/modelers.md', 'modelers-content');
loadMarkdownContent('join_us/funders.md', 'funders-content');
});
</script>
</body>
</html>