Initial commit

This commit is contained in:
Knoch 2025-06-28 19:49:29 +02:00
parent fd9a31ae9e
commit 358d201ea5
21 changed files with 465 additions and 1 deletions

3
.gitignore vendored
View File

@ -306,3 +306,6 @@ TSWLatexianTemp*
# Uncomment the next line to have this generated file ignored.
#*Notes.bib
.vscode/
*.pdf

View File

@ -1,3 +1,16 @@
# thesis-template
LaTeX template for writing your thesis
LaTeX template for writing your thesis. It is adapted to the common needs in Information Systems theses at the University of Bamberg.
## Getting started
+ Install [LaTeX](https://latex-project.org/).
+ On Linux, you may need to install `ttf-mscorefonts-installer` to use the Times New Roman font.
+ Adjust the variables set in [`config.tex`](config.tex).
```sh
lualatex thesis.tex
biber thesis
lualatex thesis.tex
lualatex thesis.tex
```

73
bibliography.bib Normal file
View File

@ -0,0 +1,73 @@
@book{dweckMindsetNewPsychology2008,
title = {Mindset: The New Psychology of Success},
author = {Dweck, Carol},
date = {2008},
publisher = {Ballantine Books},
location = {New York},
isbn = {978-0-345-47232-8},
}
@article{frenchFuzzinessMindsetsDivergent2016,
title = {The Fuzziness of Mindsets: {{Divergent}} Conceptualizations and Characterizations of Mindset Theory and Praxis},
shorttitle = {The Fuzziness of Mindsets},
author = {French, Robert P.},
date = {2016},
journaltitle = {International Journal of Organizational Analysis},
volume = {24},
number = {4},
pages = {673--691},
publisher = {Emerald Group Publishing Limited},
doi = {10.1108/IJOA-09-2014-0797},
}
@incollection{gollwitzerActionPhasesMindsets1990,
title = {Action Phases and Mind-Sets},
booktitle = {The Handbook of Motivation and Cognition},
author = {Gollwitzer, Peter},
editor = {Higgins, E.T. and Sorrentino, R.M.},
date = {1990},
volume = {2},
pages = {53--92},
publisher = {Guilford Press},
}
@article{guptaCultivatingGlobalMindset2002,
title = {Cultivating a Global Mindset},
author = {Gupta, Anil and Govindarajan, Vijay},
date = {2002},
journaltitle = {Academy of Management Executive},
shortjournal = {Academy of Management Executive},
volume = {16},
pages = {116--126},
doi = {10.5465/AME.2002.6640211}
}
@article{rhinesmithGlobalMindsetsGlobal1992,
title = {Global Mindsets Global Managers},
author = {Rhinesmith, Stephen H.},
date = {1992},
journaltitle = {Training \& Development},
volume = {46},
number = {10},
pages = {63},
publisher = {Association for Talent Development},
issn = {10559760},
}
@article{thatcherMindfulnessInformationTechnology2018,
title = {Mindfulness in {{Information Technology Use}}: {{Definitions}}, {{Distinctions}}, and a {{New Measure}}},
shorttitle = {Mindfulness in {{Information Technology Use}}},
author = {Thatcher, Jason Bennett and Wright, Ryan T. and {Heshan Sun} and Zagenczyk, Thomas J. and Klein, Richard},
date = {2018},
journaltitle = {MIS Quarterly},
volume = {42},
number = {3},
pages = {831--847},
publisher = {MIS Quarterly},
doi = {10.25300/MISQ/2018/11881},
}

22
config.tex Normal file
View File

@ -0,0 +1,22 @@
% TODO: specify the title of your thesis
\def\thesisTitle{%
Title of your thesis/seminar paper (line 1) \\
(line 2 of your title) \\
(line 3 of your title)
}
% TODO: specify correct thesis type
% alternatives: master's thesis, seminar paper
\def\thesisType{%
Bachelor's thesis
}
% TODO: insert your data
\def\degree{B. Sc. Some Bachelor's Degree}
\def\thesisAuthor{Your Name}
\def\thesisExaminer{Prof. Dr. Some Professor}
\def\thesisChair{Chair of Some Field}
% TODO: add the declaration
\def\declaration{%
Insert the declaration here. In German, it is called \enquote{Eidestattliche Erklärung}.}

0
images/.gitkeep Normal file
View File

BIN
images/sample.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

73
preamble.tex Normal file
View File

@ -0,0 +1,73 @@
% !TeX root = thesis.tex
% general layout and fonts
\documentclass[12pt]{article}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
% english language using babel package
\usepackage[english]{babel}
% configure font (Times New Roman)
\usepackage{fontspec}
\setmainfont{Times New Roman}
\linespread{1.3}
\frenchspacing
% configure paper
\usepackage[a4paper, total={6in, 8in}, top=3cm, bottom=2cm, textwidth=426pt]{geometry}
% common packages
\usepackage{graphicx} % images
\usepackage{float} % positioning
\usepackage{hyperref} % tables
\usepackage{multirow} % merged table rows
\usepackage{booktabs} % prettier tables
\usepackage{csquotes} % quotations
\usepackage{amssymb} % maths
\usepackage{array} % vectors
\usepackage{todonotes} % todo notes
\usepackage{cleveref} % references
% tables
\usepackage{tabulary}
\usepackage{tabularray}
\usepackage{tabularx}
\usepackage{longtable}
\usepackage{ragged2e}
\usepackage{vcell}
\usepackage{rotating}
\usepackage{pdflscape}
\usepackage{colortbl}
% image captions
\usepackage{caption}
% \captionsetup[table]{skip=10pt}
% caption below table, figure etc.
\captionsetup{position=top}
% suppress section numbering in table of contents (used for appendix)
\usepackage{titletoc}
% acronym definitions (see acronyms.tex)
\usepackage{acro}
\acsetup{
pages/display=all,
pages/name=false,
link-only-first=true
}
\input{sections/acronyms.tex}
% TikZ
\usepackage{tikz}
\usetikzlibrary{shapes}
% for Citations: --explanation--
% this template uses the Harvard citation style (authoryear) per default, if you need to use a different style, take a look at the documentation of the biblatex package
% processor: biber
% maximal number of authors listed in citations: 3, if more authors are included "et al." will be used
% minimal number of authors listed in citations: 1
% nohasothers=true: "et al." instead of "andothers"
% dashed=false: does not use dashes if authors of references have the same name, instead uses the name of the author
% url=false: no urls in bibliography section, if urls are nedded, instead use url=true
\usepackage[style=authoryear, backend=biber, maxnames=3, minnames=1, nohashothers=true, dashed=false, url=false]{biblatex}
\addbibresource{bibliography.bib} % this is the name of your bibliography file

9
sections/abstract.tex Normal file
View File

@ -0,0 +1,9 @@
% !TeX root = ../thesis.tex
\section*{Abstract}
\label{sec:abstract}
The abstract should be a concise summary of the thesis, typically not exceeding 250 words.
It should provide an overview of the research problem, methodology, key findings, and conclusions.
The abstract is often the first section read by examiners and should be clear and informative.
\paragraph{Keywords} keyword1, keyword2, keyword3, …

View File

@ -0,0 +1,4 @@
% !TeX root = ../thesis.tex
\section*{Acknowledgements}
The acknowledgements section is an opportunity to express gratitude to those who have contributed to the completion of your thesis or seminar paper. This may include academic advisors, colleagues, friends, and family members who provided support, guidance, or assistance during your research and writing process.

15
sections/acronyms.tex Normal file
View File

@ -0,0 +1,15 @@
% !TeX root = ../thesis.tex
% insert your acronyms using the syntax below, or see acro package documentation for more information
\DeclareAcronym{PIIT}{
short = PIIT,
long = personal innovativeness in IT
}
\DeclareAcronym{CA}{
short = CA,
long = conversational agent,
short-plural = s,
long-plural= s
}

14
sections/appendix.tex Normal file
View File

@ -0,0 +1,14 @@
% !TeX root = ../thesis.tex
\section{Appendix}
\label{sec:appendix}
\subsection{Appendix A}
\label{sec:appendixA}
\newpage
\subsection{Appendix B}
\label{sec:appendixB}
\newpage
\subsection{Appendix C}
\label{sec:appendixC}

85
sections/background.tex Normal file
View File

@ -0,0 +1,85 @@
% !TeX root = ../thesis.tex
\section{Theoretical Background}
\label{sec:background}
This section provides the theoretical background for your thesis or seminar paper.
It should include relevant literature, theories, and concepts that form the foundation of your research.
The theoretical background helps to contextualize your study and demonstrates your understanding of the existing body of knowledge in your field.
\subsection{Citations}
Citations can be inserted using the following commands:
\begin{itemize}
% direct citation with page numbers in text
\item \textcite[834]{thatcherMindfulnessInformationTechnology2018} define IT Mindfulness as \enquote{a dynamic IT-specific trait.}
% indirect citation in braces
\item IT Mindfulness is defined as an IT-specific trait that is malleable and can change over time \parencite{thatcherMindfulnessInformationTechnology2018}.
\end{itemize}
\subsection{Todo-Notes}
\todo[color=green!40]{an exemplary todo note}
\subsection{Acronyms}
For abbreviations, this template uses the \emph{acro} package.
For more information, take a look at the package documentation.
Here are a few examples on how to use this package:
\begin{itemize}
% capitalized full word, first mention
\item \Acf{PIIT}
% acronym
\item \acs{PIIT}
% full word, first mention, (non-capitalized)
\item \acf{PIIT}
% capitalized acronym
\item \Acs{CA}
% full word, first mention, plural
\item \acfp{CA}
% acronym, plural
\item \acsp{CA}
\end{itemize}
\subsection{Tables and References}
We recommend using a \LaTeX tables generator to create tables as it is less prone to mistakes.
You can find various \LaTeX table generators online.
Here is an example for a table and a reference for this table in text:
A brief overview of the different mindset definitions is displayed in \Cref{tab:mindset_definition}.
\begin{table}
\centering
\caption{Overview of different mindset definitions.}
\begin{tabulary}{\textwidth}{@{}p{2cm}p{7cm}p{3cm}@{}}
\toprule
\textbf{Perspective} & \textbf{Mindset definition} & \textbf{References} \\
\midrule
Cognitive Psychology & Mindsets are phase-dependent cognitive orientations that promote the fulfillment of given tasks. & %Mindsets are the totality of cognitive processes that promote the fulfillment of a task. &%
\textcite{gollwitzerActionPhasesMindsets1990} \\
\addlinespace[0.5em]
Social- organisatorial Psychology & Mindsets are cognitive filters, which enable individuals to have an individual viewpoint of the world, i.\,e., absorption and interpretation of information. &
\textcite{rhinesmithGlobalMindsetsGlobal1992, guptaCultivatingGlobalMindset2002}\\
\addlinespace[0.5em]
Positive Psychology & Mindsets are beliefs that shape the interpretation of the world. & \textcite{dweckMindsetNewPsychology2008} \\
\midrule
Summary & Mindsets \enquote{as the sum total of activated cognitive procedures for a particular task or set of tasks (cognitive psychology stream), as cognitive filters (social psychology and organizational leadership stream), or as beliefs (positive psychology stream)}. & \textcite[682]{frenchFuzzinessMindsetsDivergent2016} \\
\bottomrule
\hline
\end{tabulary}
\label{tab:mindset_definition}
\end{table}
\subsection{Figures}
\Cref{fig:sample} shows an example of a figure.
\begin{figure}[t]
\centering
\includegraphics[width=0.6\textwidth]{images/sample.png}
\caption{Sample figure}
\label{fig:sample}
\end{figure}

7
sections/conclusion.tex Normal file
View File

@ -0,0 +1,7 @@
% !TeX root = ../thesis.tex
\section{Conclusion}
\label{sec:conclusion}
The conclusion section summarizes the key findings and contributions of the thesis or seminar paper.
It reflects on the research objectives, discusses the implications of the results, and suggests potential areas for future research.
The conclusion should provide a clear and concise wrap-up of the work, reinforcing its significance and relevance to the field.

15
sections/contents.tex Normal file
View File

@ -0,0 +1,15 @@
% !TeX root = ../thesis.tex
% table of contents
\tableofcontents % created table of contents on its own page
\newpage
% list of abbreviations on its own page
\printacronyms[sort=true, display=used, heading=section*, name={Acronyms}] % see documentation of acro package
\newpage
% list of figures on its own page
\listoffigures
\newpage
% list of tables on its own page
\listoftables

16
sections/declaration.tex Normal file
View File

@ -0,0 +1,16 @@
% !TeX root = ../thesis.tex
\subsection*{Declaration}
\declaration
\vspace*{4cm}
\begin{minipage}[l]{.5\textwidth}
\par\noindent\rule{.9\textwidth}{0.4pt} \\
\centering
Date
\end{minipage}
\begin{minipage}[c]{.5\textwidth}
\par\noindent\rule{.9\textwidth}{0.4pt} \\
\centering
Signature
\end{minipage}

7
sections/discussion.tex Normal file
View File

@ -0,0 +1,7 @@
% !TeX root = ../thesis.tex
\section{Discussion}
\label{sec:discussion}
The discussion section is where you interpret your findings, relate them to existing literature, and explore their implications.
It is an opportunity to critically analyze your results, discuss their significance, and suggest future research directions.
The discussion should connect back to your research questions and objectives, providing a comprehensive understanding of the study's contributions to the field.

15
sections/introduction.tex Normal file
View File

@ -0,0 +1,15 @@
% !TeX root = ../thesis.tex
\section{Introduction}
\label{sec:introduction}
The introduction section sets the stage for your thesis or seminar paper.
It should provide background information on the topic, outline the research problem, and state the objectives of the study.
The introduction should engage the reader, providing a clear context for the research and highlighting its significance.
\begin{quote}
\emph{Your research question.}
\end{quote}

7
sections/method.tex Normal file
View File

@ -0,0 +1,7 @@
% !TeX root = ../thesis.tex
\section{Methodology}
\label{sec:method}
This section outlines the methodology used in your thesis or seminar paper.
It should detail the research design, data collection methods, and analysis techniques employed to address your research questions or hypotheses.
The methodology provides a clear framework for how the research was conducted and allows readers to assess the validity and reliability of your findings.

8
sections/results.tex Normal file
View File

@ -0,0 +1,8 @@
% !TeX root = ../thesis.tex
\section{Results}
\label{sec:results}
This section presents the results of your research or analysis.
It should include a clear and concise presentation of the data collected, findings from experiments or surveys, and any relevant statistical analyses.
Use tables, figures, and charts to effectively communicate your results.
Each result should be explained in the context of your research questions or hypotheses.

44
thesis.tex Normal file
View File

@ -0,0 +1,44 @@
% configuration files
\input{config.tex}
\input{preamble.tex}
\begin{document}
% title page of your thesis
\include{titlepage.tex}
% start page numbering with Roman numbers at the second page
\pagenumbering{Roman}
% optional acknowledgement section
% (comment out if not needed)
\include{sections/acknowledgement.tex}
% the abstract of your paper displayed on its own page
\include{sections/abstract.tex}
% table of contents, figures, abbreviations, tables, each on their own page
\include{sections/contents.tex}
% continue page numbering with arabic numbers
\clearpage
\pagenumbering{arabic}
\include{sections/introduction.tex} % introduction section
\include{sections/background.tex} % theoretical background/literature section
\include{sections/method.tex} % methodology section
\include{sections/results.tex} % results section
\include{sections/discussion.tex} % discussion section
\include{sections/conclusion.tex} % conclusion section
\printbibliography
\newpage
\include{sections/appendix.tex} % appendix section
% remove page numbering for the declaration section
\clearpage
\pagenumbering{gobble}
\input{sections/declaration.tex}
\end{document}

34
titlepage.tex Normal file
View File

@ -0,0 +1,34 @@
% !TeX root = thesis.tex
\begin{titlepage}
\begin{center}
\vspace*{0.7cm}
\large \thesisTitle
\vspace*{2.6cm}
\end{center}
\begin{center}
\thesisType
\vspace*{1cm}
\degree
\vspace*{0.2cm}
at the Faculty of Information Systems
\vspace*{0.2cm}
and Applied Computer Sciences
\vspace*{0.2cm}
at the Otto-Friedrich-University of Bamberg
\vspace*{7cm}
\end{center}
\begin{tabular}{ll}
Author: & \thesisAuthor \\
& \\
Examiner: & \thesisExaminer \\
& \thesisChair \\
\end{tabular}
\end{titlepage}