diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..00dd1a5 --- /dev/null +++ b/.gitignore @@ -0,0 +1,16 @@ +.jekyll-cache/ +_site + +*.aux +*.dvi +*.fdb_latexmk +*.fls +*.idx +*.ilg +*.ind +*.log +*.out +*.synctex.gz +*.synctex.gz(busy) +*.thm +*.toc diff --git a/404.html b/404.html new file mode 100644 index 0000000..9703ba8 --- /dev/null +++ b/404.html @@ -0,0 +1,10 @@ +--- +layout: default +title: "404: Page not found" +permalink: 404.html +--- + +
+

404: Page not found

+

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/Gemfile b/Gemfile new file mode 100644 index 0000000..e7b2261 --- /dev/null +++ b/Gemfile @@ -0,0 +1,27 @@ +source "https://rubygems.org" + +# Hello! This is where you manage which Jekyll version is used to run. +# When you want to use a different version, change it below, save the +# file and run `bundle install`. Run Jekyll with `bundle exec`, like so: +# +# bundle exec jekyll serve +# +# This will help ensure the proper Jekyll version is running. +# Happy Jekylling! +# +#gem "jekyll", "~> 4.2.0" + +# This is the default theme for new Jekyll sites. You may change this to anything you like. +#gem "minima", "~> 2.0" + +# If you want to use GitHub Pages, remove the "gem "jekyll"" above and +# uncomment the line below. To upgrade, run `bundle update github-pages`. +gem "github-pages", group: :jekyll_plugins + +# If you have any plugins, put them here! +group :jekyll_plugins do + gem "jekyll-feed", "~> 0.6" + gem "jekyll-paginate", "~> 1.1.0" +end + +gem "webrick", "~> 1.7" diff --git a/Gemfile.lock b/Gemfile.lock new file mode 100644 index 0000000..1da029e --- /dev/null +++ b/Gemfile.lock @@ -0,0 +1,262 @@ +GEM + remote: https://rubygems.org/ + specs: + activesupport (7.0.7.2) + concurrent-ruby (~> 1.0, >= 1.0.2) + i18n (>= 1.6, < 2) + minitest (>= 5.1) + tzinfo (~> 2.0) + addressable (2.8.5) + public_suffix (>= 2.0.2, < 6.0) + coffee-script (2.4.1) + coffee-script-source + execjs + coffee-script-source (1.11.1) + colorator (1.1.0) + commonmarker (0.23.10) + concurrent-ruby (1.2.2) + dnsruby (1.70.0) + simpleidn (~> 0.2.1) + em-websocket (0.5.3) + eventmachine (>= 0.12.9) + http_parser.rb (~> 0) + ethon (0.16.0) + ffi (>= 1.15.0) + eventmachine (1.2.7) + execjs (2.8.1) + faraday (2.7.10) + faraday-net_http (>= 2.0, < 3.1) + ruby2_keywords (>= 0.0.4) + faraday-net_http (3.0.2) + ffi (1.15.5) + forwardable-extended (2.6.0) + gemoji (3.0.1) + github-pages (228) + github-pages-health-check (= 1.17.9) + jekyll (= 3.9.3) + jekyll-avatar (= 0.7.0) + jekyll-coffeescript (= 1.1.1) + jekyll-commonmark-ghpages (= 0.4.0) + jekyll-default-layout (= 0.1.4) + jekyll-feed (= 0.15.1) + jekyll-gist (= 1.5.0) + jekyll-github-metadata (= 2.13.0) + jekyll-include-cache (= 0.2.1) + jekyll-mentions (= 1.6.0) + jekyll-optional-front-matter (= 0.3.2) + jekyll-paginate (= 1.1.0) + jekyll-readme-index (= 0.3.0) + jekyll-redirect-from (= 0.16.0) + jekyll-relative-links (= 0.6.1) + jekyll-remote-theme (= 0.4.3) + jekyll-sass-converter (= 1.5.2) + jekyll-seo-tag (= 2.8.0) + jekyll-sitemap (= 1.4.0) + jekyll-swiss (= 1.0.0) + jekyll-theme-architect (= 0.2.0) + jekyll-theme-cayman (= 0.2.0) + jekyll-theme-dinky (= 0.2.0) + jekyll-theme-hacker (= 0.2.0) + jekyll-theme-leap-day (= 0.2.0) + jekyll-theme-merlot (= 0.2.0) + jekyll-theme-midnight (= 0.2.0) + jekyll-theme-minimal (= 0.2.0) + jekyll-theme-modernist (= 0.2.0) + jekyll-theme-primer (= 0.6.0) + jekyll-theme-slate (= 0.2.0) + jekyll-theme-tactile (= 0.2.0) + jekyll-theme-time-machine (= 0.2.0) + jekyll-titles-from-headings (= 0.5.3) + jemoji (= 0.12.0) + kramdown (= 2.3.2) + kramdown-parser-gfm (= 1.1.0) + liquid (= 4.0.4) + mercenary (~> 0.3) + minima (= 2.5.1) + nokogiri (>= 1.13.6, < 2.0) + rouge (= 3.26.0) + terminal-table (~> 1.4) + github-pages-health-check (1.17.9) + addressable (~> 2.3) + dnsruby (~> 1.60) + octokit (~> 4.0) + public_suffix (>= 3.0, < 5.0) + typhoeus (~> 1.3) + html-pipeline (2.14.3) + activesupport (>= 2) + nokogiri (>= 1.4) + http_parser.rb (0.8.0) + i18n (1.14.1) + concurrent-ruby (~> 1.0) + jekyll (3.9.3) + addressable (~> 2.4) + colorator (~> 1.0) + em-websocket (~> 0.5) + i18n (>= 0.7, < 2) + jekyll-sass-converter (~> 1.0) + jekyll-watch (~> 2.0) + kramdown (>= 1.17, < 3) + liquid (~> 4.0) + mercenary (~> 0.3.3) + pathutil (~> 0.9) + rouge (>= 1.7, < 4) + safe_yaml (~> 1.0) + jekyll-avatar (0.7.0) + jekyll (>= 3.0, < 5.0) + jekyll-coffeescript (1.1.1) + coffee-script (~> 2.2) + coffee-script-source (~> 1.11.1) + jekyll-commonmark (1.4.0) + commonmarker (~> 0.22) + jekyll-commonmark-ghpages (0.4.0) + commonmarker (~> 0.23.7) + jekyll (~> 3.9.0) + jekyll-commonmark (~> 1.4.0) + rouge (>= 2.0, < 5.0) + jekyll-default-layout (0.1.4) + jekyll (~> 3.0) + jekyll-feed (0.15.1) + jekyll (>= 3.7, < 5.0) + jekyll-gist (1.5.0) + octokit (~> 4.2) + jekyll-github-metadata (2.13.0) + jekyll (>= 3.4, < 5.0) + octokit (~> 4.0, != 4.4.0) + jekyll-include-cache (0.2.1) + jekyll (>= 3.7, < 5.0) + jekyll-mentions (1.6.0) + html-pipeline (~> 2.3) + jekyll (>= 3.7, < 5.0) + jekyll-optional-front-matter (0.3.2) + jekyll (>= 3.0, < 5.0) + jekyll-paginate (1.1.0) + jekyll-readme-index (0.3.0) + jekyll (>= 3.0, < 5.0) + jekyll-redirect-from (0.16.0) + jekyll (>= 3.3, < 5.0) + jekyll-relative-links (0.6.1) + jekyll (>= 3.3, < 5.0) + jekyll-remote-theme (0.4.3) + addressable (~> 2.0) + jekyll (>= 3.5, < 5.0) + jekyll-sass-converter (>= 1.0, <= 3.0.0, != 2.0.0) + rubyzip (>= 1.3.0, < 3.0) + jekyll-sass-converter (1.5.2) + sass (~> 3.4) + jekyll-seo-tag (2.8.0) + jekyll (>= 3.8, < 5.0) + jekyll-sitemap (1.4.0) + jekyll (>= 3.7, < 5.0) + jekyll-swiss (1.0.0) + jekyll-theme-architect (0.2.0) + jekyll (> 3.5, < 5.0) + jekyll-seo-tag (~> 2.0) + jekyll-theme-cayman (0.2.0) + jekyll (> 3.5, < 5.0) + jekyll-seo-tag (~> 2.0) + jekyll-theme-dinky (0.2.0) + jekyll (> 3.5, < 5.0) + jekyll-seo-tag (~> 2.0) + jekyll-theme-hacker (0.2.0) + jekyll (> 3.5, < 5.0) + jekyll-seo-tag (~> 2.0) + jekyll-theme-leap-day (0.2.0) + jekyll (> 3.5, < 5.0) + jekyll-seo-tag (~> 2.0) + jekyll-theme-merlot (0.2.0) + jekyll (> 3.5, < 5.0) + jekyll-seo-tag (~> 2.0) + jekyll-theme-midnight (0.2.0) + jekyll (> 3.5, < 5.0) + jekyll-seo-tag (~> 2.0) + jekyll-theme-minimal (0.2.0) + jekyll (> 3.5, < 5.0) + jekyll-seo-tag (~> 2.0) + jekyll-theme-modernist (0.2.0) + jekyll (> 3.5, < 5.0) + jekyll-seo-tag (~> 2.0) + jekyll-theme-primer (0.6.0) + jekyll (> 3.5, < 5.0) + jekyll-github-metadata (~> 2.9) + jekyll-seo-tag (~> 2.0) + jekyll-theme-slate (0.2.0) + jekyll (> 3.5, < 5.0) + jekyll-seo-tag (~> 2.0) + jekyll-theme-tactile (0.2.0) + jekyll (> 3.5, < 5.0) + jekyll-seo-tag (~> 2.0) + jekyll-theme-time-machine (0.2.0) + jekyll (> 3.5, < 5.0) + jekyll-seo-tag (~> 2.0) + jekyll-titles-from-headings (0.5.3) + jekyll (>= 3.3, < 5.0) + jekyll-watch (2.2.1) + listen (~> 3.0) + jemoji (0.12.0) + gemoji (~> 3.0) + html-pipeline (~> 2.2) + jekyll (>= 3.0, < 5.0) + kramdown (2.3.2) + rexml + kramdown-parser-gfm (1.1.0) + kramdown (~> 2.0) + liquid (4.0.4) + listen (3.8.0) + rb-fsevent (~> 0.10, >= 0.10.3) + rb-inotify (~> 0.9, >= 0.9.10) + mercenary (0.3.6) + minima (2.5.1) + jekyll (>= 3.5, < 5.0) + jekyll-feed (~> 0.9) + jekyll-seo-tag (~> 2.1) + minitest (5.19.0) + nokogiri (1.15.4-arm64-darwin) + racc (~> 1.4) + octokit (4.25.1) + faraday (>= 1, < 3) + sawyer (~> 0.9) + pathutil (0.16.2) + forwardable-extended (~> 2.6) + public_suffix (4.0.7) + racc (1.7.1) + rb-fsevent (0.11.2) + rb-inotify (0.10.1) + ffi (~> 1.0) + rexml (3.2.6) + rouge (3.26.0) + ruby2_keywords (0.0.5) + rubyzip (2.3.2) + safe_yaml (1.0.5) + sass (3.7.4) + sass-listen (~> 4.0.0) + sass-listen (4.0.0) + rb-fsevent (~> 0.9, >= 0.9.4) + rb-inotify (~> 0.9, >= 0.9.7) + sawyer (0.9.2) + addressable (>= 2.3.5) + faraday (>= 0.17.3, < 3) + simpleidn (0.2.1) + unf (~> 0.1.4) + terminal-table (1.8.0) + unicode-display_width (~> 1.1, >= 1.1.1) + typhoeus (1.4.0) + ethon (>= 0.9.0) + tzinfo (2.0.6) + concurrent-ruby (~> 1.0) + unf (0.1.4) + unf_ext + unf_ext (0.0.8.2) + unicode-display_width (1.8.0) + webrick (1.8.1) + +PLATFORMS + arm64-darwin-21 + +DEPENDENCIES + github-pages + jekyll-feed (~> 0.6) + jekyll-paginate (~> 1.1.0) + webrick (~> 1.7) + +BUNDLED WITH + 2.3.3 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..a574bef --- /dev/null +++ b/README.md @@ -0,0 +1,56 @@ +This is the website for the [GAP days](https://www.gapdays.de/gapdays2024-spring). + +It is based on [Jekyll](https://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/gapdays2024-spring + cd gapdays2024-spring + jekyll serve -w +``` +Now open a browser on http://localhost:4000/ to see a live preview +of the site. + +== Steps for new GAP Days + +To create a website for a new GAP Days event, follow roughly the following +steps: + +1. Copy the data of the previous GAP Days into a new repository. + Add that repository under a suitable name at https://github.com/gapdays + +2. Edit all relevant files; at the very least do the following: + - _config.yml: update baseurl to match the name of the repository at github. + - index.md + - location.md + - registration.html + - the "registration_open" entry at the top can be used to + enable / disable registration + - Update the "form_api_token" value at the + top of the file. See https://getsimpleform.com for more + information. (Note that notification emails for new + registrations are sent to a single email address. So I + recommend setting up an address that can deliver to multiple people.) + - Also update the "email" field at the top + - edit the available arrival/departure date options in the form + - edit the rest of the page suitably + - participants.md + - This contains the list of participants, in [YAML](https://en.wikipedia.org/wiki/YAML) + format. Basic entries look like this: + + - name: John Doe + affiliation: University of Nowhere + + Entries can be followed by links, e.g. to slides, other PDFs, etc. + + - name: John Doe + affiliation: University of Nowhere + links: + "slides": http://bit.ly/gap-worksheets2015 + "photo": ../photo/john_doe.jpg + + +3. Optionally, edit program.tex, run pdflatex on it, and add the resulting + PDF. Or, if you don't want to use it, just remove both the .tex and .pdf diff --git a/TODO.md b/TODO.md new file mode 100644 index 0000000..5672d99 --- /dev/null +++ b/TODO.md @@ -0,0 +1,14 @@ +# TODO + +- group photo + - [ ] make it on 2nd or 3rd day (put into plan) + - [ ] upload to website (participants list?) +- conference dinner + - when (Wednesday) + - where? + - reserve a table -> depends on how many people come +- daily lunch plan +- hotel booking +- financial assistance + + diff --git a/_config.yml b/_config.yml new file mode 100644 index 0000000..f9a7b94 --- /dev/null +++ b/_config.yml @@ -0,0 +1,25 @@ +# Dependencies +markdown: kramdown +highlighter: rouge + +# Permalinks +permalink: pretty + +# Setup +title: 'GAP Days Spring 2024' +tagline: 'A workshop for GAP developers and users' +description: '11th to 15th Mach 2024' +location: 'University of Kaiserslautern-Landau' +url: https://www.gapdays.de +baseurl: /gapdays2024-spring +email: mhorn@rptu.de #gapdays2024-spring@gapdays.de + +exclude: + - "LICENSE.hyde.md" + - "README.hyde.md" + - "TODO.md" + - "program.aux" + - "program.log" + - "program.out" + - "program.tex" + - "misc" diff --git a/_includes/head.html b/_includes/head.html new file mode 100644 index 0000000..887ee7d --- /dev/null +++ b/_includes/head.html @@ -0,0 +1,41 @@ + + + + + + + + + {% if page.title == "Home" %} + {{ site.title | strip_html }} · {{ site.tagline }} + {% else %} + {{ page.title }} · {{ site.title | strip_html }} + {% endif %} + + + + + + + + + + + + + + + + + diff --git a/_includes/sidebar.html b/_includes/sidebar.html new file mode 100644 index 0000000..e8c8ed4 --- /dev/null +++ b/_includes/sidebar.html @@ -0,0 +1,35 @@ + diff --git a/_layouts/default.html b/_layouts/default.html new file mode 100644 index 0000000..5d24672 --- /dev/null +++ b/_layouts/default.html @@ -0,0 +1,15 @@ + + + + {% include head.html %} + + + + {% include sidebar.html %} + +
+ {{ content }} +
+ + + diff --git a/_layouts/page.html b/_layouts/page.html new file mode 100644 index 0000000..4e0d4eb --- /dev/null +++ b/_layouts/page.html @@ -0,0 +1,8 @@ +--- +layout: default +--- + +
+

{{ page.title }}

+ {{ content }} +
diff --git a/_layouts/post.html b/_layouts/post.html new file mode 100644 index 0000000..2a6c7c1 --- /dev/null +++ b/_layouts/post.html @@ -0,0 +1,25 @@ +--- +layout: default +--- + +
+

{{ page.title }}

+ + {{ content }} +
+ + diff --git a/index.md b/index.md new file mode 100644 index 0000000..4fdde53 --- /dev/null +++ b/index.md @@ -0,0 +1,68 @@ +--- +layout: default +title: Home +--- + +# {{ site.title }} + +## {{ site.description }}
{{ site.location }} + +## GAP Days in general + +[GAP](https://www.gap-system.org/) Days are meetings where developers and users +with GAP programming experience are invited to discuss, influence, and +contribute to the future development of GAP. To streamline each meeting, the +organisers usually suggest a few main topics to work on during the week. + +The meetings are also suitable for advertising recent developments in GAP +itself, and its packages, via short talks. However, the focus of the meetings +is on development, with talks playing only a minor role. As enough GAP experts +will be around for advice and technical support, the meetings offer particularly +good opportunities for people to work on their own packages. At the end of the +week, we would be happy to hear about any progress you made. + +Please visit [gapdays.de](https://www.gapdays.de) for a list of all GAP Days. + +HackMD for the {{ site.title }} [HackMD](https://hackmd.io/e8lkzGISSRqoDscXa92uyw). + +## {{ site.title }} + + + +The schedule can be found on [the program page]({{ site.baseurl }}/program). + +We will also include a small number of talks during the GAP Days about GAP itself. +If there is a particular topic in this area that +you would like to talk about, then please include details in the comment +box at registration, or email us later. + +We warmly invite all people interested with +little knowledge of the insides of GAP to join in as well: this includes undergraduate +students, PhD students, post-docs, and more experienced mathematicians. You will +be able to meet us and each other, and learn about GAP development and +algorithmic group theory in a relaxed and friendly atmosphere. + + +{{site.title}} is organised by + +* [Max Horn](https://www.quendi.de/en/math) + + +## Registration + +{{site.title}} will take place at {{ site.location }}. +Information about the exact location can be found on [the location page]({{ site.baseurl }}/location). +For registration use the form on [the registration page]({{ site.baseurl }}/registration). + +## Sponsors + +This workshop is supported by [SFB-TRR 195](https://www.computeralgebra.de/sfb/) - Symbolic Tools in Mathematics and their Application. + +## Contact + +If you have questions or suggestions, then please contact the organisers by +email via [{{site.email}}](mailto:{{site.email}}). diff --git a/location.md b/location.md new file mode 100644 index 0000000..1769206 --- /dev/null +++ b/location.md @@ -0,0 +1,37 @@ +--- +layout: page +title: Location +--- +These GAP Days will take place in [Kaiserslautern](https://www.kaiserslautern.de). + +## Address + + +Gottlieb-Daimler-Straße 48
+67663 Kaiserslautern
+Germany
+ +More details (e.g. which rooms we will be using exactly) will follow soon. + + + + + +## Virtual locations + +In addition, we may use: +- The [GAP Slack rooms](https://gap-system.slack.com) for discussions -- requires + an invitation to join; we will send those to all registered participants. +- [HackMD](https://hackmd.io) for collaborative writing / editing +- [GitHub](https://github.com) for editing the GAP code/website/package distribution/etc. + +See [the preparation page]({{ site.baseurl }}/preparation) for more information! diff --git a/participants.md b/participants.md new file mode 100644 index 0000000..d8856b9 --- /dev/null +++ b/participants.md @@ -0,0 +1,41 @@ +--- +layout: page +title: Participants +participants: + - name: Max Horn + affiliation: RPTU Kaiserslautern-Landau, Germany + links: + "GitHub: fingolfin": https://github.com/fingolfin + +--- + +
    {% assign participants = page.participants | sort: "name" %} +{% for p in participants %} +
  1. + {{ p.name }} + {% if p.affiliation != null %} ({{ p.affiliation }}){% endif %} + {% if p.links != null %} + {% for item in p.links %} + ({{ item[0] }}) + {% endfor %} + {% endif %} +
    + {% if p.talk != null %} Talk: {{ p.talk }}{% endif %} +
  2. +{% endfor %} +
+ +{% if site.data.feedback.size > 0 %} + + + +{% endif %} diff --git a/preparation.md b/preparation.md new file mode 100644 index 0000000..8e1ce44 --- /dev/null +++ b/preparation.md @@ -0,0 +1,33 @@ +--- +layout: page +title: Preparation +--- +## Preparations before GAP Days + +In preparation for these GAP Days please get your resources up to date. +Please note that this list will be updated on the go, as we find more things that need to be prepared. + +- make sure you have a [GitHub account](https://github.com) (they are free) +- make sure you can log in to [HackMD.io](https://hackmd.io), e.g. via your GitHub account +- get/check access to the [gap-system slack](https://gap-system.slack.com), in which there is a dedicated GAP Days channel. + If you do not have access to this slack you can [email us](mailto:{{site.email}}) and we will invite you. + All registered participants will be sent an invite link. + +- You should have a recent version of GAP installed (4.12 or a development version built from the master branch) + + + + + diff --git a/program.md b/program.md new file mode 100644 index 0000000..3d0b00e --- /dev/null +++ b/program.md @@ -0,0 +1,61 @@ +--- +layout: page +title: Program +--- + + +* __Start:__ Monday 16th October 2023 +* __Finish:__ Friday 20th October 2023 + +## Detailed schedule + +We will open with a meeting at 10:00 on Monday to coordinate plans for the week, +and follow a pattern of "Standups" each day at around 9:00 and 16:30, to +communicate what we plan to work on, and what we have worked on, respectively. +We will close the meeting at around 15:00 on Friday. + +This schedule is preliminary. Additional events will be added soon. + + +- **Monday** + - 10:00: **Opening of the GAP Days** + - 10:20 - 10:50: Setup Session + - ... + - 16:30: Stand-up meeting + + +- **Tuesday** + - 09:00: Planning the day + - ... + - 12:00: Lunch break + - 13:20: Group photo (please be there) + - 13:00 - 16:30: Work session + - 16:30: Stand-up meeting + +- **Wednesday** + - 09:00: Planning the day + - ... + - 12:00: Lunch break + - 13:00 - 16:30: Work session + - 16:30: Stand-up meeting + - 19:00: Conference Dinner + +- **Thursday** + - 09:00: Planning the day + - ... + - 12:00: Lunch break + - 13:00 - 16:30: Work session + - 16:30: Stand-up meeting + +- **Friday** + - 9:00 - 9:15: Stand-up meeting + - 9:15 - 11:40: Work session + - 11:40 - 12:00: Time for Feedback + - 12:00: Lunch + - 13:00 - 15:00: Work session + - 15:00: **Closing of the GAP Days** + + +## Topics and projects + +TBA diff --git a/public/css/fonts.css b/public/css/fonts.css new file mode 100644 index 0000000..febb7f8 --- /dev/null +++ b/public/css/fonts.css @@ -0,0 +1,68 @@ +/* generated via https://google-webfonts-helper.herokuapp.com/fonts */ + +/* abril-fatface-regular - latin */ +@font-face { + font-family: 'Abril Fatface'; + font-style: normal; + font-weight: 400; + src: url('../fonts/abril-fatface-v18-latin-regular.eot'); /* IE9 Compat Modes */ + src: local(''), + url('../fonts/abril-fatface-v18-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ + url('../fonts/abril-fatface-v18-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ + url('../fonts/abril-fatface-v18-latin-regular.woff') format('woff'), /* Modern Browsers */ + url('../fonts/abril-fatface-v18-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ + url('../fonts/abril-fatface-v18-latin-regular.svg#AbrilFatface') format('svg'); /* Legacy iOS */ +} + +/* pt-sans-regular - latin */ +@font-face { + font-family: 'PT Sans'; + font-style: normal; + font-weight: 400; + src: url('../fonts/pt-sans-v16-latin-regular.eot'); /* IE9 Compat Modes */ + src: local(''), + url('../fonts/pt-sans-v16-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ + url('../fonts/pt-sans-v16-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ + url('../fonts/pt-sans-v16-latin-regular.woff') format('woff'), /* Modern Browsers */ + url('../fonts/pt-sans-v16-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ + url('../fonts/pt-sans-v16-latin-regular.svg#PTSans') format('svg'); /* Legacy iOS */ +} +/* pt-sans-italic - latin */ +@font-face { + font-family: 'PT Sans'; + font-style: italic; + font-weight: 400; + src: url('../fonts/pt-sans-v16-latin-italic.eot'); /* IE9 Compat Modes */ + src: local(''), + url('../fonts/pt-sans-v16-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ + url('../fonts/pt-sans-v16-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */ + url('../fonts/pt-sans-v16-latin-italic.woff') format('woff'), /* Modern Browsers */ + url('../fonts/pt-sans-v16-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */ + url('../fonts/pt-sans-v16-latin-italic.svg#PTSans') format('svg'); /* Legacy iOS */ +} +/* pt-sans-700 - latin */ +@font-face { + font-family: 'PT Sans'; + font-style: normal; + font-weight: 700; + src: url('../fonts/pt-sans-v16-latin-700.eot'); /* IE9 Compat Modes */ + src: local(''), + url('../fonts/pt-sans-v16-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ + url('../fonts/pt-sans-v16-latin-700.woff2') format('woff2'), /* Super Modern Browsers */ + url('../fonts/pt-sans-v16-latin-700.woff') format('woff'), /* Modern Browsers */ + url('../fonts/pt-sans-v16-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */ + url('../fonts/pt-sans-v16-latin-700.svg#PTSans') format('svg'); /* Legacy iOS */ +} +/* pt-sans-700italic - latin */ +@font-face { + font-family: 'PT Sans'; + font-style: italic; + font-weight: 700; + src: url('../fonts/pt-sans-v16-latin-700italic.eot'); /* IE9 Compat Modes */ + src: local(''), + url('../fonts/pt-sans-v16-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ + url('../fonts/pt-sans-v16-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */ + url('../fonts/pt-sans-v16-latin-700italic.woff') format('woff'), /* Modern Browsers */ + url('../fonts/pt-sans-v16-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */ + url('../fonts/pt-sans-v16-latin-700italic.svg#PTSans') format('svg'); /* Legacy iOS */ +} diff --git a/public/css/forms.css b/public/css/forms.css new file mode 100644 index 0000000..cbdd6fc --- /dev/null +++ b/public/css/forms.css @@ -0,0 +1,16 @@ +.form-field { + padding-bottom: 1em; +} + +.form-field-req { + color: red; +} + +.form-field-title { + font-weight: bold; +} + +.form-field-description { + color: gray; + font-size: 85%; +} diff --git a/public/css/hyde.css b/public/css/hyde.css new file mode 100644 index 0000000..357a87b --- /dev/null +++ b/public/css/hyde.css @@ -0,0 +1,253 @@ +/* + * __ __ + * /\ \ /\ \ + * \ \ \___ __ __ \_\ \ __ + * \ \ _ `\/\ \/\ \ /'_` \ /'__`\ + * \ \ \ \ \ \ \_\ \/\ \_\ \/\ __/ + * \ \_\ \_\/`____ \ \___,_\ \____\ + * \/_/\/_/`/___/> \/__,_ /\/____/ + * /\___/ + * \/__/ + * + * Designed, built, and released under MIT license by @mdo. Learn more at + * https://github.com/poole/hyde. + */ + + +/* + * Contents + * + * Global resets + * Sidebar + * Container + * Reverse layout + * Themes + */ + + +/* + * Global resets + * + * Update the foundational and global aspects of the page. + */ + +html { + font-family: "PT Sans", Helvetica, Arial, sans-serif; +} +@media (min-width: 48em) { + html { + font-size: 16px; + } +} +@media (min-width: 58em) { + html { + font-size: 20px; + } +} + + +/* + * Sidebar + * + * Flexible banner for housing site name, intro, and "footer" content. Starts + * out above content in mobile and later moves to the side with wider viewports. + */ + +.sidebar { + text-align: center; + padding: 1.5rem 0.7rem; + color: rgba(255,255,255,.5); + background-color: #202020; +} +@media (min-width: 48em) { + .sidebar { + position: fixed; + top: 0; + left: 0; + bottom: 0; + width: 15rem; + text-align: left; + } +} + +/* Sidebar links */ +.sidebar a { + color: #fff; +} + +/* About section */ +.sidebar-about h1 { + color: #fff; + margin-top: 0; + font-family: "Abril Fatface", serif; + font-size: 2.25rem; +} + +/* Sidebar nav */ +.sidebar-nav { + margin-bottom: 1rem; +} +.sidebar-nav-item { + display: block; +} +a.sidebar-nav-item:hover, +a.sidebar-nav-item:focus { + text-decoration: underline; +} +.sidebar-nav-item.active { + font-weight: bold; +} +.sidebar-nav-item.minor { + color: rgba(255,255,255,.7); + font-size: 75%; +} + +/* Sticky sidebar + * + * Add the `sidebar-sticky` class to the sidebar's container to affix it the + * contents to the bottom of the sidebar in tablets and up. + */ + +@media (min-width: 48em) { + .sidebar-sticky { + position: absolute; + right: 1rem; + bottom: 1rem; + left: 1rem; + } +} + + +/* Container + * + * Align the contents of the site above the proper threshold with some margin-fu + * with a 25%-wide `.sidebar`. + */ + +.content { + padding-top: 4rem; + padding-bottom: 4rem; +} + +@media (min-width: 48em) { + .content { + max-width: 38rem; + margin-left: 17rem; + margin-right: 2rem; + } +} + +@media (min-width: 64em) { + .content { + margin-left: 19rem; + margin-right: 4rem; + } +} + + +/* + * Reverse layout + * + * Flip the orientation of the page by placing the `.sidebar` on the right. + */ + +@media (min-width: 48em) { + .layout-reverse .sidebar { + left: auto; + right: 0; + } + .layout-reverse .content { + margin-left: 2rem; + margin-right: 20rem; + } +} + +@media (min-width: 64em) { + .layout-reverse .content { + margin-left: 4rem; + margin-right: 22rem; + } +} + + + +/* + * Themes + * + * As of v1.1, Hyde includes optional themes to color the sidebar and links + * within blog posts. To use, add the class of your choosing to the `body`. + */ + +/* Base16 (http://chriskempson.github.io/base16/#default) */ + +/* Red */ +.theme-base-08 .sidebar { + background-color: #ac4142; +} +.theme-base-08 .content a, +.theme-base-08 .related-posts li a:hover { + color: #ac4142; +} + +/* Orange */ +.theme-base-09 .sidebar { + background-color: #d28445; +} +.theme-base-09 .content a, +.theme-base-09 .related-posts li a:hover { + color: #d28445; +} + +/* Yellow */ +.theme-base-0a .sidebar { + background-color: #f4bf75; +} +.theme-base-0a .content a, +.theme-base-0a .related-posts li a:hover { + color: #f4bf75; +} + +/* Green */ +.theme-base-0b .sidebar { + background-color: #90a959; +} +.theme-base-0b .content a, +.theme-base-0b .related-posts li a:hover { + color: #90a959; +} + +/* Cyan */ +.theme-base-0c .sidebar { + background-color: #75b5aa; +} +.theme-base-0c .content a, +.theme-base-0c .related-posts li a:hover { + color: #75b5aa; +} + +/* Blue */ +.theme-base-0d .sidebar { + background-color: #6a9fb5; +} +.theme-base-0d .content a, +.theme-base-0d .related-posts li a:hover { + color: #6a9fb5; +} + +/* Magenta */ +.theme-base-0e .sidebar { + background-color: #aa759f; +} +.theme-base-0e .content a, +.theme-base-0e .related-posts li a:hover { + color: #aa759f; +} + +/* Brown */ +.theme-base-0f .sidebar { + background-color: #8f5536; +} +.theme-base-0f .content a, +.theme-base-0f .related-posts li a:hover { + color: #8f5536; +} diff --git a/public/css/poole.css b/public/css/poole.css new file mode 100644 index 0000000..fefc41e --- /dev/null +++ b/public/css/poole.css @@ -0,0 +1,430 @@ +/* + * ___ + * /\_ \ + * _____ ___ ___\//\ \ __ + * /\ '__`\ / __`\ / __`\\ \ \ /'__`\ + * \ \ \_\ \/\ \_\ \/\ \_\ \\_\ \_/\ __/ + * \ \ ,__/\ \____/\ \____//\____\ \____\ + * \ \ \/ \/___/ \/___/ \/____/\/____/ + * \ \_\ + * \/_/ + * + * Designed, built, and released under MIT license by @mdo. Learn more at + * https://github.com/poole/poole. + */ + + +/* + * Contents + * + * Body resets + * Custom type + * Messages + * Container + * Masthead + * Posts and pages + * Pagination + * Reverse layout + * Themes + */ + + +/* + * Body resets + * + * Update the foundational and global aspects of the page. + */ + +* { + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + box-sizing: border-box; +} + +html, +body { + margin: 0; + padding: 0; +} + +html { + font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; + font-size: 16px; + line-height: 1.5; +} +@media (min-width: 38em) { + html { + font-size: 20px; + } +} + +body { + color: #515151; + background-color: #fff; + -webkit-text-size-adjust: 100%; + -ms-text-size-adjust: 100%; +} + +/* No `:visited` state is required by default (browsers will use `a`) */ +a { + color: #268bd2; + text-decoration: none; +} +a strong { + color: inherit; +} +/* `:focus` is linked to `:hover` for basic accessibility */ +a:hover, +a:focus { + text-decoration: underline; +} + +/* Headings */ +h1, h2, h3, h4, h5, h6 { + margin-bottom: .5rem; + font-weight: bold; + line-height: 1.25; + color: #313131; + text-rendering: optimizeLegibility; +} +h1 { + font-size: 2rem; +} +h2 { + margin-top: 1rem; + font-size: 1.5rem; +} +h3 { + margin-top: 1.5rem; + font-size: 1.25rem; +} +h4, h5, h6 { + margin-top: 1rem; + font-size: 1rem; +} + +/* Body text */ +p { + margin-top: 0; + margin-bottom: 1rem; +} + +strong { + color: #303030; +} + + +/* Lists */ +ul, ol, dl { + margin-top: 0; + margin-bottom: 1rem; +} + +dt { + font-weight: bold; +} +dd { + margin-bottom: .5rem; +} + +/* Misc */ +hr { + position: relative; + margin: 1.5rem 0; + border: 0; + border-top: 1px solid #eee; + border-bottom: 1px solid #fff; +} + +abbr { + font-size: 85%; + font-weight: bold; + color: #555; + text-transform: uppercase; +} +abbr[title] { + cursor: help; + border-bottom: 1px dotted #e5e5e5; +} + +/* Code */ +code, +pre { + font-family: Menlo, Monaco, "Courier New", monospace; +} +code { + padding: .25em .5em; + font-size: 85%; + color: #bf616a; + background-color: #f9f9f9; + border-radius: 3px; +} +pre { + display: block; + margin-top: 0; + margin-bottom: 1rem; + padding: 1rem; + font-size: .8rem; + line-height: 1.4; + white-space: pre; + white-space: pre-wrap; + word-break: break-all; + word-wrap: break-word; + background-color: #f9f9f9; +} +pre code { + padding: 0; + font-size: 100%; + color: inherit; + background-color: transparent; +} + +/* Pygments via Jekyll */ +.highlight { + margin-bottom: 1rem; + border-radius: 4px; +} +.highlight pre { + margin-bottom: 0; +} + +/* Gist via GitHub Pages */ +.gist .gist-file { + font-family: Menlo, Monaco, "Courier New", monospace !important; +} +.gist .markdown-body { + padding: 15px; +} +.gist pre { + padding: 0; + background-color: transparent; +} +.gist .gist-file .gist-data { + font-size: .8rem !important; + line-height: 1.4; +} +.gist code { + padding: 0; + color: inherit; + background-color: transparent; + border-radius: 0; +} + +/* Quotes */ +blockquote { + padding: .5rem 1rem; + margin: .8rem 0; + color: #7a7a7a; + border-left: .25rem solid #e5e5e5; +} +blockquote p:last-child { + margin-bottom: 0; +} +@media (min-width: 30em) { + blockquote { + padding-right: 5rem; + padding-left: 1.25rem; + } +} + +img { + display: block; + max-width: 100%; + margin: 0 0 1rem; + border-radius: 5px; +} + +/* Tables */ +table { + margin-bottom: 1rem; + width: 100%; + border: 1px solid #e5e5e5; + border-collapse: collapse; +} +td, +th { + padding: .25rem .5rem; + border: 1px solid #e5e5e5; +} +tbody tr:nth-child(odd) td, +tbody tr:nth-child(odd) th { + background-color: #f9f9f9; +} + + +/* + * Custom type + * + * Extend paragraphs with `.lead` for larger introductory text. + */ + +.lead { + font-size: 1.0rem; + font-weight: 300; +} + + +/* + * Messages + * + * Show alert messages to users. You may add it to single elements like a `

`, + * or to a parent if there are multiple elements to show. + */ + +.message { + margin-bottom: 1rem; + padding: 1rem; + color: #717171; + background-color: #f9f9f9; +} + + +/* + * Container + * + * Center the page content. + */ + +.container { + max-width: 38rem; + padding-left: 1rem; + padding-right: 1rem; + margin-left: auto; + margin-right: auto; +} + + +/* + * Masthead + * + * Super small header above the content for site name and short description. + */ + +.masthead { + padding-top: 1rem; + padding-bottom: 1rem; + margin-bottom: 3rem; +} +.masthead-title { + margin-top: 0; + margin-bottom: 0; + color: #505050; +} +.masthead-title a { + color: #505050; +} +.masthead-title small { + font-size: 75%; + font-weight: 400; + color: #c0c0c0; + letter-spacing: 0; +} + + +/* + * Posts and pages + * + * Each post is wrapped in `.post` and is used on default and post layouts. Each + * page is wrapped in `.page` and is only used on the page layout. + */ + +.page, +.post { + margin-bottom: 4em; +} + +/* Blog post or page title */ +.page-title, +.post-title, +.post-title a { + color: #303030; +} +.page-title, +.post-title { + margin-top: 0; +} + +/* Meta data line below post title */ +.post-date { + display: block; + margin-top: -.5rem; + margin-bottom: 1rem; + color: #9a9a9a; +} + +/* Related posts */ +.related { + padding-top: 2rem; + padding-bottom: 2rem; + border-top: 1px solid #eee; +} +.related-posts { + padding-left: 0; + list-style: none; +} +.related-posts h3 { + margin-top: 0; +} +.related-posts li small { + font-size: 75%; + color: #999; +} +.related-posts li a:hover { + color: #268bd2; + text-decoration: none; +} +.related-posts li a:hover small { + color: inherit; +} + + +/* + * Pagination + * + * Super lightweight (HTML-wise) blog pagination. `span`s are provide for when + * there are no more previous or next posts to show. + */ + +.pagination { + overflow: hidden; /* clearfix */ + margin-left: -1rem; + margin-right: -1rem; + font-family: "PT Sans", Helvetica, Arial, sans-serif; + color: #ccc; + text-align: center; +} + +/* Pagination items can be `span`s or `a`s */ +.pagination-item { + display: block; + padding: 1rem; + border: 1px solid #eee; +} +.pagination-item:first-child { + margin-bottom: -1px; +} + +/* Only provide a hover state for linked pagination items */ +a.pagination-item:hover { + background-color: #f5f5f5; +} + +@media (min-width: 30em) { + .pagination { + margin: 3rem 0; + } + .pagination-item { + float: left; + width: 50%; + } + .pagination-item:first-child { + margin-bottom: 0; + border-top-left-radius: 4px; + border-bottom-left-radius: 4px; + } + .pagination-item:last-child { + margin-left: -1px; + border-top-right-radius: 4px; + border-bottom-right-radius: 4px; + } +} diff --git a/public/css/syntax.css b/public/css/syntax.css new file mode 100644 index 0000000..15ad797 --- /dev/null +++ b/public/css/syntax.css @@ -0,0 +1,65 @@ +.highlight .hll { background-color: #ffc; } +.highlight .c { color: #999; } /* Comment */ +.highlight .err { color: #a00; background-color: #faa } /* Error */ +.highlight .k { color: #069; } /* Keyword */ +.highlight .o { color: #555 } /* Operator */ +.highlight .cm { color: #09f; font-style: italic } /* Comment.Multiline */ +.highlight .cp { color: #099 } /* Comment.Preproc */ +.highlight .c1 { color: #999; } /* Comment.Single */ +.highlight .cs { color: #999; } /* Comment.Special */ +.highlight .gd { background-color: #fcc; border: 1px solid #c00 } /* Generic.Deleted */ +.highlight .ge { font-style: italic } /* Generic.Emph */ +.highlight .gr { color: #f00 } /* Generic.Error */ +.highlight .gh { color: #030; } /* Generic.Heading */ +.highlight .gi { background-color: #cfc; border: 1px solid #0c0 } /* Generic.Inserted */ +.highlight .go { color: #aaa } /* Generic.Output */ +.highlight .gp { color: #009; } /* Generic.Prompt */ +.highlight .gs { } /* Generic.Strong */ +.highlight .gu { color: #030; } /* Generic.Subheading */ +.highlight .gt { color: #9c6 } /* Generic.Traceback */ +.highlight .kc { color: #069; } /* Keyword.Constant */ +.highlight .kd { color: #069; } /* Keyword.Declaration */ +.highlight .kn { color: #069; } /* Keyword.Namespace */ +.highlight .kp { color: #069 } /* Keyword.Pseudo */ +.highlight .kr { color: #069; } /* Keyword.Reserved */ +.highlight .kt { color: #078; } /* Keyword.Type */ +.highlight .m { color: #f60 } /* Literal.Number */ +.highlight .s { color: #d44950 } /* Literal.String */ +.highlight .na { color: #4f9fcf } /* Name.Attribute */ +.highlight .nb { color: #366 } /* Name.Builtin */ +.highlight .nc { color: #0a8; } /* Name.Class */ +.highlight .no { color: #360 } /* Name.Constant */ +.highlight .nd { color: #99f } /* Name.Decorator */ +.highlight .ni { color: #999; } /* Name.Entity */ +.highlight .ne { color: #c00; } /* Name.Exception */ +.highlight .nf { color: #c0f } /* Name.Function */ +.highlight .nl { color: #99f } /* Name.Label */ +.highlight .nn { color: #0cf; } /* Name.Namespace */ +.highlight .nt { color: #2f6f9f; } /* Name.Tag */ +.highlight .nv { color: #033 } /* Name.Variable */ +.highlight .ow { color: #000; } /* Operator.Word */ +.highlight .w { color: #bbb } /* Text.Whitespace */ +.highlight .mf { color: #f60 } /* Literal.Number.Float */ +.highlight .mh { color: #f60 } /* Literal.Number.Hex */ +.highlight .mi { color: #f60 } /* Literal.Number.Integer */ +.highlight .mo { color: #f60 } /* Literal.Number.Oct */ +.highlight .sb { color: #c30 } /* Literal.String.Backtick */ +.highlight .sc { color: #c30 } /* Literal.String.Char */ +.highlight .sd { color: #c30; font-style: italic } /* Literal.String.Doc */ +.highlight .s2 { color: #c30 } /* Literal.String.Double */ +.highlight .se { color: #c30; } /* Literal.String.Escape */ +.highlight .sh { color: #c30 } /* Literal.String.Heredoc */ +.highlight .si { color: #a00 } /* Literal.String.Interpol */ +.highlight .sx { color: #c30 } /* Literal.String.Other */ +.highlight .sr { color: #3aa } /* Literal.String.Regex */ +.highlight .s1 { color: #c30 } /* Literal.String.Single */ +.highlight .ss { color: #fc3 } /* Literal.String.Symbol */ +.highlight .bp { color: #366 } /* Name.Builtin.Pseudo */ +.highlight .vc { color: #033 } /* Name.Variable.Class */ +.highlight .vg { color: #033 } /* Name.Variable.Global */ +.highlight .vi { color: #033 } /* Name.Variable.Instance */ +.highlight .il { color: #f60 } /* Literal.Number.Integer.Long */ + +.css .o, +.css .o + .nt, +.css .nt + .nt { color: #999; } diff --git a/public/fonts/abril-fatface-v18-latin-regular.eot b/public/fonts/abril-fatface-v18-latin-regular.eot new file mode 100644 index 0000000..fca5344 Binary files /dev/null and b/public/fonts/abril-fatface-v18-latin-regular.eot differ diff --git a/public/fonts/abril-fatface-v18-latin-regular.svg b/public/fonts/abril-fatface-v18-latin-regular.svg new file mode 100644 index 0000000..73b28f9 --- /dev/null +++ b/public/fonts/abril-fatface-v18-latin-regular.svg @@ -0,0 +1,343 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/public/fonts/abril-fatface-v18-latin-regular.ttf b/public/fonts/abril-fatface-v18-latin-regular.ttf new file mode 100644 index 0000000..817de14 Binary files /dev/null and b/public/fonts/abril-fatface-v18-latin-regular.ttf differ diff --git a/public/fonts/abril-fatface-v18-latin-regular.woff b/public/fonts/abril-fatface-v18-latin-regular.woff new file mode 100644 index 0000000..4bb9514 Binary files /dev/null and b/public/fonts/abril-fatface-v18-latin-regular.woff differ diff --git a/public/fonts/abril-fatface-v18-latin-regular.woff2 b/public/fonts/abril-fatface-v18-latin-regular.woff2 new file mode 100644 index 0000000..f7e5b5d Binary files /dev/null and b/public/fonts/abril-fatface-v18-latin-regular.woff2 differ diff --git a/public/fonts/pt-sans-v16-latin-700.eot b/public/fonts/pt-sans-v16-latin-700.eot new file mode 100644 index 0000000..3c65338 Binary files /dev/null and b/public/fonts/pt-sans-v16-latin-700.eot differ diff --git a/public/fonts/pt-sans-v16-latin-700.svg b/public/fonts/pt-sans-v16-latin-700.svg new file mode 100644 index 0000000..7a4378f --- /dev/null +++ b/public/fonts/pt-sans-v16-latin-700.svg @@ -0,0 +1,347 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/public/fonts/pt-sans-v16-latin-700.ttf b/public/fonts/pt-sans-v16-latin-700.ttf new file mode 100644 index 0000000..ab2404f Binary files /dev/null and b/public/fonts/pt-sans-v16-latin-700.ttf differ diff --git a/public/fonts/pt-sans-v16-latin-700.woff b/public/fonts/pt-sans-v16-latin-700.woff new file mode 100644 index 0000000..b7d1329 Binary files /dev/null and b/public/fonts/pt-sans-v16-latin-700.woff differ diff --git a/public/fonts/pt-sans-v16-latin-700.woff2 b/public/fonts/pt-sans-v16-latin-700.woff2 new file mode 100644 index 0000000..a1c5e93 Binary files /dev/null and b/public/fonts/pt-sans-v16-latin-700.woff2 differ diff --git a/public/fonts/pt-sans-v16-latin-700italic.eot b/public/fonts/pt-sans-v16-latin-700italic.eot new file mode 100644 index 0000000..4cbb5a1 Binary files /dev/null and b/public/fonts/pt-sans-v16-latin-700italic.eot differ diff --git a/public/fonts/pt-sans-v16-latin-700italic.svg b/public/fonts/pt-sans-v16-latin-700italic.svg new file mode 100644 index 0000000..3febe72 --- /dev/null +++ b/public/fonts/pt-sans-v16-latin-700italic.svg @@ -0,0 +1,360 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/public/fonts/pt-sans-v16-latin-700italic.ttf b/public/fonts/pt-sans-v16-latin-700italic.ttf new file mode 100644 index 0000000..07f47b9 Binary files /dev/null and b/public/fonts/pt-sans-v16-latin-700italic.ttf differ diff --git a/public/fonts/pt-sans-v16-latin-700italic.woff b/public/fonts/pt-sans-v16-latin-700italic.woff new file mode 100644 index 0000000..9162fcf Binary files /dev/null and b/public/fonts/pt-sans-v16-latin-700italic.woff differ diff --git a/public/fonts/pt-sans-v16-latin-700italic.woff2 b/public/fonts/pt-sans-v16-latin-700italic.woff2 new file mode 100644 index 0000000..5e87c05 Binary files /dev/null and b/public/fonts/pt-sans-v16-latin-700italic.woff2 differ diff --git a/public/fonts/pt-sans-v16-latin-italic.eot b/public/fonts/pt-sans-v16-latin-italic.eot new file mode 100644 index 0000000..5a1fa7b Binary files /dev/null and b/public/fonts/pt-sans-v16-latin-italic.eot differ diff --git a/public/fonts/pt-sans-v16-latin-italic.svg b/public/fonts/pt-sans-v16-latin-italic.svg new file mode 100644 index 0000000..dc833ee --- /dev/null +++ b/public/fonts/pt-sans-v16-latin-italic.svg @@ -0,0 +1,362 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/public/fonts/pt-sans-v16-latin-italic.ttf b/public/fonts/pt-sans-v16-latin-italic.ttf new file mode 100644 index 0000000..822a91b Binary files /dev/null and b/public/fonts/pt-sans-v16-latin-italic.ttf differ diff --git a/public/fonts/pt-sans-v16-latin-italic.woff b/public/fonts/pt-sans-v16-latin-italic.woff new file mode 100644 index 0000000..5f9867b Binary files /dev/null and b/public/fonts/pt-sans-v16-latin-italic.woff differ diff --git a/public/fonts/pt-sans-v16-latin-italic.woff2 b/public/fonts/pt-sans-v16-latin-italic.woff2 new file mode 100644 index 0000000..82a02a1 Binary files /dev/null and b/public/fonts/pt-sans-v16-latin-italic.woff2 differ diff --git a/public/fonts/pt-sans-v16-latin-regular.eot b/public/fonts/pt-sans-v16-latin-regular.eot new file mode 100644 index 0000000..1558e97 Binary files /dev/null and b/public/fonts/pt-sans-v16-latin-regular.eot differ diff --git a/public/fonts/pt-sans-v16-latin-regular.svg b/public/fonts/pt-sans-v16-latin-regular.svg new file mode 100644 index 0000000..c700cc1 --- /dev/null +++ b/public/fonts/pt-sans-v16-latin-regular.svg @@ -0,0 +1,357 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/public/fonts/pt-sans-v16-latin-regular.ttf b/public/fonts/pt-sans-v16-latin-regular.ttf new file mode 100644 index 0000000..072373c Binary files /dev/null and b/public/fonts/pt-sans-v16-latin-regular.ttf differ diff --git a/public/fonts/pt-sans-v16-latin-regular.woff b/public/fonts/pt-sans-v16-latin-regular.woff new file mode 100644 index 0000000..809c23a Binary files /dev/null and b/public/fonts/pt-sans-v16-latin-regular.woff differ diff --git a/public/fonts/pt-sans-v16-latin-regular.woff2 b/public/fonts/pt-sans-v16-latin-regular.woff2 new file mode 100644 index 0000000..46ab186 Binary files /dev/null and b/public/fonts/pt-sans-v16-latin-regular.woff2 differ diff --git a/registration.md b/registration.md new file mode 100644 index 0000000..a439bd5 --- /dev/null +++ b/registration.md @@ -0,0 +1,52 @@ +--- +layout: page +title: Registration +registration_state: open +--- + +{% case page.registration_state %} +{% when 'notyet' %} +

Registration will be open soon.

+ +{% when 'closed' %} +

Registration is closed.

+ +{% when 'open' %} +

Registration is open.

+ +In order to participate in this meeting, please register with us, even if you only +wish to join for parts of the meeting. + +To register please send an email to [{{site.email}}](mailto:{{site.email}}) with the following contents. +``` +Registration for {{site.title}} + +Name: ... +Affiliation: ... +Arrival date: +Departure date: +Applying for funding? (See below for details) +``` + +### On funding + +We have some limited funding to support travel and accommodation costs +(partially or fully) for participants in need of it. Please indicate in +your registration email whether you wish to apply for this support. If +you do so, please also +- give a rough estimate of much support you expect to need, and +- include a brief explanation what aims you hope to +achieve during your visit and, if applicable, whether and +how your visit would be of benefit the GAP system and community. + +Decisions on whether to grant support and how much will be made speedily within a few days. + +### Questions? + +

+If you have any questions +regarding registration, or in general, feel free to +contact us via email. +

+ +{% endcase %}