From 4c4413d0df57158f3b186ea78c9ca728d73576b3 Mon Sep 17 00:00:00 2001 From: Jan Benda Date: Tue, 11 Feb 2020 18:13:21 +0100 Subject: [PATCH] some comments on projects --- projects/README | 7 +++++++ projects/instructions.tex | 6 +++--- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/projects/README b/projects/README index 0f688a4..0e16916 100644 --- a/projects/README +++ b/projects/README @@ -17,6 +17,13 @@ Upload projects to Ilias Simply upload ALL zip files into one folder or Uebungseinheit. Provide an additional file that links project names to students. +Project time +------------ + +3 full weeks, a little more might help to improve the talks. Maybe +stop coding after 3 weeks and have 2 days for talk preparation. We +could even have a little lectture on how to make a talk! + Projects -------- diff --git a/projects/instructions.tex b/projects/instructions.tex index ab2d0c1..ba663ec 100644 --- a/projects/instructions.tex +++ b/projects/instructions.tex @@ -34,9 +34,9 @@ our side. (Test it!) A single \texttt{main.m} script coordinates the analysis by calling functions and sub-scripts which produce the {\em same} figures (\texttt{saveas()}-function, pdf or png - format) that you use in your slides. The code must be - comprehensible by a third person (use proper and consistent - variable and function names). + format) that you use in your slides (your code can also generate + additional figures). The code must be comprehensible by a third + person (use proper and consistent variable and function names). \vspace{1ex}