Course materials are provided at wikitolearn.org in a specific category for GridKa School 2018.
"WikiToLearn is a collaborative, international, free knowledge project, run entirely by volunteers, and dedicated to the creation of free and accessible textbooks for higher education. In December 2013 it joined the KDE Project through its incubation process [...]"
Information for Participants
In preparation for your tutorials and also as a reference, please check the specific courses at WikiToLearn. Tutors usually provide information on the requirements for their tutorials and background information you might check before the tutorials:
- Behind the scenes perspective: into the abyss of profiling for performance by David Smith and Servesh Muralidharan
- Collaborative Software Development by René Caspart and Eileen Kühn
- Databases for large-scale science by Mario Lassnig
- Docker Container Hands-On by Enrico Bocchi
- Hacking Hands-on by Raimund Specht
- Introduction to Go by Sebastien Binet
- Introduction to Python by Max Fischer and Ines Reinartz
- Introduction to the SciPy stack and Jupyter Notebooks by Manuel Giffels and Ugur Cayoglu
- Introduction to using HTCondor to run distributed compute Jobs and Workflows on Servers, Clusters, Grids, or Clouds by Todd Tannenbaum
- Julia: high performance programming the easy way by Simon Danisch
- Machine Learning with Neural Networks by Markus Götz and Oskar Taubert
- Parallel programming with OpenMP and MPI by Marco Berghoff and Thorsten Zirwes
- Productive GPU Programming with OpenACC by Andreas Herten
- Quantum Computing by Oliver Oberst
- Scalable and reproducible workflows with Pachyderm by Jon Ander Novella
- Scalable Scientific Analysis in Python using Pandas and Dask by Sebastian Neubauer and Uwe Korn
- Under the hood: Bare Metal Embedded Programming in C by Milosch Meriac
Information for Tutors
In order to add your material to wikiToLearn, you first need to create an account on the wikitolearn.org platform.
WikiToLearn is using the media wiki syntax. Even if you are familiar with the media wiki syntax, it is always a good idea to start reading the manual (https://en.wikitolearn.org/Manual) before adding material.
In case you have already prepared your course in a different format, you can probably use pandoc to convert it to the media wiki syntax.
Supported input formats:
- docbook, haddock, html, json, latex, markdown, markdown_github, markdown_mmd, markdown_phpextra, markdown_strict, mediawiki, native, opml, org, rst, textile
For example: Conversion from markdown to mediawiki syntax:
-
pandoc -w mediawiki README.md -o README.wiki
In addition, WikiToLearn supports a conversion from LaTeX and MS Word documents.