This repository has been archived on 2021-05-17. You can view files and clone it, but cannot push or open issues or pull requests.
scientificComputing/projects/disclaimer.tex

45 lines
1.7 KiB
TeX

\fbox{\parbox{0.985\linewidth}{ \small
{\bf Evaluation criteria:}
Each project has three elements that are graded: (i) the code,
(ii) the slides/figures, and (iii) the presentation.
\vspace{1ex}
The {\bf code} and the {\bf presentation} should be uploaded to
ILIAS at latest on Wednesday, February 8th, 23:59h. We will
store all presentations on one computer to allow fast
transitions between talks. The presentations start on
Thursday 9:00h. Please hand in your presentation as a pdf file. Bundle
everything (the pdf, the code, and the data) into a {\em
single} zip-file.
\vspace{1ex}
The {\bf code} should be exectuable without any further
adjustments from our side. A single {\em main} script should
coordinate the analysis by calling functions and sub-scripts and
should produce the {\em same} figures that you use in your
slides. The code should be properly commented and comprehensible
by a third persons (use proper and consistent variable and
function names).
\vspace{1ex}
\textbf{Please write your name and matriculation number as a
comment at the top of the \texttt{main.m} script.}
\vspace{1ex}
The {\bf presentation} should be {\em at most} 10min long and be
held in English. In the presentation you should (i) briefly
describe the problem, (ii) explain how you solved it
algorithmically (don't show your entire code), and (iii) present
figures showing your results. All data-related figures you show
in the presentation should be produced by your program. It is
always a good idea to illustrate the problem with basic plots of
the raw-data.
}}