% Bachelor Thesis Template for BSc Bioinformatics English
% Prof. Daniel Huson, June 2025
% Version 2.0
\documentclass[12pt,a4paper]{report}

% Packages
\usepackage[utf8]{inputenc} % For UTF-8 encoding
\usepackage[english, ngerman]{babel} % For English and German languages
\usepackage{graphicx} % For including graphics
\usepackage{amsmath, amssymb} % For math
\usepackage{hyperref} % For hyperlinks
\usepackage{geometry} % For page margins
\usepackage{setspace} % For line spacing


% Page setup
\geometry{a4paper, margin=1in}
\setstretch{1.5} % Line spacing

%%%%%%%%%%%%%%%%%%

% Title page information
\title{\textbf{Title of the Thesis}}
\author{Student's Full Name\\MSc Bioinformatics}
\date{Month Year}

%%%%%%%%%%%%%%%%%%
\begin{document}
%%%%%%%%%%%%%%%%%%

\selectlanguage{english} 

%%%%%%%%%%%%%%%%%%
% Note: this following outline is just a suggestion. Please rename chapters and sections to make them more specific, or
% add and remove chapters or sections in which ever way is helpful.
%%%%%%%%%%%%%%%%%%


\begin{titlepage}
 \begin{center}
  {\LARGE University of T\"ubingen}\\
  {\large Faculty of Science \\
Institute for Bioinformatics and Medical Informatics\\[4cm]}
  {\huge Bachelor Thesis Bioinformatics\\[2cm]}
  {\Large\bf Title of thesis\\[1.5cm]}
 {\large First Name and Surname}\\[0.5cm]
  Date\\[3cm]
{\small\bf Reviewer}\\[0.5cm]
{\begin{center}{\large Name Reviewer}\\
   (Bioinformatics)\\
  {\footnotesize Institute\\
	University of T\"ubingen}\end{center}}\hfill\parbox{7cm}{
 }
  \end{center}
\end{titlepage}


% Title page

\thispagestyle{empty}
\vspace*{\fill}
\begin{minipage}{11.2cm}
\textbf{Surname, First Name:}\\
\emph{Title of thesis}\\ Bachelor Thesis Bioinformatics\\
University of T\"ubingen\\
Thesis period: dd.mm.yyyy -- dd.mm.yyyy
\end{minipage}
\newpage



%%%%%%%%%%%%%%%%%%
\chapter*{Abstract}
A brief summary of the thesis.

%%%%%%%%%%%%%%%%%%
\selectlanguage{ngerman} 
\chapter*{Zusammenfassung}

Eine kurze Zusammenfassung der Arbeit.
\selectlanguage{english} 
\newpage


%%%%%%%%%%%%%%%%%%
\tableofcontents
\newpage

% Do not generate a list of figures

% Do not generate a list of tables

% Do not generate a list of abbreviations, please avoid using them, or keep reminding the user what they stand for. 


%%%%%%%%%%%%%%%%%%
\chapter{Introduction}


Help a potential reader to find out whether the work was undertaken in an area that they are interested in,
what specific questions it addresses, what kind of answers where obtained and where to find what in the thesis.

\section*{Context and Problem Description}


Describe the general context and the main problems in the area.

\section*{Thesis Problem and Results}
Introduce the specific problem addressed by the thesis, main results, and their significance.

\section*{Thesis Structure}
Outline the structure of the remaining chapters.

%%%%%%%%%%%%%%%%%%
\chapter{Background}

\section*{Related Work and Prior Knowledge}

Discuss all relevant results, methods, and prior work that the reader should know.

\section*{Theoretical and Practical Basis}
Provide necessary theoretical and practical details for understanding subsequent chapters.

%%%%%%%%%%%%%%%%%%
\chapter{Main Work}

Use a more specific title, for example: {\bf New Algorithm for  Sequence Alignment}

\section*{Method or System Description}
Describe the work undertaken, such as a new algorithm, software, or pipeline setup.

\section*{Implementation Details}
Provide implementation details and any challenges faced.

%%%%%%%%%%%%%%%%%%
\chapter{Results and/or Evaluation}

\section*{Performance and Applications}
Discuss the performance of the developed method or system and illustrate potential applications.

\section*{Comparative Analysis}
Provide a comparison with existing methods or systems, if applicable.

%%%%%%%%%%%%%%%%%%
\chapter{Discussion and Outlook}

\section*{Key Insights}
Discuss key findings and their implications.

\section*{Future Directions}
Provide suggestions for future work and potential applications.

%%%%%%%%%%%%%%%%%%
\chapter{Availability}

This chapter is optional. If the thesis has lead to the generation of data, or to the implementation of software, or to a manuscript 
or publication, then where can it be obtained from?

%%%%%%%%%%%%%%%%%%
\chapter*{References}
\addcontentsline{toc}{chapter}{References}

Citations should be shown in author-date style, e.g. (Huson und Bryant, 2006)


%%%%%%%%%%%%%%%%%%
\appendix
\chapter{Appendix Title}
Include any additional material, such as data, code, or supplementary figures.


%%%%%%%%%%%%%%%%%%

\selectlanguage{ngerman} 
\chapter*{Selbst"andigkeitserkl"arung}
\addcontentsline{toc}{chapter}{Selbstst"andigkeitserkl"arung}


Bitte  die ``Erkl"arung Abschlussarbeit (PDF) (f"ur Abschlussarbeiten in allen B.Sc./M.Sc.-Studieng"angen am FB Informatik inklusive B.Ed./M.Ed. Informatik)'',
auf den Webseiten des Fachbereiches erh"altlich, \url{https://uni-tuebingen.de/de/74351},
ausf"ullen, unterschreiben und hier anh"angen.



\end{document}
