From 1afe582006e8bda7737db28cb39ddd5330499a52 Mon Sep 17 00:00:00 2001
From: Jan Benda <jan.benda@uni-tuebingen.de>
Date: Mon, 20 Jan 2020 16:08:55 +0100
Subject: [PATCH] [projects] put dates into instructions

---
 projects/instructions.tex                     | 16 +++++++-------
 .../shorttermpotentiation.tex                 | 21 +++++++++++++++++++
 2 files changed, 30 insertions(+), 7 deletions(-)
 create mode 100644 projects/project_shorttermpotentiation/shorttermpotentiation.tex

diff --git a/projects/instructions.tex b/projects/instructions.tex
index 6cda593..35a9380 100644
--- a/projects/instructions.tex
+++ b/projects/instructions.tex
@@ -9,17 +9,19 @@
       \vspace{1ex}
       \textbf{Dates:}
 
-      The code and the presentation should be uploaded to
-      ILIAS \textbf{at latest the night before the presentation (23:59h)}. We will
-      store all presentations on one computer to allow fast
-      transitions between talks. The date of the presentations will be anounced.
+      The code and the presentation should be uploaded to ILIAS
+      \textbf{at latest on Tuesday, February 4th, 2020, 23:59h}. We
+      will store all presentations on one computer to allow for fast
+      transitions between talks.
+
+      The presentations are on Wednesday February 4th, 10--12, Thursday
+      February 5th, 10--12 and 14--16.
 
       \vspace{1ex}
       \textbf{Files:}
 
-      Hand in your presentation as a pdf file. Bundle
-      everything (the pdf, the code, and the data) into a {\em single}
-      zip-file.
+      Hand in your presentation as a pdf file. Bundle everything (the
+      pdf, the code, and the data) into a {\em single} zip-file.
 
       \textbf{Hint:} create the zip file you want to upload, unpack it
        somewhere else and check if your main script is still running
diff --git a/projects/project_shorttermpotentiation/shorttermpotentiation.tex b/projects/project_shorttermpotentiation/shorttermpotentiation.tex
new file mode 100644
index 0000000..e8afc87
--- /dev/null
+++ b/projects/project_shorttermpotentiation/shorttermpotentiation.tex
@@ -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}