You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# Dashboard zur Visualisierung des Mietpreisindexes der Stadt Bern
1
+
# Dashboard Entwicklung Wohnungsmietpreise der Stadt Bern
2
2
3
3
## Technische Umsetzung
4
4
Das Dashboard wurde mithilfe des [Static Site Generators](https://en.wikipedia.org/wiki/Static_site_generator) «[11ty](https://11ty.dev)» und der Visualisierungsprogrammbibliothek «[Apache ECharts](https://echarts.apache.org/)» erstellt.
<title>Dashboard Wohnungsmietpreise in der Stadt Bern</title>
19
20
<style>
20
21
@@ -314,7 +315,7 @@ <h3>Daten</h3>
314
315
</p>
315
316
<h3>Open Source-Bibliotheken</h3>
316
317
<p>
317
-
Das Dashboard wurde unter Beihilfe von <ahref="https://www.11ty.dev/">11ty</a> (<ahref="https://github.com/11ty/eleventy?tab=MIT-1-ov-file#readme">MIT-Lizenz</a>) und <ahref="https://echarts.apache.org/">Apache ECharts</a> (<ahref="https://github.com/apache/echarts?tab=Apache-2.0-1-ov-file#readme">Apache-2.0 Lizenz</a>) realisiert. Als Schriftfamilie wird «<ahref="https://rsms.me/inter/">Inter</a>» (<ahref="https://raw.githubusercontent.com/rsms/inter/v4.0/LICENSE.txt">SIL Open Font License 1.1</a>) verwendet. Der Programmquellcode des Dashboards ist im <ahref="https://github.com/giodi/wmp-vis">Git-Repository</a> einsehbar.
318
+
Das Dashboard wurde unter Beihilfe von <ahref="https://www.11ty.dev/">11ty</a> (<ahref="https://github.com/11ty/eleventy?tab=MIT-1-ov-file#readme">MIT-Lizenz</a>) und <ahref="https://echarts.apache.org/">Apache ECharts</a> (<ahref="https://github.com/apache/echarts?tab=Apache-2.0-1-ov-file#readme">Apache-2.0 Lizenz</a>) realisiert. Als Schriftfamilie wird «<ahref="https://rsms.me/inter/">Inter</a>» (<ahref="https://raw.githubusercontent.com/rsms/inter/v4.0/LICENSE.txt">SIL Open Font License 1.1</a>) verwendet. Icons stammen von <ahref="https://fontawesome.com/">Font Awesome</a>. Der Programmquellcode des Dashboards ist im <ahref="https://github.com/giodi/wmp-vis">Git-Repository</a> einsehbar.
318
319
</p>
319
320
<pclass="footnote">Zuletzt aktualisiert am 26.05.2024</p>
Copy file name to clipboardExpand all lines: src/index.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -99,7 +99,7 @@ <h3>Daten</h3>
99
99
</p>
100
100
<h3>Open Source-Bibliotheken</h3>
101
101
<p>
102
-
Das Dashboard wurde unter Beihilfe von <ahref="https://www.11ty.dev/">11ty</a> (<ahref="https://github.com/11ty/eleventy?tab=MIT-1-ov-file#readme">MIT-Lizenz</a>) und <ahref="https://echarts.apache.org/">Apache ECharts</a> (<ahref="https://github.com/apache/echarts?tab=Apache-2.0-1-ov-file#readme">Apache-2.0 Lizenz</a>) realisiert. Als Schriftfamilie wird «<ahref="https://rsms.me/inter/">Inter</a>» (<ahref="https://raw.githubusercontent.com/rsms/inter/v4.0/LICENSE.txt">SIL Open Font License 1.1</a>) verwendet. Der Programmquellcode des Dashboards ist im <ahref="https://github.com/giodi/wmp-vis">Git-Repository</a> einsehbar.
102
+
Das Dashboard wurde unter Beihilfe von <ahref="https://www.11ty.dev/">11ty</a> (<ahref="https://github.com/11ty/eleventy?tab=MIT-1-ov-file#readme">MIT-Lizenz</a>) und <ahref="https://echarts.apache.org/">Apache ECharts</a> (<ahref="https://github.com/apache/echarts?tab=Apache-2.0-1-ov-file#readme">Apache-2.0 Lizenz</a>) realisiert. Als Schriftfamilie wird «<ahref="https://rsms.me/inter/">Inter</a>» (<ahref="https://raw.githubusercontent.com/rsms/inter/v4.0/LICENSE.txt">SIL Open Font License 1.1</a>) verwendet. Icons stammen von <ahref="https://fontawesome.com/">Font Awesome</a>. Der Programmquellcode des Dashboards ist im <ahref="https://github.com/giodi/wmp-vis">Git-Repository</a> einsehbar.
103
103
</p>
104
104
<pclass="footnote">Zuletzt aktualisiert am {% datenow "dd.mm.YYYY" %}</p>
0 commit comments