Skip to content

Commit 23ea945

Browse files
committed
added open source in navbar + link to peakweather readthedocs
1 parent 1815352 commit 23ea945

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

_config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ navbar:
2424
- title: Publications
2525
url: /publications.html
2626
# icon: 📄
27+
- title: Open source
28+
url: /#open-source
2729
- title: Activities
2830
pages:
2931
- title: Tutorials

_data/open_source.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
type: dataset
33
description: A high-resolution dataset of Swiss weather station measurements over 8+ years designed for spatiotemporal deep learning.
44
links:
5-
website: https://huggingface.co/datasets/MeteoSwiss/PeakWeather
5+
website: https://peakweather.readthedocs.io/
66
github: https://github.com/MeteoSwiss/PeakWeather
77
- name: EngRad
88
type: dataset

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ <h2>Research</h2>
7272
<div class="container px-4">
7373
<div class="row gx-4 justify-content-center">
7474
<div class="col-lg-8">
75-
<h2>Open Source</h2>
75+
<h2 id="open-source">Open Source</h2>
7676
<p class="lead">Our group is active in open source software development and we maintain several Python libraries based on our research. Check out also the <a href="https://github.com/Graph-Machine-Learning-Group">group GitHub page</a> for code related to our papers.</p>
7777
<h3>Software</h3>
7878
<div class="card-series">

0 commit comments

Comments
 (0)