From ffabe922456afb3e7d866db0d4d854f116b0f1c4 Mon Sep 17 00:00:00 2001 From: "Radu C. Martin" Date: Tue, 20 Jul 2021 22:55:56 +0200 Subject: [PATCH] Folder restructure --- .latexmkrc | 2 +- .../00_First_Page.tex | 0 .../10_Introduction.tex | 0 .../20_Previous_Research.tex | 0 .../30_Gaussian_Processes_Background.tex | 0 .../40_CARNOT_model.tex | 0 .../50_Choice_of_Hyperparameters.tex | 0 .../60_The_MPC_Problem.tex | 0 .../70_Implementation.tex | 0 80_Results.tex => Sections/80_Results.tex | 0 .../90_Conclusion.tex | 0 .../90_Further_Research.tex | 0 .../95_Conclusion.tex | 0 .../99A_GP_hyperparameters_validation.tex | 0 .../99C_hyperparameters_results.tex | 0 main.tex => thesis.tex | 22 +++++++++---------- 16 files changed, 12 insertions(+), 12 deletions(-) rename 00_First_Page.tex => Sections/00_First_Page.tex (100%) rename 10_Introduction.tex => Sections/10_Introduction.tex (100%) rename 20_Previous_Research.tex => Sections/20_Previous_Research.tex (100%) rename 30_Gaussian_Processes_Background.tex => Sections/30_Gaussian_Processes_Background.tex (100%) rename 40_CARNOT_model.tex => Sections/40_CARNOT_model.tex (100%) rename 50_Choice_of_Hyperparameters.tex => Sections/50_Choice_of_Hyperparameters.tex (100%) rename 60_The_MPC_Problem.tex => Sections/60_The_MPC_Problem.tex (100%) rename 70_Implementation.tex => Sections/70_Implementation.tex (100%) rename 80_Results.tex => Sections/80_Results.tex (100%) rename 90_Conclusion.tex => Sections/90_Conclusion.tex (100%) rename 90_Further_Research.tex => Sections/90_Further_Research.tex (100%) rename 95_Conclusion.tex => Sections/95_Conclusion.tex (100%) rename 99A_GP_hyperparameters_validation.tex => Sections/99A_GP_hyperparameters_validation.tex (100%) rename 99C_hyperparameters_results.tex => Sections/99C_hyperparameters_results.tex (100%) rename main.tex => thesis.tex (87%) diff --git a/.latexmkrc b/.latexmkrc index 2b2d9c9..25ac5d2 100644 --- a/.latexmkrc +++ b/.latexmkrc @@ -1,4 +1,4 @@ $pdf_mode = 1; -@default_files = ('main.tex'); +@default_files = ('thesis.tex'); $clean_ext = "bbl run.xml" diff --git a/00_First_Page.tex b/Sections/00_First_Page.tex similarity index 100% rename from 00_First_Page.tex rename to Sections/00_First_Page.tex diff --git a/10_Introduction.tex b/Sections/10_Introduction.tex similarity index 100% rename from 10_Introduction.tex rename to Sections/10_Introduction.tex diff --git a/20_Previous_Research.tex b/Sections/20_Previous_Research.tex similarity index 100% rename from 20_Previous_Research.tex rename to Sections/20_Previous_Research.tex diff --git a/30_Gaussian_Processes_Background.tex b/Sections/30_Gaussian_Processes_Background.tex similarity index 100% rename from 30_Gaussian_Processes_Background.tex rename to Sections/30_Gaussian_Processes_Background.tex diff --git a/40_CARNOT_model.tex b/Sections/40_CARNOT_model.tex similarity index 100% rename from 40_CARNOT_model.tex rename to Sections/40_CARNOT_model.tex diff --git a/50_Choice_of_Hyperparameters.tex b/Sections/50_Choice_of_Hyperparameters.tex similarity index 100% rename from 50_Choice_of_Hyperparameters.tex rename to Sections/50_Choice_of_Hyperparameters.tex diff --git a/60_The_MPC_Problem.tex b/Sections/60_The_MPC_Problem.tex similarity index 100% rename from 60_The_MPC_Problem.tex rename to Sections/60_The_MPC_Problem.tex diff --git a/70_Implementation.tex b/Sections/70_Implementation.tex similarity index 100% rename from 70_Implementation.tex rename to Sections/70_Implementation.tex diff --git a/80_Results.tex b/Sections/80_Results.tex similarity index 100% rename from 80_Results.tex rename to Sections/80_Results.tex diff --git a/90_Conclusion.tex b/Sections/90_Conclusion.tex similarity index 100% rename from 90_Conclusion.tex rename to Sections/90_Conclusion.tex diff --git a/90_Further_Research.tex b/Sections/90_Further_Research.tex similarity index 100% rename from 90_Further_Research.tex rename to Sections/90_Further_Research.tex diff --git a/95_Conclusion.tex b/Sections/95_Conclusion.tex similarity index 100% rename from 95_Conclusion.tex rename to Sections/95_Conclusion.tex diff --git a/99A_GP_hyperparameters_validation.tex b/Sections/99A_GP_hyperparameters_validation.tex similarity index 100% rename from 99A_GP_hyperparameters_validation.tex rename to Sections/99A_GP_hyperparameters_validation.tex diff --git a/99C_hyperparameters_results.tex b/Sections/99C_hyperparameters_results.tex similarity index 100% rename from 99C_hyperparameters_results.tex rename to Sections/99C_hyperparameters_results.tex diff --git a/main.tex b/thesis.tex similarity index 87% rename from main.tex rename to thesis.tex index 28ed331..b7ad1b7 100644 --- a/main.tex +++ b/thesis.tex @@ -121,7 +121,7 @@ Model Predictive Control of Buildings} \begin{document} \selectlanguage{english} -\input{00_First_Page.tex} +\input{Sections/00_First_Page.tex} \tableofcontents \clearpage @@ -129,16 +129,16 @@ Model Predictive Control of Buildings} \printnoidxglossary[type=\acronymtype] \clearpage -\input{10_Introduction.tex} -\input{30_Gaussian_Processes_Background.tex} -\input{40_CARNOT_model.tex} -\input{50_Choice_of_Hyperparameters.tex} -\input{60_The_MPC_Problem.tex} -\input{70_Implementation.tex} -\input{80_Results.tex} -\input{90_Conclusion.tex} +\input{Sections/10_Introduction.tex} +\input{Sections/30_Gaussian_Processes_Background.tex} +\input{Sections/40_CARNOT_model.tex} +\input{Sections/50_Choice_of_Hyperparameters.tex} +\input{Sections/60_The_MPC_Problem.tex} +\input{Sections/70_Implementation.tex} +\input{Sections/80_Results.tex} +\input{Sections/90_Conclusion.tex} \printbibliography[heading=bibintoc] \appendix -\input{99A_GP_hyperparameters_validation.tex} -\input{99C_hyperparameters_results.tex} +\input{Sections/99A_GP_hyperparameters_validation.tex} +\input{Sections/99C_hyperparameters_results.tex} \end{document}