1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107
|
% Example file, part of the package jslectureplanner
%
% METADATA example
%
% General course data
%
\LecType{vl}
\LecTitle[shorttitle={Meine Wissenschaft},
subtitle={Grundlagen und Theorien},
titlesep={\ --\ }]{Einf\"uhrung in meine Wissenschaft}
\LecYear{ss}{2015}
\LecUni{Universit\"at Schwanheim}
\LecInstitute{Institut f\"ur Wissenschaftsgeschichte}
\LecInstructor{Dr. Paula Pan}
\LecStartDate{2019-04-01}
%
% Session data
%
% a single session
\NewSession[bibsec=einf]{Einf\"uhrung in die Einf\"uhrung}
% a thematic block
\begin{SessionBlock}{Meine Wissenschaft: Begr\"undung}
\NewSession[%
titlesep={:\ },
subtitle={Irrwege und Unwahrheiten},
bibsec=begr
]{Andere Wissenschaften}
\NewSession[%
titlesep={:\ },
subtitle={Der bessere Weg},
bibsec=bessweg
]{Meine Wissenschaft}
\end{SessionBlock}
% another thematic block
\begin{SessionBlock}{Die Geschichte meiner Wissenschaft}
\NewSession[bibsec=anf, presstudents={Johannes Schmidt}]{Die Anf\"ange}
\NewSession[bibsec=erf, presstudents={Clara Vanderfeld}]{Erste Erfolge}
\NewSession[cancel=true]{Dies Academicus}
\NewSession[bibsec=konk, presstudents={Jana Braun}]{Konkurrenzk\"ampfe}
\NewSession[%
titlesep={:\ },
subtitle={Andere werden ignoriert},
bibsec=entsch
]{Die Entscheidung}
\end{SessionBlock}
% a semester break of two weeks
\SetBreaks[units=2,span={25.\,05.\,--\,06.\,06.}]{Pfingstferien}
% start a new frame in beamer
\SetBeamerFrameBreak
% another thematic block
\begin{SessionBlock}{Theorien meiner Wissenschaft}
\NewSession[bibsec=wesentl]{Bestimmung des Wesentlichen}
\NewSession[bibsec=fok, presstudents={Andy Braun}]{Fokussierung auf das Wesentliche}
\NewSession[bibsec=rekap]{Rekapitulation der Wesensbestimmung}
\end{SessionBlock}
% and a last thematic block
\begin{SessionBlock}{Anwendungsfelder}
\NewSession[%
titlesep={:\ },
subtitle={Mein Institut},
bibsec=lokal,
presstudents={Rolf Brandner}
]{Das lokale Umfeld}
\NewSession[%
titlesep={:\ },
subtitle={Die Welt},
bibsec=welt,
presstudents={Z\"oe Peters}
]{Der Rest}
\end{SessionBlock}
\NewSession{Fazit, Ausblick, Reflexion}
%
% Further info
%
\SetPlatform{\url{http://myelearningplatform/mycourse}}
\SetOfficeHours{Sonntag, 02:00\,--\,03:00 Uhr}
% Finis
|