# for all available book options see: # https://quarto.org/docs/reference/projects/books.html project: type: book output-dir: Output/docs # HTML library (JS/CSS/etc.) directory # lib-dir: ["Web_Code/CSS/", "Web_Code/Js"] # Additional file resources to be copied to output directory resources: ["Data/6_Html_Data/0_Viz/", "Data/7_Animation/", "Data/5_Icons/", "Web_Code/Js/", "Repos/custom.css", ] filters: # see: https://dialoa.github.io/first-line-indent/ # - first-line-indent # see: https://github.com/quarto-ext/lightbox :MIT - lightbox # https://github.com/schochastics/quarto-social-share :MIT # - social-share # https://github.com/shafayetShafee/collapse-callout - collapse-callout # own filter - Code/Gls/gls_Main.lua # - Code/Lof/lof.lua # - Lof # - toc_lof # see: https://github.com/quarto-ext/lightbox lightbox: match: auto effect: zoom desc-position: right collapse-callout: all: true callout-appearance: simple callout-icon: true # see: https://quarto.org/docs/reference/formats/html.html#table-of-contents toc-depth: 3 toc-location: right # number-sections: false number-depth: 3 crossref: # see: https://quarto.org/docs/authoring/cross-references.html#options fig-prefix: "" # (default is "Figure") eq-prefix: "" # (default is "Equation") tbl-prefix: "" # (default is "Table") sec-prefix: "" # default is Chapter title-delim: — # (default is ":") # ============================================================================ # # =================================== book =================================== # # ============================================================================ # # see: https://quarto.org/docs/reference/projects/books.html#meta-project-type-upper book: title: "Flow predictions using control-oriented cluster-based network modeling" subtitle: "Master thesis at the Technical University Braunschweig - Germany \n\n Field of study: aerospace engineering" author: "Javed Arshad Butt" date: "05.08.2023" page-navigation: true # --------------------------------- sidebar -------------------------------- # # see: https://quarto.org/docs/reference/projects/books.html#sidebar sidebar: search: true # logo: Data/6_Html_Data/1_Logo_Img/0_Tornado.svg logo: Data/6_Html_Data/1_Logo_Img/1_Tornado.svg # logo: Data/3_Figs_Pyth/2_Task/2_Tornado.svg title: "Javed Arshad Butt - Master Thesis" # subtitle:"" # tools: # # you as a muslim cannot simply use the pic of an living beeing # - icon: git # href: https://github.com/ # --------------------------------- navbar --------------------------------- # # # navbar horizontal bar # # see: https://quarto.org/docs/reference/projects/books.html#navbar # navbar: # left: # - icon: github # href: https://github.com/ # aria-label: GitHub # # always show # # pinned: true # downloads: [pdf, epub] sharing: [twitter, facebook, linkedin] # cover-image: Data/6_Html_Data/1_Logo_Img/0_Tornado.svg # -------------------------------------------------------------------------- # # --------------------------------- content -------------------------------- # # -------------------------------------------------------------------------- # chapters: # index is the main page of the book - index.qmd - part: "Good Manners" chapters: # testing purposes # - trials.qmd - Data/1_Writing/0_Deco/2_Thanks.qmd - Data/1_Writing/0_Deco/1_Erkl.qmd # add pdfs intro and tasks - Data/1_Writing/0_Deco/2_0_Task_Def.qmd - Data/1_Writing/0_Deco/2_1_Abstract.qmd # toc, list figures, list tables - Data/1_Writing/0_Deco/3_Used_Abbrev.qmd # -------------------------------- 1 task -------------------------------- # - part: "Introduction" # - part: "Introduction" chapters: - Data/1_Writing/1_Task/1_Introduction.qmd - Data/1_Writing/1_Task/2_0_Motivation.qmd - Data/1_Writing/1_Task/2_State_Of_Art.qmd - Data/1_Writing/1_Task/3_CNM.qmd # - Data/1_Writing/1_Task/4_CNMc.qmd # subsection # -------------------------------- 2 task -------------------------------- # - part: "Methodology" chapters: - Data/1_Writing/2_Task/0_Methodlogy.qmd - Data/1_Writing/2_Task/1_0_CNMC_Data.qmd - Data/1_Writing/2_Task/1_Data_Gen.qmd - Data/1_Writing/2_Task/2_Clustering.qmd - Data/1_Writing/2_Task/3_Tracking.qmd # master # - Data/1_Writing/2_Task/4_Track_Workflow.qmd # subsec # - Data/1_Writing/2_Task/5_Track_Validity.qmd # subsec - Data/1_Writing/2_Task/6_Modeling.qmd # master # - Data/1_Writing/2_Task/7_QT.qmd # subsec # -------------------------------- 3 task -------------------------------- # - part: "Results" chapters: - Data/1_Writing/3_Task/0_Results.qmd - Data/1_Writing/3_Task/1_Track_Results.qmd - Data/1_Writing/3_Task/2_Mod_CPE.qmd - Data/1_Writing/3_Task/3_SVD_NMF.qmd - Data/1_Writing/3_Task/4_SVD_Regression.qmd - Data/1_Writing/3_Task/5_Pred.qmd # master # - Data/1_Writing/3_Task/6_SLS.qmd # subsec # - Data/1_Writing/3_Task/7_Models.qmd # subsec # -------------------------------- 4 task -------------------------------- # - part: "Conclusion & Outlook" chapters: - Data/1_Writing/4_Task/1_Concl.qmd - Data/1_Writing/4_Task/2_Zusammen_Deutsch.qmd # ------------------------------ references ------------------------------ # - Data/1_Writing/5_Additional/10_References.qmd # ---------------------- additional to master thesis --------------------- # - part: "Additionals 2 Thesis" chapters: # -------------------------------- license ------------------------------- # - Data/8_Add_2_Master/0_Add_2_Mast.qmd - Data/8_Add_2_Master/1_Master_Orig.qmd - part: "About Author" chapters: - Data/8_Add_2_Master/2_About_Author.qmd - Data/8_Add_2_Master/3_CV.qmd # ------------------------------------------------------------------------ # - part: "License" chapters: - Data/10_Law/0_Mentioning.qmd - Data/10_Law/1_Copy_Licenses.qmd - Data/10_Law/2_Used_Hippocratic.qmd appendices: # ------------------------------- appendix ------------------------------- # - Data/1_Writing/5_Additional/0_Appendix.qmd - Data/1_Writing/5_Additional/1_Appendix.qmd # --------------------------------- footer --------------------------------- # page-footer: center: - text: "About author" href: Data/8_Add_2_Master/2_About_Author.qmd - text: "License" href: Data/10_Law/2_Used_Hippocratic.qmd - text: "Share thoughts" href: 'https://discord.gg/EEsXp39DaA' # ------------------------------- body-footer ------------------------------ # # see: https://quarto.org/docs/reference/projects/websites.html margin-footer: Data/12_Each_Page/right_Nav.qmd # --------------------------------- book end --------------------------------- # bibliography: Data/4_Bib/references.bib # ---------------------------------- format ---------------------------------- # format: html: theme: # default theme is: cosmo # more can be found at: https://bootswatch.com/ # also: https://quarto.org/docs/output-formats/html-themes.html # dark: [cosmo, Web_Code/CSS/cosmo.scss] dark: [cosmo, Web_Code/CSS/cosmo_Dark.scss] light: [cosmo, Web_Code/CSS/light.scss] css: - Web_Code/CSS/css_0.css - Web_Code/CSS/gls_Tooltip.css highlight-style: dracula comments: hypothesis: true # allowing comments below the main content # giscus: # repo: quarto-dev/quarto-docs # https://github.com/giscus/giscus/tree/main/styles/themes # theme: purge # ----------------------------------- pdf ---------------------------------- # # pdf: # documentclass: scrreprt # # see: https://dialoa.github.io/first-line-indent/ # indent: false # keep-tex: true # number-sections: true # lof: true # lot: true # toc: true # make the table captions appear at the bottom tbl-cap-location: bottom # adding javascipt code is possible - see: