\documentclass[UKenglish]{ifimaster} %% ... or USenglish or norsk or nynorsk
\usepackage[utf8]{inputenc} %% ... or latin1
\usepackage[T1]{fontenc,url}
\urlstyle{sf}
\usepackage{babel,textcomp,csquotes,duomasterforside,varioref,graphicx}
\usepackage[backend=biber,style=numeric-comp]{biblatex}
\usepackage{amsmath,amssymb,amsfonts}
\usepackage{algorithmic}
\usepackage{textcomp}
\usepackage{xcolor}
\usepackage{textgreek}
\usepackage{float}
\usepackage{graphicx}
\raggedbottom %%reduces the gaps between the paragraphs
\title{Thesis Title} %% ... or whatever
\subtitle{A subtitle of your thesis } %% ... if any
\author{Author name} %% ... or whoever
\addbibresource{bibliography.bib} %% ... or whatever
\includeonly
{
section/Section_1,
section/Section_2,
}
\begin{document}
\duoforside[dept={Department Name <change at main.tex>}, %% ... or your department
program={Master's Program Name <change at main.tex>}, %% ... or your programme
long] %% ... or long
\frontmatter{}
\chapter*{Abstract} %% ... or Sammendrag or Samandrag
\tableofcontents{}
\listoffigures{}
\listoftables{}
\chapter*{Preface} %% ... or Forord
\mainmatter{}
%\part{Introduction} %% ... or Innledning or Innleiing
\chapter{Introduction} %% ... or Bakgrunn
\part{The project} %% ... or ??
\chapter{Planning the project} %% ... or ??
\include{section/Section_1}
\include{section/Section_2}
\part{Conclusion} %% ... or Konklusjon
\chapter{Results} %% ... or ??
\backmatter{}
\printbibliography
\end{document}