Spaces:
Running
Running
v_1
Browse files- Data/12_Each_Page/right_Nav.qmd +1 -2
- Web_Code/Js/lotti_Sidebar_Anim.js +3 -3
- _quarto.yml +74 -74
Data/12_Each_Page/right_Nav.qmd
CHANGED
|
@@ -14,10 +14,9 @@ console.log("Right Nav script is found and activated");
|
|
| 14 |
<script src="https://unpkg.com/@popperjs/core@2"></script>
|
| 15 |
|
| 16 |
<!-- load external javascript-code -->
|
| 17 |
-
<!--these loads is required since the path from where the access to the scripts happens varies-->
|
| 18 |
<script src="/Web_Code/Js/lotti_Sidebar_Anim.js"></script>
|
| 19 |
|
| 20 |
-
<script src='/Web_Code/Js/popper_Tooltip_General.js></script>
|
| 21 |
|
| 22 |
<!-- documentation: https://docs.lottiefiles.com/dotlottie-player/ -->
|
| 23 |
<script src="https://unpkg.com/@dotlottie/player-component@latest/dist/dotlottie-player.js"></script>
|
|
|
|
| 14 |
<script src="https://unpkg.com/@popperjs/core@2"></script>
|
| 15 |
|
| 16 |
<!-- load external javascript-code -->
|
|
|
|
| 17 |
<script src="/Web_Code/Js/lotti_Sidebar_Anim.js"></script>
|
| 18 |
|
| 19 |
+
<script src='/Web_Code/Js/popper_Tooltip_General.js'></script>
|
| 20 |
|
| 21 |
<!-- documentation: https://docs.lottiefiles.com/dotlottie-player/ -->
|
| 22 |
<script src="https://unpkg.com/@dotlottie/player-component@latest/dist/dotlottie-player.js"></script>
|
Web_Code/Js/lotti_Sidebar_Anim.js
CHANGED
|
@@ -21,9 +21,9 @@ function complete_Check(second_Anim){
|
|
| 21 |
|
| 22 |
// load the second animation -> can be played when eventListender('ready') is called
|
| 23 |
|
| 24 |
-
var path_0 =
|
| 25 |
var path_1 = `../../7_Animation/${rocket_Name}`;
|
| 26 |
-
var path_2 =
|
| 27 |
|
| 28 |
// check which file path is valid, use the valid one and load the player
|
| 29 |
loadFileWithFallback(path_0, path_1, path_2, player);
|
|
@@ -43,7 +43,7 @@ function complete_Check(second_Anim){
|
|
| 43 |
console.log("second animation completed");
|
| 44 |
|
| 45 |
// load back the first animation
|
| 46 |
-
var path_0 =
|
| 47 |
var path_1 = `../../7_Animation/${aircraft_Name}`;
|
| 48 |
var path_2 = `Data/7_Animation/${aircraft_Name}`;
|
| 49 |
|
|
|
|
| 21 |
|
| 22 |
// load the second animation -> can be played when eventListender('ready') is called
|
| 23 |
|
| 24 |
+
var path_0 = `../../../7_Animation/${rocket_Name}`;
|
| 25 |
var path_1 = `../../7_Animation/${rocket_Name}`;
|
| 26 |
+
var path_2 = `Data/7_Animation/${rocket_Name}`;
|
| 27 |
|
| 28 |
// check which file path is valid, use the valid one and load the player
|
| 29 |
loadFileWithFallback(path_0, path_1, path_2, player);
|
|
|
|
| 43 |
console.log("second animation completed");
|
| 44 |
|
| 45 |
// load back the first animation
|
| 46 |
+
var path_0 = `../../../7_Animation/${aircraft_Name}`;
|
| 47 |
var path_1 = `../../7_Animation/${aircraft_Name}`;
|
| 48 |
var path_2 = `Data/7_Animation/${aircraft_Name}`;
|
| 49 |
|
_quarto.yml
CHANGED
|
@@ -150,80 +150,80 @@ cluster-based network modeling"
|
|
| 150 |
|
| 151 |
|
| 152 |
# -------------------------------- 2 task -------------------------------- #
|
| 153 |
-
|
| 154 |
-
|
| 155 |
-
|
| 156 |
-
|
| 157 |
-
|
| 158 |
-
|
| 159 |
-
|
| 160 |
-
|
| 161 |
-
|
| 162 |
-
|
| 163 |
-
|
| 164 |
-
|
| 165 |
-
|
| 166 |
-
|
| 167 |
-
|
| 168 |
-
|
| 169 |
-
|
| 170 |
-
|
| 171 |
-
|
| 172 |
-
|
| 173 |
-
|
| 174 |
-
|
| 175 |
-
|
| 176 |
-
|
| 177 |
-
|
| 178 |
-
|
| 179 |
-
|
| 180 |
-
|
| 181 |
-
|
| 182 |
-
|
| 183 |
-
|
| 184 |
-
|
| 185 |
-
|
| 186 |
-
|
| 187 |
-
|
| 188 |
-
|
| 189 |
-
|
| 190 |
-
|
| 191 |
-
|
| 192 |
-
|
| 193 |
-
|
| 194 |
-
|
| 195 |
-
|
| 196 |
-
|
| 197 |
-
|
| 198 |
-
|
| 199 |
-
|
| 200 |
-
|
| 201 |
-
|
| 202 |
-
|
| 203 |
-
|
| 204 |
-
|
| 205 |
-
|
| 206 |
-
|
| 207 |
-
|
| 208 |
-
|
| 209 |
-
|
| 210 |
-
|
| 211 |
-
|
| 212 |
-
|
| 213 |
-
|
| 214 |
-
|
| 215 |
-
|
| 216 |
-
|
| 217 |
-
|
| 218 |
-
#
|
| 219 |
-
|
| 220 |
-
|
| 221 |
-
|
| 222 |
-
|
| 223 |
-
|
| 224 |
-
|
| 225 |
-
|
| 226 |
-
|
| 227 |
|
| 228 |
# ------------------------------- body-footer ------------------------------ #
|
| 229 |
# see: https://quarto.org/docs/reference/projects/websites.html
|
|
|
|
| 150 |
|
| 151 |
|
| 152 |
# -------------------------------- 2 task -------------------------------- #
|
| 153 |
+
- part: "Methodology"
|
| 154 |
+
|
| 155 |
+
chapters:
|
| 156 |
+
- Data/1_Writing/2_Task/0_Methodlogy.qmd
|
| 157 |
+
- Data/1_Writing/2_Task/1_0_CNMC_Data.qmd
|
| 158 |
+
- Data/1_Writing/2_Task/1_Data_Gen.qmd
|
| 159 |
+
- Data/1_Writing/2_Task/2_Clustering.qmd
|
| 160 |
+
- Data/1_Writing/2_Task/3_Tracking.qmd # master
|
| 161 |
+
|
| 162 |
+
# - Data/1_Writing/2_Task/4_Track_Workflow.qmd # subsec
|
| 163 |
+
# - Data/1_Writing/2_Task/5_Track_Validity.qmd # subsec
|
| 164 |
+
|
| 165 |
+
- Data/1_Writing/2_Task/6_Modeling.qmd # master
|
| 166 |
+
# - Data/1_Writing/2_Task/7_QT.qmd # subsec
|
| 167 |
+
|
| 168 |
+
# -------------------------------- 3 task -------------------------------- #
|
| 169 |
+
- part: "Results"
|
| 170 |
+
|
| 171 |
+
chapters:
|
| 172 |
+
- Data/1_Writing/3_Task/0_Results.qmd
|
| 173 |
+
- Data/1_Writing/3_Task/1_Track_Results.qmd
|
| 174 |
+
- Data/1_Writing/3_Task/2_Mod_CPE.qmd
|
| 175 |
+
- Data/1_Writing/3_Task/3_SVD_NMF.qmd
|
| 176 |
+
- Data/1_Writing/3_Task/4_SVD_Regression.qmd
|
| 177 |
+
|
| 178 |
+
- Data/1_Writing/3_Task/5_Pred.qmd # master
|
| 179 |
+
# - Data/1_Writing/3_Task/6_SLS.qmd # subsec
|
| 180 |
+
# - Data/1_Writing/3_Task/7_Models.qmd # subsec
|
| 181 |
+
|
| 182 |
+
# -------------------------------- 4 task -------------------------------- #
|
| 183 |
+
- part: "Conclusion & Outlook"
|
| 184 |
+
chapters:
|
| 185 |
+
- Data/1_Writing/4_Task/1_Concl.qmd
|
| 186 |
+
- Data/1_Writing/4_Task/2_Zusammen_Deutsch.qmd
|
| 187 |
+
|
| 188 |
+
# ------------------------------ references ------------------------------ #
|
| 189 |
+
- Data/1_Writing/5_Additional/10_References.qmd
|
| 190 |
+
|
| 191 |
+
|
| 192 |
+
# ---------------------- additional to master thesis --------------------- #
|
| 193 |
+
- part: "Additionals 2 Thesis"
|
| 194 |
+
|
| 195 |
+
chapters:
|
| 196 |
+
# -------------------------------- license ------------------------------- #
|
| 197 |
+
- Data/8_Add_2_Master/0_Add_2_Mast.qmd
|
| 198 |
+
- Data/8_Add_2_Master/1_Master_Orig.qmd
|
| 199 |
+
|
| 200 |
+
|
| 201 |
+
- part: "About Author"
|
| 202 |
+
chapters:
|
| 203 |
+
- Data/8_Add_2_Master/2_About_Author.qmd
|
| 204 |
+
- Data/8_Add_2_Master/3_CV.qmd
|
| 205 |
+
|
| 206 |
+
# ------------------------------------------------------------------------ #
|
| 207 |
+
- part: "License"
|
| 208 |
+
chapters:
|
| 209 |
+
- Data/10_Law/0_Mentioning.qmd
|
| 210 |
+
- Data/10_Law/1_Copy_Licenses.qmd
|
| 211 |
+
- Data/10_Law/2_Used_Hippocratic.qmd
|
| 212 |
+
|
| 213 |
+
appendices:
|
| 214 |
+
# ------------------------------- appendix ------------------------------- #
|
| 215 |
+
- Data/1_Writing/5_Additional/0_Appendix.qmd
|
| 216 |
+
- Data/1_Writing/5_Additional/1_Appendix.qmd
|
| 217 |
+
|
| 218 |
+
# --------------------------------- footer --------------------------------- #
|
| 219 |
+
page-footer:
|
| 220 |
+
center:
|
| 221 |
+
- text: "About author"
|
| 222 |
+
href: Data/8_Add_2_Master/2_About_Author.qmd
|
| 223 |
+
- text: "License"
|
| 224 |
+
href: Data/10_Law/2_Used_Hippocratic.qmd
|
| 225 |
+
- text: "Share thoughts"
|
| 226 |
+
href: 'https://discord.gg/EEsXp39DaA'
|
| 227 |
|
| 228 |
# ------------------------------- body-footer ------------------------------ #
|
| 229 |
# see: https://quarto.org/docs/reference/projects/websites.html
|