Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Feature/update starting page #50

Merged
merged 2 commits into from
Dec 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified sedos_dashboard/media/structures/SEDOS-structure-all.xlsx
Binary file not shown.
39 changes: 32 additions & 7 deletions sedos_dashboard/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ <h2 class="hp__intro-title">Why this GUI?</h2>
<section>
<h2 class="hp__intro-title">Looking for more information on SEDOS?</h2>
<span class="hp__intro-text">Explore the various offerings to find out more about the project:</span>
<a href="https://sedos-project.github.io/.github/"
<a href="https://sedos-project.github.io/organization/"
class="mt-4 button button--link"
target="_blank">
<svg xmlns="http://www.w3.org/2000/svg"
Expand Down Expand Up @@ -100,10 +100,35 @@ <h2 class="hp__section-title">
<button class="btn button button--primary" type="submit" name="aggregations">Aggregation Graph</button>
</div>
</form>
<a href="https://sedos-project.github.io/.github/results/"
<a href="https://sedos-project.github.io/organization/visitor/structure/network_graph/"
class="button button--link"
target="_blank">
<span class="pe-2">Exemplary Graphs</span>
<span class="pe-2">Exemplary graph diagrams</span>
<svg xmlns="http://www.w3.org/2000/svg"
width="16"
height="16"
fill="currentColor"
class="bi bi-box-arrow-up-right"
viewBox="0 0 16 16">
<path fill-rule="evenodd" d="M8.636 3.5a.5.5 0 0 0-.5-.5H1.5A1.5 1.5 0 0 0 0 4.5v10A1.5 1.5 0 0 0 1.5 16h10a1.5 1.5 0 0 0 1.5-1.5V7.864a.5.5 0 0 0-1 0V14.5a.5.5 0 0 1-.5.5h-10a.5.5 0 0 1-.5-.5v-10a.5.5 0 0 1 .5-.5h6.636a.5.5 0 0 0 .5-.5" />
<path fill-rule="evenodd" d="M16 .5a.5.5 0 0 0-.5-.5h-5a.5.5 0 0 0 0 1h3.793L6.146 9.146a.5.5 0 1 0 .708.708L15 1.707V5.5a.5.5 0 0 0 1 0z" />
</svg>
</a>
<div class="mt-3 mb-2">
<label for="customTextBox">
Model structure selection description (relevant for the network graph):
<ul>
<li>You can either visualize the selected model structures from our case studies.</li>
<li>
..or visualize the overall system for different levels of detail (LOD), which are determined by the available aggregation levels per sector.
</li>
</ul>
</label>
</div>
<a href="https://sedos-project.github.io/organization/visitor/model/lods/"
class="button button--link"
target="_blank">
<span class="pe-2">For more details on the derivation of LODs see the related section in the documentation.</span>
<svg xmlns="http://www.w3.org/2000/svg"
width="16"
height="16"
Expand Down Expand Up @@ -139,10 +164,10 @@ <h2 class="hp__section-title">
<button class="btn button button--primary" type="submit" name="diagrams">Explore Diagrams</button>
</div>
</form>
<a href="https://sedos-project.github.io/.github/model/results/"
<a href="https://sedos-project.github.io/organization/visitor/model/results/"
class="button button--link"
target="_blank">
<span class="pe-2">Exemplary Result Diagrams</span>
<span class="pe-2">Exemplary result diagrams</span>
<svg xmlns="http://www.w3.org/2000/svg"
width="16"
height="16"
Expand All @@ -155,15 +180,15 @@ <h2 class="hp__section-title">
</a>
<div class="mt-3 mb-2">
<label for="customTextBox">
Scenario description:
Scenario selection description:
<ol>
<li>Base scenario ToKo - technology-open & cost-optimal</li>
<li>Scenario variation RIGa: Reduced import dependency for fossil gas</li>
<li>Scenario variation SienA/B: sector integration</li>
</ol>
</label>
</div>
<a href="https://sedos-project.github.io/.github/model/scenarios/"
<a href="https://sedos-project.github.io/organization/visitor/model/scenarios/"
class="button button--link"
target="_blank">
<span class="pe-2">See more details on the scenarios</span>
Expand Down