minor edit
This commit is contained in:
parent
4e74ee3a6a
commit
55d2d85fbb
3 changed files with 17 additions and 15 deletions
|
@ -119,8 +119,8 @@ form-of-instruction:
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
template:
|
template:
|
||||||
de: "${key} (${value}\\ SWS)"
|
de: "{key} ({value}\\ SWS)"
|
||||||
en: "${key} (${value}\\ SWS)"
|
en: "{key} ({value}\\ SWS)"
|
||||||
|
|
||||||
#
|
#
|
||||||
# Voraussetzungen für die Teilnahme
|
# Voraussetzungen für die Teilnahme
|
||||||
|
@ -192,8 +192,8 @@ credits:
|
||||||
}
|
}
|
||||||
type: num
|
type: num
|
||||||
template:
|
template:
|
||||||
de: "${value}ECTS, Gewichtung: ${value}/180 "
|
de: "{value}ECTS, Gewichtung: {value}/180 "
|
||||||
en: "${value}ECTS, weight: ${value} / 180 "
|
en: "{value}ECTS, weight: {value} / 180 "
|
||||||
|
|
||||||
|
|
||||||
#
|
#
|
||||||
|
@ -221,8 +221,8 @@ form-of-exam:
|
||||||
}
|
}
|
||||||
spec: true
|
spec: true
|
||||||
template:
|
template:
|
||||||
de: "${value} (${spec})"
|
de: "{value} ({spec})"
|
||||||
en: "${value} (${spec})"
|
en: "{value} ({spec})"
|
||||||
|
|
||||||
|
|
||||||
#
|
#
|
||||||
|
@ -235,8 +235,8 @@ term:
|
||||||
en: "Term"
|
en: "Term"
|
||||||
}
|
}
|
||||||
template:
|
template:
|
||||||
de: "${value}\\. Semester"
|
de: "{value}\\. Semester"
|
||||||
en: "Term ${value}"
|
en: "Term {value}"
|
||||||
|
|
||||||
#
|
#
|
||||||
# Häufigkeit des Angebots
|
# Häufigkeit des Angebots
|
||||||
|
@ -264,8 +264,8 @@ duration:
|
||||||
de: Dauer
|
de: Dauer
|
||||||
en: duration
|
en: duration
|
||||||
template:
|
template:
|
||||||
de: "$value Semester"
|
de: "{value} Semester"
|
||||||
en: "$value term(s)"
|
en: "{value} term(s)"
|
||||||
|
|
||||||
kind:
|
kind:
|
||||||
type: enum
|
type: enum
|
||||||
|
|
|
@ -28,7 +28,7 @@ source_nt := notes.md diff.md
|
||||||
|
|
||||||
|
|
||||||
# rules ahead
|
# rules ahead
|
||||||
.PHONY: all clean
|
.PHONY: clean
|
||||||
|
|
||||||
all: ${targets}
|
all: ${targets}
|
||||||
|
|
||||||
|
@ -43,8 +43,10 @@ ${target_nt}: ${source_nt}
|
||||||
|
|
||||||
${target_mhb}: MHB/*.yaml
|
${target_mhb}: MHB/*.yaml
|
||||||
mkdir -p ${output_path}
|
mkdir -p ${output_path}
|
||||||
python ${coursebuilder} -s MHB/schema.yaml -p -t -l de --level 2 -b MHB/book.yaml | pandoc ${pandoc_flags_eisvogel} ${mhb_flags} ${mhb_meta_de} -o $@
|
python ${coursebuilder} -s MHB/schema.yaml -p --title "## {}" --legacy -l de -b MHB/book.yaml | pandoc ${pandoc_flags_eisvogel} ${mhb_flags} ${mhb_meta_de} -o $@
|
||||||
|
|
||||||
|
test-query:
|
||||||
|
python ${coursebuilder} -s MHB/schema.yaml -b MHB/book.yaml -q "kind=='compulsory'" -qs min:term -qc form-of-instruction -qf name credits form-of-exam -ql Modulname Kreditpunkte Prüfungsart
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm ${targets}
|
rm ${targets}
|
||||||
|
|
||||||
|
|
|
@ -212,7 +212,7 @@ Die Modulbezeichnungen, das Studienvolumen in Leistungspunkten (CP) sowie die Pr
|
||||||
+--------------------------------------------+---------------------+--------------------+
|
+--------------------------------------------+---------------------+--------------------+
|
||||||
| Unternehmen und Verwaltung II | 5 CP | A |
|
| Unternehmen und Verwaltung II | 5 CP | A |
|
||||||
+--------------------------------------------+---------------------+--------------------+
|
+--------------------------------------------+---------------------+--------------------+
|
||||||
| Vertiefung Datenbanken I | 5 CP | S |
|
| Datenbankprogrammierung mit PL/SQL | 5 CP | S |
|
||||||
+--------------------------------------------+---------------------+--------------------+
|
+--------------------------------------------+---------------------+--------------------+
|
||||||
| IT-Sicherheit und Datenschutz | 5 CP | S |
|
| IT-Sicherheit und Datenschutz | 5 CP | S |
|
||||||
+--------------------------------------------+---------------------+--------------------+
|
+--------------------------------------------+---------------------+--------------------+
|
||||||
|
@ -315,7 +315,7 @@ Betriebssysteme 5 CP
|
||||||
Unternehmen und Verwaltung I 10 CP
|
Unternehmen und Verwaltung I 10 CP
|
||||||
(6+2 SWS)
|
(6+2 SWS)
|
||||||
|
|
||||||
Vertiefung Datenbanken 1 5 CP
|
Datenbankprogrammierung mit PL/SQL 5 CP
|
||||||
(3+1 SWS)
|
(3+1 SWS)
|
||||||
|
|
||||||
IT-Sicherheit und Datenschutz 5 CP
|
IT-Sicherheit und Datenschutz 5 CP
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue