diff --git a/evaluation/evaluation_template.tex b/evaluation/evaluation_template.tex new file mode 100644 index 0000000..c4fb114 --- /dev/null +++ b/evaluation/evaluation_template.tex @@ -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}