Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Announce open registration #7

Merged
merged 2 commits into from
Jul 21, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
42 changes: 42 additions & 0 deletions pages/program.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
<!--
.. title: Program
.. slug: program
.. type: text
.. pagekind: front_page
-->

# 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)
19 changes: 19 additions & 0 deletions pages/venue.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<!--
.. title: Venue
.. slug: venue
.. type: text
.. pagekind: front_page
-->

# Address

<address>
Zentralwerkstatt<br>
Müller-Breslau-Straße 15<br>
10623 Berlin<br>
Germany
</address>

[Google Maps](https://goo.gl/maps/j7n4oHMEkSfu89wVA)

<iframe width="425" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="https://www.openstreetmap.org/export/embed.html?bbox=13.331217169761658%2C52.51011592625097%2C13.336742520332338%2C52.514040160034966&amp;layer=mapnik&amp;marker=52.512078086946204%2C13.333979845046997" style="border: 1px solid black"></iframe><br/><small><a href="https://www.openstreetmap.org/?mlat=52.51208&amp;mlon=13.33398#map=18/52.51208/13.33398">View Larger Map</a></small>
19 changes: 19 additions & 0 deletions posts/registration_open.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<!--
.. title: Registration Open
.. slug: registration_open
.. date: 2023-07-19
.. type: text
-->

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.