diff options
| author | mjkwiatkowski <mati.rewa@gmail.com> | 2026-02-05 19:30:08 +0100 |
|---|---|---|
| committer | mjkwiatkowski <mati.rewa@gmail.com> | 2026-02-05 19:30:08 +0100 |
| commit | 6a76f57432dd942cc68b248486a28c523c4dd382 (patch) | |
| tree | 9611b986355d8a9fce7fc62e5a97b41044ce9a2e /content | |
| parent | 3e8e2ea55ae43a6463f8f1d793f132e09fa951ce (diff) | |
initial commit
Diffstat (limited to 'content')
| -rw-r--r-- | content/appendix.tex | 16 | ||||
| -rw-r--r-- | content/background.tex | 10 | ||||
| -rw-r--r-- | content/conclusion.tex | 11 | ||||
| -rw-r--r-- | content/design.tex | 11 | ||||
| -rw-r--r-- | content/discussion.tex | 10 | ||||
| -rw-r--r-- | content/evaluation.tex | 13 | ||||
| -rw-r--r-- | content/implementation.tex | 13 | ||||
| -rw-r--r-- | content/intro.tex | 12 | ||||
| -rw-r--r-- | content/overview.tex | 13 | ||||
| -rw-r--r-- | content/preamble/abstract.tex | 27 | ||||
| -rw-r--r-- | content/preamble/acknowledgement.tex | 13 | ||||
| -rw-r--r-- | content/preamble/dedication.tex | 9 | ||||
| -rw-r--r-- | content/preamble/glossary.tex | 21 | ||||
| -rw-r--r-- | content/related.tex | 10 | ||||
| -rw-r--r-- | content/threats.tex | 9 |
15 files changed, 198 insertions, 0 deletions
diff --git a/content/appendix.tex b/content/appendix.tex new file mode 100644 index 0000000..cc471e5 --- /dev/null +++ b/content/appendix.tex @@ -0,0 +1,16 @@ +% this file is called up by thesis.tex +% content in this file will be fed into the main document + +%: ----------------------- name of chapter ------------------------- +\chapter*{Appendix} % top level followed by section, subsection + + + + + + + +% --------------------------------------------------------------------------- +%: ----------------------- end of thesis sub-document ------------------------ +% --------------------------------------------------------------------------- + diff --git a/content/background.tex b/content/background.tex new file mode 100644 index 0000000..03c924d --- /dev/null +++ b/content/background.tex @@ -0,0 +1,10 @@ +\chapter{Background}\label{s:background} + + +\todo{ +This section provides the necessary context to help the reader understand the +remainder of the thesis. +} + +\lipsum[1-8] + diff --git a/content/conclusion.tex b/content/conclusion.tex new file mode 100644 index 0000000..9ca221f --- /dev/null +++ b/content/conclusion.tex @@ -0,0 +1,11 @@ +\chapter{Conclusion}\label{s:conclusion} + + +\todo{ +Briefly summarize your contributions, and share a glimpse of the implications of +this work for future research. +} + + +\lipsum[1-2] + diff --git a/content/design.tex b/content/design.tex new file mode 100644 index 0000000..175ec1b --- /dev/null +++ b/content/design.tex @@ -0,0 +1,11 @@ +\chapter{Design}\label{s:design} + + +\todo{ +In this section, you would provide a high-level description of the system or +solution and explain your design choices. +} + + +\lipsum[1-10] + diff --git a/content/discussion.tex b/content/discussion.tex new file mode 100644 index 0000000..62129fc --- /dev/null +++ b/content/discussion.tex @@ -0,0 +1,10 @@ +\chapter{Discussion}\label{s:discussion} + + +\todo{ +Here you put your results in context (possibly grouped by research question). Usually, this section focuses on analyzing the +implications of the proposed work for current and future research and for practitioners. +} + + +\lipsum[1-8] diff --git a/content/evaluation.tex b/content/evaluation.tex new file mode 100644 index 0000000..3b65dff --- /dev/null +++ b/content/evaluation.tex @@ -0,0 +1,13 @@ +\chapter{Evaluation}\label{s:evaluation} + + +\todo{ +Discuss the design of your experiments, the results you obtained, and how they +help in evaluating the claims you made in the introduction. You may also use the +evaluation results in this section to justify your design choices or assess the +contributions of different aspects of your design towards the overall goals. +} + + +\lipsum[1-16] + diff --git a/content/implementation.tex b/content/implementation.tex new file mode 100644 index 0000000..84fb7a6 --- /dev/null +++ b/content/implementation.tex @@ -0,0 +1,13 @@ +\chapter{Implementation}\label{s:implementation} + + +This section presents important implementation details. + + +\lipsum[1-6] + + +%%% Local Variables: +%%% mode: latex +%%% TeX-master: "../thesis" +%%% End: diff --git a/content/intro.tex b/content/intro.tex new file mode 100644 index 0000000..3eb6e09 --- /dev/null +++ b/content/intro.tex @@ -0,0 +1,12 @@ +\chapter{Introduction}\label{s:intro} + +\todo{ +This section includes some motivations behind the work, explicitly or implicitly +highlights the research question, provides a high-level explanation of the +solution, and describes the contributions. +} + + +\lipsum[1-2] + + diff --git a/content/overview.tex b/content/overview.tex new file mode 100644 index 0000000..869cea5 --- /dev/null +++ b/content/overview.tex @@ -0,0 +1,13 @@ +\chapter{Overview}\label{s:overview} + + +\todo{ +This section provides a high-level outline of the proposed system or solution. +It typically illustrates the system architecture or the interactions between the +different solution components (via a “boxes-and-arrows” diagram) from a user’s +perspective. +} + + +\lipsum[1-6] + diff --git a/content/preamble/abstract.tex b/content/preamble/abstract.tex new file mode 100644 index 0000000..63e5e13 --- /dev/null +++ b/content/preamble/abstract.tex @@ -0,0 +1,27 @@ + +% Thesis Abstract ----------------------------------------------------- + + +%\begin{abstractslong} %uncommenting this line, gives a different abstract heading +\begin{abstracts} %this creates the heading for the abstract page + +\noindent \textit{Context}. +\todo{at the end} + +\noindent \textit{Goal}. +\todo{at the end} + +\noindent \textit{Method}. +\todo{at the end} + +\noindent \textit{Results}. +\todo{at the end} + +\noindent \textit{Conclusions}. +\todo{at the end} + +\end{abstracts} +%\end{abstractlongs} + + +% ---------------------------------------------------------------------- diff --git a/content/preamble/acknowledgement.tex b/content/preamble/acknowledgement.tex new file mode 100644 index 0000000..4efb21e --- /dev/null +++ b/content/preamble/acknowledgement.tex @@ -0,0 +1,13 @@ +% Thesis Acknowledgements ------------------------------------------------ + + +%\begin{acknowledgementslong} %uncommenting this line, gives a different acknowledgements heading +%\begin{acknowledgements} %this creates the heading for the acknowlegments + + +%\end{acknowledgements} +%\end{acknowledgmentslong} + +% ------------------------------------------------------------------------ + + diff --git a/content/preamble/dedication.tex b/content/preamble/dedication.tex new file mode 100644 index 0000000..9bc75a8 --- /dev/null +++ b/content/preamble/dedication.tex @@ -0,0 +1,9 @@ +% Thesis Dedication --------------------------------------------------- + +%\begin{dedication} %this creates the heading for the dedication page + +%To ... + +%\end{dedication} + +% ----------------------------------------------------------------------
\ No newline at end of file diff --git a/content/preamble/glossary.tex b/content/preamble/glossary.tex new file mode 100644 index 0000000..91df2b6 --- /dev/null +++ b/content/preamble/glossary.tex @@ -0,0 +1,21 @@ +% this file is called up by thesis.tex +% content in this file will be fed into the main document + +% Glossary entries are defined with the command \nomenclature{1}{2} +% 1 = Entry name, e.g. abbreviation; 2 = Explanation +% You can place all explanations in this separate file or declare them in the middle of the text. Either way they will be collected in the glossary. + +% required to print nomenclature name to page header +%\markboth{\MakeUppercase{\nomname}}{\MakeUppercase{\nomname}} + + +% ----------------------- contents from here ------------------------ + + +%\nomenclature{LSY}{ehbfuefebbfbjkjkebfjbfbfw} +%\nomenclature{DEPC}{diethyl-pyro-carbonate; used to remove RNA-degrading enzymes (RNAases) from water and laboratory utensils} +%\nomenclature{DMSO}{dimethyl sulfoxide; organic solvent, readily passes through skin, cryoprotectant in cell culture} +%\nomenclature{EDTA}{Ethylene-diamine-tetraacetic acid; a chelating (two-pronged) molecule used to sequester most divalent (or trivalent) metal ions, such as calcium (Ca$^{2+}$) and magnesium (Mg$^{2+}$), copper (Cu$^{2+}$), or iron (Fe$^{2+}$ / Fe$^{3+}$)} + + + diff --git a/content/related.tex b/content/related.tex new file mode 100644 index 0000000..7a8f517 --- /dev/null +++ b/content/related.tex @@ -0,0 +1,10 @@ +\chapter{Related Work}\label{s:related} + + +\todo{ +Describe here scientific papers similar to your experiment, both in terms of goal and methodology. One paragraph for each paper (we expect about 5-8 papers to be discussed). Each paragraph contains: (i) a brief description of the related paper and (ii) a black-on-white description about how your work differs from the related paper. You may place this section immediately after the Background section, if necessary. +} + + +\lipsum[14-17][4-8] + diff --git a/content/threats.tex b/content/threats.tex new file mode 100644 index 0000000..3025b7f --- /dev/null +++ b/content/threats.tex @@ -0,0 +1,9 @@ +\chapter{Threats To Validity}\label{sec:threats} + +\todo{Report about each type of threat to the validity of the experiment, according to the classification framework proposed by Wohlin \etal \cite{wohlin12}. +} + +\section{Internal Validity} +\section{External Validity} +\section{Construct Validity} +\section{Conclusion Validity}
\ No newline at end of file |
