Skip to content

Commit

Permalink
feat: evaluation template tex
Browse files Browse the repository at this point in the history
  • Loading branch information
cmeesters committed Apr 12, 2024
1 parent 08aab7f commit 0feb32d
Showing 1 changed file with 142 additions and 0 deletions.
142 changes: 142 additions & 0 deletions evaluation/evaluation_template.tex
Original file line number Diff line number Diff line change
@@ -0,0 +1,142 @@
\documentclass{scrartcl}
\usepackage[english]{babel} % %Sprachunterstützung

\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{lmodern}

\usepackage{enumitem}
\usepackage{wasysym}
\usepackage{multicol} %Mehrere Spalten
\usepackage{lmodern}
\usepackage{xcolor}
\usepackage{xhfill}
\usepackage[top=1.5cm,bottom=1.5cm]{geometry}

\parskip=0pt

\begin{document}


\section*{Evaluation of the\\"Snakemake Data Analysis on HPC Systems"\\Course}

\begin{center}
Dresden - 18. April 2024
\end{center}


Please complete this questionnaire about your personal background and the course.
\begin{enumerate}
\item What described your current field of research / work, best?
\begin{multicols}{4}
\begin{itemize}[label={\Square}]
\item Chemistry
\item Computer\ Sciences
\item Economics
\item Humanities
\item LifeSciences
\item LifeSciences\ (human data)
\item Linguistics
\item Physics
\item Social Sciences
\item Other\ (please\ specify)
\end{itemize}
\end{multicols}
\item Which is your career level?
\begin{multicols}{3}
\begin{itemize}[label={\Square}]
\item Pre-Master
\item Master
\item Graduate Student
\item Postdoc
\item Principle Investigator
\end{itemize}
\end{multicols}
\item Which of the following programming languages do you work with?
\begin{multicols}{4}
%\footnotesize{
\begin{itemize}[label={\Square}]
\item Bash\\(or any other shell)
\item C
\item C++
\item Fortran
\item Python/Perl
\item R
\item Rust
\item Matlab
\item Java
\item None
\end{itemize}%}
\end{multicols}
\item I have been working with a workflow system before:
\begin{multicols}{3}
\begin{itemize}[label={\Square}]
\item Snakemake
\item Nextflow
\item Galaxy
\item Knime
\item None
\item Other\\(please\ specifiy)
\end{itemize}
\end{multicols}
\item My group already uses an HPC cluster:
\begin{itemize}[label={\Square}]
\item Yes\ (which): \dotfill
\item No\ (why): \dotfill
\end{itemize}
\item Obviously, you care about reproducible data analysis. In your group
\begin{multicols}{3}
\begin{itemize}[label={\Square}]
\item you are the only one
\item it is a group effort
\item other (which)
\end{itemize}
\end{multicols}
\item The Open Science principles are
\begin{multicols}{3}
\begin{itemize}[label={\Square}]
\item established in your group
\item ignored by your group
\item unkown to you / your group
\end{itemize}
\end{multicols}
\item For me, the level of the course was\ldots
\begin{multicols}{5}
\begin{itemize}[label={\Square}]
\item too easy
\item easy
\item good
\item difficult
\item too difficult
\end{itemize}
\end{multicols}
\pagebreak
\item For me, the duration of the course was\ldots
\begin{multicols}{5}
\begin{itemize}[label={\Square}]
\item too short
\item short
\item about right
\item long
\item too long
\end{itemize}
\end{multicols}
\item Is there a topic we did not cover in the course, but you expected to hear about?
\begin{itemize}[label={\Square}]
\item Yes:
\item No
\end{itemize}
\item What did you like or \textbf{not} like about the course?
\vspace{1.7cm}
\item Please give an overall grade:
\begin{multicols}{5}
\begin{itemize}[label={\Square}]
\item Very good
\item Good
\item Fair
\item Poor
\item Very poor
\end{itemize}
\end{multicols}
\end{enumerate}
\end{document}

0 comments on commit 0feb32d

Please sign in to comment.