# for all available book options see: # https://quarto.org/docs/reference/projects/books.html project: type: book # 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/7_Animation/"] 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 - Code/Gls/gls_Main.lua # see: https://github.com/quarto-ext/lightbox lightbox: match: auto effect: zoom desc-position: right # https://github.com/sellorm/quarto-social-embeds :MIT # share: # permalink: "https://mr.schochastics.net/" # description: "awesome page" # twitter: true # facebook: true # reddit: true # stumble: true # tumblr: true # linkedin: true # see: https://quarto.org/docs/reference/formats/html.html#table-of-contents toc-depth: 4 toc-location: right # number-sections: false number-depth: 4 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 " author: "Javed Arshad Butt" date: "5.3.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: "master thesis javed Arshad Butt" # subtitle:"" tools: # you as a muslim cannot simply use the pic of an living beeing - icon: facebook 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] # cover-image: # -------------------------------------------------------------------------- # # --------------------------------- content -------------------------------- # # -------------------------------------------------------------------------- # chapters: # index is the main page of the book - index.qmd - part: "Good manners" chapters: - 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/4_Mast.pdf - 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: Data/1_Writing/1_Task/1_Introduction.qmd chapters: - 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" - part: Data/1_Writing/2_Task/0_Methodlogy.qmd chapters: - 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: Data/1_Writing/3_Task/0_Results.qmd chapters: - 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: Data/1_Writing/4_Task/1_Concl.qmd chapters: - Data/1_Writing/4_Task/2_Zusammen_Deutsch.qmd # ------------------------------ references ------------------------------ # - Data/1_Writing/5_Additional/10_References.qmd appendices: # ------------------------------- appendix ------------------------------- # - Data/1_Writing/5_Additional/0_Appendix.qmd - Data/1_Writing/5_Additional/1_Appendix.qmd bibliography: Data/4_Bib/references.bib # --------------------------------- book end --------------------------------- # # ---------------------------------- 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 # see: https://dialoa.github.io/first-line-indent/ indent: false highlight-style: dracula pdf: documentclass: scrreprt # see: https://dialoa.github.io/first-line-indent/ indent: false keep-tex: true # make the table captions appear at the bottom tbl-cap-location: bottom # adding javascipt code is possible - see: