JavedA commited on
Commit
3c8b4f7
1 Parent(s): c0fa51c

modified yml parts and referencing issue

Browse files
Data/1_Writing/0_Deco/2_0_Task_Def.qmd CHANGED
@@ -1,3 +1,2 @@
1
  # Task defintion {.unnumbered}
2
- <iframe src="./4_Mast.pdf" width="100%" height="97%"></iframe>
3
- <!-- <iframe src="./5_Mast.pdf" width="100%" height="100%"></iframe> -->
 
1
  # Task defintion {.unnumbered}
2
+ <iframe src="./4_Mast.pdf" width="100%" height="97%"></iframe>
 
Data/1_Writing/1_Task/1_Introduction copy.qmd DELETED
@@ -1,18 +0,0 @@
1
- # Introduction {#sec-chap_1_Intro}
2
- In this work, a tool called \glsfirst{cnmc} is further developed.
3
- The overall goal, in very brief terms, is to generate a model, which is able to
4
- predict the trajectories of general dynamical systems. The model
5
- shall be capable of predicting the trajectories when a model parameter
6
- value is changed.
7
- Some basics about dynamical systems are covered in
8
- subsection [-@sec-subsec_1_1_1_Principles] and in-depth explanations about \gls{cnmc} are given in
9
- chapter [-@sec-chap_2_Methodology]. \newline
10
-
11
- However, for a short and broad introduction to \gls{cnmc} the workflow depicted in figure @fig-fig_1_CNMC_Workflow shall be highlighted.
12
- The input it receives is data of a dynamical system or space state vectors for a range of model parameter values. The two main important outcomes are some accuracy measurements and the predicted trajectory for each desired model parameter value.
13
- Any inexperienced user may only have a look at the predicted trajectories to
14
- quickly decide visually whether the prediction matches the trained data. Since \gls{cnmc} is written in a modular manner, meaning it can be regarded as
15
- a black-box function, it can easily be integrated into other existing codes or
16
- workflows. \newline
17
-
18
- ![Broad overview: Workflow of \gls{cnmc}](../../3_Figs_Pyth/1_Task/1_CNMc_1.svg){#fig-fig_1_CNMC_Workflow}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Data/1_Writing/1_Task/1_Introduction.qmd CHANGED
@@ -1,9 +1,18 @@
1
- # Chap Test_4 {#sec-chap_1_Abc}
2
- Here is some more text
3
-
4
  # Introduction {#sec-chap_1_Intro}
5
- Here is some more text
6
-
 
 
 
 
 
 
7
 
 
 
 
 
 
 
8
 
9
- It does work when first the ids are defined like first: chap_1_Abc and then chap_1_Intro. In that case the chap_1_Abc is not able to be referenced
 
 
 
 
1
  # Introduction {#sec-chap_1_Intro}
2
+ In this work, a tool called \glsfirst{cnmc} is further developed.
3
+ The overall goal, in very brief terms, is to generate a model, which is able to
4
+ predict the trajectories of general dynamical systems. The model
5
+ shall be capable of predicting the trajectories when a model parameter
6
+ value is changed.
7
+ Some basics about dynamical systems are covered in
8
+ subsection [-@sec-subsec_1_1_1_Principles] and in-depth explanations about \gls{cnmc} are given in
9
+ chapter [-@sec-chap_2_Methodology]. \newline
10
 
11
+ However, for a short and broad introduction to \gls{cnmc} the workflow depicted in figure @fig-fig_1_CNMC_Workflow shall be highlighted.
12
+ The input it receives is data of a dynamical system or space state vectors for a range of model parameter values. The two main important outcomes are some accuracy measurements and the predicted trajectory for each desired model parameter value.
13
+ Any inexperienced user may only have a look at the predicted trajectories to
14
+ quickly decide visually whether the prediction matches the trained data. Since \gls{cnmc} is written in a modular manner, meaning it can be regarded as
15
+ a black-box function, it can easily be integrated into other existing codes or
16
+ workflows. \newline
17
 
18
+ ![Broad overview: Workflow of \gls{cnmc}](../../3_Figs_Pyth/1_Task/1_CNMc_1.svg){#fig-fig_1_CNMC_Workflow}
Data/1_Writing/3_Task/5_Pred.qmd CHANGED
@@ -25,5 +25,5 @@ The motion of the Lorenz system @eq-eq_6_Lorenz is not as complex as of the, e.g
25
  Nevertheless, the Lorenz system already contains quasi-random elements, i.e., the switching from one ear to the other cannot be captured exactly with a surrogate mode. However, the characteristic of the Lorenz system and other chaotic dynamical systems as well can be replicated.
26
  In order to prove the latter, more than one method to measure the prediction quality is required.
27
 
28
- {{<include 6_SLS.qmd>}}
29
- {{<include 7_Models.qmd>}}
 
25
  Nevertheless, the Lorenz system already contains quasi-random elements, i.e., the switching from one ear to the other cannot be captured exactly with a surrogate mode. However, the characteristic of the Lorenz system and other chaotic dynamical systems as well can be replicated.
26
  In order to prove the latter, more than one method to measure the prediction quality is required.
27
 
28
+ {{ <include 6_SLS.qmd >}}
29
+ {{ <include 7_Models.qmd >}}
_quarto.yml CHANGED
@@ -17,7 +17,6 @@ filters:
17
  # - first-line-indent
18
 
19
  # see: https://github.com/quarto-ext/lightbox :MIT
20
- # destroys the figure cross referecning, because it removes the fig id
21
  - lightbox
22
 
23
  # https://github.com/schochastics/quarto-social-share :MIT
@@ -105,7 +104,7 @@ cluster-based network modeling"
105
 
106
  downloads: [pdf, epub]
107
  sharing: [twitter, facebook]
108
- # cover-image:
109
 
110
 
111
  # -------------------------------------------------------------------------- #
@@ -116,9 +115,12 @@ cluster-based network modeling"
116
  - index.qmd
117
 
118
 
119
- - part: "Good manners"
120
  chapters:
121
- - trials.qmd
 
 
 
122
  - Data/1_Writing/0_Deco/2_Thanks.qmd
123
  - Data/1_Writing/0_Deco/1_Erkl.qmd
124
 
@@ -131,10 +133,11 @@ cluster-based network modeling"
131
 
132
  - Data/1_Writing/0_Deco/3_Used_Abbrev.qmd
133
  # -------------------------------- 1 task -------------------------------- #
 
134
  # - part: "Introduction"
135
- - part: Data/1_Writing/1_Task/1_Introduction.qmd
136
 
137
  chapters:
 
138
  - Data/1_Writing/1_Task/2_0_Motivation.qmd
139
  - Data/1_Writing/1_Task/2_State_Of_Art.qmd
140
  - Data/1_Writing/1_Task/3_CNM.qmd
@@ -142,23 +145,26 @@ cluster-based network modeling"
142
 
143
 
144
  # -------------------------------- 2 task -------------------------------- #
145
- # - part: "Methodology"
146
- - part: Data/1_Writing/2_Task/0_Methodlogy.qmd
147
 
148
  chapters:
 
149
  - Data/1_Writing/2_Task/1_0_CNMC_Data.qmd
150
  - Data/1_Writing/2_Task/1_Data_Gen.qmd
151
  - Data/1_Writing/2_Task/2_Clustering.qmd
152
  - Data/1_Writing/2_Task/3_Tracking.qmd # master
 
153
  # - Data/1_Writing/2_Task/4_Track_Workflow.qmd # subsec
154
  # - Data/1_Writing/2_Task/5_Track_Validity.qmd # subsec
 
155
  - Data/1_Writing/2_Task/6_Modeling.qmd # master
156
  # - Data/1_Writing/2_Task/7_QT.qmd # subsec
157
 
158
  # -------------------------------- 3 task -------------------------------- #
159
- - part: Data/1_Writing/3_Task/0_Results.qmd
160
 
161
  chapters:
 
162
  - Data/1_Writing/3_Task/1_Track_Results.qmd
163
  - Data/1_Writing/3_Task/2_Mod_CPE.qmd
164
  - Data/1_Writing/3_Task/3_SVD_NMF.qmd
@@ -169,8 +175,9 @@ cluster-based network modeling"
169
  # - Data/1_Writing/3_Task/7_Models.qmd # subsec
170
 
171
  # -------------------------------- 4 task -------------------------------- #
172
- - part: Data/1_Writing/4_Task/1_Concl.qmd
173
  chapters:
 
174
  - Data/1_Writing/4_Task/2_Zusammen_Deutsch.qmd
175
 
176
  # ------------------------------ references ------------------------------ #
@@ -178,9 +185,11 @@ cluster-based network modeling"
178
 
179
 
180
  # ---------------------- additional to master thesis --------------------- #
181
- - part: Data/8_Add_2_Master/0_Add_2_Mast.qmd
 
182
  chapters:
183
  # -------------------------------- license ------------------------------- #
 
184
  - Data/10_Law/0_Lic_Main.qmd
185
 
186
 
 
17
  # - first-line-indent
18
 
19
  # see: https://github.com/quarto-ext/lightbox :MIT
 
20
  - lightbox
21
 
22
  # https://github.com/schochastics/quarto-social-share :MIT
 
104
 
105
  downloads: [pdf, epub]
106
  sharing: [twitter, facebook]
107
+ # cover-image: Data/6_Html_Data/1_Logo_Img/0_Tornado.svg
108
 
109
 
110
  # -------------------------------------------------------------------------- #
 
115
  - index.qmd
116
 
117
 
118
+ - part: "Good Manners"
119
  chapters:
120
+
121
+ # testing purposes
122
+ # - trials.qmd
123
+
124
  - Data/1_Writing/0_Deco/2_Thanks.qmd
125
  - Data/1_Writing/0_Deco/1_Erkl.qmd
126
 
 
133
 
134
  - Data/1_Writing/0_Deco/3_Used_Abbrev.qmd
135
  # -------------------------------- 1 task -------------------------------- #
136
+ - part: "Introduction"
137
  # - part: "Introduction"
 
138
 
139
  chapters:
140
+ - Data/1_Writing/1_Task/1_Introduction.qmd
141
  - Data/1_Writing/1_Task/2_0_Motivation.qmd
142
  - Data/1_Writing/1_Task/2_State_Of_Art.qmd
143
  - Data/1_Writing/1_Task/3_CNM.qmd
 
145
 
146
 
147
  # -------------------------------- 2 task -------------------------------- #
148
+ - part: "Methodology"
 
149
 
150
  chapters:
151
+ - Data/1_Writing/2_Task/0_Methodlogy.qmd
152
  - Data/1_Writing/2_Task/1_0_CNMC_Data.qmd
153
  - Data/1_Writing/2_Task/1_Data_Gen.qmd
154
  - Data/1_Writing/2_Task/2_Clustering.qmd
155
  - Data/1_Writing/2_Task/3_Tracking.qmd # master
156
+
157
  # - Data/1_Writing/2_Task/4_Track_Workflow.qmd # subsec
158
  # - Data/1_Writing/2_Task/5_Track_Validity.qmd # subsec
159
+
160
  - Data/1_Writing/2_Task/6_Modeling.qmd # master
161
  # - Data/1_Writing/2_Task/7_QT.qmd # subsec
162
 
163
  # -------------------------------- 3 task -------------------------------- #
164
+ - part: "Results"
165
 
166
  chapters:
167
+ - Data/1_Writing/3_Task/0_Results.qmd
168
  - Data/1_Writing/3_Task/1_Track_Results.qmd
169
  - Data/1_Writing/3_Task/2_Mod_CPE.qmd
170
  - Data/1_Writing/3_Task/3_SVD_NMF.qmd
 
175
  # - Data/1_Writing/3_Task/7_Models.qmd # subsec
176
 
177
  # -------------------------------- 4 task -------------------------------- #
178
+ - part: "Conclusion & Outlook"
179
  chapters:
180
+ - Data/1_Writing/4_Task/1_Concl.qmd
181
  - Data/1_Writing/4_Task/2_Zusammen_Deutsch.qmd
182
 
183
  # ------------------------------ references ------------------------------ #
 
185
 
186
 
187
  # ---------------------- additional to master thesis --------------------- #
188
+ - part: "Additionals 2 Thesis"
189
+
190
  chapters:
191
  # -------------------------------- license ------------------------------- #
192
+ - Data/8_Add_2_Master/0_Add_2_Mast.qmd
193
  - Data/10_Law/0_Lic_Main.qmd
194
 
195
 
index.qmd CHANGED
@@ -1,4 +1,4 @@
1
- # Meet The Tornado {.unnumbered}
2
 
3
  <!-- load dot lotti js code -->
4
  <script src="https://unpkg.com/@dotlottie/[email protected]/dist/dotlottie-player.js"></script>
 
1
+ # Cover {.unnumbered}
2
 
3
  <!-- load dot lotti js code -->
4
  <script src="https://unpkg.com/@dotlottie/[email protected]/dist/dotlottie-player.js"></script>