Skip to content
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.
Binary file not shown.
4 changes: 2 additions & 2 deletions sedos_dashboard/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ <h2 class="hp__intro-title">Why SEDOS?</h2>
as csv or with an API. The model structure and data interoperability are tested on three different
optimization frameworks: TIMES, FINE, and Oemof. For easier reproducibility, the data come together with
detailed metadata, which is annotated with ontological concepts from the
<a href="https://openenergyplatform.org/ontology/" target="_blank">OEP</a>.
<a href="https://openenergyplatform.org/ontology/" target="_blank">OEO</a>.
</span>
</label>
</section>
Expand Down Expand Up @@ -125,7 +125,7 @@ <h2 class="hp__section-title">
</ul>
</label>
</div>
<a href="https://sedos-project.github.io/organization/visitor/model/lods/"
<a href="https://sedos-project.github.io/organization/visitor/structure/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>
Expand Down
1 change: 0 additions & 1 deletion sedos_dashboard/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
"Overall System - Highest Level of Detail": Model("sedos-project", "SEDOS-structure-all"),
"Overall System - Medium Level of Detail": Model("sedos-project", "SEDOS-structure-all-lod2"),
"Overall System - Lowest Level of Detail": Model("sedos-project", "SEDOS-structure-all-lod1"),
"Case Study - Steel Industry": Model("steel_industry_test", "SEDOS-structure-steel-industry"),
"Case Study - Steel Industry Section": Model("steel_industry_test", "SEDOS-structure-steel-industry-section"),
"Case Study - Transport with Sector Coupling": Model("sedos-project", "SEDOS-structure-transport-sector-coupled"),
}
Expand Down
Loading