[instructions] less should, more must

This commit is contained in:
Jan Grewe 2019-01-11 16:54:56 +01:00
parent e826428446
commit 4c0250c00a

View File

@ -3,8 +3,8 @@
\textbf{Evaluation criteria:} \textbf{Evaluation criteria:}
Each project has three elements that are graded: (i) the code, You can view the evaluation criteria on the
(ii) the quality of the figures, and (iii) the presentation (see below). emph{SciCompScoreSheet.pdf} on Ilias.
\vspace{1ex} \vspace{1ex}
\textbf{Dates:} \textbf{Dates:}
@ -18,38 +18,38 @@
\vspace{1ex} \vspace{1ex}
\textbf{Files:} \textbf{Files:}
Please hand in your presentation as a pdf file. Bundle Hand in your presentation as a pdf file. Bundle
everything (the pdf, the code, and the data) into a {\em single} everything (the pdf, the code, and the data) into a {\em single}
zip-file. zip-file.
Hint: make the zip file you want to upload, unpack it somewhere
else and check if your main script is running properly.
\vspace{1ex} \vspace{1ex}
\textbf{Code:} \textbf{Code:}
The code should be executable without any further The code must be executable without any further adjustments from
adjustments from our side. A single \texttt{main.m} script our side. (Test it!) A single \texttt{main.m} script coordinates
should coordinate the analysis by calling functions and the analysis by calling functions and sub-scripts and produces
sub-scripts and should produce the {\em same} figures the {\em same} figures (\texttt{saveas()}-function, pdf or png
(\texttt{saveas()}-function, pdf or png format) that you use in format) that you use in your slides. The code must be
your slides. The code should be properly commented and
comprehensible by a third person (use proper and consistent comprehensible by a third person (use proper and consistent
variable and function names). variable and function names).
% Hint: make the zip file you want to upload, unpack it
% somewhere else and check if your main script is running.
\vspace{1ex} \vspace{1ex}
\emph{Please write your name and matriculation number as a \emph{Please note your name and matriculation number as a
comment at the top of the \texttt{main.m} script.} comment at the top of the \texttt{main.m} script.}
\vspace{1ex} \vspace{1ex}
\textbf{Presentation:} \textbf{Presentation:}
The presentation should be {\em at most} 10min long and be held The presentation should be {\em at most} 10min long and be held
in English. In the presentation you should present figures in English. In the presentation you should present figures
introducing, explaining, showing, and discussing your data, introducing, explaining, showing, and discussing your data,
methods, and results. All data-related figures you show in the methods, and results. All data-related figures you show in the
presentation should be produced by your program --- no editing presentation must be produced by your program --- no editing
or labeling by PowerPoint or other software. It is always a good or labeling by PowerPoint or other software. It is always a good
idea to illustrate the problem with basic plots of the idea to illustrate the problem with basic plots of the
raw-data. Make sure the axis labels are large enough! raw-data. Make sure the axis labels are large enough!