1
0
mirror of https://github.com/2martens/uni.git synced 2026-05-06 19:36:26 +02:00

ID-7: Individuelle Aufgabe gelöst

This commit is contained in:
Jim Martens
2014-05-25 17:13:22 +02:00
parent f187eed585
commit dea41ec3fd
7 changed files with 261 additions and 0 deletions

54
id/blatt7/hci.sty Executable file
View File

@ -0,0 +1,54 @@
\usepackage[ngerman]{babel}
\usepackage{geometry}
\usepackage{fancyhdr}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{listings}
\usepackage{bold-extra}
\usepackage{ifpdf}
\usepackage{pgfplots}
\usepackage{tikz}
\usetikzlibrary{automata,trees,matrix,fadings,calc,positioning,decorations.pathreplacing,arrows,decorations.markings}
\geometry{left=2.5cm,right=2.5cm,top=2.0cm,bottom=2.0cm}
\parindent0mm
\pagestyle{fancy}
\ifpdf
\pdfinfo {
/Author (\autor)
/Title (Interaktionsdesign I \blatt)
}
\fi
\newcommand{\betreuer}{Prof. Dr. Frank Steinicke, Dr. Gerd Bruder, Dr. Sven Magg}
\renewcommand{\figurename}{Abbildung}
\newcommand{\kopf}{
\Large
\centerline{\textbf{Human-Computer Interaction}}
\vspace*{0.1\baselineskip}
\large
\centerline{\textbf{Bearbeitung zu \emph{Interaktionsdesign}, SoSe 2014}}
\vspace*{0.1\baselineskip}
\normalsize
Betreuer:~\betreuer\\
Autor(en):~\autor~\hfill~{\"U}bung~\blatt \\
\rule{\textwidth}{.25pt}
}
\headsep.5cm
\renewcommand{\headrulewidth}{.25pt}
\renewcommand{\footrulewidth}{.25pt}
\renewcommand{\labelenumi}{(\alph{enumi})}
\renewcommand{\labelenumii}{(\roman{enumii})}
\newcommand{\aufgabe}[1]{\section*{Aufgabe #1}}
\newcommand{\sourcecode}[1]{\lstinputlisting[caption={#1},label=lst:#1,language=C++,frame=single,showstringspaces=false,basicstyle={\ttfamily \small},breaklines=true,breakatwhitespace=true,tabsize=4,numbers=left,stepnumber=5,numberfirstline=false,firstnumber=1,numberstyle={\scriptsize}]{#1}}

View File

@ -0,0 +1,20 @@
4
1
2
1
4
5
2
1
3
3
1
1
2
4
1
1
2
2
4
1
1 4
2 1
3 2
4 1
5 4
6 5
7 2
8 1
9 3
10 3
11 1
12 1
13 2
14 4
15 1
16 1
17 2
18 2
19 4
20 1

View File

@ -0,0 +1,25 @@
1
1
2
1
1
1
4
4
4
2
5
2
1
1
2
3
5
1
1
3
2
1
1
1
2
1 1
2 1
3 2
4 1
5 1
6 1
7 4
8 4
9 4
10 2
11 5
12 2
13 1
14 1
15 2
16 3
17 5
18 1
19 1
20 3
21 2
22 1
23 1
24 1
25 2

View File

@ -0,0 +1,10 @@
4
2
3
1
1
4
1
2
1
2
1 4
2 2
3 3
4 1
5 1
6 4
7 1
8 2
9 1
10 2

56
id/blatt7/zettel-07-daten.csv Executable file
View File

@ -0,0 +1,56 @@
Studiengang,Häufigkeit des Vorlesungsbesuchs
MCI,1
Inf,4
Inf,1
MCI,1
Inf,2
MCI,2
SSE,4
MCI,1
Inf,1
MCI,1
Inf,4
SSE,2
MCI,1
MCI,4
MCI,4
MCI,4
SSE,3
Inf,5
SSE,1
Inf,2
SSE,1
Inf,1
Inf,3
Inf,3
SSE,4
MCI,2
MCI,5
SSE,1
MCI,2
MCI,1
MCI,1
Inf,1
MCI,2
Inf,1
MCI,3
MCI,5
MCI,1
MCI,1
MCI,3
SSE,2
Inf,2
Inf,4
MCI,2
Inf,1
Inf,1
Inf,2
MCI,1
MCI,1
Inf,2
SSE,1
Inf,4
Inf,1
MCI,1
MCI,2
SSE,2
1 Studiengang Häufigkeit des Vorlesungsbesuchs
2 MCI 1
3 Inf 4
4 Inf 1
5 MCI 1
6 Inf 2
7 MCI 2
8 SSE 4
9 MCI 1
10 Inf 1
11 MCI 1
12 Inf 4
13 SSE 2
14 MCI 1
15 MCI 4
16 MCI 4
17 MCI 4
18 SSE 3
19 Inf 5
20 SSE 1
21 Inf 2
22 SSE 1
23 Inf 1
24 Inf 3
25 Inf 3
26 SSE 4
27 MCI 2
28 MCI 5
29 SSE 1
30 MCI 2
31 MCI 1
32 MCI 1
33 Inf 1
34 MCI 2
35 Inf 1
36 MCI 3
37 MCI 5
38 MCI 1
39 MCI 1
40 MCI 3
41 SSE 2
42 Inf 2
43 Inf 4
44 MCI 2
45 Inf 1
46 Inf 1
47 Inf 2
48 MCI 1
49 MCI 1
50 Inf 2
51 SSE 1
52 Inf 4
53 Inf 1
54 MCI 1
55 MCI 2
56 SSE 2

View File

@ -0,0 +1,57 @@
\documentclass[14pt]{beamer}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage[ngerman]{babel}
%\usepackage{paralist}
\useoutertheme{infolines}
\usepackage{graphicx}
\usepackage{hyperref}
%\usepackage{listings}
%\usetheme{Berkeley}
\pagenumbering{arabic}
\def\thesection{\arabic{section})}
\def\thesubsection{\alph{subsection})}
\def\thesubsubsection{(\roman{subsubsection})}
\setbeamertemplate{footline}{}
\setbeamertemplate{navigation symbols}{}
\graphicspath{ {src/} {/home/jim/Pictures/} }
%\lstset{language=PHP}
\setbeamertemplate{frametitle}[default][center]
\hypersetup{
pdfauthor=Jim Martens
}
\begin{document}
\author{Jim Martens}
\title{\bfseries \color{black}Untersuchung zum Vorlesungsbesuch im Modul Interaktionsdesign}
% Seitenkopf mit Informationen
\renewcommand{\figurename}{Figure}
\begin{frame}
\titlepage
\end{frame}
\begin{frame}{\bfseries \color{black}Hypothese}
MCI-Studierende sind häufiger in der Vorlesung als Studierende von BSc. Informatik oder SSE.
\end{frame}
\begin{frame}{\bfseries \color{black}Ergebnisse}
\centering
\includegraphics[scale=0.45]{zettel-07-plot}
\end{frame}
\begin{frame}{\bfseries \color{black}Daten}
Die zugrundeliegenden Daten:
\begin{tabular}{ccc}
& Mittelwert & Standardabweichung \\
BSc. Informatik & $2.333$ & $1.345$ \\
MCI & 2 & $1.319$ \\
SSE & $2.1$ & $1.197$
\end{tabular}
\end{frame}
\end{document}

View File

@ -0,0 +1,39 @@
\documentclass[a4paper,10pt]{scrartcl}
% Hier die Nummer des Blatts und Autoren angeben.
\newcommand{\blatt}{7}
\newcommand{\autor}{Jim Martens}
\usepackage{hci}
\usepackage[utf8]{inputenc}
\usepackage{float}
\usepackage[official]{eurosym}
\begin{document}
% Seitenkopf mit Informationen
\kopf
\renewcommand{\figurename}{Figure}
\aufgabe{2}
Mich interessiert, ob es einen Zusammenhang gibt zwischen dem Besuch der Vorlesung und dem Studiengang?
\paragraph{Hypothese} Da Interaktionsdesign in den Bereich Mensch-Computer-Interaktion einzuordnen ist, sind MCI-Studierende häufiger in der Vorlesung als Studierende von BSc. Informatik oder SSE. Personen die andere als die eben genannten Fächer studieren werden entfernt.
\paragraph{Ergebnisse} Es gibt keinen signifikanten Zusammenhang zwischen dem Studiengang und dem Besuchen der Vorlesung nach einem ANOVA-Test. Die Daten sind nicht einmal normalverteilt. Daher lohnt sich auch kein Vergleich zwischen je zwei Studiengängen.
\begin{figure}[hb]
\caption{Häufigkeit des Vorlesungsbesuch je untersuchtem Studiengang. 1 bedeutet "`immer"', 5 "`überhaupt nicht"'}
\includegraphics[scale=0.8]{zettel-07-plot}
\end{figure}
Um diese Grafik besser nachvollziehen zu können folgen hier die Mittelwerte und Standardabweichungen je Studiengang.
\begin{tabular}{ccc}
& Mittelwert & Standardabweichung \\
BSc. Informatik & $2.333$ & $1.345$ \\
MCI & 2 & $1.319$ \\
SSE & $2.1$ & $1.197$
\end{tabular}
\end{document}