From 77e11cf646c522306e735a97db633247ccf63784 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petar=20Mlinari=C4=87?= Date: Wed, 19 Jul 2023 10:44:39 -0400 Subject: [PATCH 1/2] Announce open registration --- conf.py | 7 ++++++- pages/program.md | 42 ++++++++++++++++++++++++++++++++++++++ pages/venue.md | 17 +++++++++++++++ posts/registration_open.md | 19 +++++++++++++++++ 4 files changed, 84 insertions(+), 1 deletion(-) create mode 100644 pages/program.md create mode 100644 pages/venue.md create mode 100644 posts/registration_open.md diff --git a/conf.py b/conf.py index c3acbb5..ba3e815 100644 --- a/conf.py +++ b/conf.py @@ -141,7 +141,12 @@ # else they won’t be highlighted when active. NAVIGATION_LINKS = { - DEFAULT_LANG: (('/', 'Home'), ('/about/', 'About')), + DEFAULT_LANG: ( + ('/', 'Home'), + ('/about/', 'About'), + ('/program/', 'Program'), + ('/venue/', 'Venue'), + ), } # Alternative navigation links. Works the same way NAVIGATION_LINKS does, diff --git a/pages/program.md b/pages/program.md new file mode 100644 index 0000000..e4cf6c6 --- /dev/null +++ b/pages/program.md @@ -0,0 +1,42 @@ + + +# Time and Place + +The pyMOR School will take place +from Monday at 14:00 to Friday at 12:00 (September 18-22) +in the computer room +[VWS 128](https://moseskonto.tu-berlin.de/moses/verzeichnis/raeume/raum_info.html?raumgruppe=49#). + +The timetable and the content of the introductory topics +will be adapted to match the participants' requirements, +based on the information provided in the registration forms. + +# Materials + +The lectures and exercises will be made publicly available. + +# Introduction to Python + +Note that we are not planning to give an introduction to Python/NumPy/SciPy, +but there are plenty of free online resources to learn the basics before the +start of the School: + +- for inexperienced programmers: + - [https://link.springer.com/book/10.1007/978-3-030-16877-3](https://link.springer.com/book/10.1007/978-3-030-16877-3) + - [https://link.springer.com/book/10.1007/978-3-030-50356-7](https://link.springer.com/book/10.1007/978-3-030-50356-7) + - [https://python.swaroopch.com/](https://python.swaroopch.com/) + - [https://greenteapress.com/wp/think-python-2e/](https://greenteapress.com/wp/think-python-2e/) + - [https://automatetheboringstuff.com/](https://automatetheboringstuff.com/) + - [https://product.hubspot.com/blog/git-and-github-tutorial-for-beginners](https://product.hubspot.com/blog/git-and-github-tutorial-for-beginners) +- for more experienced programmers: + - [https://docs.python.org/3/tutorial/index.html](https://docs.python.org/3/tutorial/index.html) + - [https://docs.python-guide.org/](https://docs.python-guide.org/) + - [https://docs.scipy.org/doc/numpy/user/quickstart.html](https://docs.scipy.org/doc/numpy/user/quickstart.html) + - [https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html](https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html) + - [http://hyperpolyglot.org/numerical-analysis](http://hyperpolyglot.org/numerical-analysis) + - [https://matplotlib.org/tutorials/index.html](https://matplotlib.org/tutorials/index.html) diff --git a/pages/venue.md b/pages/venue.md new file mode 100644 index 0000000..3bb66dc --- /dev/null +++ b/pages/venue.md @@ -0,0 +1,17 @@ + + +# Address + +
+Zentralwerkstatt
+Müller-Breslau-Straße 15
+10623 Berlin
+Germany +
+ +
View Larger Map diff --git a/posts/registration_open.md b/posts/registration_open.md new file mode 100644 index 0000000..09eb357 --- /dev/null +++ b/posts/registration_open.md @@ -0,0 +1,19 @@ + + +Registration is open until August 31, 2023 +(see the [Indico page](https://indico3.mpi-magdeburg.mpg.de/event/33/)). +There is no registration fee, but please register to participate. +If you are planning to join, +we highly recommend that you book accommodation early, +as the Berlin marathon takes place the following weekend. +The pyMOR School will be held at the CFD Department of TU Berlin. + +The timetable and the content of the introductory topics +will be adapted to match the participants' requirements, +based on the information provided in the registration forms. +Existing users and previous participants are welcome to attend again. From e17adcec093802986486f0d2832ba1a7c93f2a75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petar=20Mlinari=C4=87?= Date: Thu, 20 Jul 2023 11:19:46 -0400 Subject: [PATCH 2/2] Add Google Maps link --- pages/venue.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pages/venue.md b/pages/venue.md index 3bb66dc..5184711 100644 --- a/pages/venue.md +++ b/pages/venue.md @@ -14,4 +14,6 @@ Müller-Breslau-Straße 15
Germany +[Google Maps](https://goo.gl/maps/j7n4oHMEkSfu89wVA) +
View Larger Map