diff --git a/syllabus/VI/Makefile b/syllabus/VI/Makefile index 07709e3..6f14e63 100644 --- a/syllabus/VI/Makefile +++ b/syllabus/VI/Makefile @@ -16,13 +16,15 @@ mhb_meta_de := -V lang=de -V title:${name_course} -V subtitle:"Modulhandbuch" -V target_mhb := ${output_path}/BaVI.MHB.pdf target_so := ${output_path}/BaVI.SO.pdf target_po := ${output_path}/BaVI.PO.pdf +target_nt := ${output_path}/BaVI.Notizen.pdf # target / all -targets := ${target_mhb} ${target_so} ${target_po} +targets := ${target_mhb} ${target_so} ${target_po} ${target_nt} # sources source_po := PO.VI.preamble.md PO.VI.md source_so := SO.VI.preamble.md SO.VI.md +source_nt := notes.md # rules ahead @@ -36,6 +38,9 @@ ${target_so}: ${source_so} ${target_po}: ${source_po} pandoc ${pandoc_flags_eisvogel} -o $@ $^ +${target_nt}: ${source_nt} + pandoc ${pandoc_flags_eisvogel} -o $@ $^ + ${target_mhb}: 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 $@ diff --git a/syllabus/VI/notes.md b/syllabus/VI/notes.md index d4ce8e2..eff8920 100644 --- a/syllabus/VI/notes.md +++ b/syllabus/VI/notes.md @@ -1,12 +1,13 @@ # Notizen - [x] Credits mit 4SWS (z.B. EinfVI) und -- [ ] 4SWS != Arbeitsaufwand 150h -- [ ] Klausuren von 120min im Bachelor! -- [ ] Leistungsnachweis Projektarbeit +- [ ] 1SWS != Arbeitsaufwand 30h +- [ ] Klausuren über 120min im Bachelor! +- [ ] Leistungsnachweis Projektarbeit nicht vorgesehen - [ ] Fehlende Modulbeschreibungen: Bachelorarbeit und Bachelorprüfung - [ ] Paragraph 10 - <5 90, 5 == 90 - 120min, >5 180min - [ ] Paragraph 8: Arten der Prüfungsleistungen s,m,a plus "alternative Prüfungsleistungen bedürfen zusätzlich zur Festlegung in der Modulbeschreibung einer Zustimmung des Prüfungsausschusses" +- [ ] Einige Module sind als Wahl im 4ten Semester ausgelegt - das ist nicht möglich! # Mode Red @@ -16,8 +17,9 @@ - [ ] Einführung in die Programmierung - SO:A:5 - MHB:S:5 - [ ] Fortgeschrittene Techniken der Programmierung - SO:A:5 - MHB:S:5 - [ ] Schwerpunktmodul Unternehmen und Verwaltung 2 - SO:S:5 - MHB:A:5 -- [ ] Betriebssysteme - fehlt im MHB komplett (werd ich mir aus Inf holen) +- [x] Betriebssysteme - fehlt im MHB komplett (werd ich mir aus Inf holen) - [ ] Grundlagen der Web-Technologie - SO:S:5 - MHB:M:5 +- [ ] weiter Probleme sind in den jeweiligen MHB YAML markiert ## Wahlbereich