JavedA commited on
Commit
b6ed5af
1 Parent(s): 5ce9c54
Data/12_Each_Page/right_Nav copy.qmd CHANGED
@@ -15,20 +15,11 @@ console.log("Right Nav script is found and activated");
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
- <!-- <script src="../../Web_Code/Js/lotti_Sidebar_Anim.js"></script>
20
- <script src="../Web_Code/Js/lotti_Sidebar_Anim.js"></script>
21
- <script src="./Web_Code/Js/lotti_Sidebar_Anim.js"></script> -->
22
-
23
- <script src="/Web_Code/Js/popper_Tooltip_General.js"></script>
24
  <script src="/Web_Code/Js/lotti_Sidebar_Anim.js"></script>
25
 
26
- <!-- <script src="../../../Web_Code/Js/popper_Tooltip_General.js"></script> -->
27
- <!-- <script src="../../Web_Code/Js/popper_Tooltip_General.js"></script>
28
- <script src="../Web_Code/Js/popper_Tooltip_General.js"></script>
29
- <script src="./Web_Code/Js/popper_Tooltip_General.js"></script> -->
30
 
31
- <!-- documentation: https://docs.lottiefiles.com/dotlottie-player/ -->j
32
  <script src="https://unpkg.com/@dotlottie/player-component@latest/dist/dotlottie-player.js"></script>
33
 
34
  <dotlottie-player
 
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>
24
 
25
  <dotlottie-player
Data/12_Each_Page/right_Nav.qmd CHANGED
@@ -6,7 +6,7 @@ console.log("Right Nav script is found and activated");
6
 
7
 
8
  <div id="popper_Tooltip_Gen">
9
- Feel free to share your thoughts
10
  <div id="pop_Arrow_Gen" data-popper-arrow></div>
11
  </div>
12
 
@@ -17,18 +17,18 @@ console.log("Right Nav script is found and activated");
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>
24
 
25
- <dotlottie-player
26
  id="lotti_Anim_Each_Page"
27
- mode="normal"
28
  style="max-height:15rem"
29
  background="transparent"
30
  speed="1"
31
- >
32
  </dotlottie-player>
33
 
34
  <script>
@@ -85,7 +85,7 @@ aElement.appendChild(svgElement);
85
  button_Elem.appendChild(aElement);
86
  quartoMarginSidebar.insertBefore(button_Elem, player.nextSibling);
87
 
88
- // see: https://lottiefiles.com/129292-aeroplane-flying?lang=de
89
  player.load('https://assets3.lottiefiles.com/packages/lf20_FsI2nYFYMo.json');
90
  player.loop = false;
91
 
@@ -114,6 +114,25 @@ modifiers: [
114
  ],
115
  });
116
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
117
  run_Pop(popcorn);
118
 
119
  </script>
 
6
 
7
 
8
  <div id="popper_Tooltip_Gen">
9
+ Feel free to share your thoughts
10
  <div id="pop_Arrow_Gen" data-popper-arrow></div>
11
  </div>
12
 
 
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>
24
 
25
+ <dotlottie-player
26
  id="lotti_Anim_Each_Page"
27
+ mode="normal"
28
  style="max-height:15rem"
29
  background="transparent"
30
  speed="1"
31
+ >
32
  </dotlottie-player>
33
 
34
  <script>
 
85
  button_Elem.appendChild(aElement);
86
  quartoMarginSidebar.insertBefore(button_Elem, player.nextSibling);
87
 
88
+ // see: https://lottiefiles.com/129292-aeroplane-flying?lang=de
89
  player.load('https://assets3.lottiefiles.com/packages/lf20_FsI2nYFYMo.json');
90
  player.loop = false;
91
 
 
114
  ],
115
  });
116
 
117
+
118
+ // function onScriptLoad(popcorn) {
119
+ // if (typeof run_Pop === 'function') {
120
+ // run_Pop(popcorn);
121
+ // }
122
+ // }
123
+
124
+ // document.addEventListener('readystatechange', (event) => {
125
+ // if (event.target.readyState === 'complete') {
126
+ // onScriptLoad(popcorn);
127
+ // }
128
+ // });
129
+
130
+ // // If the script is already loaded before the readystatechange event, call the function directly
131
+ // if (document.readyState === 'complete') {
132
+ // onScriptLoad(popcorn);
133
+ // }
134
+
135
+
136
  run_Pop(popcorn);
137
 
138
  </script>
Web_Code/Js/lotti_Sidebar_Anim.js CHANGED
@@ -21,7 +21,7 @@ function complete_Check(second_Anim){
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
 
@@ -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 = `../7_Animation/${aircraft_Name}`;
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 = `/Data/7_Animation/${rocket_Name}`;
25
  var path_1 = `../../7_Animation/${rocket_Name}`;
26
  var path_2 = `/Data/7_Animation/${rocket_Name}`;
27
 
 
43
  console.log("second animation completed");
44
 
45
  // load back the first animation
46
+ var path_0 = `/Data/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
@@ -44,18 +44,6 @@ lightbox:
44
  effect: zoom
45
  desc-position: right
46
 
47
-
48
- # https://github.com/sellorm/quarto-social-embeds :MIT
49
- # share:
50
- # permalink: "https://mr.schochastics.net/"
51
- # description: "awesome page"
52
- # twitter: true
53
- # facebook: true
54
- # reddit: true
55
- # stumble: true
56
- # tumblr: true
57
- # linkedin: true
58
-
59
  collapse-callout:
60
  all: true
61
  callout-appearance: simple
@@ -162,80 +150,80 @@ cluster-based network modeling"
162
 
163
 
164
  # -------------------------------- 2 task -------------------------------- #
165
- - part: "Methodology"
166
-
167
- chapters:
168
- - Data/1_Writing/2_Task/0_Methodlogy.qmd
169
- - Data/1_Writing/2_Task/1_0_CNMC_Data.qmd
170
- - Data/1_Writing/2_Task/1_Data_Gen.qmd
171
- - Data/1_Writing/2_Task/2_Clustering.qmd
172
- - Data/1_Writing/2_Task/3_Tracking.qmd # master
173
-
174
- # - Data/1_Writing/2_Task/4_Track_Workflow.qmd # subsec
175
- # - Data/1_Writing/2_Task/5_Track_Validity.qmd # subsec
176
-
177
- - Data/1_Writing/2_Task/6_Modeling.qmd # master
178
- # - Data/1_Writing/2_Task/7_QT.qmd # subsec
179
-
180
- # -------------------------------- 3 task -------------------------------- #
181
- - part: "Results"
182
-
183
- chapters:
184
- - Data/1_Writing/3_Task/0_Results.qmd
185
- - Data/1_Writing/3_Task/1_Track_Results.qmd
186
- - Data/1_Writing/3_Task/2_Mod_CPE.qmd
187
- - Data/1_Writing/3_Task/3_SVD_NMF.qmd
188
- - Data/1_Writing/3_Task/4_SVD_Regression.qmd
189
-
190
- - Data/1_Writing/3_Task/5_Pred.qmd # master
191
- # - Data/1_Writing/3_Task/6_SLS.qmd # subsec
192
- # - Data/1_Writing/3_Task/7_Models.qmd # subsec
193
-
194
- # -------------------------------- 4 task -------------------------------- #
195
- - part: "Conclusion & Outlook"
196
- chapters:
197
- - Data/1_Writing/4_Task/1_Concl.qmd
198
- - Data/1_Writing/4_Task/2_Zusammen_Deutsch.qmd
199
-
200
- # ------------------------------ references ------------------------------ #
201
- - Data/1_Writing/5_Additional/10_References.qmd
202
-
203
-
204
- # ---------------------- additional to master thesis --------------------- #
205
- - part: "Additionals 2 Thesis"
206
-
207
- chapters:
208
- # -------------------------------- license ------------------------------- #
209
- - Data/8_Add_2_Master/0_Add_2_Mast.qmd
210
- - Data/8_Add_2_Master/1_Master_Orig.qmd
211
-
212
-
213
- - part: "About Author"
214
- chapters:
215
- - Data/8_Add_2_Master/2_About_Author.qmd
216
- - Data/8_Add_2_Master/3_CV.qmd
217
-
218
- # ------------------------------------------------------------------------ #
219
- - part: "License"
220
- chapters:
221
- - Data/10_Law/0_Mentioning.qmd
222
- - Data/10_Law/1_Copy_Licenses.qmd
223
- - Data/10_Law/2_Used_Hippocratic.qmd
224
-
225
- appendices:
226
- # ------------------------------- appendix ------------------------------- #
227
- - Data/1_Writing/5_Additional/0_Appendix.qmd
228
- - Data/1_Writing/5_Additional/1_Appendix.qmd
229
-
230
- # --------------------------------- footer --------------------------------- #
231
- page-footer:
232
- center:
233
- - text: "About author"
234
- href: Data/8_Add_2_Master/2_About_Author.qmd
235
- - text: "License"
236
- href: Data/10_Law/2_Used_Hippocratic.qmd
237
- - text: "Share thoughts"
238
- href: 'https://discord.gg/EEsXp39DaA'
239
 
240
  # ------------------------------- body-footer ------------------------------ #
241
  # see: https://quarto.org/docs/reference/projects/websites.html
@@ -264,9 +252,6 @@ format:
264
  - Web_Code/CSS/gls_Tooltip.css
265
 
266
 
267
- # see: https://dialoa.github.io/first-line-indent/
268
- indent: false
269
-
270
  highlight-style: dracula
271
 
272
  comments:
@@ -281,16 +266,16 @@ format:
281
 
282
 
283
  # ----------------------------------- pdf ---------------------------------- #
284
- pdf:
285
- documentclass: scrreprt
286
-
287
- # see: https://dialoa.github.io/first-line-indent/
288
- indent: false
289
- keep-tex: true
290
- number-sections: true
291
- lof: true
292
- lot: true
293
- toc: true
294
 
295
  # make the table captions appear at the bottom
296
  tbl-cap-location: bottom
 
44
  effect: zoom
45
  desc-position: right
46
 
 
 
 
 
 
 
 
 
 
 
 
 
47
  collapse-callout:
48
  all: true
49
  callout-appearance: simple
 
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
 
252
  - Web_Code/CSS/gls_Tooltip.css
253
 
254
 
 
 
 
255
  highlight-style: dracula
256
 
257
  comments:
 
266
 
267
 
268
  # ----------------------------------- pdf ---------------------------------- #
269
+ # pdf:
270
+ # documentclass: scrreprt
271
+
272
+ # # see: https://dialoa.github.io/first-line-indent/
273
+ # indent: false
274
+ # keep-tex: true
275
+ # number-sections: true
276
+ # lof: true
277
+ # lot: true
278
+ # toc: true
279
 
280
  # make the table captions appear at the bottom
281
  tbl-cap-location: bottom