Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

Commit

Permalink
added course graphs
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom-van-Woudenberg committed Dec 12, 2024
1 parent d34ce58 commit 85d6bb5
Show file tree
Hide file tree
Showing 6 changed files with 39 additions and 19 deletions.
5 changes: 5 additions & 0 deletions book/_toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,11 @@ parts:
- file: week_15/homework/intro
- file: week_15/session/intro
- file: week_15/session_2/intro
sections:
- file: week_15/session_2/michael
- file: week_15/session_2/patrick
- file: week_15/session_2/louis
- file: week_15/session_2/quinten

- caption: Miscellaneous
chapters:
Expand Down
41 changes: 22 additions & 19 deletions book/week_15/session_2/intro.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"- Displacement of $\\text{E}$ consists of:\n",
" - Bending $\\text{BE}$\n",
" - Rotation B\n",
" - Bending $\\texet{CD}$\n",
" - Bending $\\text{CD}$\n",
"- Mistakes in solving moment distribution\n",
"\n",
"\n",
Expand All @@ -40,30 +40,33 @@
"```\n",
"\n",
"Approaches taken during the [exam assignment](../session/intro.ipynb):\n",
"- \n",
"- Mistakes in calculating stresses\n",
"- Stresses in wrong direction acting on stress element\n",
"- Shear stresses on perpendicular faces not in equilibrium\n",
"- Normal stresses at both sides the $x$- and $y$-plane\n",
"- Incorrect direction of shear stresses after rotation\n",
"- Calculation of principal stresses inconsistent with stress element\n",
"\n",
"## Create knowledge graph\n",
"In the [third lesson of the first week](lesson3.3) you created a knowledge graph on the topics you've encountered in the prerequisite tests, and how they link to the learning objectives of this course. Let's try and extend today in a course graph. These course graphs will be incorporated in this book!\n",
"\n",
"1. Login at https://prime-applets.ewi.tudelft.nl/login\n",
"2. In your sandbox, create a new graph\n",
"3. Add the topics of the learning objectives as domains:\n",
" - Solve structures using differential equations\n",
" - Statically indeterminate structures\n",
" - Continuum mechanics\n",
" - Buckling\n",
"4. Add the topics of the prerequisite learning objectives as domains:\n",
" - Statics\n",
" - Displacements\n",
" - Stresses\n",
"5. Add the relations between the topics as Domain relations as described in [](../../course_information)\n",
"6. Add at least one subject, ie. equilibrium\n",
"7. Click `Edit layout` - `Domains` - `Auto layout` - `Save`, you should get something like:\n",
"You'll start with a template containing the (abbreviated) learning objectives and prerequisite learning objectives:\n",
"\n",
"<iframe allow=\"fullscreen\" style=\"width: 100%!important; height: 500px;\" src=\"https://prime-applets.ewi.tudelft.nl/graph/CT1000/example in book?lecture=undefined&view=domains\" allowfullscreen></iframe>\n",
"\n",
"<iframe allow=\"fullscreen\" style=\"width: 100%!important; height: 500px;\" src=\"https://prime-applets.ewi.tudelft.nl/graph/TVAN W/example?lecture=undefined&view=domains\" allowfullscreen></iframe>\n",
"Your task is to add subjects to the learning objectives and the links between those.\n",
"\n",
"1. Login at https://prime-applets.ewi.tudelft.nl/login\n",
"2. Wait for Tom van Woudenberg to add you to the correct Course Graph course\n",
"3. Open the correct Course Graph Course: https://prime-applets.ewi.tudelft.nl/graph-editor/course-overview/CT1000\n",
"4. Click on [<img height=\"12px\" src=\"https://prime-applets.ewi.tudelft.nl/img/edit.svg\" alt=\"edit\"> (edit)] for your own course graph\n",
"5. Click `Edit Layout` - `Domains` to check the layout and eventually change it a bit (remember to click `Save` when you're done)\n",
"6. Click `Edit Fields` - `Subjects` to add subjects. Try to keep the number of subjects per domain (which are the learning objectives) limited\n",
"7. Click `Subject relations` to show relations between subjects\n",
"8. Click `Edit Layout` - `Overview` to alter the layout (eventually use `Auto layout`) to a layout that makes sense to you\n",
"9. Repeat steps 6-9 until you're satisfied!\n",
"\n",
"8. Now the real part starts, add more subjects and links for subjects you encountered up untill now and arrange them in a way that makes sense for you.\n",
"9. Would you like to have you graph features in this book? Add Tom van Woudenberg as user to your sandbox as 'editor'"
"You'll be able to view your graph in this book (see subpages)!"
]
}
],
Expand Down
3 changes: 3 additions & 0 deletions book/week_15/session_2/louis.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Course Graph Louis

<iframe allow="fullscreen" style="width: 100%!important; height: 500px;" src="https://prime-applets.ewi.tudelft.nl/graph/CT1000/example Louis?lecture=undefined&view=all" allowfullscreen></iframe>
3 changes: 3 additions & 0 deletions book/week_15/session_2/michael.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Course Graph Michael

<iframe allow="fullscreen" style="width: 100%!important; height: 500px;" src="https://prime-applets.ewi.tudelft.nl/graph/CT1000/example Michael?lecture=undefined&view=all" allowfullscreen></iframe>
3 changes: 3 additions & 0 deletions book/week_15/session_2/patrick.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Course Graph Patrick

<iframe allow="fullscreen" style="width: 100%!important; height: 500px;" src="https://prime-applets.ewi.tudelft.nl/graph/CT1000/example Patrick?lecture=undefined&view=all" allowfullscreen></iframe>
3 changes: 3 additions & 0 deletions book/week_15/session_2/quinten.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Course Graph Quinten

<iframe allow="fullscreen" style="width: 100%!important; height: 500px;" src="https://prime-applets.ewi.tudelft.nl/graph/CT1000/example Quinten?lecture=undefined&view=all" allowfullscreen></iframe>

0 comments on commit 85d6bb5

Please sign in to comment.