-
Notifications
You must be signed in to change notification settings - Fork 21
/
privacy.html
392 lines (342 loc) · 31.5 KB
/
privacy.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
<!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>Open Energy Transition - A non-profit tackling globally energy planning challenges with an unique open approach.</title>
<meta name="description" content="Open Energy Transition is a non-profit think tank and software provider revolutionizing the global shift towards sustainable energy. We offer innovative, open-source energy planning solutions, comprehensive support, and collaborative opportunities. Join us in driving sustainable, affordable, and accessible energy solutions for all."/>
<!-- 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="Open Energy Transition"/>
<meta itemprop="description" content="Open Energy Transition is a non-profit think tank and software provider revolutionizing the global shift towards sustainable energy. We offer innovative, open-source energy planning solutions, comprehensive support, and collaborative opportunities. Join us in driving sustainable, affordable, and accessible energy solutions for all."/>
<meta itemprop="image" content="https://openenergytransition.org/assets/img/website_screenshot.png"/>
<!-- Facebook Meta Tags -->
<meta name="title" property="og:title" content="Open Energy Transition"/>
<meta name="type" property="og:type" content="website"/>
<meta name="image" property="og:image" content="https://openenergytransition.org/assets/img/website_screenshot.png"/>
<meta name="url" property="og:url" content="https://openenergytransition.org"/>
<meta name="description" property="og:description" content="Open Energy Transition is a non-profit think tank and software provider revolutionizing the global shift towards sustainable energy. We offer innovative, open-source energy planning solutions, comprehensive support, and collaborative opportunities. Join us in driving sustainable, affordable, and accessible energy solutions for all."/>
<!-- Twitter Meta Tags -->
<meta name="twitter:card" content="summary_large_image"/>
<meta name="twitter:title" content="Open Energy Transition"/>
<meta name="twitter:description" content="Open Energy Transition is a non-profit think tank and software provider revolutionizing the global shift towards sustainable energy. We offer innovative, open-source energy planning solutions, comprehensive support, and collaborative opportunities. Join us in driving sustainable, affordable, and accessible energy solutions for all."/>
<meta name="twitter:image" content="https://openenergytransition.org/assets/img/website_screenshot.png"/>
<!-- Meta Tags Generated via http://heymeta.com -->
<meta content="open source, energy system modelling, pypsa, earth, energy, power grid" 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 rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<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">
<!-- LinkedIn buttom -->
<script src="https://platform.linkedin.com/in.js" type="text/javascript"> lang: en_US</script>
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-P4PR9RQR');</script>
<!-- End Google Tag Manager -->
<!-- =======================================================
* 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>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-P4PR9RQR"
height="0" width="0" style="display:none;visibility:hidden"></iframe>
</noscript>
<!-- End Google Tag Manager (noscript) -->
<!-- ======= 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/oet-logo-red-n-subtitle.png" alt="" class="img-fluid"></a>
</div>
<nav id="navbar" class="navbar">
<ul>
<li><a class="nav-link" href="#hero"></a></li>
<li><a class="nav-link" href="index.html">What we do</a></li>
<li><a class="nav-link" href="projects.html">Projects</a></li>
<li class="dropdown"><a href="tools.html"><span>Tools</span> <i class="bi bi-chevron-down"></i></a>
<ul>
<li><a href="tools.html#devpartners">Development partners</a></li>
<li><a href="tools.html#model">Open framework and model</a></li>
<li><a href="tools.html#data">Open data</a></li>
<li><a href="tools.html#solver">Open solver</a></li>
<li><a href="tools.html#community">Open community</a></li>
</ul>
</li>
<li><a class="nav-link scrollto active" href="outputs.html">Outputs</a></li>
<li class="dropdown"><a href="about-us.html"><span>About us</span> <i class="bi bi-chevron-down"></i></a>
<ul>
<li><a href="about-us.html#theory-of-change">Theory of Change</a></li>
<li><a href="about-us.html#team">Team</a></li>
<li><a href="about-us.html#contributors">Contributors</a></li>
<li><a href="about-us.html#workwithus">Work with us</a></li>
<li><a href="funding.html">Funders and partners</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="94152365" data-counter="bottom"></script>
</nav>
</div>
</header>
<!-- End Header -->
<!-- ======= About Section ======= -->
<section id="about" class="about section-bg">
<div class="container">
<div class="section-title">
<h2 data-aos="fade-in">Privacy Statement</h2>
</div>
<div class="row">
<div class="image col-xl-5 d-flex align-items-stretch justify-content-center justify-content-lg-start"></div>
<div class="col-xl-7 pl-0 pl-lg-5 pr-lg-1 d-flex align-items-stretch">
<div class="content d-flex flex-column justify-content-center px-4">
<div class="row">
<div class="col-md-12 icon-box" data-aos="fade-up" data-aos-delay="300">
<h4><a href="#">Privacy Policy</a></h4>
<p>
Personal data (usually referred to just as “data” below) will only be processed by us to the extent necessary
and for the purpose of providing a functional and user-friendly website, including its contents, and the services
offered there.
<br>
<br>
Per Art. 4 No. 1 of Regulation (EU) 2016/679, i.e. the General Data Protection Regulation (hereinafter referred
to as the “GDPR”), “processing” refers to any operation or set of operations such as collection, recording,
organization, structuring, storage, adaptation, alteration, retrieval, consultation, use, disclosure by
transmission, dissemination, or otherwise making available, alignment, or combination, restriction, erasure,
or destruction performed on personal data, whether by automated means or not.
<br>
<br>
The following privacy policy is intended to inform you in particular about the type, scope, purpose, duration,
and legal basis for the processing of such data either under our own control or in conjunction with others.
We also inform you below about the third-party components we use to optimize our website and improve the user
experience which may result in said third parties also processing data they collect and control.
<br>
<br>
Our privacy policy is structured as follows:
<br>
I. Information about us as controllers of your data
<br>
II. The rights of users and data subjects
<br>
III. Information about the data processing
</p>
<br>
<h4><a href="#">I. Information about us as controllers of your data</a></h4>
<p>
The party responsible for this website (the “controller”) for purposes of data protection law is:
<br>
<br>
Open Energy Transition (g)GmbH <br>
Königsallee 52 <br>
95448 Bayreuth <br>
Germany <br>
E / [email protected] <br>
W / www.openenergytransition.org <br>
</p>
<br>
<h4><a href="#"></a>II. The rights of users and data subjects</a></h4>
<p>With regard to the data processing to be described in more detail below, users and data subjects have the right:
<br>
● to confirmation of whether data concerning them is being processed,
information about the data being processed, further information about
the nature of the data processing, and copies of the data (cf. also Art. 15 GDPR);
<br>
● to correct or complete incorrect or incomplete data (cf. also Art. 16 GDPR);
to the immediate deletion of data concerning them (cf. also Art. 17 DSGVO),
or, alternatively, if further processing is necessary as stipulated in Art. 17 Para. 3 GDPR,
to restrict said processing per Art. 18 GDPR;
<br>
● to receive copies of the data concerning them and/or provided by them and to have the same
transmitted to other providers/controllers (cf. also Art. 20 GDPR);
<br>
● to file complaints with the supervisory authority if they believe that data concerning
them is being processed by the controller in breach of data protection provisions (see also Art. 77 GDPR).
<br>
<br>
<strong>In addition, the controller is obliged to inform all recipients to whom it discloses
data of any such corrections, deletions, or restrictions placed on processing the same
per Art. 16, 17 Para. 1, 18 GDPR. However, this obligation does not apply if such notification
is impossible or involves a disproportionate effort. Nevertheless, users have a right to information
about these recipients.
</strong>
</p>
<br>
<h4>III. Information about the data processing</h3>
<p>Your data processed when using our website will be deleted or blocked as soon as the purpose
for its storage ceases to apply, provided the deletion of the same is not in breach of any
statutory storage obligations or unless otherwise stipulated below.</p>
<h4 class="jet-listing-dynamic-field__content">Cookies</h4><h4>a) Session cookies</h4>
<p>We use cookies on our website. Cookies are small text files or other storage technologies
stored on your computer by your browser. These cookies process certain specific information
about you, such as your browser, location data, or IP address.
</p>
<p>This processing makes our website more user-friendly, efficient, and secure, allowing us,
for example, to display our website in different languages or to offer a shopping cart function.
</p>
<p>The legal basis for such processing is Art. 6 Para. 1 lit. b) GDPR, insofar as these cookies are
used to collect data to initiate or process contractual relationships.</p>
<p>If the processing does not serve to initiate or process a contract, our legitimate interest lies
in improving the functionality of our website. The legal basis is then Art. 6 Para. 1 lit. f) GDPR.
</p>
<p>When you close your browser, these session cookies are deleted.</p>
<h4>b) Third-party cookies</h4>
<p>If necessary, our website may also use cookies from companies with whom we cooperate for the
purpose of advertising, analyzing, or improving the features of our website.</p>
<p>Please refer to the following information for details, in particular for the legal basis
and purpose of such third-party collection and processing of data collected through cookies.
</p>
<h4>c) Disabling cookies</h4>
<p>You can refuse the use of cookies by changing the settings on your browser. Likewise, you can use
the browser to delete cookies that have already been stored. However, the steps and measures
required vary, depending on the browser you use. If you have any questions, please use the help
function or consult the documentation for your browser or contact its maker for support.
Browser settings cannot prevent so-called flash cookies from being set. Instead, you will need
to change the setting of your Flash player. The steps and measures required for this also depend
on the Flash player you are using. If you have any questions, please use the help function or
consult the documentation for your Flash player or contact its maker for support.
</p>
<p>If you prevent or restrict the installation of cookies, not all of the functions on our site may
be fully usable.
</p>
<h4 class="jet-listing-dynamic-field__content">Contact</h4>
<p>If you contact us via email or the contact form, the data you provide will be used for the purpose
of processing your request. We must have this data in order to process and answer your inquiry;
otherwise we will not be able to answer it in full or at all.</p>
<p>The legal basis for this data processing is Art. 6 Para. 1 lit. b) GDPR.
</p>
<p>Your data will be deleted once we have fully answered your inquiry and there is no further
legal obligation to store your data, such as if an order or contract resulted therefrom.</p>
<h4 class="jet-listing-dynamic-field__content">LinkedIn</h4>
<p>LinkedIn Ireland Unlimited Company, Wilton Plaza, Wilton Place, Dublin 2, Irland, a subsidiary
of LinkedIn Corporation, 1000 W. Maude Avenue, Sunnyvale, CA 94085 USA.</p>
<p>Privacy Policy: <a href="https://www.linkedin.com/legal/privacy-policy" target="_blank" rel="noopener nofollow">https://www.linkedin.com/legal/privacy-policy</a>
</p>
<h4 class="jet-listing-dynamic-field__content">Google Analytics</h4>
<p>We use Google Analytics on our website. This is a web analytics service provided by Google Ireland Limited, Gordon House, Barrow Street, Dublin 4, Irland (hereinafter: Google).</p> <p>The Google Analytics service is used to analyze how our website is used. The legal basis is Art. 6 Para. 1 lit. f) GDPR. Our legitimate interest lies in the analysis, optimization, and economic operation of our site.</p> <p>Usage and user-related information, such as IP address, place, time, or frequency of your visits to our website will be transmitted to a Google server in the United States and stored there. However, we use Google Analytics with the so-called anonymization function, whereby Google truncates the IP address within the EU or the EEA before it is transmitted to the US.</p> <p>The data collected in this way is in turn used by Google to provide us with an evaluation of visits to our website and what visitors do once there. This data can also be used to provide other services related to the use of our website and of the internet in general.</p> <p>Google states that it will not connect your IP address to other data. In addition, Google provides further information with regard to its data protection practices at</p> <p><a href="https://www.google.com/intl/de/policies/privacy/partners" target="_blank" rel="noopener nofollow">https://www.google.com/intl/de/policies/privacy/partners,</a></p> <p>including options you can exercise to prevent such use of your data.</p> <p>In addition, Google offers an opt-out add-on at</p> <p><a href="https://tools.google.com/dlpage/gaoptout?hl=de" target="_blank" rel="noopener nofollow">https://tools.google.com/dlpage/gaoptout?hl=en</a></p> <p>in addition with further information. This add-on can be installed on the most popular browsers and offers you further control over the data that Google collects when you visit our website. The add-on informs Google Analytics‘ JavaScript (ga.js) that no information about the website visit should be transmitted to Google Analytics. However, this does not prevent information from being transmitted to us or to other web analytics services we may use as detailed herein.</p> <p><a href="https://www.generator-datenschutzerklärung.de" target="_blank" rel="noopener">Model Data Protection Statement</a> for <a href="https://www.ratgeberrecht.eu/" target="_blank" rel="noopener">Anwaltskanzlei Weiß & Partner</a></p>
</div>
</div>
</div>
<!-- End .content-->
</div>
</div>
</div>
</section>
<!-- End About 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>Contact</h2>
<p>Leave an email for any question or enquiry: <strong><a href="mailto:[email protected]">[email protected]</a></strong></strong></p>
</div>
</div>
</section>
<!-- End Contact 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>Open Energy Transition</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/open-energy-transition">
<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://github.com/open-energy-transition">
<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://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>Open Energy Transition</span></strong>.
Established in 2023
<br>
<a href="https://github.com/open-energy-transition/oet-website">Code for MIT licensed website (click here). Enjoy!</a>
<br>
<a href="legal.html">Legal</a> |
<a href="disclaimer.html">Disclaimer</a> |
<a href="privacy.html">Privacy Statement</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>