add group mappings to evaluation

This commit is contained in:
hannes.kuchelmeister
2020-03-25 12:24:20 +01:00
parent eeb94645b1
commit 31bf2fe11b

View File

@@ -129,6 +129,49 @@ These user profiles can be used to generate rather homogenous groups but also to
\item homogeneous groups (only one preference profile for all group members which in this evaluation is the forest owner) \item homogeneous groups (only one preference profile for all group members which in this evaluation is the forest owner)
\end{itemize} \end{itemize}
\text
\begin{table}
\begin{center}
\begin{tabular}{l|c|c|c|c}
& athlete & forest owner & environmentalist & consumer \\
\hline
$(\textit{indigenous}, \text{low})$ & \textbf{negative} & \textit{positive} & \textbf{negative} & neutral \\
$(\textit{indigenous}, \text{moderate})$ & \textit{positive} & neutral & \textbf{negative} & neutral \\
$(\textit{indigenous}, \text{high})$ & \textit{positive} & \textbf{negative} & \textit{positive} & \textbf{negative} \\
\hline
$(\textit{resilient}, \text{low})$ & neutral & \textit{positive} & neutral & neutral \\
$(\textit{resilient}, \text{moderate})$ & \textit{positive} & neutral & neutral & neutral \\
$(\textit{resilient}, \text{high})$ & \textit{positive} & \textbf{negative} & \textbf{negative} & \textbf{negative} \\
\hline
$(\textit{usable}, \text{low})$ & neutral & neutral & neutral & \textbf{negative} \\
$(\textit{usable}, \text{moderate})$ & neutral & neutral & \textbf{negative} & neutral \\
$(\textit{usable}, \text{high})$ & \textbf{negative} & \textit{positive} & \textbf{negative} & \textit{positive} \\
\hline
$(\textit{effort}, \text{manual})$ & \textbf{negative} & neutral & \textit{positive} & \textbf{negative} \\
$(\textit{effort}, \text{harvester})$ & \textbf{negative} & \textit{positive} & \textbf{negative} & neutral \\
$(\textit{effort}, \text{autonomous})$ & \textbf{negative} & \textit{positive} & \textbf{negative} & neutral \\
\hline
$(\textit{quantity}, \text{low})$ & \textit{positive} & \textbf{negative} & \textit{positive} & \textbf{negative} \\
$(\textit{quantity}, \text{moderate})$ & neutral & \textit{positive} & neutral & \textbf{negative} \\
$(\textit{quantity}, \text{high})$ & \textbf{negative} & \textit{positive} & \textbf{negative} & \textit{positive} \\
\hline
$(\textit{price}, \text{low})$ & neutral & neutral & neutral & \textit{positive} \\
$(\textit{price}, \text{moderate})$ & neutral & \textit{positive} & neutral & neutral \\
$(\textit{price}, \text{high})$ & neutral & \textit{positive} & neutral & \textbf{negative} \\
\hline
$(\textit{accessibility}, \text{low})$ & \textbf{negative} & \textit{positive} & \textit{positive} & neutral \\
$(\textit{accessibility}, \text{moderate})$ & neutral & neutral & neutral & neutral \\
$(\textit{accessibility}, \text{high})$ & \textit{positive} & \textbf{negative} & \textbf{negative} & neutral \\
\hline
\end{tabular}
\caption{ The attitudes of each group member profile. }
\label{tab:Evaluation:GroupMemberMappings}
\end{center}
\end{table}
\todo[inline]{explain preference profiles} \todo[inline]{explain preference profiles}
\section{Hypotheses} \section{Hypotheses}