1
0

„jupyter.adoc“ ändern

This commit is contained in:
Stefan Gaiselmann 2023-06-29 22:13:42 +02:00
parent 5194ba5cdf
commit 1796d718d8

View File

@ -9,7 +9,7 @@ tab = "&tab=41SLSP_FHNW_MyInst_and_CI&search_scope=MyInst_andCI&vid=41SLSP_FNW:V
search = "search?query=any,contains,({})" search = "search?query=any,contains,({})"
# Input, Jahr + Monate # Input, Jahr + Monate
year = "2023" year = "2023"
months = ["03", "04", "05"] months = ["03", "04", "05"] # <1>
themes = ["Allgemeines, Umweltschutz, Spielfilme, Kinder- und Jugendmedien", themes = ["Allgemeines, Umweltschutz, Spielfilme, Kinder- und Jugendmedien",
"Theologie, Philosophie, Ethik, Psychologie", "Theologie, Philosophie, Ethik, Psychologie",
"Pädagogik", "Pädagogik",
@ -38,3 +38,4 @@ for i in range(len(themes)):
text = "<li><a href='" + url + "'>" + themes[i] + "</a></li>" text = "<li><a href='" + url + "'>" + themes[i] + "</a></li>"
print(text) print(text)
---- ----
<1> Definition der Monate