„jupyter.adoc“ ändern
This commit is contained in:
parent
5194ba5cdf
commit
1796d718d8
@ -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",
|
||||||
@ -37,4 +37,5 @@ 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
|
||||||
Loading…
Reference in New Issue
Block a user