diff --git a/Reports/February/ea-en.pdf b/Reports/February/ea-en.pdf new file mode 100644 index 0000000..b718c64 Binary files /dev/null and b/Reports/February/ea-en.pdf differ diff --git a/Reports/February/ea-nl.pdf b/Reports/February/ea-nl.pdf new file mode 100644 index 0000000..774eb4a Binary files /dev/null and b/Reports/February/ea-nl.pdf differ diff --git a/Reports/February/eb-en.pdf b/Reports/February/eb-en.pdf new file mode 100644 index 0000000..371f684 Binary files /dev/null and b/Reports/February/eb-en.pdf differ diff --git a/Reports/February/ugent-doc.cls b/Reports/February/ugent-doc.cls new file mode 100644 index 0000000..880fbf8 --- /dev/null +++ b/Reports/February/ugent-doc.cls @@ -0,0 +1,185 @@ +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% +% Ghent University document class +% Created by DF Benoit, December 15, 2022 +% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\NeedsTeXFormat{LaTeX2e} +\ProvidesClass{ugent-doc} + +% Required packages +\RequirePackage{kvoptions} +\RequirePackage{geometry} +\RequirePackage{calc} +\RequirePackage{graphicx} +\RequirePackage{xcolor} + +% ugent-doc specific options (kvoptions) +\SetupKeyvalOptions{family=ugd,prefix=ugd@} %UGentArticle + +% Declare the class specific options +\DeclareStringOption[eb]{faculty}[eb] +\DeclareStringOption[en]{language}[en] +\DeclareStringOption[article]{doctype}[article] +\DeclareBoolOption[true]{sftitles} % Default: true +\ProcessKeyvalOptions* + +% Pass options not specified above to the parent class +% \@unusedoptionlist is a macro in kvoptions +\LoadClass[\@unusedoptionlist]{\ugd@doctype} + +% All sections, subsections and subsubsections in sans serif +\ifugd@sftitles + \RequirePackage[sf]{titlesec} +\fi + +% Define UGent colors +%= = = = = = = = = = = +% Base colors +% UGent blue +\definecolor{ugentblue}{RGB}{30,100,200} +% UGent yellow +\definecolor{ugentyellow}{RGB}{255,210,0} +% UGent white +\definecolor{ugentwhite}{RGB}{255,255,255} +% UGent black +\definecolor{ugentblack}{RGB}{0,0,0} + +% Faculty specific colors +% Faculty of Literature & Philosophy +\definecolor{ugent-lw}{RGB}{241,164,43} +% Faculty of Law +\definecolor{ugent-re}{RGB}{220,78,40} +% Faculty of Science +\definecolor{ugent-we}{RGB}{45,140,168} +% Faculty of Medicine and Health Sciences +\definecolor{ugent-ge}{RGB}{232,94,113} +% Faculty of Engineering and Architecture +\definecolor{ugent-ea}{RGB}{139,190,232} +% Faculty of Economics and Business Administration +\definecolor{ugent-eb}{RGB}{174,176,80} +% Faculty of Veterinary Medicine +\definecolor{ugent-di}{RGB}{130,84,145} +% Faculty of Psychology and Educational Sciences +\definecolor{ugent-pp}{RGB}{251,126,58} +% Faculty of Bioscience Engineering +\definecolor{ugent-bw}{RGB}{39,171,173} +% Faculty of Pharmaceutical Sciences +\definecolor{ugent-fw}{RGB}{190,81,144} +% Faculty of Political and Social Sciences +\definecolor{ugent-ps}{RGB}{113,168,96} + +% Define new commands +\def\thetitle#1{\def\@thetitle{#1}} +\def\thesubtitle#1{\def\@thesubtitle{#1}} +\def\infoboxa#1{\def\@infoboxa{#1}} +\def\infoboxb#1{\def\@infoboxb{#1}} +\def\infoboxc#1{\def\@infoboxc{#1}} +\def\infoboxd#1{\def\@infoboxd{#1}} + +% Initialize new commands as 'empty' +\def\@thetitle{} +\def\@thesubtitle{} +\def\@infoboxa{} +\def\@infoboxb{} +\def\@infoboxc{} +\def\@infoboxd{} + +% Define lengths based on UGent document grid +% See: https://styleguide.ugent.be/basic-principles/grid-and-layout.html +\newlength{\longedge} +\setlength{\longedge}{\maxof{\paperheight}{\paperwidth}} +\newlength{\gridunit} +\setlength{\gridunit}{\longedge/28} %Divide long edge by 7 and next by 4 +\newlength{\subpaperheight} +\setlength{\subpaperheight}{\paperheight-7\gridunit} %Type area: 3 units for faculty logo, 4 units for UGent logo +\newlength{\subpaperwidth} +\setlength{\subpaperwidth}{\paperwidth-\gridunit} %Left margin of 1 gridunit + +% Define strut based on \gridunit +\newcommand{\mystrut}[1][-.5]{\rule[#1\gridunit]{0pt}{0pt}} + +% Set default page layout +% Can be overwritten in preamble of document +\renewcommand{\baselinestretch}{1.15} % line spacing +\geometry{bottom=2.5cm,top=2.5cm,left=3cm,right=2cm} % margins + +% Redefine the titlepage in accordance with UGent styleguide +\renewcommand\maketitle{\begin{titlepage}% + \thispagestyle{empty} % by default, the pagestyle of title page is plain + \newgeometry{top=0cm, bottom=0cm, left=0cm, right=0cm} % set special margins + \setlength{\parindent}{0cm} % necessary to put minipages/boxes at extreme left of page + \setlength{\parsep}{0cm} % necessary to stack minipages/boxes without space + \setlength{\fboxsep}{0cm} % no border around minipages/boxes + \setlength{\parskip}{0cm} + \setlength{\lineskip}{0cm} + + \ifugd@sftitles + \sffamily % Titlepage in sans serif font + \fi + + \includegraphics[height=3\gridunit]{\ugd@faculty-\ugd@language.pdf}% + + \makebox[\gridunit]{}% Left margin of 1 gridunit + \colorbox{ugent-\ugd@faculty!30}{% + %\colorbox{ugentwhite}{% + \begin{minipage}[c][\subpaperheight][t]{\subpaperwidth}% + \vskip 5\gridunit % top margin within minipage + \hskip \gridunit % left margin of 1 within the colorbox + %\fbox{% + \begin{minipage}{\subpaperwidth-2\gridunit} % tile minipage, right margin of 1 + \raggedright\bfseries\huge + \textcolor{ugentblue}{\mystrut\@thetitle}\newline + \Large\textcolor{ugentblue}{\@thesubtitle} + \mystrut[1] + \end{minipage}%} + + \vskip\fill % Push down to bottom of minipage + + \ifx\@infoboxa\empty\else % ony put box if not empty + \hskip\gridunit % left margin of infobox + %\fbox{% + \begin{minipage}[b]{\subpaperwidth-3\gridunit} % right margin of 1 + \@infoboxa + \end{minipage}%} + + \baselineskip0pt\mystrut + \fi + + \ifx\@infoboxb\empty\else % ony put box if not empty + \hskip\gridunit % left margin of infobox + %\fbox{% + \begin{minipage}[b]{\subpaperwidth-3\gridunit} % right margin of 1 + \@infoboxb + \end{minipage}%} + + \baselineskip0pt\mystrut + \fi + + \ifx\@infoboxc\empty\else % ony put box if not empty + \hskip\gridunit % left margin of infobox + %\fbox{% + \begin{minipage}[b]{\subpaperwidth-3\gridunit} % right margin of 1 + \@infoboxc + \end{minipage}%} + + \baselineskip0pt\mystrut + \fi + + \ifx\@infoboxd\empty\else % ony put box if not empty + \hskip\gridunit % left margin of infobox + %\fbox{% + \begin{minipage}[b]{\subpaperwidth-3\gridunit} % right margin of 1 + \@infoboxd + \end{minipage}%} + \fi + + \baselineskip0pt\mystrut[-1] + \end{minipage} + }% + + \includegraphics[height=4\gridunit]{ugent-\ugd@language.pdf}% + \end{titlepage} + \restoregeometry +} diff --git a/Reports/February/ugent-en.pdf b/Reports/February/ugent-en.pdf new file mode 100644 index 0000000..8e18dc6 Binary files /dev/null and b/Reports/February/ugent-en.pdf differ diff --git a/Reports/February/verslag.aux b/Reports/February/verslag.aux new file mode 100644 index 0000000..f4b6eda --- /dev/null +++ b/Reports/February/verslag.aux @@ -0,0 +1,34 @@ +\relax +\providecommand\hyper@newdestlabel[2]{} +\@nameuse{bbl@beforestart} +\abx@aux@refcontext{nyt/global//global/global} +\providecommand\HyperFirstAtBeginDocument{\AtBeginDocument} +\HyperFirstAtBeginDocument{\ifx\hyper@anchor\@undefined +\global\let\oldcontentsline\contentsline +\gdef\contentsline#1#2#3#4{\oldcontentsline{#1}{#2}{#3}} +\global\let\oldnewlabel\newlabel +\gdef\newlabel#1#2{\newlabelxx{#1}#2} +\gdef\newlabelxx#1#2#3#4#5#6{\oldnewlabel{#1}{{#2}{#3}}} +\AtEndDocument{\ifx\hyper@anchor\@undefined +\let\contentsline\oldcontentsline +\let\newlabel\oldnewlabel +\fi} +\fi} +\global\let\hyper@last\relax +\gdef\HyperFirstAtBeginDocument#1{#1} +\providecommand\HyField@AuxAddToFields[1]{} +\providecommand\HyField@AuxAddToCoFields[2]{} +\@writefile{toc}{\boolfalse {citerequest}\boolfalse {citetracker}\boolfalse {pagetracker}\boolfalse {backtracker}\relax } +\@writefile{lof}{\boolfalse {citerequest}\boolfalse {citetracker}\boolfalse {pagetracker}\boolfalse {backtracker}\relax } +\@writefile{lot}{\boolfalse {citerequest}\boolfalse {citetracker}\boolfalse {pagetracker}\boolfalse {backtracker}\relax } +\babel@aux{english}{} +\@writefile{toc}{\defcounter {refsection}{0}\relax }\@writefile{toc}{\contentsline {section}{\numberline {1}Intermediate Results}{1}{section.1}\protected@file@percent } +\@writefile{toc}{\defcounter {refsection}{0}\relax }\@writefile{toc}{\contentsline {subsection}{\numberline {1.1}Net Regulation Volume Moddeling}{1}{subsection.1.1}\protected@file@percent } +\@writefile{toc}{\defcounter {refsection}{0}\relax }\@writefile{toc}{\contentsline {subsubsection}{\numberline {1.1.1}Input Features}{1}{subsubsection.1.1.1}\protected@file@percent } +\@writefile{toc}{\defcounter {refsection}{0}\relax }\@writefile{toc}{\contentsline {subsubsection}{\numberline {1.1.2}Models}{1}{subsubsection.1.1.2}\protected@file@percent } +\@writefile{lot}{\defcounter {refsection}{0}\relax }\@writefile{lot}{\contentsline {table}{\numberline {1}{\ignorespaces Performance of Autoregressive Models}}{1}{table.1}\protected@file@percent } +\newlabel{tab:general_models}{{1}{1}{Performance of Autoregressive Models}{table.1}{}} +\@writefile{toc}{\defcounter {refsection}{0}\relax }\@writefile{toc}{\contentsline {subsubsection}{\numberline {1.1.3}Charging Policy}{2}{subsubsection.1.1.3}\protected@file@percent } +\@writefile{lot}{\defcounter {refsection}{0}\relax }\@writefile{lot}{\contentsline {table}{\numberline {2}{\ignorespaces Comparison of Energy Storage Policies Using Predicted NRV. Battery of 2MWh with 1MW charge/discharge power. Evaluated on data from 01-01-2023 until 08-10-2023.}}{2}{table.2}\protected@file@percent } +\newlabel{table:energy_storage_policies}{{2}{2}{Comparison of Energy Storage Policies Using Predicted NRV. Battery of 2MWh with 1MW charge/discharge power. Evaluated on data from 01-01-2023 until 08-10-2023}{table.2}{}} +\@writefile{toc}{\defcounter {refsection}{0}\relax }\@writefile{toc}{\contentsline {section}{\numberline {2}Schedule next months}{3}{section.2}\protected@file@percent } diff --git a/Reports/February/verslag.bcf b/Reports/February/verslag.bcf new file mode 100644 index 0000000..0adbaaf --- /dev/null +++ b/Reports/February/verslag.bcf @@ -0,0 +1,2592 @@ + + + + + + output_encoding + utf8 + + + input_encoding + utf8 + + + debug + 0 + + + mincrossrefs + 999 + + + minxrefs + 2 + + + sortcase + 1 + + + sortupper + 1 + + + + + + + alphaothers + + + + + labelalpha + 0 + + + labelnamespec + shortauthor + author + groupauthor + shorteditor + editor + + + labeltitle + 0 + + + labeltitlespec + shorttitle + title + maintitle + + + labeltitleyear + 0 + + + labeldateparts + 1 + + + labeldatespec + pubstate + date + year + nodate + + + julian + 0 + + + gregorianstart + 1582-10-15 + + + maxalphanames + 3 + + + maxbibnames + 20 + + + maxcitenames + 2 + + + maxsortnames + 20 + + + maxitems + 999 + + + minalphanames + 1 + + + minbibnames + 19 + + + mincitenames + 1 + + + minsortnames + 19 + + + minitems + 1 + + + nohashothers + 0 + + + noroman + 0 + + + nosortothers + 0 + + + singletitle + 0 + + + skipbib + 0 + + + skipbiblist + 0 + + + skiplab + 0 + + + sortalphaothers + + + + + sortlocale + english + + + sortingtemplatename + nyt + + + sortsets + 0 + + + uniquelist + minyear + + + uniquename + init + + + uniqueprimaryauthor + 1 + + + uniquetitle + 0 + + + uniquebaretitle + 0 + + + uniquework + 0 + + + useprefix + 1 + + + useafterword + 1 + + + useannotator + 1 + + + useauthor + 1 + + + usebookauthor + 1 + + + usecommentator + 1 + + + useeditor + 1 + + + useeditora + 1 + + + useeditorb + 1 + + + useeditorc + 1 + + + useforeword + 1 + + + useholder + 1 + + + useintroduction + 1 + + + usenamea + 1 + + + usenameb + 1 + + + usenamec + 1 + + + usetranslator + 1 + + + useshortauthor + 1 + + + useshorteditor + 1 + + + usegroupauthor + 1 + + + usenarrator + 1 + + + useexecproducer + 1 + + + useexecdirector + 1 + + + usewith + 1 + + + + + + labelalpha + 0 + + + labelnamespec + shortauthor + author + groupauthor + shorteditor + editor + + + labeltitle + 0 + + + labeltitlespec + shorttitle + title + maintitle + + + labeltitleyear + 0 + + + labeldateparts + 1 + + + labeldatespec + date + + + maxalphanames + 3 + + + maxbibnames + 20 + + + maxcitenames + 2 + + + maxsortnames + 20 + + + maxitems + 999 + + + minalphanames + 1 + + + minbibnames + 19 + + + mincitenames + 1 + + + minsortnames + 19 + + + minitems + 1 + + + nohashothers + 0 + + + noroman + 0 + + + nosortothers + 0 + + + singletitle + 0 + + + skipbib + 0 + + + skiplab + 0 + + + skipbiblist + 0 + + + uniquelist + minyear + + + uniquename + init + + + uniqueprimaryauthor + 1 + + + uniquetitle + 0 + + + uniquebaretitle + 0 + + + uniquework + 0 + + + useprefix + 1 + + + useafterword + 1 + + + useannotator + 1 + + + useauthor + 1 + + + usebookauthor + 1 + + + usecommentator + 1 + + + useeditor + 1 + + + useeditora + 1 + + + useeditorb + 1 + + + useeditorc + 1 + + + useforeword + 1 + + + useholder + 1 + + + useintroduction + 1 + + + usenamea + 1 + + + usenameb + 1 + + + usenamec + 1 + + + usetranslator + 1 + + + useshortauthor + 1 + + + useshorteditor + 1 + + + usegroupauthor + 1 + + + usenarrator + 1 + + + useexecproducer + 1 + + + useexecdirector + 1 + + + usewith + 1 + + + + + datamodel + labelalphanametemplate + labelalphatemplate + inheritance + translit + uniquenametemplate + sortingnamekeytemplate + sortingtemplate + extradatespec + labelnamespec + labeltitlespec + labeldatespec + controlversion + alphaothers + sortalphaothers + presort + texencoding + bibencoding + sortingtemplatename + sortlocale + language + autolang + indexing + hyperref + backrefsetstyle + block + pagetracker + citecounter + citetracker + ibidtracker + idemtracker + opcittracker + loccittracker + labeldate + labeltime + dateera + date + time + eventdate + eventtime + origdate + origtime + urldate + urltime + alldatesusetime + alldates + alltimes + gregorianstart + autocite + notetype + uniquelist + uniquename + refsection + refsegment + citereset + sortlos + babel + datelabel + backrefstyle + arxiv + familyinits + giveninits + prefixinits + suffixinits + useafterword + useannotator + useauthor + usebookauthor + usecommentator + useeditor + useeditora + useeditorb + useeditorc + useforeword + useholder + useintroduction + usenamea + usenameb + usenamec + usetranslator + useshortauthor + useshorteditor + usegroupauthor + usenarrator + useexecproducer + useexecdirector + usewith + debug + loadfiles + safeinputenc + sortcase + sortupper + terseinits + abbreviate + dateabbrev + clearlang + sortcites + sortsets + backref + parentracker + labeldateusetime + datecirca + dateuncertain + dateusetime + eventdateusetime + origdateusetime + urldateusetime + julian + datezeros + timezeros + timezones + seconds + autopunct + punctfont + labelnumber + labelalpha + labeltitle + labeltitleyear + labeldateparts + nohashothers + nosortothers + noroman + singletitle + uniquetitle + uniquebaretitle + uniquework + uniqueprimaryauthor + defernumbers + locallabelwidth + bibwarn + useprefix + skipbib + skipbiblist + skiplab + dataonly + defernums + firstinits + sortfirstinits + sortgiveninits + labelyear + isbn + url + doi + eprint + related + apamaxprtauth + dashed + mincrossrefs + minxrefs + maxnames + minnames + maxbibnames + minbibnames + maxcitenames + mincitenames + maxsortnames + minsortnames + maxitems + minitems + maxalphanames + minalphanames + maxparens + dateeraauto + + + alphaothers + sortalphaothers + presort + indexing + citetracker + ibidtracker + idemtracker + opcittracker + loccittracker + uniquelist + uniquename + familyinits + giveninits + prefixinits + suffixinits + useafterword + useannotator + useauthor + usebookauthor + usecommentator + useeditor + useeditora + useeditorb + useeditorc + useforeword + useholder + useintroduction + usenamea + usenameb + usenamec + usetranslator + useshortauthor + useshorteditor + usegroupauthor + usenarrator + useexecproducer + useexecdirector + usewith + terseinits + abbreviate + dateabbrev + clearlang + labelnumber + labelalpha + labeltitle + labeltitleyear + labeldateparts + nohashothers + nosortothers + noroman + singletitle + uniquetitle + uniquebaretitle + uniquework + uniqueprimaryauthor + useprefix + skipbib + skipbiblist + skiplab + dataonly + skiplos + labelyear + isbn + url + doi + eprint + related + labelalphatemplate + translit + sortexclusion + sortinclusion + labelnamespec + labeltitlespec + labeldatespec + maxnames + minnames + maxbibnames + minbibnames + maxcitenames + mincitenames + maxsortnames + minsortnames + maxitems + minitems + maxalphanames + minalphanames + + + noinherit + nametemplates + labelalphanametemplatename + uniquenametemplatename + sortingnamekeytemplatename + presort + indexing + citetracker + ibidtracker + idemtracker + opcittracker + loccittracker + uniquelist + uniquename + familyinits + giveninits + prefixinits + suffixinits + useafterword + useannotator + useauthor + usebookauthor + usecommentator + useeditor + useeditora + useeditorb + useeditorc + useforeword + useholder + useintroduction + usenamea + usenameb + usenamec + usetranslator + useshortauthor + useshorteditor + usegroupauthor + usenarrator + useexecproducer + useexecdirector + usewith + terseinits + abbreviate + dateabbrev + clearlang + labelnumber + labelalpha + labeltitle + labeltitleyear + labeldateparts + nohashothers + nosortothers + noroman + singletitle + uniquetitle + uniquebaretitle + uniquework + uniqueprimaryauthor + useprefix + skipbib + skipbiblist + skiplab + dataonly + skiplos + isbn + url + doi + eprint + related + maxnames + minnames + maxbibnames + minbibnames + maxcitenames + mincitenames + maxsortnames + minsortnames + maxitems + minitems + maxalphanames + minalphanames + + + nametemplates + labelalphanametemplatename + uniquenametemplatename + sortingnamekeytemplatename + uniquelist + uniquename + familyinits + giveninits + prefixinits + suffixinits + terseinits + nohashothers + nosortothers + useprefix + + + nametemplates + labelalphanametemplatename + uniquenametemplatename + sortingnamekeytemplatename + uniquename + familyinits + giveninits + prefixinits + suffixinits + terseinits + useprefix + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + prefix + family + + + + + shorthand + label + labelname + labelname + + + year + + + + + + labelyear + year + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + prefix + family + given + suffix + + + + + prefix + family + + + given + + + suffix + + + prefix + + + mm + + + + sf,sm,sn,pf,pm,pn,pp + family,given,prefix,suffix + boolean,integer,string,xml + default,transliteration,transcription,translation + + + article + artwork + audio + bibnote + book + bookinbook + booklet + collection + commentary + customa + customb + customc + customd + custome + customf + dataset + inbook + incollection + inproceedings + inreference + image + jurisdiction + legal + legislation + letter + manual + misc + movie + music + mvcollection + mvreference + mvproceedings + mvbook + online + patent + performance + periodical + proceedings + reference + report + review + set + software + standard + suppbook + suppcollection + suppperiodical + thesis + unpublished + video + xdata + constitution + legmaterial + legadminmaterial + nameonly + + + sortyear + volume + volumes + abstract + addendum + annotation + booksubtitle + booktitle + booktitleaddon + chapter + edition + eid + entrysubtype + eprintclass + eprinttype + eventtitle + eventtitleaddon + gender + howpublished + indexsorttitle + indextitle + isan + isbn + ismn + isrn + issn + issue + issuesubtitle + issuetitle + iswc + journalsubtitle + journaltitle + label + langid + langidopts + library + mainsubtitle + maintitle + maintitleaddon + nameaddon + note + number + origtitle + pagetotal + part + relatedstring + relatedtype + reprinttitle + series + shorthandintro + subtitle + title + titleaddon + usera + userb + userc + userd + usere + userf + venue + version + shorthand + shortjournal + shortseries + shorttitle + sorttitle + sortshorthand + sortkey + presort + institution + lista + listb + listc + listd + liste + listf + location + organization + origlocation + origpublisher + publisher + afterword + annotator + author + bookauthor + commentator + editor + editora + editorb + editorc + foreword + holder + introduction + namea + nameb + namec + translator + shortauthor + shorteditor + sortname + authortype + editoratype + editorbtype + editorctype + editortype + bookpagination + nameatype + namebtype + namectype + pagination + pubstate + type + language + origlanguage + crossref + xref + date + endyear + year + month + day + hour + minute + second + timezone + season + endmonth + endday + endhour + endminute + endsecond + endtimezone + endseason + eventdate + eventendyear + eventyear + eventmonth + eventday + eventhour + eventminute + eventsecond + eventtimezone + eventseason + eventendmonth + eventendday + eventendhour + eventendminute + eventendsecond + eventendtimezone + eventendseason + origdate + origendyear + origyear + origmonth + origday + orighour + origminute + origsecond + origtimezone + origseason + origendmonth + origendday + origendhour + origendminute + origendsecond + origendtimezone + origendseason + urldate + urlendyear + urlyear + urlmonth + urlday + urlhour + urlminute + urlsecond + urltimezone + urlseason + urlendmonth + urlendday + urlendhour + urlendminute + urlendsecond + urlendtimezone + urlendseason + doi + eprint + file + verba + verbb + verbc + url + xdata + ids + entryset + related + keywords + options + relatedoptions + pages + execute + groupauthor + narrator + execproducer + execdirector + with + citation + source + article + section + amendment + appentry + + + abstract + annotation + authortype + bookpagination + crossref + day + endday + endhour + endminute + endmonth + endseason + endsecond + endtimezone + endyear + entryset + entrysubtype + execute + file + gender + hour + ids + indextitle + indexsorttitle + isan + ismn + iswc + keywords + label + langid + langidopts + library + lista + listb + listc + listd + liste + listf + minute + month + nameaddon + options + origday + origendday + origendhour + origendminute + origendmonth + origendseason + origendsecond + origendtimezone + origendyear + orighour + origminute + origmonth + origseason + origsecond + origtimezone + origyear + origlocation + origpublisher + origtitle + pagination + presort + related + relatedoptions + relatedstring + relatedtype + season + second + shortauthor + shorteditor + shorthand + shorthandintro + shortjournal + shortseries + shorttitle + sortkey + sortname + sortshorthand + sorttitle + sortyear + timezone + url + urlday + urlendday + urlendhour + urlendminute + urlendmonth + urlendsecond + urlendtimezone + urlendyear + urlhour + urlminute + urlmonth + urlsecond + urltimezone + urlyear + usera + userb + userc + userd + usere + userf + verba + verbb + verbc + xdata + xref + year + + + set + entryset + + + article + addendum + annotator + author + commentator + doi + editor + editora + editorb + editorc + editortype + editoratype + editorbtype + editorctype + eid + eprint + eprintclass + eprinttype + issn + issue + issuetitle + issuesubtitle + journalsubtitle + journaltitle + language + note + number + origlanguage + pages + pubstate + series + subtitle + title + titleaddon + translator + version + volume + + + bibnote + note + + + book + author + addendum + afterword + annotator + chapter + commentator + doi + edition + editor + editora + editorb + editorc + editortype + editoratype + editorbtype + editorctype + eprint + eprintclass + eprinttype + foreword + introduction + isbn + language + location + maintitle + maintitleaddon + mainsubtitle + note + number + origlanguage + pages + pagetotal + part + publisher + pubstate + series + subtitle + title + titleaddon + translator + volume + volumes + + + mvbook + addendum + afterword + annotator + author + commentator + doi + edition + editor + editora + editorb + editorc + editortype + editoratype + editorbtype + editorctype + eprint + eprintclass + eprinttype + foreword + introduction + isbn + language + location + note + number + origlanguage + pagetotal + publisher + pubstate + series + subtitle + title + titleaddon + translator + volume + volumes + + + inbook + bookinbook + suppbook + addendum + afterword + annotator + author + booktitle + bookauthor + booksubtitle + booktitleaddon + chapter + commentator + doi + edition + editor + editora + editorb + editorc + editortype + editoratype + editorbtype + editorctype + eprint + eprintclass + eprinttype + foreword + introduction + isbn + language + location + mainsubtitle + maintitle + maintitleaddon + note + number + origlanguage + part + publisher + pages + pubstate + series + subtitle + title + titleaddon + translator + volume + volumes + + + booklet + addendum + author + chapter + doi + editor + editortype + eprint + eprintclass + eprinttype + howpublished + language + location + note + pages + pagetotal + pubstate + subtitle + title + titleaddon + type + + + collection + reference + addendum + afterword + annotator + chapter + commentator + doi + edition + editor + editora + editorb + editorc + editortype + editoratype + editorbtype + editorctype + eprint + eprintclass + eprinttype + foreword + introduction + isbn + language + location + mainsubtitle + maintitle + maintitleaddon + note + number + origlanguage + pages + pagetotal + part + publisher + pubstate + series + subtitle + title + titleaddon + translator + volume + volumes + + + mvcollection + mvreference + addendum + afterword + annotator + author + commentator + doi + edition + editor + editora + editorb + editorc + editortype + editoratype + editorbtype + editorctype + eprint + eprintclass + eprinttype + foreword + introduction + isbn + language + location + note + number + origlanguage + publisher + pubstate + subtitle + title + titleaddon + translator + volume + volumes + + + incollection + suppcollection + inreference + addendum + afterword + annotator + author + booksubtitle + booktitle + booktitleaddon + chapter + commentator + doi + edition + editor + editora + editorb + editorc + editortype + editoratype + editorbtype + editorctype + eprint + eprintclass + eprinttype + foreword + introduction + isbn + language + location + mainsubtitle + maintitle + maintitleaddon + note + number + origlanguage + pages + part + publisher + pubstate + series + subtitle + title + titleaddon + translator + volume + volumes + + + dataset + addendum + author + doi + edition + editor + editortype + eprint + eprintclass + eprinttype + language + location + note + number + organization + publisher + pubstate + series + subtitle + title + titleaddon + type + version + + + manual + addendum + author + chapter + doi + edition + editor + editortype + eprint + eprintclass + eprinttype + isbn + language + location + note + number + organization + pages + pagetotal + publisher + pubstate + series + subtitle + title + titleaddon + type + version + + + misc + software + addendum + author + doi + editor + editortype + eprint + eprintclass + eprinttype + howpublished + language + location + note + organization + pubstate + subtitle + title + titleaddon + type + version + + + online + addendum + author + doi + editor + editortype + eprint + eprintclass + eprinttype + language + note + organization + pubstate + subtitle + title + titleaddon + version + + + patent + addendum + author + doi + eprint + eprintclass + eprinttype + holder + location + note + number + pubstate + subtitle + title + titleaddon + type + version + + + periodical + addendum + doi + editor + editora + editorb + editorc + editortype + editoratype + editorbtype + editorctype + eprint + eprintclass + eprinttype + issn + issue + issuesubtitle + issuetitle + language + note + number + pubstate + season + series + subtitle + title + volume + + + mvproceedings + addendum + doi + editor + editortype + eprint + eprintclass + eprinttype + eventday + eventendday + eventendhour + eventendminute + eventendmonth + eventendseason + eventendsecond + eventendtimezone + eventendyear + eventhour + eventminute + eventmonth + eventseason + eventsecond + eventtimezone + eventyear + eventtitle + eventtitleaddon + isbn + language + location + note + number + organization + pagetotal + publisher + pubstate + series + subtitle + title + titleaddon + venue + volumes + + + proceedings + addendum + chapter + doi + editor + editortype + eprint + eprintclass + eprinttype + eventday + eventendday + eventendhour + eventendminute + eventendmonth + eventendseason + eventendsecond + eventendtimezone + eventendyear + eventhour + eventminute + eventmonth + eventseason + eventsecond + eventtimezone + eventyear + eventtitle + eventtitleaddon + isbn + language + location + mainsubtitle + maintitle + maintitleaddon + note + number + organization + pages + pagetotal + part + publisher + pubstate + series + subtitle + title + titleaddon + venue + volume + volumes + + + inproceedings + addendum + author + booksubtitle + booktitle + booktitleaddon + chapter + doi + editor + editortype + eprint + eprintclass + eprinttype + eventday + eventendday + eventendhour + eventendminute + eventendmonth + eventendseason + eventendsecond + eventendtimezone + eventendyear + eventhour + eventminute + eventmonth + eventseason + eventsecond + eventtimezone + eventyear + eventtitle + eventtitleaddon + isbn + language + location + mainsubtitle + maintitle + maintitleaddon + note + number + organization + pages + part + publisher + pubstate + series + subtitle + title + titleaddon + venue + volume + volumes + + + report + addendum + author + chapter + doi + eprint + eprintclass + eprinttype + institution + isrn + language + location + note + number + pages + pagetotal + pubstate + subtitle + title + titleaddon + type + version + + + thesis + addendum + author + chapter + doi + eprint + eprintclass + eprinttype + institution + language + location + note + pages + pagetotal + pubstate + subtitle + title + titleaddon + type + + + unpublished + addendum + author + eventday + eventendday + eventendhour + eventendminute + eventendmonth + eventendseason + eventendsecond + eventendtimezone + eventendyear + eventhour + eventminute + eventmonth + eventseason + eventsecond + eventtimezone + eventyear + eventtitle + eventtitleaddon + howpublished + language + location + note + pubstate + subtitle + title + titleaddon + type + venue + + + with + groupauthor + narrator + execproducer + execdirector + + + jurisdiction + organization citation + + + legmaterial + source + + + legadminmaterial + citation + source + + + constitution + article + section + amendment + + + software + appentry + + + report + addendum + author + authortype + chapter + doi + eprint + eprintclass + eprinttype + institution + isrn + language + location + note + number + pages + pagetotal + pubstate + subtitle + title + titleaddon + type + version + + + abstract + addendum + afterword + annotator + author + bookauthor + booksubtitle + booktitle + booktitleaddon + chapter + commentator + editor + editora + editorb + editorc + foreword + holder + institution + introduction + issuesubtitle + issuetitle + journalsubtitle + journaltitle + location + mainsubtitle + maintitle + maintitleaddon + nameaddon + note + organization + origlanguage + origlocation + origpublisher + origtitle + part + publisher + relatedstring + series + shortauthor + shorteditor + shorthand + shortjournal + shortseries + shorttitle + sortname + sortshorthand + sorttitle + subtitle + title + titleaddon + translator + venue + + + article + book + inbook + bookinbook + suppbook + booklet + collection + incollection + suppcollection + manual + misc + mvbook + mvcollection + online + patent + periodical + suppperiodical + proceedings + inproceedings + reference + inreference + report + set + thesis + unpublished + + + date + year + + + + + set + + entryset + + + + article + + author + journaltitle + title + + + + book + mvbook + mvcollection + mvreference + + author + title + + + + inbook + bookinbook + suppbook + + author + title + booktitle + + + + booklet + + + author + editor + + title + + + + collection + reference + + editor + title + + + + incollection + suppcollection + inreference + + author + editor + title + booktitle + + + + dataset + + title + + + + manual + + title + + + + misc + software + + title + + + + online + + title + + url + doi + eprint + + + + + patent + + author + title + number + + + + periodical + + editor + title + + + + proceedings + mvproceedings + + editor + title + + + + inproceedings + + author + title + booktitle + + + + report + + author + title + type + institution + + + + thesis + + author + title + type + institution + + + + unpublished + + author + title + + + + + isbn + + + issn + + + ismn + + + date + eventdate + origdate + urldate + + + gender + + + + book + inbook + article + report + + + author + groupauthor + + title + + + + + + + ./references.bib + + + + + + + presort + + + sortkey + + + sortname + author + editor + translator + sorttitle + title + + + sortyear + year + + + sorttitle + title + + + volume + 0 + + + + diff --git a/Reports/February/verslag.log b/Reports/February/verslag.log new file mode 100644 index 0000000..d213acc --- /dev/null +++ b/Reports/February/verslag.log @@ -0,0 +1,1000 @@ +This is pdfTeX, Version 3.14159265-2.6-1.40.20 (TeX Live 2019/Debian) (preloaded format=pdflatex 2024.2.17) 17 FEB 2024 17:52 +entering extended mode + restricted \write18 enabled. + file:line:error style messages enabled. + %&-line parsing enabled. +**/workspaces/Thesis/Reports/February/verslag +(/workspaces/Thesis/Reports/February/verslag.tex +LaTeX2e <2020-02-02> patch level 2 +L3 programming layer <2020-02-14> (./ugent-doc.cls +Document Class: ugent-doc +(/usr/share/texlive/texmf-dist/tex/latex/kvoptions/kvoptions.sty +Package: kvoptions 2019/11/29 v3.13 Key value format for package options (HO) + (/usr/share/texlive/texmf-dist/tex/latex/graphics/keyval.sty +Package: keyval 2014/10/28 v1.15 key=value parser (DPC) +\KV@toks@=\toks14 +) (/usr/share/texlive/texmf-dist/tex/generic/ltxcmds/ltxcmds.sty +Package: ltxcmds 2019/12/15 v1.24 LaTeX kernel commands for general use (HO) +) (/usr/share/texlive/texmf-dist/tex/generic/kvsetkeys/kvsetkeys.sty +Package: kvsetkeys 2019/12/15 v1.18 Key value parser (HO) +)) (/usr/share/texlive/texmf-dist/tex/latex/geometry/geometry.sty +Package: geometry 2020/01/02 v5.9 Page Geometry + (/usr/share/texlive/texmf-dist/tex/generic/iftex/ifvtex.sty +Package: ifvtex 2019/10/25 v1.7 ifvtex legacy package. Use iftex instead. + (/usr/share/texlive/texmf-dist/tex/generic/iftex/iftex.sty +Package: iftex 2019/11/07 v1.0c TeX engine tests +)) +\Gm@cnth=\count167 +\Gm@cntv=\count168 +\c@Gm@tempcnt=\count169 +\Gm@bindingoffset=\dimen134 +\Gm@wd@mp=\dimen135 +\Gm@odd@mp=\dimen136 +\Gm@even@mp=\dimen137 +\Gm@layoutwidth=\dimen138 +\Gm@layoutheight=\dimen139 +\Gm@layouthoffset=\dimen140 +\Gm@layoutvoffset=\dimen141 +\Gm@dimlist=\toks15 +) (/usr/share/texlive/texmf-dist/tex/latex/tools/calc.sty +Package: calc 2017/05/25 v4.3 Infix arithmetic (KKT,FJ) +\calc@Acount=\count170 +\calc@Bcount=\count171 +\calc@Adimen=\dimen142 +\calc@Bdimen=\dimen143 +\calc@Askip=\skip47 +\calc@Bskip=\skip48 +LaTeX Info: Redefining \setlength on input line 80. +LaTeX Info: Redefining \addtolength on input line 81. +\calc@Ccount=\count172 +\calc@Cskip=\skip49 +) (/usr/share/texlive/texmf-dist/tex/latex/graphics/graphicx.sty +Package: graphicx 2019/11/30 v1.2a Enhanced LaTeX Graphics (DPC,SPQR) + (/usr/share/texlive/texmf-dist/tex/latex/graphics/graphics.sty +Package: graphics 2019/11/30 v1.4a Standard LaTeX Graphics (DPC,SPQR) + (/usr/share/texlive/texmf-dist/tex/latex/graphics/trig.sty +Package: trig 2016/01/03 v1.10 sin cos tan (DPC) +) (/usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/graphics.cfg +File: graphics.cfg 2016/06/04 v1.11 sample graphics configuration +) +Package graphics Info: Driver file: pdftex.def on input line 105. + (/usr/share/texlive/texmf-dist/tex/latex/graphics-def/pdftex.def +File: pdftex.def 2018/01/08 v1.0l Graphics/color driver for pdftex +)) +\Gin@req@height=\dimen144 +\Gin@req@width=\dimen145 +) (/usr/share/texlive/texmf-dist/tex/latex/xcolor/xcolor.sty +Package: xcolor 2016/05/11 v2.12 LaTeX color extensions (UK) + (/usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/color.cfg +File: color.cfg 2016/01/02 v1.6 sample color configuration +) +Package xcolor Info: Driver file: pdftex.def on input line 225. +Package xcolor Info: Model `cmy' substituted by `cmy0' on input line 1348. +Package xcolor Info: Model `hsb' substituted by `rgb' on input line 1352. +Package xcolor Info: Model `RGB' extended on input line 1364. +Package xcolor Info: Model `HTML' substituted by `rgb' on input line 1366. +Package xcolor Info: Model `Hsb' substituted by `hsb' on input line 1367. +Package xcolor Info: Model `tHsb' substituted by `hsb' on input line 1368. +Package xcolor Info: Model `HSB' substituted by `hsb' on input line 1369. +Package xcolor Info: Model `Gray' substituted by `gray' on input line 1370. +Package xcolor Info: Model `wave' substituted by `hsb' on input line 1371. +) (/usr/share/texlive/texmf-dist/tex/latex/base/article.cls +Document Class: article 2019/12/20 v1.4l Standard LaTeX document class +(/usr/share/texlive/texmf-dist/tex/latex/base/size12.clo +File: size12.clo 2019/12/20 v1.4l Standard LaTeX file (size option) +) +\c@part=\count173 +\c@section=\count174 +\c@subsection=\count175 +\c@subsubsection=\count176 +\c@paragraph=\count177 +\c@subparagraph=\count178 +\c@figure=\count179 +\c@table=\count180 +\abovecaptionskip=\skip50 +\belowcaptionskip=\skip51 +\bibindent=\dimen146 +) (/usr/share/texlive/texmf-dist/tex/latex/titlesec/titlesec.sty +Package: titlesec 2019/10/16 v2.13 Sectioning titles +\ttl@box=\box45 +\beforetitleunit=\skip52 +\aftertitleunit=\skip53 +\ttl@plus=\dimen147 +\ttl@minus=\dimen148 +\ttl@toksa=\toks16 +\titlewidth=\dimen149 +\titlewidthlast=\dimen150 +\titlewidthfirst=\dimen151 +) +\longedge=\skip54 +\gridunit=\skip55 +\subpaperheight=\skip56 +\subpaperwidth=\skip57 +) (/usr/share/texlive/texmf-dist/tex/latex/base/fontenc.sty +Package: fontenc 2020/02/11 v2.0o Standard LaTeX package +) (/usr/share/texlive/texmf-dist/tex/latex/base/inputenc.sty +Package: inputenc 2018/08/11 v1.3c Input encoding file +\inpenc@prehook=\toks17 +\inpenc@posthook=\toks18 +) (/usr/share/texlive/texmf-dist/tex/latex/libertine/libertine.sty +Package: libertine 2019/07/01 (Bob Tennent) Supports Libertine and Biolinum fonts for all LaTeX engines. + (/usr/share/texlive/texmf-dist/tex/generic/iftex/ifxetex.sty +Package: ifxetex 2019/10/25 v0.7 ifxetex legacy package. Use iftex instead. +) (/usr/share/texlive/texmf-dist/tex/generic/iftex/ifluatex.sty +Package: ifluatex 2019/10/25 v1.5 ifluatex legacy package. Use iftex instead. +) (/usr/share/texlive/texmf-dist/tex/latex/xkeyval/xkeyval.sty +Package: xkeyval 2014/12/03 v2.7a package option processing (HA) + (/usr/share/texlive/texmf-dist/tex/generic/xkeyval/xkeyval.tex (/usr/share/texlive/texmf-dist/tex/generic/xkeyval/xkvutils.tex +\XKV@toks=\toks19 +\XKV@tempa@toks=\toks20 +) +\XKV@depth=\count181 +File: xkeyval.tex 2014/12/03 v2.7a key=value parser (HA) +)) (/usr/share/texlive/texmf-dist/tex/latex/base/textcomp.sty +Package: textcomp 2020/02/02 v2.0n Standard LaTeX package +) (/usr/share/texlive/texmf-dist/tex/latex/base/fontenc.sty +Package: fontenc 2020/02/11 v2.0o Standard LaTeX package +) (/usr/share/texlive/texmf-dist/tex/latex/fontaxes/fontaxes.sty +Package: fontaxes 2014/03/23 v1.0d Font selection axes +LaTeX Info: Redefining \upshape on input line 29. +LaTeX Info: Redefining \itshape on input line 31. +LaTeX Info: Redefining \slshape on input line 33. +LaTeX Info: Redefining \swshape on input line 35. +LaTeX Info: Redefining \scshape on input line 37. +LaTeX Info: Redefining \sscshape on input line 39. +LaTeX Info: Redefining \ulcshape on input line 41. +LaTeX Info: Redefining \textsw on input line 47. +LaTeX Info: Redefining \textssc on input line 48. +LaTeX Info: Redefining \textulc on input line 49. +) +LaTeX Info: Redefining \oldstylenums on input line 494. + (/usr/share/texlive/texmf-dist/tex/latex/libertine/LinLibertine_I.tex)) (/usr/share/texlive/texmf-dist/tex/latex/libertinust1math/libertinust1math.sty +Package: libertinust1math 2017/08/16 v1.1---latex support for LibertinusT1Math (msharpe) + (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsmath.sty +Package: amsmath 2020/01/20 v2.17e AMS math features +\@mathmargin=\skip58 + +For additional information on amsmath, use the `?' option. +(/usr/share/texlive/texmf-dist/tex/latex/amsmath/amstext.sty +Package: amstext 2000/06/29 v2.01 AMS text + (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsgen.sty +File: amsgen.sty 1999/11/30 v2.0 generic functions +\@emptytoks=\toks21 +\ex@=\dimen152 +)) (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsbsy.sty +Package: amsbsy 1999/11/29 v1.2d Bold Symbols +\pmbraise@=\dimen153 +) (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsopn.sty +Package: amsopn 2016/03/08 v2.02 operator names +) +\inf@bad=\count182 +LaTeX Info: Redefining \frac on input line 227. +\uproot@=\count183 +\leftroot@=\count184 +LaTeX Info: Redefining \overline on input line 389. +\classnum@=\count185 +\DOTSCASE@=\count186 +LaTeX Info: Redefining \ldots on input line 486. +LaTeX Info: Redefining \dots on input line 489. +LaTeX Info: Redefining \cdots on input line 610. +\Mathstrutbox@=\box46 +\strutbox@=\box47 +\big@size=\dimen154 +LaTeX Font Info: Redeclaring font encoding OML on input line 733. +LaTeX Font Info: Redeclaring font encoding OMS on input line 734. +\macc@depth=\count187 +\c@MaxMatrixCols=\count188 +\dotsspace@=\muskip16 +\c@parentequation=\count189 +\dspbrk@lvl=\count190 +\tag@help=\toks22 +\row@=\count191 +\column@=\count192 +\maxfields@=\count193 +\andhelp@=\toks23 +\eqnshift@=\dimen155 +\alignsep@=\dimen156 +\tagshift@=\dimen157 +\tagwidth@=\dimen158 +\totwidth@=\dimen159 +\lineht@=\dimen160 +\@envbody=\toks24 +\multlinegap=\skip59 +\multlinetaggap=\skip60 +\mathdisplay@stack=\toks25 +LaTeX Info: Redefining \[ on input line 2859. +LaTeX Info: Redefining \] on input line 2860. +) +Now handling font encoding LS1 ... +... no UTF-8 mapping file for font encoding LS1 +Now handling font encoding LS2 ... +... no UTF-8 mapping file for font encoding LS2 +LaTeX Font Info: Redeclaring symbol font `letters' on input line 68. +LaTeX Font Info: Encoding `OML' has changed to `LS1' for symbol font +(Font) `letters' in the math version `normal' on input line 68. +LaTeX Font Info: Overwriting symbol font `letters' in version `normal' +(Font) OML/cmm/m/it --> LS1/libertinust1math/m/it on input line 68. +LaTeX Font Info: Encoding `OML' has changed to `LS1' for symbol font +(Font) `letters' in the math version `bold' on input line 68. +LaTeX Font Info: Overwriting symbol font `letters' in version `bold' +(Font) OML/cmm/b/it --> LS1/libertinust1math/m/it on input line 68. +LaTeX Font Info: Redeclaring symbol font `operators' on input line 69. +LaTeX Font Info: Encoding `OT1' has changed to `LS1' for symbol font +(Font) `operators' in the math version `normal' on input line 69. +LaTeX Font Info: Overwriting symbol font `operators' in version `normal' +(Font) OT1/cmr/m/n --> LS1/libertinust1math/m/n on input line 69. +LaTeX Font Info: Encoding `OT1' has changed to `LS1' for symbol font +(Font) `operators' in the math version `bold' on input line 69. +LaTeX Font Info: Overwriting symbol font `operators' in version `bold' +(Font) OT1/cmr/bx/n --> LS1/libertinust1math/m/n on input line 69. +\symsymbolsbb=\mathgroup4 +LaTeX Font Info: Redeclaring symbol font `symbols' on input line 71. +LaTeX Font Info: Encoding `OMS' has changed to `LS2' for symbol font +(Font) `symbols' in the math version `normal' on input line 71. +LaTeX Font Info: Overwriting symbol font `symbols' in version `normal' +(Font) OMS/cmsy/m/n --> LS2/libertinust1mathsym/m/n on input line 71. +LaTeX Font Info: Encoding `OMS' has changed to `LS2' for symbol font +(Font) `symbols' in the math version `bold' on input line 71. +LaTeX Font Info: Overwriting symbol font `symbols' in version `bold' +(Font) OMS/cmsy/b/n --> LS2/libertinust1mathsym/m/n on input line 71. +LaTeX Font Info: Redeclaring symbol font `largesymbols' on input line 72. +LaTeX Font Info: Encoding `OMX' has changed to `LS2' for symbol font +(Font) `largesymbols' in the math version `normal' on input line 72. +LaTeX Font Info: Overwriting symbol font `largesymbols' in version `normal' +(Font) OMX/cmex/m/n --> LS2/libertinust1mathex/m/n on input line 72. +LaTeX Font Info: Encoding `OMX' has changed to `LS2' for symbol font +(Font) `largesymbols' in the math version `bold' on input line 72. +LaTeX Font Info: Overwriting symbol font `largesymbols' in version `bold' +(Font) OMX/cmex/m/n --> LS2/libertinust1mathex/m/n on input line 72. +LaTeX Font Info: Redeclaring math alphabet \mathsf on input line 73. +LaTeX Font Info: Overwriting math alphabet `\mathsf' in version `normal' +(Font) OT1/cmss/m/n --> LS1/libertinust1mathsf/m/n on input line 73. +LaTeX Font Info: Overwriting math alphabet `\mathsf' in version `bold' +(Font) OT1/cmss/bx/n --> LS1/libertinust1mathsf/m/n on input line 73. +LaTeX Font Info: Redeclaring math alphabet \mathsfbf on input line 82. +LaTeX Font Info: Overwriting math alphabet `\mathsfbf' in version `normal' +(Font) LS1/libertinust1mathsf/b/n --> LS1/libertinust1mathsf/b/n on input line 82. +LaTeX Font Info: Overwriting math alphabet `\mathsfbf' in version `bold' +(Font) LS1/libertinust1mathsf/b/n --> LS1/libertinust1mathsf/b/n on input line 82. +LaTeX Font Info: Overwriting symbol font `letters' in version `bold' +(Font) LS1/libertinust1math/m/it --> LS1/libertinust1math/b/it on input line 84. +LaTeX Font Info: Overwriting symbol font `operators' in version `bold' +(Font) LS1/libertinust1math/m/n --> LS1/libertinust1math/b/n on input line 85. +\symbold-operators=\mathgroup5 +\symbold-letters=\mathgroup6 +LaTeX Font Info: Redeclaring math alphabet \mathit on input line 88. +LaTeX Font Info: Redeclaring math alphabet \mathbf on input line 90. +LaTeX Font Info: Overwriting math alphabet `\mathsf' in version `bold' +(Font) LS1/libertinust1mathsf/m/n --> LS1/libertinust1mathsf/b/n on input line 118. +LaTeX Font Info: Redeclaring math alphabet \mathcal on input line 130. +LaTeX Font Info: Overwriting math alphabet `\mathcal' in version `bold' +(Font) U/stixcal/m/n --> U/stixcal/b/n on input line 131. +LaTeX Font Info: Redeclaring math symbol \hbar on input line 362. +LaTeX Font Info: Redeclaring math accent \grave on input line 659. +LaTeX Font Info: Redeclaring math accent \acute on input line 660. +LaTeX Font Info: Redeclaring math accent \hat on input line 661. +LaTeX Font Info: Redeclaring math accent \tilde on input line 662. +LaTeX Font Info: Redeclaring math accent \bar on input line 663. +LaTeX Font Info: Redeclaring math accent \breve on input line 664. +LaTeX Font Info: Redeclaring math accent \dot on input line 665. +LaTeX Font Info: Redeclaring math accent \ddot on input line 666. +LaTeX Font Info: Redeclaring math accent \mathring on input line 668. +LaTeX Font Info: Redeclaring math accent \check on input line 669. +LaTeX Font Info: Redeclaring math accent \vec on input line 677. +LaTeX Info: Redefining \vdots on input line 1082. +LaTeX Info: Redefining \cdots on input line 1086. +LaTeX Info: Redefining \not on input line 1326. +) (/usr/share/texlive/texmf-dist/tex/latex/enumitem/enumitem.sty +Package: enumitem 2019/06/20 v3.9 Customized lists +\labelindent=\skip61 +\enit@outerparindent=\dimen161 +\enit@toks=\toks26 +\enit@inbox=\box48 +\enit@count@id=\count194 +\enitdp@description=\count195 +) (/usr/share/texlive/texmf-dist/tex/generic/babel/babel.sty +Package: babel 2020/02/14 3.40 The Babel package + (/usr/share/texlive/texmf-dist/tex/generic/babel/switch.def +File: switch.def 2020/02/14 3.40 Babel switching mechanism +) (/usr/share/texlive/texmf-dist/tex/generic/babel-english/english.ldf +Language: english 2017/06/06 v3.3r English support from the babel system + (/usr/share/texlive/texmf-dist/tex/generic/babel/babel.def +File: babel.def 2020/02/14 3.40 Babel common definitions +\babel@savecnt=\count196 +\U@D=\dimen162 + (/usr/share/texlive/texmf-dist/tex/generic/babel/txtbabel.def) +\bbl@readstream=\read2 +\bbl@dirlevel=\count197 +) +Package babel Info: \l@british = using hyphenrules for english +(babel) (\language0) on input line 82. +Package babel Info: \l@UKenglish = using hyphenrules for english +(babel) (\language0) on input line 83. +Package babel Info: \l@canadian = using hyphenrules for english +(babel) (\language0) on input line 102. +Package babel Info: \l@australian = using hyphenrules for english +(babel) (\language0) on input line 105. +Package babel Info: \l@newzealand = using hyphenrules for english +(babel) (\language0) on input line 108. +)) (/usr/share/texlive/texmf-dist/tex/latex/biblatex/biblatex.sty +Package: biblatex 2019/12/01 v3.14 programmable bibliographies (PK/MW) + (/usr/share/texlive/texmf-dist/tex/latex/pdftexcmds/pdftexcmds.sty +Package: pdftexcmds 2019/11/24 v0.31 Utility functions of pdfTeX for LuaTeX (HO) + (/usr/share/texlive/texmf-dist/tex/generic/infwarerr/infwarerr.sty +Package: infwarerr 2019/12/03 v1.5 Providing info/warning/error messages (HO) +) +Package pdftexcmds Info: \pdf@primitive is available. +Package pdftexcmds Info: \pdf@ifprimitive is available. +Package pdftexcmds Info: \pdfdraftmode found. +) (/usr/share/texlive/texmf-dist/tex/latex/etoolbox/etoolbox.sty +Package: etoolbox 2019/09/21 v2.5h e-TeX tools for LaTeX (JAW) +\etb@tempcnta=\count198 +) (/usr/share/texlive/texmf-dist/tex/latex/logreq/logreq.sty +Package: logreq 2010/08/04 v1.0 xml request logger +\lrq@indent=\count199 + (/usr/share/texlive/texmf-dist/tex/latex/logreq/logreq.def +File: logreq.def 2010/08/04 v1.0 logreq spec v1.0 +)) (/usr/share/texlive/texmf-dist/tex/latex/base/ifthen.sty +Package: ifthen 2014/09/29 v1.1c Standard LaTeX ifthen package (DPC) +) (/usr/share/texlive/texmf-dist/tex/latex/url/url.sty +\Urlmuskip=\muskip17 +Package: url 2013/09/16 ver 3.4 Verb mode for urls, etc. +) +\c@tabx@nest=\count266 +\c@listtotal=\count267 +\c@listcount=\count268 +\c@liststart=\count269 +\c@liststop=\count270 +\c@citecount=\count271 +\c@citetotal=\count272 +\c@multicitecount=\count273 +\c@multicitetotal=\count274 +\c@instcount=\count275 +\c@maxnames=\count276 +\c@minnames=\count277 +\c@maxitems=\count278 +\c@minitems=\count279 +\c@citecounter=\count280 +\c@maxcitecounter=\count281 +\c@savedcitecounter=\count282 +\c@uniquelist=\count283 +\c@uniquename=\count284 +\c@refsection=\count285 +\c@refsegment=\count286 +\c@maxextratitle=\count287 +\c@maxextratitleyear=\count288 +\c@maxextraname=\count289 +\c@maxextradate=\count290 +\c@maxextraalpha=\count291 +\c@abbrvpenalty=\count292 +\c@highnamepenalty=\count293 +\c@lownamepenalty=\count294 +\c@maxparens=\count295 +\c@parenlevel=\count296 +\blx@tempcnta=\count297 +\blx@tempcntb=\count298 +\blx@tempcntc=\count299 +\blx@maxsection=\count300 +\blx@maxsegment@0=\count301 +\blx@notetype=\count302 +\blx@parenlevel@text=\count303 +\blx@parenlevel@foot=\count304 +\blx@sectionciteorder@0=\count305 +\blx@entrysetcounter=\count306 +\labelnumberwidth=\skip62 +\labelalphawidth=\skip63 +\biblabelsep=\skip64 +\bibitemsep=\skip65 +\bibnamesep=\skip66 +\bibinitsep=\skip67 +\bibparsep=\skip68 +\bibhang=\skip69 +\blx@bcfin=\read3 +\blx@bcfout=\write3 +\blx@langwohyphens=\language3 +\c@mincomprange=\count307 +\c@maxcomprange=\count308 +\c@mincompwidth=\count309 +Package biblatex Info: Trying to load biblatex default data model... +Package biblatex Info: ... file 'blx-dm.def' found. + (/usr/share/texlive/texmf-dist/tex/latex/biblatex/blx-dm.def +File: blx-dm.def 2019/12/01 v3.14 biblatex localization (PK/MW) +) +Package biblatex Info: Trying to load biblatex style data model... +Package biblatex Info: ... file 'apa.dbx' found. + (/usr/share/texlive/texmf-dist/tex/latex/biblatex-apa/apa.dbx +File: apa.dbx 2020/02/01 v9.5 APA biblatex style data model +) +Package biblatex Info: Trying to load biblatex custom data model... +Package biblatex Info: ... file 'biblatex-dm.cfg' not found. +\c@afterword=\count310 +\c@savedafterword=\count311 +\c@annotator=\count312 +\c@savedannotator=\count313 +\c@author=\count314 +\c@savedauthor=\count315 +\c@bookauthor=\count316 +\c@savedbookauthor=\count317 +\c@commentator=\count318 +\c@savedcommentator=\count319 +\c@editor=\count320 +\c@savededitor=\count321 +\c@editora=\count322 +\c@savededitora=\count323 +\c@editorb=\count324 +\c@savededitorb=\count325 +\c@editorc=\count326 +\c@savededitorc=\count327 +\c@foreword=\count328 +\c@savedforeword=\count329 +\c@holder=\count330 +\c@savedholder=\count331 +\c@introduction=\count332 +\c@savedintroduction=\count333 +\c@namea=\count334 +\c@savednamea=\count335 +\c@nameb=\count336 +\c@savednameb=\count337 +\c@namec=\count338 +\c@savednamec=\count339 +\c@translator=\count340 +\c@savedtranslator=\count341 +\c@shortauthor=\count342 +\c@savedshortauthor=\count343 +\c@shorteditor=\count344 +\c@savedshorteditor=\count345 +\c@groupauthor=\count346 +\c@savedgroupauthor=\count347 +\c@narrator=\count348 +\c@savednarrator=\count349 +\c@execproducer=\count350 +\c@savedexecproducer=\count351 +\c@execdirector=\count352 +\c@savedexecdirector=\count353 +\c@with=\count354 +\c@savedwith=\count355 +\c@labelname=\count356 +\c@savedlabelname=\count357 +\c@institution=\count358 +\c@savedinstitution=\count359 +\c@lista=\count360 +\c@savedlista=\count361 +\c@listb=\count362 +\c@savedlistb=\count363 +\c@listc=\count364 +\c@savedlistc=\count365 +\c@listd=\count366 +\c@savedlistd=\count367 +\c@liste=\count368 +\c@savedliste=\count369 +\c@listf=\count370 +\c@savedlistf=\count371 +\c@location=\count372 +\c@savedlocation=\count373 +\c@organization=\count374 +\c@savedorganization=\count375 +\c@origlocation=\count376 +\c@savedoriglocation=\count377 +\c@origpublisher=\count378 +\c@savedorigpublisher=\count379 +\c@publisher=\count380 +\c@savedpublisher=\count381 +\c@language=\count382 +\c@savedlanguage=\count383 +\c@origlanguage=\count384 +\c@savedoriglanguage=\count385 +\c@citation=\count386 +\c@savedcitation=\count387 +\c@pageref=\count388 +\c@savedpageref=\count389 +\shorthandwidth=\skip70 +\shortjournalwidth=\skip71 +\shortserieswidth=\skip72 +\shorttitlewidth=\skip73 +\shortauthorwidth=\skip74 +\shorteditorwidth=\skip75 +\locallabelnumberwidth=\skip76 +\locallabelalphawidth=\skip77 +\localshorthandwidth=\skip78 +\localshortjournalwidth=\skip79 +\localshortserieswidth=\skip80 +\localshorttitlewidth=\skip81 +\localshortauthorwidth=\skip82 +\localshorteditorwidth=\skip83 +Package biblatex Info: Trying to load compatibility code... +Package biblatex Info: ... file 'blx-compat.def' found. + (/usr/share/texlive/texmf-dist/tex/latex/biblatex/blx-compat.def +File: blx-compat.def 2019/12/01 v3.14 biblatex compatibility (PK/MW) +) +Package biblatex Info: Trying to load generic definitions... +Package biblatex Info: ... file 'biblatex.def' found. + (/usr/share/texlive/texmf-dist/tex/latex/biblatex/biblatex.def +File: biblatex.def 2019/12/01 v3.14 biblatex compatibility (PK/MW) +\c@textcitecount=\count390 +\c@textcitetotal=\count391 +\c@textcitemaxnames=\count392 +\c@biburlbigbreakpenalty=\count393 +\c@biburlbreakpenalty=\count394 +\c@biburlnumpenalty=\count395 +\c@biburlucpenalty=\count396 +\c@biburllcpenalty=\count397 +\biburlbigskip=\muskip18 +\biburlnumskip=\muskip19 +\biburlucskip=\muskip20 +\biburllcskip=\muskip21 +\c@smartand=\count398 +) +Package biblatex Info: Trying to load bibliography style 'apa'... +Package biblatex Info: ... file 'apa.bbx' found. + (/usr/share/texlive/texmf-dist/tex/latex/biblatex-apa/apa.bbx +File: apa.bbx 2020/02/01 v9.5 APA biblatex references style +Package biblatex Info: Trying to load bibliography style 'standard'... +Package biblatex Info: ... file 'standard.bbx' found. + (/usr/share/texlive/texmf-dist/tex/latex/biblatex/bbx/standard.bbx +File: standard.bbx 2019/12/01 v3.14 biblatex bibliography style (PK/MW) +\c@bbx:relatedcount=\count399 +\c@bbx:relatedtotal=\count400 +)) +Package biblatex Info: Trying to load citation style 'apa'... +Package biblatex Info: ... file 'apa.cbx' found. + (/usr/share/texlive/texmf-dist/tex/latex/biblatex-apa/apa.cbx +File: apa.cbx 2020/02/01 v9.5 APA biblatex citation style +Package biblatex Info: Delimiter 'nameyeardelim' in context '' already defined, overwriting. +Package biblatex Info: Delimiter 'nameyeardelim' in context 'textcite' already defined, overwriting. +Package biblatex Info: Delimiter 'andothersdelim' in context '' already defined, overwriting. +Package biblatex Info: Redefining '\parencite'. +Package biblatex Info: Redefining '\fullcite'. +Package biblatex Info: Redefining '\citeyear'. +Package biblatex Info: Redefining '\cite'. +Package biblatex Info: Redefining '\footcite'. +Package biblatex Info: Redefining '\textcites'. +Package biblatex Info: Redefining '\cites'. +Package biblatex Info: Redefining '\parencites'. +Package biblatex Info: Redefining '\footcites'. +Package biblatex Info: Redefining '\footcitetexts'. +Package biblatex Info: Redefining '\smartcites'. +Package biblatex Info: Redefining '\textcite'. +Package biblatex Info: Redefining '\citeauthor'. +) +Package biblatex Info: Trying to load configuration file... +Package biblatex Info: ... file 'biblatex.cfg' found. + (/usr/share/texlive/texmf-dist/tex/latex/biblatex/biblatex.cfg +File: biblatex.cfg +)) (/usr/share/texlive/texmf-dist/tex/latex/csquotes/csquotes.sty +Package: csquotes 2019-12-06 v5.2j context-sensitive quotations (JAW) +\csq@reset=\count401 +\csq@gtype=\count402 +\csq@glevel=\count403 +\csq@qlevel=\count404 +\csq@maxlvl=\count405 +\csq@tshold=\count406 +\csq@ltx@everypar=\toks27 + (/usr/share/texlive/texmf-dist/tex/latex/csquotes/csquotes.def +File: csquotes.def 2019-12-06 v5.2j csquotes generic definitions (JAW) +) +Package csquotes Info: Trying to load configuration file 'csquotes.cfg'... +Package csquotes Info: ... configuration file loaded successfully. + (/usr/share/texlive/texmf-dist/tex/latex/csquotes/csquotes.cfg +File: csquotes.cfg +)) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/hyperref.sty +Package: hyperref 2020/01/14 v7.00d Hypertext links for LaTeX + (/usr/share/texlive/texmf-dist/tex/generic/kvdefinekeys/kvdefinekeys.sty +Package: kvdefinekeys 2019-12-19 v1.6 Define keys (HO) +) (/usr/share/texlive/texmf-dist/tex/generic/pdfescape/pdfescape.sty +Package: pdfescape 2019/12/09 v1.15 Implements pdfTeX's escape features (HO) +) (/usr/share/texlive/texmf-dist/tex/latex/hycolor/hycolor.sty +Package: hycolor 2020-01-27 v1.10 Color options for hyperref/bookmark (HO) +) (/usr/share/texlive/texmf-dist/tex/latex/letltxmacro/letltxmacro.sty +Package: letltxmacro 2019/12/03 v1.6 Let assignment for LaTeX macros (HO) +) (/usr/share/texlive/texmf-dist/tex/latex/auxhook/auxhook.sty +Package: auxhook 2019-12-17 v1.6 Hooks for auxiliary files (HO) +) +\@linkdim=\dimen163 +\Hy@linkcounter=\count407 +\Hy@pagecounter=\count408 + (/usr/share/texlive/texmf-dist/tex/latex/hyperref/pd1enc.def +File: pd1enc.def 2020/01/14 v7.00d Hyperref: PDFDocEncoding definition (HO) +Now handling font encoding PD1 ... +... no UTF-8 mapping file for font encoding PD1 +) (/usr/share/texlive/texmf-dist/tex/generic/intcalc/intcalc.sty +Package: intcalc 2019/12/15 v1.3 Expandable calculations with integers (HO) +) (/usr/share/texlive/texmf-dist/tex/generic/etexcmds/etexcmds.sty +Package: etexcmds 2019/12/15 v1.7 Avoid name clashes with e-TeX commands (HO) +) +\Hy@SavedSpaceFactor=\count409 +\pdfmajorversion=\count410 +Package hyperref Info: Option `colorlinks' set `true' on input line 4421. +Package hyperref Info: Hyper figures OFF on input line 4547. +Package hyperref Info: Link nesting OFF on input line 4552. +Package hyperref Info: Hyper index ON on input line 4555. +Package hyperref Info: Plain pages OFF on input line 4562. +Package hyperref Info: Backreferencing OFF on input line 4567. +Package hyperref Info: Implicit mode ON; LaTeX internals redefined. +Package hyperref Info: Bookmarks ON on input line 4800. +\c@Hy@tempcnt=\count411 +LaTeX Info: Redefining \url on input line 5159. +\XeTeXLinkMargin=\dimen164 + (/usr/share/texlive/texmf-dist/tex/generic/bitset/bitset.sty +Package: bitset 2019/12/09 v1.3 Handle bit-vector datatype (HO) + (/usr/share/texlive/texmf-dist/tex/generic/bigintcalc/bigintcalc.sty +Package: bigintcalc 2019/12/15 v1.5 Expandable calculations on big integers (HO) +)) +\Fld@menulength=\count412 +\Field@Width=\dimen165 +\Fld@charsize=\dimen166 +Package hyperref Info: Hyper figures OFF on input line 6430. +Package hyperref Info: Link nesting OFF on input line 6435. +Package hyperref Info: Hyper index ON on input line 6438. +Package hyperref Info: backreferencing OFF on input line 6445. +Package hyperref Info: Link coloring ON on input line 6448. +Package hyperref Info: Link coloring with OCG OFF on input line 6455. +Package hyperref Info: PDF/A mode OFF on input line 6460. +LaTeX Info: Redefining \ref on input line 6500. +LaTeX Info: Redefining \pageref on input line 6504. + (/usr/share/texlive/texmf-dist/tex/generic/atbegshi/atbegshi.sty +Package: atbegshi 2019/12/05 v1.19 At begin shipout hook (HO) +) +\Hy@abspage=\count413 +\c@Item=\count414 +\c@Hfootnote=\count415 +) +Package hyperref Info: Driver (autodetected): hpdftex. + (/usr/share/texlive/texmf-dist/tex/latex/hyperref/hpdftex.def +File: hpdftex.def 2020/01/14 v7.00d Hyperref driver for pdfTeX + (/usr/share/texlive/texmf-dist/tex/latex/atveryend/atveryend.sty +Package: atveryend 2019-12-11 v1.11 Hooks at the very end of document (HO) +) +\Fld@listcount=\count416 +\c@bookmark@seq@number=\count417 + (/usr/share/texlive/texmf-dist/tex/latex/rerunfilecheck/rerunfilecheck.sty +Package: rerunfilecheck 2019/12/05 v1.9 Rerun checks for auxiliary files (HO) + (/usr/share/texlive/texmf-dist/tex/generic/uniquecounter/uniquecounter.sty +Package: uniquecounter 2019/12/15 v1.4 Provide unlimited unique counter (HO) +) +Package uniquecounter Info: New unique counter `rerunfilecheck' on input line 286. +) +\Hy@SectionHShift=\skip84 +) (/usr/share/texlive/texmf-dist/tex/latex/parskip/parskip.sty +Package: parskip 2020-01-22 v2.0d non-zero parskip adjustments +) (/usr/share/texlive/texmf-dist/tex/generic/ulem/ulem.sty +\UL@box=\box49 +\UL@hyphenbox=\box50 +\UL@skip=\skip85 +\UL@hook=\toks28 +\UL@height=\dimen167 +\UL@pe=\count418 +\UL@pixel=\dimen168 +\ULC@box=\box51 +Package: ulem 2019/11/18 +\ULdepth=\dimen169 +) +Package csquotes Info: Checking for multilingual support... +Package csquotes Info: ... found 'babel' package. +Package csquotes Info: Adjusting default style. +Package csquotes Info: Redefining alias 'default' -> 'english'. + (/usr/share/texlive/texmf-dist/tex/latex/l3backend/l3backend-pdfmode.def +File: l3backend-pdfmode.def 2020-02-03 L3 backend support: PDF mode +\l__kernel_color_stack_int=\count419 +\l__pdf_internal_box=\box52 +) (./verslag.aux) +\openout1 = `verslag.aux'. + +LaTeX Font Info: Checking defaults for OML/cmm/m/it on input line 92. +LaTeX Font Info: ... okay on input line 92. +LaTeX Font Info: Checking defaults for OMS/cmsy/m/n on input line 92. +LaTeX Font Info: ... okay on input line 92. +LaTeX Font Info: Checking defaults for OT1/cmr/m/n on input line 92. +LaTeX Font Info: ... okay on input line 92. +LaTeX Font Info: Checking defaults for T1/cmr/m/n on input line 92. +LaTeX Font Info: ... okay on input line 92. +LaTeX Font Info: Checking defaults for TS1/cmr/m/n on input line 92. +LaTeX Font Info: ... okay on input line 92. +LaTeX Font Info: Checking defaults for OMX/cmex/m/n on input line 92. +LaTeX Font Info: ... okay on input line 92. +LaTeX Font Info: Checking defaults for U/cmr/m/n on input line 92. +LaTeX Font Info: ... okay on input line 92. +LaTeX Font Info: Checking defaults for LS1/libertinust1math/m/n on input line 92. +LaTeX Font Info: Trying to load font information for LS1+libertinust1math on input line 92. + (/usr/share/texlive/texmf-dist/tex/latex/libertinust1math/ls1libertinust1math.fd +File: ls1libertinust1math.fd 2016/03/23 Fontinst v1.933 font definitions for LS1/libertinust1math. +) +LaTeX Font Info: ... okay on input line 92. +LaTeX Font Info: Checking defaults for LS2/libertinust1mathsym/m/n on input line 92. +LaTeX Font Info: Trying to load font information for LS2+libertinust1mathsym on input line 92. + (/usr/share/texlive/texmf-dist/tex/latex/libertinust1math/ls2libertinust1mathsym.fd +File: ls2libertinust1mathsym.fd 2015/04/17 v1.1.2-latex LibertinusT1Mathsym LS2 font definitions +) +LaTeX Font Info: ... okay on input line 92. +LaTeX Font Info: Checking defaults for PD1/pdf/m/n on input line 92. +LaTeX Font Info: ... okay on input line 92. +LaTeX Font Info: Trying to load font information for T1+LinuxLibertineT-TLF on input line 92. + (/usr/share/texlive/texmf-dist/tex/latex/libertine/T1LinuxLibertineT-TLF.fd +File: T1LinuxLibertineT-TLF.fd 2017/03/20 (autoinst) Font definitions for T1/LinuxLibertineT-TLF. +) +LaTeX Font Info: Font shape `T1/LinuxLibertineT-TLF/m/n' will be +(Font) scaled to size 12.0pt on input line 92. + +*geometry* driver: auto-detecting +*geometry* detected driver: pdftex +*geometry* verbose mode - [ preamble ] result: +* driver: pdftex +* paper: a4paper +* layout: +* layoutoffset:(h,v)=(0.0pt,0.0pt) +* modes: +* h-part:(L,W,R)=(85.35826pt, 455.24411pt, 56.9055pt) +* v-part:(T,H,B)=(71.13188pt, 702.78308pt, 71.13188pt) +* \paperwidth=597.50787pt +* \paperheight=845.04684pt +* \textwidth=455.24411pt +* \textheight=702.78308pt +* \oddsidemargin=13.08827pt +* \evensidemargin=13.08827pt +* \topmargin=-38.1381pt +* \headheight=12.0pt +* \headsep=25.0pt +* \topskip=12.0pt +* \footskip=30.0pt +* \marginparwidth=35.0pt +* \marginparsep=10.0pt +* \columnsep=10.0pt +* \skip\footins=10.8pt plus 4.0pt minus 2.0pt +* \hoffset=0.0pt +* \voffset=0.0pt +* \mag=1000 +* \@twocolumnfalse +* \@twosidefalse +* \@mparswitchfalse +* \@reversemarginfalse +* (1in=72.27pt=25.4mm, 1cm=28.453pt) + +(/usr/share/texlive/texmf-dist/tex/context/base/mkii/supp-pdf.mkii +[Loading MPS to PDF converter (version 2006.09.02).] +\scratchcounter=\count420 +\scratchdimen=\dimen170 +\scratchbox=\box53 +\nofMPsegments=\count421 +\nofMParguments=\count422 +\everyMPshowfont=\toks29 +\MPscratchCnt=\count423 +\MPscratchDim=\dimen171 +\MPnumerator=\count424 +\makeMPintoPDFobject=\count425 +\everyMPtoPDFconversion=\toks30 +) (/usr/share/texlive/texmf-dist/tex/latex/epstopdf-pkg/epstopdf-base.sty +Package: epstopdf-base 2020-01-24 v2.11 Base part for package epstopdf +Package epstopdf-base Info: Redefining graphics rule for `.eps' on input line 485. + (/usr/share/texlive/texmf-dist/tex/latex/latexconfig/epstopdf-sys.cfg +File: epstopdf-sys.cfg 2010/07/13 v1.3 Configuration of (r)epstopdf for TeX Live +)) +\c@mv@tabular=\count426 +\c@mv@boldtabular=\count427 +Package biblatex Info: Trying to load language 'english' -> 'english-apa'... +Package biblatex Info: ... file 'english-apa.lbx' found. + (/usr/share/texlive/texmf-dist/tex/latex/biblatex-apa/english-apa.lbx +File: english-apa.lbx 2020/02/01 v9.5 APA biblatex localisation +Package biblatex Info: Trying to load language 'english'... +Package biblatex Info: ... file 'english.lbx' found. + (/usr/share/texlive/texmf-dist/tex/latex/biblatex/lbx/english.lbx +File: english.lbx 2019/12/01 v3.14 biblatex localization (PK/MW) +) +Package biblatex Info: Trying to load language 'american' -> 'american-apa'... +Package biblatex Info: ... file 'american-apa.lbx' found. + (/usr/share/texlive/texmf-dist/tex/latex/biblatex-apa/american-apa.lbx +File: american-apa.lbx 2020/02/01 v9.5 APA biblatex localisation +Package biblatex Info: Trying to load language 'american'... +Package biblatex Info: ... file 'american.lbx' found. + (/usr/share/texlive/texmf-dist/tex/latex/biblatex/lbx/american.lbx +File: american.lbx 2019/12/01 v3.14 biblatex localization (PK/MW) +Package biblatex Info: Trying to load language 'english'... +Package biblatex Info: ... file 'english.lbx' found. + (/usr/share/texlive/texmf-dist/tex/latex/biblatex/lbx/english.lbx +File: english.lbx 2019/12/01 v3.14 biblatex localization (PK/MW) +)))) +Package biblatex Info: Input encoding 'utf8' detected. +Package biblatex Info: Automatic encoding selection. +(biblatex) Assuming data encoding 'utf8'. +\openout3 = `verslag.bcf'. + +Package biblatex Info: Trying to load bibliographic data... +Package biblatex Info: ... file 'verslag.bbl' not found. + +No file verslag.bbl. +Package biblatex Info: Reference section=0 on input line 92. +Package biblatex Info: Reference segment=0 on input line 92. +\AtBeginShipoutBox=\box54 +Package hyperref Info: Link coloring ON on input line 92. +(/usr/share/texlive/texmf-dist/tex/latex/hyperref/nameref.sty +Package: nameref 2019/09/16 v2.46 Cross-referencing by name of section + (/usr/share/texlive/texmf-dist/tex/latex/refcount/refcount.sty +Package: refcount 2019/12/15 v3.6 Data extraction from label references (HO) +) (/usr/share/texlive/texmf-dist/tex/generic/gettitlestring/gettitlestring.sty +Package: gettitlestring 2019/12/15 v1.6 Cleanup title references (HO) +) +\c@section@level=\count428 +) +LaTeX Info: Redefining \ref on input line 92. +LaTeX Info: Redefining \pageref on input line 92. +LaTeX Info: Redefining \nameref on input line 92. + (./verslag.out) (./verslag.out) +\@outlinefile=\write4 +\openout4 = `verslag.out'. + +*geometry* verbose mode - [ newgeometry ] result: +* driver: pdftex +* paper: a4paper +* layout: +* layoutoffset:(h,v)=(0.0pt,0.0pt) +* modes: +* h-part:(L,W,R)=(0.0pt, 597.50787pt, 0.0pt) +* v-part:(T,H,B)=(0.0pt, 845.04684pt, 0.0pt) +* \paperwidth=597.50787pt +* \paperheight=845.04684pt +* \textwidth=597.50787pt +* \textheight=845.04684pt +* \oddsidemargin=-72.26999pt +* \evensidemargin=-72.26999pt +* \topmargin=-109.26999pt +* \headheight=12.0pt +* \headsep=25.0pt +* \topskip=12.0pt +* \footskip=30.0pt +* \marginparwidth=35.0pt +* \marginparsep=10.0pt +* \columnsep=10.0pt +* \skip\footins=10.8pt plus 4.0pt minus 2.0pt +* \hoffset=0.0pt +* \voffset=0.0pt +* \mag=1000 +* \@twocolumnfalse +* \@twosidefalse +* \@mparswitchfalse +* \@reversemarginfalse +* (1in=72.27pt=25.4mm, 1cm=28.453pt) + +LaTeX Font Info: Trying to load font information for T1+LinuxBiolinumT-TLF on input line 100. + (/usr/share/texlive/texmf-dist/tex/latex/libertine/T1LinuxBiolinumT-TLF.fd +File: T1LinuxBiolinumT-TLF.fd 2017/03/20 (autoinst) Font definitions for T1/LinuxBiolinumT-TLF. +) +LaTeX Font Info: Font shape `T1/LinuxBiolinumT-TLF/m/n' will be +(Font) scaled to size 12.0pt on input line 100. + + +pdfTeX warning: pdflatex (file ./ea-en.pdf): PDF inclusion: found PDF version <1.7>, but at most version <1.5> allowed + +File: ea-en.pdf Graphic file (type pdf) + +Package pdftex.def Info: ea-en.pdf used on input line 100. +(pdftex.def) Requested size: 271.63632pt x 90.54071pt. +LaTeX Font Info: Font shape `T1/LinuxBiolinumT-TLF/b/n' will be +(Font) scaled to size 12.0pt on input line 100. +LaTeX Font Info: Font shape `T1/LinuxBiolinumT-TLF/b/n' will be +(Font) scaled to size 24.88pt on input line 100. +LaTeX Font Info: Font shape `T1/LinuxBiolinumT-TLF/b/n' will be +(Font) scaled to size 17.28pt on input line 100. +LaTeX Font Info: Font shape `LS1/libertinust1math/m/n' will be +(Font) scaled to size 12.0pt on input line 100. +LaTeX Font Info: Font shape `LS1/libertinust1math/m/n' will be +(Font) scaled to size 8.0pt on input line 100. +LaTeX Font Info: Font shape `LS1/libertinust1math/m/n' will be +(Font) scaled to size 6.0pt on input line 100. +LaTeX Font Info: Font shape `LS1/libertinust1math/m/it' will be +(Font) scaled to size 12.0pt on input line 100. +LaTeX Font Info: Font shape `LS1/libertinust1math/m/it' will be +(Font) scaled to size 8.0pt on input line 100. +LaTeX Font Info: Font shape `LS1/libertinust1math/m/it' will be +(Font) scaled to size 6.0pt on input line 100. +LaTeX Font Info: Font shape `LS2/libertinust1mathsym/m/n' will be +(Font) scaled to size 12.0pt on input line 100. +LaTeX Font Info: Font shape `LS2/libertinust1mathsym/m/n' will be +(Font) scaled to size 8.0pt on input line 100. +LaTeX Font Info: Font shape `LS2/libertinust1mathsym/m/n' will be +(Font) scaled to size 6.0pt on input line 100. +LaTeX Font Info: Trying to load font information for LS2+libertinust1mathex on input line 100. +(/usr/share/texlive/texmf-dist/tex/latex/libertinust1math/ls2libertinust1mathex.fd +File: ls2libertinust1mathex.fd 2016/03/15 v1.0.0-latex LibertinusMath extensions LS2 font definitions +) +LaTeX Font Info: Font shape `LS2/libertinust1mathex/m/n' will be +(Font) scaled to size 12.0pt on input line 100. +LaTeX Font Info: Font shape `LS2/libertinust1mathex/m/n' will be +(Font) scaled to size 8.0pt on input line 100. +LaTeX Font Info: Font shape `LS2/libertinust1mathex/m/n' will be +(Font) scaled to size 6.0pt on input line 100. +LaTeX Font Info: Trying to load font information for LS1+libertinust1mathbb on input line 100. + (/usr/share/texlive/texmf-dist/tex/latex/libertinust1math/ls1libertinust1mathbb.fd +File: ls1libertinust1mathbb.fd 2016/08/22 latex LibertinusT1Mathbb LS1 font definitions +) +LaTeX Font Info: Font shape `LS1/libertinust1mathbb/m/n' will be +(Font) scaled to size 12.0pt on input line 100. +LaTeX Font Info: Font shape `LS1/libertinust1mathbb/m/n' will be +(Font) scaled to size 8.0pt on input line 100. +LaTeX Font Info: Font shape `LS1/libertinust1mathbb/m/n' will be +(Font) scaled to size 6.0pt on input line 100. +LaTeX Font Info: Font shape `LS1/libertinust1math/b/n' will be +(Font) scaled to size 12.0pt on input line 100. +LaTeX Font Info: Font shape `LS1/libertinust1math/b/n' will be +(Font) scaled to size 8.0pt on input line 100. +LaTeX Font Info: Font shape `LS1/libertinust1math/b/n' will be +(Font) scaled to size 6.0pt on input line 100. +LaTeX Font Info: Font shape `LS1/libertinust1math/b/it' will be +(Font) scaled to size 12.0pt on input line 100. +LaTeX Font Info: Font shape `LS1/libertinust1math/b/it' will be +(Font) scaled to size 8.0pt on input line 100. +LaTeX Font Info: Font shape `LS1/libertinust1math/b/it' will be +(Font) scaled to size 6.0pt on input line 100. +LaTeX Font Info: Font shape `T1/LinuxBiolinumT-TLF/b/n' will be +(Font) scaled to size 14.4pt on input line 100. + +Underfull \hbox (badness 10000) in paragraph at lines 100--100 + + [] + + +Overfull \hbox (33.0pt too wide) in paragraph at lines 100--100 +[][][][][][][][] + [] + + + +pdfTeX warning: pdflatex (file ./ugent-en.pdf): PDF inclusion: found PDF version <1.7>, but at most version <1.5> allowed + +File: ugent-en.pdf Graphic file (type pdf) + +Package pdftex.def Info: ugent-en.pdf used on input line 100. +(pdftex.def) Requested size: 150.91232pt x 120.72095pt. +[1 + + +{/var/lib/texmf/fonts/map/pdftex/updmap/pdftex.map} <./ea-en.pdf> <./ugent-en.pdf>] +LaTeX Font Info: Font shape `T1/LinuxBiolinumT-TLF/m/n' will be +(Font) scaled to size 17.28pt on input line 134. +LaTeX Font Info: Font shape `T1/LinuxBiolinumT-TLF/m/n' will be +(Font) scaled to size 14.4pt on input line 136. +LaTeX Font Info: Trying to load font information for TS1+LinuxLibertineT-TLF on input line 143. + (/usr/share/texlive/texmf-dist/tex/latex/libertine/TS1LinuxLibertineT-TLF.fd +File: TS1LinuxLibertineT-TLF.fd 2017/03/20 (autoinst) Font definitions for TS1/LinuxLibertineT-TLF. +) +LaTeX Font Info: Font shape `TS1/LinuxLibertineT-TLF/m/n' will be +(Font) scaled to size 12.0pt on input line 143. +LaTeX Font Info: Font shape `T1/LinuxLibertineT-TLF/m/n' will be +(Font) scaled to size 8.0pt on input line 150. +LaTeX Font Info: Font shape `T1/LinuxLibertineT-TLF/b/n' will be +(Font) scaled to size 12.0pt on input line 162. +pdfTeX warning (ext4): destination with the same identifier (name{page.1}) has been already used, duplicate ignored + + \relax +l.175 \subsubsection{Charging Policy} + [1 + +] +LaTeX Font Info: Font shape `TS1/LinuxLibertineT-TLF/b/n' will be +(Font) scaled to size 12.0pt on input line 182. + [2] +Package atveryend Info: Empty hook `BeforeClearDocument' on input line 199. + [3] +Package atveryend Info: Empty hook `AfterLastShipout' on input line 199. + (./verslag.aux) +Package atveryend Info: Executing hook `AtVeryEndDocument' on input line 199. +Package atveryend Info: Executing hook `AtEndAfterFileList' on input line 199. +Package rerunfilecheck Info: File `verslag.out' has not changed. +(rerunfilecheck) Checksum: 24068901F582201355F9E15A06108949;402. +Package logreq Info: Writing requests to 'verslag.run.xml'. +\openout1 = `verslag.run.xml'. + + ) +Here is how much of TeX's memory you used: + 18463 strings out of 483183 + 311892 string characters out of 5966292 + 1056069 words of memory out of 5000000 + 33177 multiletter control sequences out of 15000+600000 + 606623 words of font info for 71 fonts, out of 8000000 for 9000 + 14 hyphenation exceptions out of 8191 + 69i,11n,107p,1228b,4849s stack positions out of 5000i,500n,10000p,200000b,80000s +{/usr/share/texlive/texmf-dist/fonts/enc/dvips/libertine/lbtn_7f4ce4.enc}{/usr/share/texlive/texmf-dist/fonts/enc/dvips/libertine/lbtn_nh77jq.enc}{/usr/share/texlive/texmf-dist/fonts/enc/dvips/libertine/lbtn_naooyc.enc}{/usr/share/texlive/texmf-dist/fonts/enc/dvips/libertine/lbtn_76gpa5.enc}{/usr/share/texlive/texmf-dist/fonts/enc/dvips/libertine/lbtn_25tcsq.enc} +Output written on verslag.pdf (4 pages, 288367 bytes). +PDF statistics: + 87 PDF objects out of 1000 (max. 8388607) + 72 compressed objects within 1 object stream + 12 named destinations out of 1000 (max. 500000) + 59 words of extra memory for PDF output out of 10000 (max. 10000000) + diff --git a/Reports/February/verslag.out b/Reports/February/verslag.out new file mode 100644 index 0000000..f4d004b --- /dev/null +++ b/Reports/February/verslag.out @@ -0,0 +1,6 @@ +\BOOKMARK [1][-]{section.1}{Intermediate Results}{}% 1 +\BOOKMARK [2][-]{subsection.1.1}{Net Regulation Volume Moddeling}{section.1}% 2 +\BOOKMARK [3][-]{subsubsection.1.1.1}{Input Features}{subsection.1.1}% 3 +\BOOKMARK [3][-]{subsubsection.1.1.2}{Models}{subsection.1.1}% 4 +\BOOKMARK [3][-]{subsubsection.1.1.3}{Charging Policy}{subsection.1.1}% 5 +\BOOKMARK [1][-]{section.2}{Schedule next months}{}% 6 diff --git a/Reports/February/verslag.pdf b/Reports/February/verslag.pdf new file mode 100644 index 0000000..403b3ff Binary files /dev/null and b/Reports/February/verslag.pdf differ diff --git a/Reports/February/verslag.run.xml b/Reports/February/verslag.run.xml new file mode 100644 index 0000000..7fb8345 --- /dev/null +++ b/Reports/February/verslag.run.xml @@ -0,0 +1,89 @@ + + + + + + + + + + + + + + + + + + + + + + + + +]> + + + latex + + verslag.bcf + + + verslag.bbl + + + blx-dm.def + apa.dbx + blx-compat.def + biblatex.def + standard.bbx + apa.bbx + apa.cbx + biblatex.cfg + english.lbx + american.lbx + american-apa.lbx + english-apa.lbx + + + + biber + + biber + verslag + + + verslag.bcf + + + verslag.bbl + + + verslag.bbl + + + verslag.bcf + + + ./references.bib + + + diff --git a/Reports/February/verslag.synctex.gz b/Reports/February/verslag.synctex.gz new file mode 100644 index 0000000..d0c75fd Binary files /dev/null and b/Reports/February/verslag.synctex.gz differ diff --git a/Reports/February/verslag.tex b/Reports/February/verslag.tex new file mode 100644 index 0000000..e431229 --- /dev/null +++ b/Reports/February/verslag.tex @@ -0,0 +1,200 @@ +\documentclass[12pt,a4paper,faculty=ea,language=en,doctype=article]{ugent-doc} + +% Optional: margins and spacing +%------------------------------- +% Uncomment and adjust to change the default values set by the template +% Note: the defaults are suggested values by Ghent University +%\geometry{bottom=2.5cm,top=2.5cm,left=3cm,right=2cm} +%\renewcommand{\baselinestretch}{1.15} % line spacing + +% Font +%------ +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} % allows non-ascii input characters +% Comment or remove the two lines below to use the default Computer Modern font +\usepackage{libertine} +\usepackage{libertinust1math} +\usepackage{enumitem} +% NOTE: because the UGent font Panno is proprietary, it is not possible to use it +% in Overleaf. But UGent does not suggest to use Panno for documents (or maybe only for +% the titlepage). For the body, the UGent suggestion is to use a good serif font (for +% LaTeX this could be libertine or Computer Modern). + +% Proper word splitting +%----------------------- +\usepackage[english]{babel} + +% Mathematics +%------------- +\usepackage{amsmath} + +% Figures +%--------- +\usepackage{graphicx} % optional: the package is already loaded by the template +\graphicspath{{./figures/}} + +% Bibliography settings +%----------------------- +\usepackage[backend=biber, style=apa, sorting=nyt, hyperref=true]{biblatex} +\addbibresource{./references.bib} +\usepackage{csquotes} % Suggested when using babel+biblatex + +% Hyperreferences +%----------------- +\usepackage[colorlinks=true, allcolors=ugentblue]{hyperref} + +% Whitespace between paragraphs and no indentation +%-------------------------------------------------- +\usepackage[parfill]{parskip} + +% Input for title page +%---------------------- + +% The title +\thesubtitle{February Intermediate Report} + +%% Note: a stricter UGent style could be achieved with, e.g.: +\usepackage{ulem} % for colored underline +\renewcommand{\ULthickness}{2pt} % adjust thickness of underline +\thetitle{Forecasting and generative modeling of the Belgian electricity market} +% Note: do not forget to reset the \ULthickness to 1pt after invoking \maketitle +% (otherwise all underlines in the rest of your document will be too thick): +%\renewcommand{\ULthickness}{1pt} + +% The first (top) infobox at bottom of titlepage +\infoboxa{\bfseries\large Master Thesis} + +% The second infobox at bottom of titlepage +\infoboxb{Name: +\begin{tabular}[t]{l} + Victor Mylle +\end{tabular} +} + +% The third infobox at bottom of titlepage +\infoboxc{ + Promotors: + \begin{tabular}[t]{l} + prof. dr. ir. Chris Develder \\ + prof. Bert Claessens + \end{tabular} + \\\\ + Supervisor: + \begin{tabular}[t]{l} + Jonas Van Gompel + \end{tabular} +} + +% The last (bottom) infobox at bottom of titlepage +\infoboxd{Academic year: 2023--2024} % note dash, not hyphen + + +\begin{document} + +% ===================================================================== +% Cover +% ===================================================================== + +% ------------ TITLE PAGE --------- +\maketitle +\renewcommand{\ULthickness}{1pt} + +% ===================================================================== +% Front matter +% ===================================================================== + +% ------------ TABLE OF CONTENTS --------- +% {\hypersetup{hidelinks}\tableofcontents} % hide link color in toc +% \newpage +% \begin{titlepage} + +% \centering % Centers everything on the page + +% % Logo or Image (Optional) +% % \includegraphics[width=0.5\textwidth]{path_to_logo.jpg} + +% \vspace*{2cm} % Add vertical space + +% {\large Title: Forecasting and generative modeling of the Belgian electricity market\par} + +% \vspace{2cm} +% {\Large Victor Mylle\par} + +% \vspace{1cm} +% {\large Period of Internship: 3 July 2023 - 31 August 2023\par} + +% \vspace{1cm} +% {\large Mentor: dr. ir. Femke De Backere\par} +% {\large TechWolf supervisor: ir. Jens-Joris Decorte} + +% \end{titlepage} + +\newpage + +\section{Intermediate Results} + +\subsection{Net Regulation Volume Moddeling} +Using a generative model, we try to predict the NRV for the next day. The model is trained on historical data and uses multiple input features to model the NRV. The data for the input features can all be downloaded from \href{https://www.elia.be/en/grid-data/open-data}{Elia Open Data}. + +\subsubsection{Input Features} +The generative model uses multiple input features to predict the NRV. + +\begin{itemize}[noitemsep] + \item NRV History (NRV of yesterday) + \item Load Forecast (Forecasted load of tomorrow) + \item Load History (Load of yesterday) + \item Wind Forecast (Forecasted wind of tomorrow) + \item Wind History (Wind of yesterday) + \item Implicit net position (Nominal net position of tomorrow) + \item Time features (Day of the week + quarter of the day) + \item Photovoltaic Forecast\textsuperscript{*} + \item Photovoltaic History\textsuperscript{*} +\end{itemize} +\textsuperscript{*} These features are not used currently, the data was not available. These features can easily be added without changing any code. + +\subsubsection{Models} +In the intermediate report of November, baselines were discussed. Now, other more advanced models are used. Samples must be generated using the model, this means the model can't just output one value but a distribution is needed. Quantile Regression can be used for this task. The model then outputs the values of multiple quantiles. For example, the model outputs the value for which 10\% of the data is lower, the value for which 50\% of the data is lower, etc. This way, the model outputs a distribution which can be used to sample from. The NRV predicitons are done in a quarter-hourly resolution. To predict the NRV for the next day, 96 values need to be sampled. This can be done in an autoregressive manner. The model outputs the quantiles for the first quarter-hour, a sample is drawn from this distribution and this sample is used as input for the next quarter-hour. This process is repeated 96 times. + +\begin{table}[h] + \centering + \begin{tabular}{lcc} + \hline + \textbf{Model} & \textbf{test\_L1Loss} & \textbf{test\_CRPSLoss} \\ + \hline + Linear Model & 101.639 & 68.485 \\ + Non Linear Model & 102.031 & 68.968 \\ + LSTM/GRU Model & 104.261 & 66.052 \\ + \hline + \end{tabular} + \caption{Performance of Autoregressive Models} + \label{tab:general_models} +\end{table} + +At the moment, I am experimenting with a diffusion model to generatively model the NRV but more research and expermimenting needs to be done. + +\subsubsection{Charging Policy} +Using the predicted NRV, a policy can be implemented to charge and discharge a battery. The goal of the policy is to maximize the profit made by selling the stored electricity. A simple policy is implemented to charge and discharge the battery based on 2 thresholds determined by the predicted NRV. The policy is evaluated on historical data and the profit is calculated. To determine the charge and discharge threshold, 1000 full NRV predictions are done for the next day and for each of these predicitions, the thresholds are determined. Next, the mean of these thresholds is used as the final threshold. + +\begin{table}[h] + \centering + \begin{tabular}{lccc} + \hline + \textbf{Policy} & \textbf{Total Profit (€)} & \textbf{Charge Cycles} \\ + \hline + Baseline (charge: 150, discharge: 175) & 251,202.59 & 725 \\ + Baseline (yesterday imbalance price) & 342,980.09 & 903 \\ + GRU Predicted NRV (mean thresholds) & 339,846.91 & 842 \\ + Diffusion Predicted NRV (mean thresholds) & 338,168.03 & 886 \\ + \hline + \end{tabular} + \caption{Comparison of Energy Storage Policies Using Predicted NRV. Battery of 2MWh with 1MW charge/discharge power. Evaluated on data from 01-01-2023 until 08-10-2023.} + \label{table:energy_storage_policies} +\end{table} + +The recommended charge cycles for a battery are <400 cycles per year. The policy also needs to make the charge cycles are below 400. A penalty parameter can be introduced and determined so that the policy is penalized for every charge cycle above 400. The policy can then be optimized using this penalty parameter. I am currenlty experimenting with this. + +\newpage +\section{Schedule next months} + +\end{document} +