Skip to content

Commit

Permalink
Logo change.
Browse files Browse the repository at this point in the history
  • Loading branch information
nagelt committed Oct 15, 2023
1 parent b578b6f commit 790fb3c
Show file tree
Hide file tree
Showing 31 changed files with 442 additions and 435 deletions.
21 changes: 8 additions & 13 deletions 00_ODEs.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,14 @@
"editable": false
},
"source": [
"![Logo TUBAF](https://github.com/nagelt/Teaching_Scripts/raw/9d9e29ecca4b04eaf7397938eacbf116d37ddc93/Images/TUBAF_Logo_blau.png)\n",
"\n",
"Exercise material of the MSc-level course **Numerical Methods in Geotechnical Engineering**.\n",
"Held at Technische Universität Bergakademie Freiberg.\n",
"\n",
"Comments to:\n",
"\n",
"*Prof. Dr. Thomas Nagel \n",
"Chair of Soil Mechanics and Foundation Engineering \n",
"Geotechnical Institute \n",
"Technische Universität Bergakademie Freiberg.*\n",
"\n",
"https://tu-freiberg.de/en/soilmechanics\n"
"<div style=\"display: flex; align-items: center;\">\n",
" <img src=\"https://github.com/nagelt/Teaching_Scripts/raw/9d9e29ecca4b04eaf7397938eacbf116d37ddc93/Images/TUBAF_Logo_blau.png\" width=\"500\" height=\"auto\" height=\"auto\" style=\"margin-right: 100px;\" />\n",
" <div>\n",
" <p><strong>Prof. Dr. Thomas Nagel</strong></p>\n",
" <p>Chair of Soil Mechanics and Foundation Engineering<br>Geotechnical Institute<br>Technische Universität Bergakademie Freiberg.</p>\n",
" <p><a href=\"https://tu-freiberg.de/en/soilmechanics\">https://tu-freiberg.de/en/soilmechanics</a></p>\n",
" </div>\n",
"</div>"
]
},
{
Expand Down
21 changes: 8 additions & 13 deletions 01_Forward_Euler.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,14 @@
"editable": false
},
"source": [
"![Logo TUBAF](https://github.com/nagelt/Teaching_Scripts/raw/9d9e29ecca4b04eaf7397938eacbf116d37ddc93/Images/TUBAF_Logo_blau.png)\n",
"\n",
"Exercise material of the MSc-level course **Numerical Methods in Geotechnical Engineering**.\n",
"Held at Technische Universität Bergakademie Freiberg.\n",
"\n",
"Comments to:\n",
"\n",
"*Prof. Dr. Thomas Nagel \n",
"Chair of Soil Mechanics and Foundation Engineering \n",
"Geotechnical Institute \n",
"Technische Universität Bergakademie Freiberg.*\n",
"\n",
"https://tu-freiberg.de/en/soilmechanics\n"
"<div style=\"display: flex; align-items: center;\">\n",
" <img src=\"https://github.com/nagelt/Teaching_Scripts/raw/9d9e29ecca4b04eaf7397938eacbf116d37ddc93/Images/TUBAF_Logo_blau.png\" width=\"500\" height=\"auto\" height=\"auto\" style=\"margin-right: 100px;\" />\n",
" <div>\n",
" <p><strong>Prof. Dr. Thomas Nagel</strong></p>\n",
" <p>Chair of Soil Mechanics and Foundation Engineering<br>Geotechnical Institute<br>Technische Universität Bergakademie Freiberg.</p>\n",
" <p><a href=\"https://tu-freiberg.de/en/soilmechanics\">https://tu-freiberg.de/en/soilmechanics</a></p>\n",
" </div>\n",
"</div>"
]
},
{
Expand Down
32 changes: 17 additions & 15 deletions 02_Backward_Euler_Picard.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,14 @@
"editable": false
},
"source": [
"![Logo TUBAF](https://github.com/nagelt/Teaching_Scripts/raw/9d9e29ecca4b04eaf7397938eacbf116d37ddc93/Images/TUBAF_Logo_blau.png)\n",
"\n",
"Exercise material of the MSc-level course **Numerical Methods in Geotechnical Engineering**.\n",
"Held at Technische Universität Bergakademie Freiberg.\n",
"\n",
"Comments to:\n",
"\n",
"*Prof. Dr. Thomas Nagel \n",
"Chair of Soil Mechanics and Foundation Engineering \n",
"Geotechnical Institute \n",
"Technische Universität Bergakademie Freiberg.*\n",
"\n",
"https://tu-freiberg.de/en/soilmechanics\n"
"<div style=\"display: flex; align-items: center;\">\n",
" <img src=\"https://github.com/nagelt/Teaching_Scripts/raw/9d9e29ecca4b04eaf7397938eacbf116d37ddc93/Images/TUBAF_Logo_blau.png\" width=\"500\" height=\"auto\" height=\"auto\" style=\"margin-right: 100px;\" />\n",
" <div>\n",
" <p><strong>Prof. Dr. Thomas Nagel</strong></p>\n",
" <p>Chair of Soil Mechanics and Foundation Engineering<br>Geotechnical Institute<br>Technische Universität Bergakademie Freiberg.</p>\n",
" <p><a href=\"https://tu-freiberg.de/en/soilmechanics\">https://tu-freiberg.de/en/soilmechanics</a></p>\n",
" </div>\n",
"</div>"
]
},
{
Expand Down Expand Up @@ -308,7 +303,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
Expand All @@ -322,7 +317,14 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.5"
"version": "3.9.13"
},
"widgets": {
"application/vnd.jupyter.widget-state+json": {
"state": {},
"version_major": 2,
"version_minor": 0
}
}
},
"nbformat": 4,
Expand Down
30 changes: 16 additions & 14 deletions 03_Generalized_Midpoint_Picard.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,14 @@
"editable": false
},
"source": [
"![Logo TUBAF](https://github.com/nagelt/Teaching_Scripts/raw/9d9e29ecca4b04eaf7397938eacbf116d37ddc93/Images/TUBAF_Logo_blau.png)\n",
"\n",
"Exercise material of the MSc-level course **Numerical Methods in Geotechnical Engineering**.\n",
"Held at Technische Universität Bergakademie Freiberg.\n",
"\n",
"Comments to:\n",
"\n",
"*Prof. Dr. Thomas Nagel \n",
"Chair of Soil Mechanics and Foundation Engineering \n",
"Geotechnical Institute \n",
"Technische Universität Bergakademie Freiberg.*\n",
"\n",
"https://tu-freiberg.de/en/soilmechanics\n"
"<div style=\"display: flex; align-items: center;\">\n",
" <img src=\"https://github.com/nagelt/Teaching_Scripts/raw/9d9e29ecca4b04eaf7397938eacbf116d37ddc93/Images/TUBAF_Logo_blau.png\" width=\"500\" height=\"auto\" height=\"auto\" style=\"margin-right: 100px;\" />\n",
" <div>\n",
" <p><strong>Prof. Dr. Thomas Nagel</strong></p>\n",
" <p>Chair of Soil Mechanics and Foundation Engineering<br>Geotechnical Institute<br>Technische Universität Bergakademie Freiberg.</p>\n",
" <p><a href=\"https://tu-freiberg.de/en/soilmechanics\">https://tu-freiberg.de/en/soilmechanics</a></p>\n",
" </div>\n",
"</div>"
]
},
{
Expand Down Expand Up @@ -331,7 +326,14 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.5"
"version": "3.9.13"
},
"widgets": {
"application/vnd.jupyter.widget-state+json": {
"state": {},
"version_major": 2,
"version_minor": 0
}
}
},
"nbformat": 4,
Expand Down
32 changes: 17 additions & 15 deletions 03b_Generalized_Midpoint_Picard_Nonlin.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,14 @@
"editable": false
},
"source": [
"![Logo TUBAF](https://github.com/nagelt/Teaching_Scripts/raw/9d9e29ecca4b04eaf7397938eacbf116d37ddc93/Images/TUBAF_Logo_blau.png)\n",
"\n",
"Exercise material of the MSc-level course **Numerical Methods in Geotechnical Engineering**.\n",
"Held at Technische Universität Bergakademie Freiberg.\n",
"\n",
"Comments to:\n",
"\n",
"*Prof. Dr. Thomas Nagel \n",
"Chair of Soil Mechanics and Foundation Engineering \n",
"Geotechnical Institute \n",
"Technische Universität Bergakademie Freiberg.*\n",
"\n",
"https://tu-freiberg.de/en/soilmechanics\n"
"<div style=\"display: flex; align-items: center;\">\n",
" <img src=\"https://github.com/nagelt/Teaching_Scripts/raw/9d9e29ecca4b04eaf7397938eacbf116d37ddc93/Images/TUBAF_Logo_blau.png\" width=\"500\" height=\"auto\" height=\"auto\" style=\"margin-right: 100px;\" />\n",
" <div>\n",
" <p><strong>Prof. Dr. Thomas Nagel</strong></p>\n",
" <p>Chair of Soil Mechanics and Foundation Engineering<br>Geotechnical Institute<br>Technische Universität Bergakademie Freiberg.</p>\n",
" <p><a href=\"https://tu-freiberg.de/en/soilmechanics\">https://tu-freiberg.de/en/soilmechanics</a></p>\n",
" </div>\n",
"</div>"
]
},
{
Expand Down Expand Up @@ -300,7 +295,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
Expand All @@ -314,7 +309,14 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.5"
"version": "3.9.13"
},
"widgets": {
"application/vnd.jupyter.widget-state+json": {
"state": {},
"version_major": 2,
"version_minor": 0
}
}
},
"nbformat": 4,
Expand Down
30 changes: 16 additions & 14 deletions 04_Generalized_Midpoint_Newton.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,14 @@
"editable": false
},
"source": [
"![Logo TUBAF](https://github.com/nagelt/Teaching_Scripts/raw/9d9e29ecca4b04eaf7397938eacbf116d37ddc93/Images/TUBAF_Logo_blau.png)\n",
"\n",
"Exercise material of the MSc-level course **Numerical Methods in Geotechnical Engineering**.\n",
"Held at Technische Universität Bergakademie Freiberg.\n",
"\n",
"Comments to:\n",
"\n",
"*Prof. Dr. Thomas Nagel \n",
"Chair of Soil Mechanics and Foundation Engineering \n",
"Geotechnical Institute \n",
"Technische Universität Bergakademie Freiberg.*\n",
"\n",
"https://tu-freiberg.de/en/soilmechanics\n"
"<div style=\"display: flex; align-items: center;\">\n",
" <img src=\"https://github.com/nagelt/Teaching_Scripts/raw/9d9e29ecca4b04eaf7397938eacbf116d37ddc93/Images/TUBAF_Logo_blau.png\" width=\"500\" height=\"auto\" height=\"auto\" style=\"margin-right: 100px;\" />\n",
" <div>\n",
" <p><strong>Prof. Dr. Thomas Nagel</strong></p>\n",
" <p>Chair of Soil Mechanics and Foundation Engineering<br>Geotechnical Institute<br>Technische Universität Bergakademie Freiberg.</p>\n",
" <p><a href=\"https://tu-freiberg.de/en/soilmechanics\">https://tu-freiberg.de/en/soilmechanics</a></p>\n",
" </div>\n",
"</div>"
]
},
{
Expand Down Expand Up @@ -384,7 +379,14 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.7"
"version": "3.9.13"
},
"widgets": {
"application/vnd.jupyter.widget-state+json": {
"state": {},
"version_major": 2,
"version_minor": 0
}
}
},
"nbformat": 4,
Expand Down
30 changes: 16 additions & 14 deletions 04a_Newton_Picard.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,14 @@
"editable": false
},
"source": [
"![Logo TUBAF](https://github.com/nagelt/Teaching_Scripts/raw/9d9e29ecca4b04eaf7397938eacbf116d37ddc93/Images/TUBAF_Logo_blau.png)\n",
"\n",
"Exercise material of the MSc-level course **Numerical Methods in Geotechnical Engineering**.\n",
"Held at Technische Universität Bergakademie Freiberg.\n",
"\n",
"Comments to:\n",
"\n",
"*Prof. Dr. Thomas Nagel \n",
"Chair of Soil Mechanics and Foundation Engineering \n",
"Geotechnical Institute \n",
"Technische Universität Bergakademie Freiberg.*\n",
"\n",
"https://tu-freiberg.de/en/soilmechanics\n"
"<div style=\"display: flex; align-items: center;\">\n",
" <img src=\"https://github.com/nagelt/Teaching_Scripts/raw/9d9e29ecca4b04eaf7397938eacbf116d37ddc93/Images/TUBAF_Logo_blau.png\" width=\"500\" height=\"auto\" height=\"auto\" style=\"margin-right: 100px;\" />\n",
" <div>\n",
" <p><strong>Prof. Dr. Thomas Nagel</strong></p>\n",
" <p>Chair of Soil Mechanics and Foundation Engineering<br>Geotechnical Institute<br>Technische Universität Bergakademie Freiberg.</p>\n",
" <p><a href=\"https://tu-freiberg.de/en/soilmechanics\">https://tu-freiberg.de/en/soilmechanics</a></p>\n",
" </div>\n",
"</div>"
]
},
{
Expand Down Expand Up @@ -408,7 +403,14 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.6"
"version": "3.9.13"
},
"widgets": {
"application/vnd.jupyter.widget-state+json": {
"state": {},
"version_major": 2,
"version_minor": 0
}
}
},
"nbformat": 4,
Expand Down
30 changes: 16 additions & 14 deletions 04b_Generalized_Midpoint_Newton_Nonlinear.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,14 @@
"editable": false
},
"source": [
"![Logo TUBAF](https://github.com/nagelt/Teaching_Scripts/raw/9d9e29ecca4b04eaf7397938eacbf116d37ddc93/Images/TUBAF_Logo_blau.png)\n",
"\n",
"Exercise material of the MSc-level course **Numerical Methods in Geotechnical Engineering**.\n",
"Held at Technische Universität Bergakademie Freiberg.\n",
"\n",
"Comments to:\n",
"\n",
"*Prof. Dr. Thomas Nagel \n",
"Chair of Soil Mechanics and Foundation Engineering \n",
"Geotechnical Institute \n",
"Technische Universität Bergakademie Freiberg.*\n",
"\n",
"https://tu-freiberg.de/en/soilmechanics\n"
"<div style=\"display: flex; align-items: center;\">\n",
" <img src=\"https://github.com/nagelt/Teaching_Scripts/raw/9d9e29ecca4b04eaf7397938eacbf116d37ddc93/Images/TUBAF_Logo_blau.png\" width=\"500\" height=\"auto\" height=\"auto\" style=\"margin-right: 100px;\" />\n",
" <div>\n",
" <p><strong>Prof. Dr. Thomas Nagel</strong></p>\n",
" <p>Chair of Soil Mechanics and Foundation Engineering<br>Geotechnical Institute<br>Technische Universität Bergakademie Freiberg.</p>\n",
" <p><a href=\"https://tu-freiberg.de/en/soilmechanics\">https://tu-freiberg.de/en/soilmechanics</a></p>\n",
" </div>\n",
"</div>"
]
},
{
Expand Down Expand Up @@ -359,7 +354,14 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.7"
"version": "3.9.13"
},
"widgets": {
"application/vnd.jupyter.widget-state+json": {
"state": {},
"version_major": 2,
"version_minor": 0
}
}
},
"nbformat": 4,
Expand Down
30 changes: 16 additions & 14 deletions 04c_Erddruck_Newton.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,14 @@
"editable": false
},
"source": [
"![Logo TUBAF](https://github.com/nagelt/Teaching_Scripts/raw/9d9e29ecca4b04eaf7397938eacbf116d37ddc93/Images/TUBAF_Logo_blau.png)\n",
"\n",
"Exercise material of the MSc-level course **Numerical Methods in Geotechnical Engineering**.\n",
"Held at Technische Universität Bergakademie Freiberg.\n",
"\n",
"Comments to:\n",
"\n",
"*Prof. Dr. Thomas Nagel \n",
"Chair of Soil Mechanics and Foundation Engineering \n",
"Geotechnical Institute \n",
"Technische Universität Bergakademie Freiberg.*\n",
"\n",
"https://tu-freiberg.de/en/soilmechanics\n"
"<div style=\"display: flex; align-items: center;\">\n",
" <img src=\"https://github.com/nagelt/Teaching_Scripts/raw/9d9e29ecca4b04eaf7397938eacbf116d37ddc93/Images/TUBAF_Logo_blau.png\" width=\"500\" height=\"auto\" height=\"auto\" style=\"margin-right: 100px;\" />\n",
" <div>\n",
" <p><strong>Prof. Dr. Thomas Nagel</strong></p>\n",
" <p>Chair of Soil Mechanics and Foundation Engineering<br>Geotechnical Institute<br>Technische Universität Bergakademie Freiberg.</p>\n",
" <p><a href=\"https://tu-freiberg.de/en/soilmechanics\">https://tu-freiberg.de/en/soilmechanics</a></p>\n",
" </div>\n",
"</div>"
]
},
{
Expand Down Expand Up @@ -881,7 +876,14 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.6"
"version": "3.9.13"
},
"widgets": {
"application/vnd.jupyter.widget-state+json": {
"state": {},
"version_major": 2,
"version_minor": 0
}
}
},
"nbformat": 4,
Expand Down
Loading

0 comments on commit 790fb3c

Please sign in to comment.