Skip to content

Commit

Permalink
publish CM website
Browse files Browse the repository at this point in the history
  • Loading branch information
Kareemlsd committed Apr 23, 2024
1 parent c8dab40 commit 1c0e68a
Show file tree
Hide file tree
Showing 16 changed files with 51 additions and 27 deletions.
6 changes: 3 additions & 3 deletions Weeks/Week1.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Week 1
layout: default
parent: 2) Calender
parent: Calendar
nav_order: 2
---

Expand All @@ -23,5 +23,5 @@ Week 1. Computational methods for ODEs [[pdf]](https://surfdrive.surf.nl/files/i
[Error control](https://teachbooks.tudelft.nl/computational-modelling/dynamics/ODEs/Error_control.html)<br>
{: .content }

[Workshop: ODE Solver](https://teachbooks.tudelft.nl/computational-modelling/dynamics/Exercises/w1_t1.html)<br>
{: .exercises }
[Workshop: ODE Solver](https://teachbooks.tudelft.nl/computational-modelling/dynamics/Exercises/w1_t1.html)<br>
{: .exercises }
2 changes: 1 addition & 1 deletion Weeks/Week3.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
title: Week 3
layout: default
parent: 2) Calender
nav_order: 2
nav_order: 3
---
2 changes: 1 addition & 1 deletion Weeks/Week4.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
title: Week 4
layout: default
parent: 2) Calender
nav_order: 2
nav_order: 4
---
2 changes: 1 addition & 1 deletion Weeks/Week5.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
title: Week 5
layout: default
parent: 2) Calender
nav_order: 2
nav_order: 5
---
2 changes: 1 addition & 1 deletion Weeks/Week6.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
title: Week 6
layout: default
parent: 2) Calender
nav_order: 2
nav_order: 6
---
2 changes: 1 addition & 1 deletion Weeks/Week7.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
title: Week 7
layout: default
parent: 2) Calender
nav_order: 2
nav_order: 7
---
2 changes: 1 addition & 1 deletion Weeks/Week8.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
title: Week 8
layout: default
parent: 2) Calender
nav_order: 2
nav_order: 8
---
13 changes: 13 additions & 0 deletions Weeks/all.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
layout: page
title: All weeks
nav_order: 1
description: Listing of course modules and topics.
parent: Calendar
---

# Overview of All Weeks

{% for module in site.modules %}
{{ module }}
{% endfor %}
File renamed without changes.
2 changes: 1 addition & 1 deletion _announcements/week-0.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Getting Started
week: 0
date: 2024-04-13
date: 2024-04-24
---

<!-- <a href="" target="_blank">link</a> -->
Expand Down
File renamed without changes.
File renamed without changes.
32 changes: 19 additions & 13 deletions _modules/week-01.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,28 +6,34 @@ title: "Week 1: Introduction Unit CIEM42X0-PD and Reliablity-Based Design"
<!-- In-Class Session <a href="https://tudelft-citg.github.io/HOS-prob-design/homework/HW_05_assignment.html" target="_blank">HW 5 Due</a>{: .label .label-red } -->

Lecture
: Introduction to unit
Reliability-based design principles
<br><em>Tuesday, 15:45-16:45, Hall 1.98</em>
: Introduction to Computational Dynamics of Offshore Structure
<br><em>Wednesday, 08:45-12:45, Flux Hall D</em>

Homework
: XXXXX
: Study content of week 1

Workshop
: XXXXX
<br><em>Friday, 9:45-12:30, Hall 1.95</em>
: ODE Solver
<br><em>Wednesday, 08:45-12:45, Flux Hall D</em>

<!-- Holidays
: None -->

The main goal for the week are provided in boxes like this: <br>
<i>1. along with a sub-goal</i> <br>
<i>... and more sub-goals</i><br>
<i>n. until the n-th sub-goal</i><br>
At the end of this week you will be able to: <br>
Define and analyse numerical methods to solve Ordinary Differential Equations (ODEs). This entails:<br>
<i>1. Define a simple solver to approximate solutions of ODEs based on Taylor Series</i> <br>
<i>2. Quantify the numerical error of an approximated solution</i><br>
<i>3. Define adaptive time stepping approaches to control the numerical error</i><br>
<i>4. Distinguish between different ODE solvers</i><br>
{: .learningobjectives }

Links to reading and study material are provided in boxes like this.<br>
Week 1. Computational methods for ODEs [[pdf]](https://surfdrive.surf.nl/files/index.php/s/Jm8e95QGRS97bDq/download?path=%2FWeek1&files=1_1_Computational_methods_for_ODEs.pdf):<br>
[Introduction to numerical methods for ODEs](https://teachbooks.tudelft.nl/computational-modelling/dynamics/ODEs/Introduction.html)<br>
[Taylor series](https://teachbooks.tudelft.nl/computational-modelling/dynamics/ODEs/Taylor-series.html)<br>
[ODE solvers](https://teachbooks.tudelft.nl/computational-modelling/dynamics/ODEs/Solvers.html)<br>
[Error and stability](https://teachbooks.tudelft.nl/computational-modelling/dynamics/ODEs/Error_stability.html )<br>
[Error control](https://teachbooks.tudelft.nl/computational-modelling/dynamics/ODEs/Error_control.html)<br>
{: .content }

Links to exercises are provided in boxes like this. The workshops that are to be turned in for a grade and feedback as part of the project portfolio use a button like this: <a href="x" target="_blank"><b>Portfolio</b></a>{: .label .label-red }<br>
{: .exercises }
[Workshop: ODE Solver](https://teachbooks.tudelft.nl/computational-modelling/dynamics/Exercises/w1_t1.html)<br>
{: .exercises }
13 changes: 9 additions & 4 deletions calendar.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,15 @@ has_children: true

Use the links below or the sub-pages on the left side of this website to find an overview of the in-class sessions, homework assignments and reading material.

Here is another useful link to the [Unit Information page](about.md).
Here is another useful link to the [Unit Information page](info.md).

The topics covered in each week are:
- Week 1: Computational Methods for ODEs

- xxx
- xxx
-
<!-- - Week 2:
- Week 3:
- Week 4:
- Week 5:
- Week 6:
- Week 7:
- Week 8: -->
File renamed without changes.
File renamed without changes.

0 comments on commit 1c0e68a

Please sign in to comment.