forked from OSeMOSYS/osemosys.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
88 lines (78 loc) · 3.71 KB
/
index.html
File metadata and controls
88 lines (78 loc) · 3.71 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
---
layout: home
title: OSeMOSYS
description: OSeMOSYS is an open source modelling system for long-term integrated assessment and energy planning.
permalink: /
---
<section class="homepage-intro fade-in">
<div class="container">
<h2>The Open Source Energy Modelling System ({{ site.tool_name }})</h2>
<p class="alt-lead text-gray text-justify-between col-md-10 mx-auto">
OSeMOSYS is an open source modelling system for long-term integrated assessment and energy planning.
It has been employed to develop energy systems models from the scale of the globe, continents, countries,
regions and villages. It can focus on detailed power representations, or multi-resource (material, financial,
all energy) systems.
</p>
<a href="{{ "/about/" | relative_url }}" class="btn btn-primary">Learn More →</a>
</div>
<div class="map-background"></div>
</section>
<section class="bg-white py-5">
<div class="container-lg p-responsive text-center">
<h2 class="alt-h2 mb-4">What can we apply OSeMOSYS for?</h2>
<div class="row justify-content-center text-left">
<!-- Application Cards -->
<a href="https://www.sciencedirect.com/science/article/pii/S2211467X20301267" class="col-md-4 mb-5 text-decoration-none card-link">
<div class="card p-3 h-100">
<h3 class="alt-h3 mb-2">⚡ Power sector capacity expansion</h3>
<p class="text-gray">Long-term electricity supply planning using OSeMOSYS</p>
</div>
</a>
<a href="https://www.sciencedirect.com/science/article/abs/pii/S1361920918310861" class="col-md-4 mb-5 text-decoration-none card-link">
<div class="card p-3 h-100">
<h3 class="alt-h3 mb-2">🚗 Transport sector planning</h3>
<p class="text-gray">Designing sustainable transport transitions</p>
</div>
</a>
<a href="https://www.sciencedirect.com/science/article/pii/S2667095X23000168" class="col-md-4 mb-5 text-decoration-none card-link">
<div class="card p-3 h-100">
<h3 class="alt-h3 mb-2">🌍 Regional energy integration</h3>
<p class="text-gray">Multi-country energy system analysis</p>
</div>
</a>
<a href="https://www.mdpi.com/1996-1073/13/15/3805" class="col-md-4 mb-5 text-decoration-none card-link">
<div class="card p-3 h-100">
<h3 class="alt-h3 mb-2">🏭 Sector coupling assessments</h3>
<p class="text-gray">Cross-sectoral analysis of emerging technologies such as Power-to-X</p>
</div>
</a>
<a href="https://www.sciencedirect.com/science/article/pii/S1462901122002167" class="col-md-4 mb-5 text-decoration-none card-link">
<div class="card p-3 h-100">
<h3 class="alt-h3 mb-2">🌾 CLEW systems analysis</h3>
<p class="text-gray">Climate, Land, Energy and Water integration</p>
</div>
</a>
<a href="https://www.sciencedirect.com/science/article/abs/pii/S1364032123005658" class="col-md-4 mb-5 text-decoration-none card-link">
<div class="card p-3 h-100">
<h3 class="alt-h3 mb-2">📈 Economic policy analysis</h3>
<p class="text-gray">Assessing investment, costs, and emissions</p>
</div>
</a>
</div>
<p class="text-center">
<a href="/applications/" class="btn btn-outline">See more →</a>
</p>
</div>
</section>
<section class="partners fade-in">
<div class="container-lg p-responsive text-center">
<h2 class="alt-h2 mb-4">Active Partner Institutions and Programmes</h2>
<div class="logo-grid">
{% for org in site.data.orgs %}
<a href="{{ org.url }}" target="_blank">
<img src="{{ org.logo }}" alt="{{ org.name }}">
</a>
{% endfor %}
</div>
</div>
</section>