Parcourir la source

change macro location

Phillip Rothenbeck il y a 10 mois
Parent
commit
5cc9d2ac90
1 fichiers modifiés avec 59 ajouts et 62 suppressions
  1. 59 62
      thesis.tex

+ 59 - 62
thesis.tex

@@ -26,81 +26,78 @@
 
 \begin{document}
 
-\newcommand{\RO}{\ensuremath{\mathcal{R}_0}}
-\newcommand{\Rt}{\ensuremath{\mathcal{R}_t}}
-
 \pagenumbering{Roman}
 
 \begin{dbvthesisTitlepageAndDeclaration}
 
-  % Specify the title and a possible subtitle of your thesis, if you do not have a subtitle, comment the Subtitle command out
-  \Title{Investigating the Evolution of the COVID-19 Pandemic in Germany Using Physics-Informed Neural Networks}
+    % Specify the title and a possible subtitle of your thesis, if you do not have a subtitle, comment the Subtitle command out
+    \Title{Investigating the Evolution of the COVID-19 Pandemic in Germany Using Physics-Informed Neural Networks}
 
-  \ThesisType{Bachelor Thesis}
+    \ThesisType{Bachelor Thesis}
 
-  \FirstName{Phillip}
-  \LastName{Rothenbeck}
-  \DateOfBirth{22}{02}{2002}
-  \Birthplace{Eckernf{\"o}rde}
+    \FirstName{Phillip}
+    \LastName{Rothenbeck}
+    \DateOfBirth{22}{02}{2002}
+    \Birthplace{Eckernf{\"o}rde}
 
-  % Specify names of your supervisor and advisor(s): you can either split into supervisor and advisor or name everybody in the advisor command. in the last case, comment the supervisor command out
-  \Supervisor{Prof. Dr.-Ing. Joachim Denzler} % optional
-  \Advisor{Niklas Penzel, Sai Karthikeya Vemuri} % mandatory
+    % Specify names of your supervisor and advisor(s): you can either split into supervisor and advisor or name everybody in the advisor command. in the last case, comment the supervisor command out
+    \Supervisor{Prof. Dr.-Ing. Joachim Denzler} % optional
+    \Advisor{Niklas Penzel, Sai Karthikeya Vemuri} % mandatory
 
-  % Specify start and end of your thesis
-  \ThesisStart{01}{05}{2024}
-  \ThesisEnd{14}{09}{2024}
+    % Specify start and end of your thesis
+    \ThesisStart{01}{05}{2024}
+    \ThesisEnd{14}{09}{2024}
 
 \end{dbvthesisTitlepageAndDeclaration}
 
 40 pages in total
 \begin{enumerate}
-  \item Introduction | 5
-        \begin{enumerate}
-          \item Introduction / Motivation | 3
-          \item Related Work | 2
-        \end{enumerate}
-  \item Background | 12
-        \begin{enumerate}
-          \item Domains | 1
-          \item Basics of Differential Equations | 1
-          \item Pandemic Models | 3
-                \begin{enumerate}
-                  \item SIR Model | 2
-                  \item reduced SIR Model | 1
-                \end{enumerate}
-          \item Multilayer Perceptron | 2
-          \item Physics Informed Neural Networks | 5
-                \begin{enumerate}
-                  \item General | 3
-                  \item Desease Informed Neural Networks | 2
-                \end{enumerate}
-        \end{enumerate}
-  \item Methods | 8
-        \begin{enumerate}
-          \item Data Preprocessing | 3
-                \begin{enumerate}
-                  \item RKI Data | 2
-                  \item Recovery Queue | 1
-                \end{enumerate}
-          \item SIR | 3
-          \item r SIR | 2
-        \end{enumerate}
-  \item Experiments | 10
-        \begin{enumerate}
-          \item SIR Model | 5
-                \begin{enumerate}
-                  \item Setup | 1
-                  \item Results | 4
-                \end{enumerate}
-          \item reduced SIR Model | 5
-                \begin{enumerate}
-                  \item Setup | 1
-                  \item Results | 4
-                \end{enumerate}
-        \end{enumerate}
-  \item Conclusions | 3
-  \item Further Work
+    \item Introduction | 5
+          \begin{enumerate}
+              \item Introduction / Motivation | 3
+              \item Related Work | 2
+          \end{enumerate}
+    \item Background | 12
+          \begin{enumerate}
+              \item Domains | 1
+              \item Basics of Differential Equations | 1
+              \item Pandemic Models | 3
+                    \begin{enumerate}
+                        \item SIR Model | 2
+                        \item reduced SIR Model | 1
+                    \end{enumerate}
+              \item Multilayer Perceptron | 2
+              \item Physics Informed Neural Networks | 5
+                    \begin{enumerate}
+                        \item General | 3
+                        \item Desease Informed Neural Networks | 2
+                    \end{enumerate}
+          \end{enumerate}
+    \item Methods | 8
+          \begin{enumerate}
+              \item Data Preprocessing | 3
+                    \begin{enumerate}
+                        \item RKI Data | 2
+                        \item Recovery Queue | 1
+                    \end{enumerate}
+              \item SIR | 3
+              \item r SIR | 2
+          \end{enumerate}
+    \item Experiments | 10
+          \begin{enumerate}
+              \item SIR Model | 5
+                    \begin{enumerate}
+                        \item Setup | 1
+                        \item Results | 4
+                    \end{enumerate}
+              \item reduced SIR Model | 5
+                    \begin{enumerate}
+                        \item Setup | 1
+                        \item Results | 4
+                    \end{enumerate}
+          \end{enumerate}
+    \item Conclusions | 3
+    \item Further Work
 \end{enumerate}
 
 \include{./abstract}