[projects] put dates into instructions
This commit is contained in:
parent
f82555841e
commit
1afe582006
@ -9,17 +9,19 @@
|
|||||||
\vspace{1ex}
|
\vspace{1ex}
|
||||||
\textbf{Dates:}
|
\textbf{Dates:}
|
||||||
|
|
||||||
The code and the presentation should be uploaded to
|
The code and the presentation should be uploaded to ILIAS
|
||||||
ILIAS \textbf{at latest the night before the presentation (23:59h)}. We will
|
\textbf{at latest on Tuesday, February 4th, 2020, 23:59h}. We
|
||||||
store all presentations on one computer to allow fast
|
will store all presentations on one computer to allow for fast
|
||||||
transitions between talks. The date of the presentations will be anounced.
|
transitions between talks.
|
||||||
|
|
||||||
|
The presentations are on Wednesday February 4th, 10--12, Thursday
|
||||||
|
February 5th, 10--12 and 14--16.
|
||||||
|
|
||||||
\vspace{1ex}
|
\vspace{1ex}
|
||||||
\textbf{Files:}
|
\textbf{Files:}
|
||||||
|
|
||||||
Hand in your presentation as a pdf file. Bundle
|
Hand in your presentation as a pdf file. Bundle everything (the
|
||||||
everything (the pdf, the code, and the data) into a {\em single}
|
pdf, the code, and the data) into a {\em single} zip-file.
|
||||||
zip-file.
|
|
||||||
|
|
||||||
\textbf{Hint:} create the zip file you want to upload, unpack it
|
\textbf{Hint:} create the zip file you want to upload, unpack it
|
||||||
somewhere else and check if your main script is still running
|
somewhere else and check if your main script is still running
|
||||||
|
@ -0,0 +1,21 @@
|
|||||||
|
\documentclass[a4paper,12pt,pdftex]{exam}
|
||||||
|
|
||||||
|
\newcommand{\ptitle}{Project title}
|
||||||
|
\input{../header.tex}
|
||||||
|
\firstpagefooter{Supervisor: Jan Benda}{phone: 29 74573}%
|
||||||
|
{email: jan.benda@uni-tuebingen.de}
|
||||||
|
%\firstpagefooter{Supervisor: Jan Grewe}{phone: 29 74588}%
|
||||||
|
%{email: jan.grewe@uni-tuebingen.de}
|
||||||
|
|
||||||
|
\begin{document}
|
||||||
|
|
||||||
|
\input{../instructions.tex}
|
||||||
|
|
||||||
|
|
||||||
|
%%%%%%%%%%%%%% Questions %%%%%%%%%%%%%%%%%%%%%%%%%
|
||||||
|
|
||||||
|
\begin{questions}
|
||||||
|
\question What was the questions for 42?
|
||||||
|
\end{questions}
|
||||||
|
|
||||||
|
\end{document}
|
Reference in New Issue
Block a user