Sorry, we've misplaced that URL or it's pointing to something that doesn't exist. Head back home to try finding it again.
+
diff --git a/LICENSE.hyde.md b/LICENSE.hyde.md
new file mode 100644
index 0000000..c344d14
--- /dev/null
+++ b/LICENSE.hyde.md
@@ -0,0 +1,9 @@
+# Released under MIT License
+
+Copyright (c) 2013 Mark Otto.
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
\ No newline at end of file
diff --git a/README.hyde.md b/README.hyde.md
new file mode 100644
index 0000000..f92a1a4
--- /dev/null
+++ b/README.hyde.md
@@ -0,0 +1,118 @@
+# Hyde
+
+Hyde is a brazen two-column [Jekyll](http://jekyllrb.com) theme that pairs a prominent sidebar with uncomplicated content. It's based on [Poole](http://getpoole.com), the Jekyll butler.
+
+![Hyde screenshot](https://f.cloud.github.com/assets/98681/1831228/42af6c6a-7384-11e3-98fb-e0b923ee0468.png)
+
+
+## Contents
+
+- [Usage](#usage)
+- [Options](#options)
+ - [Sidebar menu](#sidebar-menu)
+ - [Sticky sidebar content](#sticky-sidebar-content)
+ - [Themes](#themes)
+ - [Reverse layout](#reverse-layout)
+- [Development](#development)
+- [Author](#author)
+- [License](#license)
+
+
+## Usage
+
+Hyde is a theme built on top of [Poole](https://github.com/poole/poole), which provides a fully furnished Jekyll setup—just download and start the Jekyll server. See [the Poole usage guidelines](https://github.com/poole/poole#usage) for how to install and use Jekyll.
+
+
+## Options
+
+Hyde includes some customizable options, typically applied via classes on the `` element.
+
+
+### Sidebar menu
+
+Create a list of nav links in the sidebar by assigning each Jekyll page the correct layout in the page's [front-matter](http://jekyllrb.com/docs/frontmatter/).
+
+```
+---
+layout: page
+title: About
+---
+```
+
+**Why require a specific layout?** Jekyll will return *all* pages, including the `atom.xml`, and with an alphabetical sort order. To ensure the first link is *Home*, we exclude the `index.html` page from this list by specifying the `page` layout.
+
+
+### Sticky sidebar content
+
+By default Hyde ships with a sidebar that affixes it's content to the bottom of the sidebar. You can optionally disabled this by removing the `.sidebar-sticky` class from the sidebar's `.container`. Sidebar content will then normally flow from top to bottom.
+
+```html
+
+
+
+ ...
+
+
+
+
+
+
+ ...
+
+
+```
+
+
+### Themes
+
+Hyde ships with eight optional themes based on the [base16 color scheme](https://github.com/chriskempson/base16). Apply a theme to change the color scheme (mostly applies to sidebar and links).
+
+![Hyde in red](https://f.cloud.github.com/assets/98681/1831229/42b0b354-7384-11e3-8462-31b8df193fe5.png)
+
+There are eight themes available at this time.
+
+![Hyde theme classes](https://f.cloud.github.com/assets/98681/1817044/e5b0ec06-6f68-11e3-83d7-acd1942797a1.png)
+
+To use a theme, add anyone of the available theme classes to the `` element in the `default.html` layout, like so:
+
+```html
+
+ ...
+
+```
+
+To create your own theme, look to the Themes section of [included CSS file](https://github.com/poole/hyde/blob/master/public/css/hyde.css). Copy any existing theme (they're only a few lines of CSS), rename it, and change the provided colors.
+
+### Reverse layout
+
+![Hyde with reverse layout](https://f.cloud.github.com/assets/98681/1831230/42b0d3ac-7384-11e3-8d54-2065afd03f9e.png)
+
+Hyde's page orientation can be reversed with a single class.
+
+```html
+
+ ...
+
+```
+
+
+## Development
+
+Hyde has two branches, but only one is used for active development.
+
+- `master` for development. **All pull requests should be to submitted against `master`.**
+- `gh-pages` for our hosted site, which includes our analytics tracking code. **Please avoid using this branch.**
+
+
+## Author
+
+**Mark Otto**
+-
+-
+
+
+## License
+
+Open sourced under the [MIT license](LICENSE.md).
+
+<3
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..a16e5f1
--- /dev/null
+++ b/README.md
@@ -0,0 +1,16 @@
+This is the website for the [GAP days](http://gapdays.coxeter.de/).
+
+It is based on [Jekyll](http://jekyllrb.com/), a static website generator,
+and the [hyde](https://github.com/poole/hyde/) template.
+
+If you want to test site on your own machine, first install Jekyll (as
+described on its website), then do this:
+```
+ git clone https://github.com/gapdays/gapdays2015-fall
+ jekyll serve -w
+```
+Now open a browser on http://localhost:4000/ to see a live preview
+of the site.
+
+
+Max Horn , January 2015
diff --git a/START b/START
new file mode 100755
index 0000000..e6df4c8
--- /dev/null
+++ b/START
@@ -0,0 +1 @@
+jekyll serve -w
diff --git a/_config.yml b/_config.yml
new file mode 100644
index 0000000..fc1e4a2
--- /dev/null
+++ b/_config.yml
@@ -0,0 +1,18 @@
+# Dependencies
+markdown: redcarpet
+highlighter: pygments
+
+# Permalinks
+permalink: pretty
+
+# Setup
+title: 'GAP Days 2015, Fall'
+tagline: 'A GAP school'
+description: 'School: September 14-18 + Coding sprint: September 19-23, 2015'
+location: 'NTNU Trondheim'
+url: http://gapdays.coxeter.de
+baseurl: /gapdays2015-fall
+
+
+exclude: [ "program.aux", "program.log", "program.out", "program.tex", "misc" ]
+include: [ "program.pdf" ]
diff --git a/_data/emails_of_participants.txt b/_data/emails_of_participants.txt
new file mode 100644
index 0000000..671c424
--- /dev/null
+++ b/_data/emails_of_participants.txt
@@ -0,0 +1,7 @@
+mohamed.barakat@rwth-aachen.de
+sebastian.gutsche@rwth-aachen.de
+Max.Horn@math.uni-giessen.de
+markus.pfeiffer@morphism.de
+oyvind.solberg@math.ntnu.no
+oysteini@math.ntnu.no
+Sebastian.Posur@rwth-aachen.de
diff --git a/_data/feedback.yml b/_data/feedback.yml
new file mode 100644
index 0000000..e69de29
diff --git a/_data/participants.yml b/_data/participants.yml
new file mode 100644
index 0000000..1832dbd
--- /dev/null
+++ b/_data/participants.yml
@@ -0,0 +1,20 @@
+- name: Mohamed Barakat
+ affiliation: RWTH Aachen University
+
+- name: Sebastian Gutsche
+ affiliation: TU Kaiserslautern
+
+- name: Max Horn
+ affiliation: JLU Gießen
+
+- name: Markus Pfeiffer
+ affiliation: University of St Andrews
+
+- name: Øystein Skartsæterhagen
+ affiliation: NTNU Trondheim
+
+- name: Øyvind Solberg
+ affiliation: NTNU Trondheim
+
+- name: Sebastian Posur
+ affiliation: RWTH Aachen University
diff --git a/_includes/head.html b/_includes/head.html
new file mode 100644
index 0000000..3a33293
--- /dev/null
+++ b/_includes/head.html
@@ -0,0 +1,41 @@
+
+
+
+
+
+
+
+
+
+ {% if page.title == "Home" %}
+ {{ site.title }} · {{ site.tagline }}
+ {% else %}
+ {{ page.title }} · {{ site.title }}
+ {% endif %}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/_includes/sidebar.html b/_includes/sidebar.html
new file mode 100644
index 0000000..ab3ee50
--- /dev/null
+++ b/_includes/sidebar.html
@@ -0,0 +1,41 @@
+
diff --git a/favicon.ico b/favicon.ico
new file mode 100644
index 0000000..55e7241
Binary files /dev/null and b/favicon.ico differ
diff --git a/index.md b/index.md
new file mode 100644
index 0000000..998ce36
--- /dev/null
+++ b/index.md
@@ -0,0 +1,72 @@
+---
+layout: default
+title: Home
+---
+
+# Third [GAP](http://www.gap-system.org/) Days
+## {{ site.description }}, {{ site.location }}
+
+The first week of the 3rd GAP Days is a school on representation
+theory of algebras and homological algebra in GAP. The talks
+will provide a general introduction to programming in GAP,
+QPA (Quiver and Path Algebras), and homalg/CAP
+(homological algebra and category theory in GAP).
+
+The school will be followed by a coding sprint to mutally integrate
+the QPA and homalg/CAP. It will end on Wednesday the 23rd at 13:00.
+
+
+{% comment %}
+
+#### GAP Days in general
+
+[GAP](http://www.gap-system.org/) Days are meetings where developers and users
+with GAP programming experience are invited to influence the future
+development of GAP by initiating and contributing to discussions and coding
+sprints. As enough GAP experts will be around for technical support, the
+meetings usually offer good opportunities for people to work on their own
+packages. To streamline each meeting the organizers will usually suggest a few
+main topics to work on during the week.
+
+The meetings are also suitable for advertising recent developments in core GAP
+and packages via short talks. However, the focus of the meeting is on code
+development, with talks only playing a minor role. At the end of the week, we
+would be happy to hear about any progress you made.
+
+{% endcomment %}
+
+## Registering and stay
+
+If you would like to attend, please [register]({{ site.baseurl }}/registration). This helps us
+with planning the workshop. If you need financial support, please
+register before 1st of August.
+
+The workshop will take place at the NTNU Trondheim. Information about the
+exact location and information about hotels
+can be found on [the location page]({{ site.baseurl }}/location).
+
+## Contact
+
+If you have questions or suggestions, please contact the organizers:
+
+* [Øyvind Solberg](mailto:oyvind.solberg@math.ntnu.no) (local organizer)
+* [Mohamed Barakat](mailto:mohamed.barakat@rwth-aachen.de)
+* [Max Horn](mailto:max.horn@math.uni-giessen.de)
+
+
+## Sponsors
+
+This workshop is supported by the NTNU Trondheim.
+
+## Previous GAP Days
+
+
+
+
diff --git a/location.md b/location.md
new file mode 100644
index 0000000..4087ee0
--- /dev/null
+++ b/location.md
@@ -0,0 +1,14 @@
+---
+layout: page
+title: Location
+---
+
+The third GAP days will take place at the [Department of Mathematical Sciences](http://www.ntnu.edu/imf),
+[Street name 99, building, room ???] (https://www.google.de/maps/place/Technisch-Naturwissenschaftliche+Universität+Norwegens/@63.4163247,10.4036534,16z/data=!4m2!3m1!1s0x466d31bfd8c0937f:0xb4fde91ca281978b) in N-7491 Trondheim.
+
+You can find the organizers in rooms ??? and ???.
+
+
+
Accommodation
+
+All participants will be accommodated in [XXX](http://XXX)
diff --git a/misc/badges.tex b/misc/badges.tex
new file mode 100644
index 0000000..c1ef7af
--- /dev/null
+++ b/misc/badges.tex
@@ -0,0 +1,77 @@
+%%%%
+%
+% ticket.sty example file for a pin for conferences
+%
+%%%%
+% use the corresponding paper size for your ticket definition
+\documentclass[a4paper,10pt]{letter}
+
+\usepackage[latin1]{inputenc}
+
+% load ticket.sty with the appropriate ticket definition
+\usepackage[zw32010,crossmark]{ticket}
+
+\unitlength=1mm
+
+%% adjust for your printer
+\hoffset=-14.3mm
+\voffset=-9.2mm
+
+\ticketNumbers{2}{5}
+
+\ticketSize{90}{54} % in unitlength
+\ticketDistance{9.8}{0} %in unitlength
+
+
+
+% load misc stuff
+\usepackage{graphicx}
+
+% make your default ticket. \ticketdefault is somewhat like a background
+\renewcommand{\ticketdefault}{%
+% \put(50, 3){\includegraphics[width=15mm]{ifmlogoc}}
+ \put( 5, 13){\line(1,0){80}}
+ \put( 7, 9){GAP Days 2014, August 25-29}
+% \put( 7, 10){\scriptsize Animal annual meeting (AAM)}
+% \put( 7, 7){\scriptsize In the gardens}
+% \put( 7, 4){\scriptsize April 1, 2000}
+}
+
+% now what do you like to put in your ticket
+\newcommand{\confpin}[2]{\ticket{%
+ \put(45,36){\makebox[0mm]{\bfseries\huge #1}}
+ \put(45,28){\makebox[0mm]{\bfseries\large #2}}%
+}}
+
+
+%% the pins for the partipiciants ... ;-)
+%% you can generate this part from a database!
+\begin{document}
+\sffamily
+\confpin{Benjamin Assarf}{TU Berlin}
+\confpin{Mohamed Barakat}{KU Eichstätt-Ingolstadt}
+\confpin{Reimer Behrends}{TU Kaiserslautern}
+\confpin{Martin Bies}{ITP Heidelberg}
+\confpin{Thomas Breuer}{RWTH Aachen University}
+\confpin{Manuel Delgado}{University of Porto}
+\confpin{Pedro A. García-Sánchez}{Universidad de Granada}
+\confpin{Sebastian Gutsche}{TU Kaiserslautern}
+\confpin{Johannes Hahn}{FSU Jena}
+\confpin{Max Horn}{JLU Gießen}
+\confpin{Christopher Jefferson}{University of St Andrews}
+\confpin{Delaram Kahrobaei}{City University of New York}
+\confpin{Stefan Kohl}{}
+\confpin{Alexander Konovalov}{University of St Andrews}
+\confpin{Lukas Kühne}{TU Kaiserslautern}
+\confpin{Samuel Lelièvre}{Université Paris-Sud}
+\confpin{Steve Linton}{University of St Andrews}
+\confpin{Benjamin Lorenz}{TU Berlin}
+\confpin{Frank Lübeck}{RWTH Aachen University}
+\confpin{Hebert Pérez-Rosés}{University of Lleida}
+\confpin{Markus Pfeiffer}{University of St Andrews}
+\confpin{Sebastian Posur}{RWTH Aachen University}
+\confpin{Hans Schoenemann}{TU Kaiserslautern}
+\confpin{Christof Söger}{Universität Osnabrück}
+\confpin{Leonard Soicher}{Queen Mary University of London}
+\confpin{Vinay Wagh}{IIT Guwahati, India}
+\end{document}
diff --git a/participants.md b/participants.md
new file mode 100644
index 0000000..960e7f9
--- /dev/null
+++ b/participants.md
@@ -0,0 +1,34 @@
+---
+layout: page
+title: Participants
+---
+
+
+{% for p in site.data.participants %}
+