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/instructions.tex
2020-10-28 09:09:01 +01:00

61 lines
2.2 KiB
TeX

\setlength{\fboxsep}{2ex}
\fbox{\parbox{0.95\linewidth}{\small
\textbf{Evaluation criteria:}
You can view the evaluation criteria on the
\emph{SciCompScoreSheet.pdf} on Ilias.
\vspace{1ex}
\textbf{Dates:}
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 5th, 10--12, Thursday
February 6th, 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.
\textbf{Hint:} create the zip file you want to upload, unpack it
somewhere else and check if your main script is still running
properly.
\vspace{1ex}
\textbf{Code:}
The code must be executable without any further adjustments from
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 (your code can also generate
additional figures). The code must be comprehensible by a third
person (use proper and consistent variable and function names).
XXX Find out what RTFM means, act accordingly! chapter 1 Box 1.7, Code-style chapter XXX
\vspace{1ex}
\emph{Please note your name and matriculation number as a
comment at the top of the \texttt{main.m} script.}
\vspace{1ex}
\textbf{Presentation:}
The presentation should be {\em at most} 10min long and be held
in English. In the presentation you should present figures
introducing, explaining, showing, and discussing your data,
methods, and results. All data-related figures you show in the
presentation must be produced by your program --- no editing
or labeling by PowerPoint or other software. It is always a good
idea to illustrate the problem with basic plots of the
raw-data. Make sure the axis labels are large enough!
}}