diff --git a/_config.yml b/_config.yml index 9bdb1f868a9d5c0cfc1c7e944a958597f59edfcb..f563f36ad8855a495afe6de77a8d3aa9374de8e3 100644 --- a/_config.yml +++ b/_config.yml @@ -13,11 +13,11 @@ # you will see them accessed via {{ site.title }}, {{ site.github_repo }}, and so on. # You can create any custom variable you would like, and they will be accessible # in the templates via {{ site.myvariable }}. -title: MUDE Website 2024 +title: MUDE tagline: CEGM1000 Modelling, Uncertainty, and Data Analysis for Engineers -description: Website for TU Delft Module CEGM1000, or Modelling, Uncertainty, and Data Analysis for Engineers +description: Course website for TU Delft CEGM1000, or Modelling, Uncertainty, and Data Analysis for Engineers author: By MUDE Teachers and the Student Army -baseurl: /2024 # the subpath of your site, e.g. /blog +baseurl: / # the subpath of your site, e.g. /blog url: https://mude.citg.tudelft.nl # the base hostname & protocol for your site, e.g. http://example.com exclude: [ @@ -32,6 +32,7 @@ exclude: "_config.yml.bak", ] logo: "/assets/logo/MUDE Logo.png" +footer_logo: "/assets/logo/TUDelft Logo.png" # Theme settings theme: just-the-docs @@ -41,17 +42,16 @@ heading_anchors: true permalink: pretty aux_links: Brightspace: - - "https://brightspace.tudelft.nl/d2l/home/680254" + - "https://brightspace.tudelft.nl/d2l/home/594596" Answers: - "https://answers.citg.tudelft.nl" Files: - - "https://mude.citg.tudelft.nl/2024/files" + - "https://mude.citg.tudelft.nl/course-files/" Textbook: - - "https://mude.citg.tudelft.nl/2024/book" + - "https://mude.citg.tudelft.nl/book" Home: - "https://mude.citg.tudelft.nl" aux_links_new_tab: true -footer_content: 'The MUDE Team © 2024 <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">CC BY 4.0</a>' # Collections for website data collections: @@ -99,5 +99,5 @@ compress_html: blanklines: false profile: false -# is_draft: true -# draft_banner: "This is the DRAFT version of the MUDE 2024 website. Content may change frequently." \ No newline at end of file +is_draft: true +draft_banner: 'âš This is a draft website. The most recent published version can be found <a href="https://mude.citg.tudelft.nl/">here</a>.âš ' diff --git a/_config_draft.yml b/_config_draft.yml index dbd7bcf97a7928c79bc18de7fc142758b3d6da78..2998b6fdeb7199773b7f85e7cdca6cedfe4ec71b 100644 --- a/_config_draft.yml +++ b/_config_draft.yml @@ -13,11 +13,11 @@ # you will see them accessed via {{ site.title }}, {{ site.github_repo }}, and so on. # You can create any custom variable you would like, and they will be accessible # in the templates via {{ site.myvariable }}. -title: MUDE 2024 website +title: MUDE tagline: CEGM1000 Modelling, Uncertainty, and Data Analysis for Engineers description: Course website for TU Delft CEGM1000, or Modelling, Uncertainty, and Data Analysis for Engineers author: By MUDE Teachers and the Student Army -baseurl: /2024/draft # the subpath of your site, e.g. /blog +baseurl: / # the subpath of your site, e.g. /blog url: https://mude.citg.tudelft.nl # the base hostname & protocol for your site, e.g. http://example.com exclude: [ @@ -32,6 +32,7 @@ exclude: "_config.yml.bak", ] logo: "/assets/logo/MUDE Logo.png" +footer_logo: "/assets/logo/TUDelft Logo.png" # Theme settings theme: just-the-docs @@ -41,17 +42,14 @@ heading_anchors: true permalink: pretty aux_links: Brightspace: - - "https://brightspace.tudelft.nl/d2l/home/680254" + - "https://brightspace.tudelft.nl/d2l/home/594596" Answers: - "https://answers.citg.tudelft.nl" Files: - - "https://mude.citg.tudelft.nl/2024/files" + - "https://mude.citg.tudelft.nl/course-files/" Textbook: - - "https://mude.citg.tudelft.nl/2024/book" - Home: - - "https://mude.citg.tudelft.nl" + - "https://mude.citg.tudelft.nl/book" aux_links_new_tab: true -footer_content: 'The MUDE Team © 2024 <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">CC BY 4.0</a>' # Collections for website data collections: @@ -100,4 +98,4 @@ compress_html: profile: false is_draft: true -draft_banner: "This is the draft version of the MUDE 2024 website. Content may change frequently." +draft_banner: 'âš This is a draft website. The most recent published version can be found <a href="https://mude.citg.tudelft.nl/">here</a>.âš ' diff --git a/_includes/footer_custom.html b/_includes/footer_custom.html new file mode 100644 index 0000000000000000000000000000000000000000..0a88c2339f445dfade0305d34eb06c841c458d6a --- /dev/null +++ b/_includes/footer_custom.html @@ -0,0 +1,7 @@ +<div class="footer-logo"> + <img src="{{ site.footer_logo | relative_url }}" alt="TU Delft Logo" style="height: 40px; width: auto;"> + <img src="{{ site.logo | relative_url }}" alt="MUDE Logo" style="height: 40px; width: auto;"> + </div> + <div> + The MUDE Team © 2024 <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">CC BY 4.0</a> + </div> \ No newline at end of file diff --git a/_sass/custom/custom.scss b/_sass/custom/custom.scss index 016408c4cb833e1e12b00ee29aa15a23515009f2..e9f09f7a27289818539a94cfd0796666c7911aaf 100644 --- a/_sass/custom/custom.scss +++ b/_sass/custom/custom.scss @@ -69,4 +69,87 @@ div.banner>h2 { margin-bottom: 0.5em; } -/* End banner styles */ \ No newline at end of file +/* End banner styles */ + +// Define our colors +$nav-button-color: #00A6D6; +$hyperlink-color: #0076C2; + +// Navigation bar, header links, and top-right auxiliary links +.site-nav, +.site-header, +.site-footer, +.aux-nav { + a { + color: $nav-button-color; + text-decoration: none; + + &:hover, + &:focus { + color: darken($nav-button-color, 10%); + } + } +} + +// Main content hyperlink color +.main-content { + a:not(.btn) { + color: $hyperlink-color; + text-decoration: none; + transition: color 0.2s ease; + font-weight: bold; + + &:hover, + &:focus { + color: darken($hyperlink-color, 15%); + background-color: rgba($hyperlink-color, 0.1); + + } + } +} + +// Button styles (unchanged) +.btn { + background-color: $nav-button-color; + color: white; + border-color: $nav-button-color; + text-decoration: none; + + &:hover, + &:focus { + background-color: darken($nav-button-color, 10%); + border-color: darken($nav-button-color, 10%); + color: white; + } +} + +.btn-outline { + background-color: transparent; + color: $nav-button-color; + border-color: $nav-button-color; + + &:hover, + &:focus { + background-color: $nav-button-color; + color: white; + } +} + +// Increase size of the logo +.site-title { + font-size: 2rem !important; + + img { + height: 70px !important; + width: auto !important; + max-width: none !important; + } +} + +// Increase size of top right navigation links +.aux-nav { + a { + font-size: 1.1rem; // Increase font size + padding: 0.5rem 0.75rem; // Add some padding for better clickability + } +} diff --git a/_staffers/_alireza.md b/_staffers/_alireza.md new file mode 100644 index 0000000000000000000000000000000000000000..a7b83fc563223a32b88abf2b6a1d679ada007c78 --- /dev/null +++ b/_staffers/_alireza.md @@ -0,0 +1,8 @@ +--- +name: Alireza Amiri-Simkooei +role: Instructor +email: A.AmiriSimkooei@tudelft.nl +photo: Alireza.png +--- + +Time-Series Analysis. \ No newline at end of file diff --git a/_staffers/_anastasios.md b/_staffers/_anastasios.md new file mode 100644 index 0000000000000000000000000000000000000000..2f0531b0a00d7a07ce9fa1642aae3c79079a352e --- /dev/null +++ b/_staffers/_anastasios.md @@ -0,0 +1,8 @@ +--- +name: Anastasios Stamou +role: Teaching Assistant +email: A.Stamou@student.tudelft.nl +photo: Anastasios.jpg +--- + +Civil Engineering / Geotechnical Engineering / Hydraulic and Offshore Structures diff --git a/_staffers/_antonio.md b/_staffers/_antonio.md new file mode 100644 index 0000000000000000000000000000000000000000..f65837dff2876581a513eb45bef2c154961dbe59 --- /dev/null +++ b/_staffers/_antonio.md @@ -0,0 +1,8 @@ +--- +name: Antonio Magherini +role: Teaching Assistant +email: A.Magherini@student.tudelft.nl +photo: Antonio.jpg +--- + +Civil Engineering / Hydraulic Engineering diff --git a/_staffers/_caspar.md b/_staffers/_caspar.md new file mode 100644 index 0000000000000000000000000000000000000000..0101af971845a19e28d221209dc141ae7112802d --- /dev/null +++ b/_staffers/_caspar.md @@ -0,0 +1,8 @@ +--- +name: Caspar Jungbacker +role: Teaching Assistant +email: C.A.A.Jungbacker@student.tudelft.nl +photo: Caspar.jpg +--- + +Civil Engineering / Geoscience & Remote Sensing \ No newline at end of file diff --git a/_staffers/_dhruv.md b/_staffers/_dhruv.md new file mode 100644 index 0000000000000000000000000000000000000000..43f51c976d0ef56a3835cd15a7ca475d4046f407 --- /dev/null +++ b/_staffers/_dhruv.md @@ -0,0 +1,8 @@ +--- +name: Dhruv Mehta +role: Instructor +email: D.Mehta@tudelft.nl +photo: Dhruv.png +--- + +Numerical Analysis. \ No newline at end of file diff --git a/_staffers/_joao.md b/_staffers/_joao.md new file mode 100644 index 0000000000000000000000000000000000000000..00cb866e9d428d4fa6a042adecac9d12711b1e8c --- /dev/null +++ b/_staffers/_joao.md @@ -0,0 +1,8 @@ +--- +name: João Moura Pereira de Lucas Teixeira +role: Teaching Assistant +email: J.MouraPereiradeLucasTeixeira@student.tudelft.nl +photo: Joao.jpg +--- + +Applied Physics / Energy diff --git a/_staffers/_justin.md b/_staffers/_justin.md new file mode 100644 index 0000000000000000000000000000000000000000..42663be6f99b423fac3d7bfe6827926c8ff1d7cd --- /dev/null +++ b/_staffers/_justin.md @@ -0,0 +1,8 @@ +--- +name: Justin Pittman +role: Instructor +email: J.C.Pittman@tudelft.nl +photo: Justin.png +--- + +Numerical Analysis / Education Support \ No newline at end of file diff --git a/_staffers/_nora.md b/_staffers/_nora.md new file mode 100644 index 0000000000000000000000000000000000000000..fb52b27e8e0dbac83135158777f53b7264536f88 --- /dev/null +++ b/_staffers/_nora.md @@ -0,0 +1,8 @@ +--- +name: Nora Kovacs +role: Teaching Assistant +email: N.Kovacs-1@tudelft.nl +photo: nora.jpeg +--- + +Structural Engineering \ No newline at end of file diff --git a/_staffers/_quinten.md b/_staffers/_quinten.md new file mode 100644 index 0000000000000000000000000000000000000000..acc51851b85fbeb8240836aa1339f18917de0e2e --- /dev/null +++ b/_staffers/_quinten.md @@ -0,0 +1,8 @@ +--- +name: Quinten van Woerkom +role: Teaching Assistant +email: Q.E.vanWoerkom@student.tudelft.nl +photo: Quinten.jpg +--- + +Aerospace Engineering / Spaceflight \ No newline at end of file diff --git a/_staffers/_riccardo.md b/_staffers/_riccardo.md new file mode 100644 index 0000000000000000000000000000000000000000..1ba3350ff4e9e8df81d420879bb446f3a36187c8 --- /dev/null +++ b/_staffers/_riccardo.md @@ -0,0 +1,8 @@ +--- +name: Riccardo Taormina +role: Instructor +email: R.Taormina@tudelft.nl +photo: Riccardo.webp +--- + +Programming, Machine Learning diff --git a/_staffers/_rok.md b/_staffers/_rok.md new file mode 100644 index 0000000000000000000000000000000000000000..f52dd5261989142dbbe943fff1e1a9606023496c --- /dev/null +++ b/_staffers/_rok.md @@ -0,0 +1,8 @@ +--- +name: Rok Å tular +role: Teaching Assistant +email: R.Stular@student.tudelft.nl +photo: Rok.webp +--- + +Computer Science / Software Development \ No newline at end of file diff --git a/_staffers/_sophie.md b/_staffers/_sophie.md new file mode 100644 index 0000000000000000000000000000000000000000..c5ca2a5dde27e5cb804a85478eb602afaf85c8b4 --- /dev/null +++ b/_staffers/_sophie.md @@ -0,0 +1,8 @@ +--- +name: Sophie Keemink +role: Teaching Assistant +email: S.D.S.Keemink@student.tudelft.nl +photo: Sophie.jpeg +--- + +Aerospace Engineering / Geoscience & Remote Sensing \ No newline at end of file diff --git a/_staffers/ajay.md b/_staffers/ajay.md new file mode 100644 index 0000000000000000000000000000000000000000..ddb23e1c809ef2e29de4b646cf97b42700752938 --- /dev/null +++ b/_staffers/ajay.md @@ -0,0 +1,8 @@ +--- +name: Ajay Jagadeesh +role: Instructor +email: A.Jagadeesh@tudelft.nl +photo: Ajay.png +--- + +Numerical Analysis. \ No newline at end of file diff --git a/_staffers/christian.md b/_staffers/christian.md new file mode 100644 index 0000000000000000000000000000000000000000..6e092db224d7cee43fc947d54eaf0edf05bf36bf --- /dev/null +++ b/_staffers/christian.md @@ -0,0 +1,8 @@ +--- +name: Christian Tiberius +role: Instructor +email: C.C.J.M.Tiberius@tudelft.nl +photo: Christian.jpg +--- + +Signal Processing. \ No newline at end of file diff --git a/_staffers/frans.md b/_staffers/frans.md new file mode 100644 index 0000000000000000000000000000000000000000..00e2d305ec7f9e02a8ef4e7ad3dad1e569ac512f --- /dev/null +++ b/_staffers/frans.md @@ -0,0 +1,8 @@ +--- +name: Frans van der Meer +role: Instructor +email: F.P.vanderMeer@tudelft.nl +photo: Frans.jpg +--- + +Numerical Analysis. \ No newline at end of file diff --git a/_staffers/goncalo.md b/_staffers/goncalo.md new file mode 100644 index 0000000000000000000000000000000000000000..44cb20794c4764c710156ee5c82a78a65af9218c --- /dev/null +++ b/_staffers/goncalo.md @@ -0,0 +1,8 @@ +--- +name: Gonçalo Homem de Almeida Correia +role: Instructor +email: G.Correia@tudelft.nl +photo: Goncalo.jpeg +--- + +Optimization. \ No newline at end of file diff --git a/_staffers/iuri.md b/_staffers/iuri.md new file mode 100644 index 0000000000000000000000000000000000000000..7aa7c7237f5e5ab1d8e987575e41e9d78376e326 --- /dev/null +++ b/_staffers/iuri.md @@ -0,0 +1,8 @@ +--- +name: Iuri Rocha +role: Instructor +email: I.Rocha@tudelft.nl +photo: Iuri.webp +--- + +Machine Learning. \ No newline at end of file diff --git a/_staffers/kwangjin.md b/_staffers/kwangjin.md new file mode 100644 index 0000000000000000000000000000000000000000..1948006aa73bb9233e3caa72028a4ff7f0822e9f --- /dev/null +++ b/_staffers/kwangjin.md @@ -0,0 +1,8 @@ +--- +name: Kwangjin Lee +role: Teaching Assistant +email: K.lee-5@student.tudelft.nl +photo: kwangjin.jpg +--- + +Computer Science / Software Development \ No newline at end of file diff --git a/_staffers/max.md b/_staffers/max.md new file mode 100644 index 0000000000000000000000000000000000000000..eab81cf49e3724cd24cd5655d6df9da1db0e0b3f --- /dev/null +++ b/_staffers/max.md @@ -0,0 +1,8 @@ +--- +name: Max Guichard +role: Teaching Assistant +email: M.Guichard@student.tudelft.nl +photo: Max.JPG +--- + +Computer Science / Software Development \ No newline at end of file diff --git a/_staffers/patricia.md b/_staffers/patricia.md new file mode 100644 index 0000000000000000000000000000000000000000..b41d56de2c2b9ada42e122915092f81f44da6619 --- /dev/null +++ b/_staffers/patricia.md @@ -0,0 +1,9 @@ +--- +name: Patricia Mares Nasarre +role: Instructor +email: P.MaresNasarre@tudelft.nl +photo: Patricia.jpg +--- + +Probability, Extreme Value Analysis. +<!-- [Schedule an appointment](#){: .btn .btn-outline } --> diff --git a/_staffers/robert.md b/_staffers/robert.md new file mode 100644 index 0000000000000000000000000000000000000000..53ead4ac9ea933f2337cf916103ce2623ae8fe56 --- /dev/null +++ b/_staffers/robert.md @@ -0,0 +1,9 @@ +--- +name: Robert Lanzafame +role: Instructor +pronouns: Module Manager +email: R.C.Lanzafame@tudelft.nl +photo: Robert.jpg +--- + +<!-- [Schedule an appointment](#){: .btn .btn-outline } --> diff --git a/_staffers/sandra.md b/_staffers/sandra.md new file mode 100644 index 0000000000000000000000000000000000000000..53d33980485ec73ceeb6a039415fbf71e2f63909 --- /dev/null +++ b/_staffers/sandra.md @@ -0,0 +1,8 @@ +--- +name: Sandra Verhagen +role: Instructor +email: Sandra.Verhagen@tudelft.nl +photo: Sandra.webp +--- + +Sensing and Observation Theory. \ No newline at end of file diff --git a/_staffers/tom.md b/_staffers/tom.md new file mode 100644 index 0000000000000000000000000000000000000000..ae641cc39c893c5f199ebf3ca3032a2e21c89777 --- /dev/null +++ b/_staffers/tom.md @@ -0,0 +1,8 @@ +--- +name: Tom van Woudenberg +role: Instructor +email: T.R.vanWoudenberg@tudelft.nl +photo: Tom.jpg +--- + +<!-- [Schedule an appointment](#){: .btn .btn-outline } --> diff --git a/assets/images/Kwangjin.jpg b/assets/images/Kwangjin.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e0d46fdf49a6b99a28e100e6e4fefedc6dc3afe2 Binary files /dev/null and b/assets/images/Kwangjin.jpg differ diff --git a/assets/logo/TUDelft Logo.png b/assets/logo/TUDelft Logo.png new file mode 100644 index 0000000000000000000000000000000000000000..298221d513d017179927967dfb28b8ff11e59d5d Binary files /dev/null and b/assets/logo/TUDelft Logo.png differ diff --git a/exams.md b/exams.md index fdf3cdfca0df721b642d0c7c93e388c5f51b5653..39fa1c87aac67d71413b96935246c9354eef9811 100644 --- a/exams.md +++ b/exams.md @@ -2,7 +2,7 @@ layout: page title: Exams description: Overview of what to expect for the MUDE Q1 & Q2 Exams. -nav_order: 7 +nav_order: 5 nav_exclude: false # math: mathjax --- diff --git a/home.md b/home.md index c7563e5453101111986300d16815c8ed9b556d06..bf001f55e3f4c3aa416a44d49f7194425e5229f8 100644 --- a/home.md +++ b/home.md @@ -1,7 +1,8 @@ --- layout: home -title: Home -nav_exclude: true +title: Home Page +nav_order: 1 +nav_exclude: false permalink: /:path/ seo: type: Course diff --git a/info.md b/info.md index 79359dacb6113e0de058a009b4d919a3b861c7ea..c9f816bc9024f64624a33625278975cb36f8f233 100644 --- a/info.md +++ b/info.md @@ -2,7 +2,7 @@ layout: page title: Module Information description: General information about MUDE. -nav_order: 1 +nav_order: 2 nav_exclude: false --- diff --git a/multiyear.md b/multiyear.md index 5ab066aa326656d8fe921242c5479b74218777f9..625462248fa4a0c7e634af7edc0f1064e755f790 100644 --- a/multiyear.md +++ b/multiyear.md @@ -2,7 +2,7 @@ layout: page title: Multiyear Students description: Policies and advice for students who are from previous years than the current one. -# nav_order: 7 +nav_order: 7 nav_exclude: false # math: mathjax --- diff --git a/portfolio.md b/portfolio.md index 8ea6d669b2de0fafa89c73206437453d97eed469..59ec5306a3f07384169feac1729783ff02877459 100644 --- a/portfolio.md +++ b/portfolio.md @@ -2,7 +2,7 @@ layout: page title: Assignment Portfolio description: Overview of Assignment Portfolio (particularly the Group Assignments) and policies for report writing, directory structure and code documentation. -nav_order: 6 +nav_order: 4 nav_exclude: false permalink: /portfolio/ # math: mathjax diff --git a/shedule.md b/shedule.md index 5ec6bd7cd9baddcc6c408b0d71d64309f76e9306..262ff325ed83e987bfae633fdc46e928ef57910d 100644 --- a/shedule.md +++ b/shedule.md @@ -2,7 +2,7 @@ layout: page title: Schedule description: The weekly schedule and list of topics. -nav_order: 2 +nav_order: 3 nav_exclude: false --- diff --git a/staff.md b/staff.md index aff274caf14158001e94463e3887f78a03d61313..d25561839f50c3ea377d34ca3ca48d031a4d7cdf 100644 --- a/staff.md +++ b/staff.md @@ -2,7 +2,7 @@ layout: page title: Staff description: A listing of the MUDE Team. -nav_order: 11 +nav_order: 6 --- # Staff