Skip to content

Commit

Permalink
initial scaffold
Browse files Browse the repository at this point in the history
  • Loading branch information
torbjoernk committed Jun 12, 2014
0 parents commit ef18662
Show file tree
Hide file tree
Showing 74 changed files with 2,005 additions and 0 deletions.
76 changes: 76 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,76 @@
# Created by http://www.gitignore.io

### Jekyll ###
_site/


### Ruby ###
*.gem
*.rbc
/.config
/coverage/
/InstalledFiles
/pkg/
/spec/reports/
/test/tmp/
/test/version_tmp/
/tmp/

## Specific to RubyMotion:
.dat*
.repl_history
build/

## Documentation cache and generated files:
/.yardoc/
/_yardoc/
/doc/
/rdoc/

## Environment normalisation:
/.bundle/
/lib/bundler/man/

# for a library or gem, you might want to ignore these files since the code is
# intended to run in multiple environments; otherwise, check them in:
Gemfile.lock
# .ruby-version
# .ruby-gemset

# unless supporting rvm < 1.11.0 or doing something fancy, ignore this:
.rvmrc


### Linux ###
*~

# KDE directory preferences
.directory


### OSX ###
.DS_Store
.AppleDouble
.LSOverride

# Icon must end with two \r
Icon

# Thumbnails
._*

# Files that might appear on external disk
.Spotlight-V100
.Trashes

# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk


### Sass ###
.sass-cache

Expand Down
Empty file added .nojekyll
Empty file.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
language: ruby

rvm: 1.9.3

script:
- octopress build --trace
6 changes: 6 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
source 'https://rubygems.org/'

gem 'octopress'
gem 'stringex'
gem 'citeproc-ruby'
gem 'bibtex-ruby'
45 changes: 45 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
# Site settings
title: Parallel-in-Time
email: daniel.ruprecht@usi.ch
author: "Parallel-in-Time Enthusiasts"
description: ""
baseurl: ""
url: "http://parallel-in-time.github.io"

root: /
permalink: /news/:year/:month/:day/:title/
code_dir: downloads/code
category_dir: news/categories
markdown: kramdown
permalink: date

timezone: UTC
encoding: utf-8

# Build settings
markdown: kramdown
permalink: pretty

excerpt_separator: '<!--more-->'

sass:
sass_dir: _sass
style: :nested

citation:
citation_style: _plugins/ieee-with-url.csl
citation_locale: en

category_title_prefix: ""

collections:
events_upcomming:
output: true
events_past:
output: true
groups:
output: true
projects:
output: true
codes:
output: true
4 changes: 4 additions & 0 deletions _data/github.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
username: Parallel-in-Time
repo_count: 5
skip_forks: true
show_profile_link: true
14 changes: 14 additions & 0 deletions _events_past/2013-05-01-2nd-pint-workshop.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
layout: event
title: "2nd Workshop on Parallel-in-Time Integration"
date: 2013-05-01 00:00:00 +0100
event_location: Manchester, UK
event_start: 2013-05-01 00:00
event_end: 2013-05-03 00:00
comments: false
categories:
- Events
- Past Event
---

Details about the past workshop on parallel-in-time integration.
14 changes: 14 additions & 0 deletions _events_past/2014-05-20-3rd-pint-workshop.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
layout: event
title: "3rd Workshop on Parallel-in-Time Integration"
date: 2014-05-01 00:00:00 +0100
event_location: Jülich, Germany
event_start: 2014-05-26 00:00
event_end: 2014-05-28 00:00
comments: false
categories:
- Events
- Past Event
---

Details about the past workshop on parallel-in-time integration.
14 changes: 14 additions & 0 deletions _events_upcomming/2014-06-12-4h-pint-workshop.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
layout: event
title: "4rd Workshop on Parallel-in-Time Integration"
date: 2014-05-01 21:42:00 +0100
event_location: Dresden, Germany
event_start:
event_end:
comments: false
categories:
- Events
- Upcomming Event
---

Details about the next workshop on parallel-in-time integration.
14 changes: 14 additions & 0 deletions _events_upcomming/2016-05-01-5h-pint-workshop.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
layout: event
title: "5th Workshop on Parallel-in-Time Integration"
date: 2016-05-01 00:00:00 +0000
event_location: Berkeley, USA
event_start:
event_end:
comments: false
categories:
- Events
- Upcomming Event
---

Details about a future workshop on parallel-in-time integration.
7 changes: 7 additions & 0 deletions _groups/dummy.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
layout: page
title: "Dummy One"
date: 2014-06-12 16:00:00 +0100
navbar: Groups
footer: true
---
19 changes: 19 additions & 0 deletions _groups/jsc.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
layout: page
title: "Jülich Supercomputing Centre"
date: 2014-06-12 16:00
navbar: Groups
footer: true
logo: logo_jsc.png
short_desc: A very short description of this group.
---

The research group at the _Jülich Supercomputing Centre_ is lead by Dr. Robert Speck mentoring
his two PhD students Dieter Moser and Torbjörn Klatt as well as currently two
master students.

They concentrate on multi-level methods such as MLSDC, PFASST and Multigrid.

Their flagship is PyPinT:

{% githubrepo Parallel-in-Time/PyPinT %}
7 changes: 7 additions & 0 deletions _groups/lbnl.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
layout: page
title: "Lawrence Berkeley National Laboratory"
date: 2014-06-12 16:00:00 +0100
navbar: Groups
footer: true
---
7 changes: 7 additions & 0 deletions _groups/stanford.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
layout: page
title: "Stanford"
date: 2014-06-12 16:00:00 +0100
navbar: Groups
footer: true
---
7 changes: 7 additions & 0 deletions _groups/usi.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
layout: page
title: "USI"
date: 2014-06-12 16:00:00 +0100
navbar: Groups
footer: true
---
Empty file added _includes/after_footer.html
Empty file.
6 changes: 6 additions & 0 deletions _includes/archive_post.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{% capture category %}{{ post.categories | size }}{% endcapture %}
<h1><a href="{{ root_url }}{{ post.url }}">{{post.title}}</a></h1>
<p class="meta text-muted">
{% include post/date.html %}{{ time }}
{% include post/categories.html %}
</p>
36 changes: 36 additions & 0 deletions _includes/article.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{% unless page.no_header %}
<header class="page-header">
{% unless page.meta == false %}
<p class="meta text-muted text-uppercase">
{% include post/date.html %}{{ time }}
{% if site.disqus_short_name and page.comments != false and post.comments != false and site.disqus_show_comment_count == true %}
| <a href="{% if index %}{{ root_url }}{{ post.url }}{% endif %}#disqus_thread"
data-disqus-identifier="{% if post.meta.disqus_id %}{{ post.meta.disqus_id }}{% else %}{{ site.url }}{{ post.url }}{% endif %}">Comments</a>
{% endif %}
</p>
{% endunless %}
{% if index %}
<h1 class="entry-title"><a href="{{ root_url }}{{ post.url }}">{% if site.titlecase %}{{ post.title | titlecase }}{% else %}{{ post.title }}{% endif %}</a></h1>
{% else %}
<h1 class="entry-title">
{% if site.titlecase %}{{ page.title | titlecase }}{% else %}{{ page.title }}{% endif %}
{% if page.subtitle %}
<small>
{% if site.titlecase %}{{ page.subtitle | titlecase }}{% else %}{{ page.subtitle }}{% endif %}
</small>
{% endif %}
</h1>
{% endif %}
</header>
{% endunless %}
{% if index %}
<div class="entry-content clearfix">{{ post.excerpt | post.content }}</div>
{% capture excerpted %}{{ post.content | has_excerpt }}{% endcapture %}
{% if excerpted == 'true' %}
<footer>
<a class="btn btn-default" rel="full-article" href="{{ root_url }}{{ post.url }}">{{ site.excerpt_link }}</a>
</footer>
{% endif %}
{% else %}
<div class="entry-content clearfix">{{ post.content }}</div>
{% endif %}
34 changes: 34 additions & 0 deletions _includes/asides/github.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{% if site.data.github.username %}
<section class="panel panel-default clearfix">
<div class="panel-heading">
<h3 class="panel-title">GitHub Repos</h3>
</div>
<div class="list-group" id="gh_repos">
<p class="loading">Status updating...</p>
</div>
{% if site.data.github.show_profile_link %}
<div class="gh-profile-link pull-right text-muted">
<a href="https://github.com/{{site.data.github.username}}">@{{site.data.github.username}}</a> on GitHub
</div>
{% endif %}
<script type="text/javascript">
$(document).ready(function(){
if (!window.jXHR){
var jxhr = document.createElement('script');
jxhr.type = 'text/javascript';
jxhr.src = '{{ root_url}}/js/jXHR.js';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(jxhr, s);
}

github.showRepos({
user: '{{site.data.github.username}}',
count: {{site.data.github.repo_count}},
skip_forks: {{site.data.github.skip_forks}},
target: '#gh_repos'
});
});
</script>
<script src="{{ root_url }}/js/github.js" type="text/javascript"> </script>
</section>
{% endif %}
12 changes: 12 additions & 0 deletions _includes/asides/recent_posts.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<section class="panel panel-default">
<div class="panel-heading">
<h3 class="panel-title">Recent News</h3>
</div>
{{ site.post }}
<div id="recent_news" class="list-group">
{% for post in site.posts limit: site.recent_posts %}
<a class="list-group-item {% if post.url == page.url %}active{% endif %}"
href="{{ root_url }}{{ post.url }}">{% if site.titlecase %}{{ post.title | titlecase }}{% else %}{{ post.title }}{% endif %}</a>
{% endfor %}
</div>
</section>
27 changes: 27 additions & 0 deletions _includes/category_feed.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
layout: nil
---
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">

<title><![CDATA[{{ page.title }} | {{ site.title }}]]></title>
<link href="{{ site.url }}/{{ page.feed_url }}" rel="self"/>
<link href="{{ site.url }}/"/>
<updated>{{ site.time | date_to_xmlschema }}</updated>
<id>{{ site.url }}/</id>
<author>
<name><![CDATA[{{ site.author | strip_html }}]]></name>
{% if site.email %}<email><![CDATA[{{ site.email }}]]></email>{% endif %}
</author>
<generator uri="http://octopress.org/">Octopress</generator>

{% for post in site.categories[page.category] limit: 5 %}
<entry>
<title type="html"><![CDATA[{{ post.title | cdata_escape }}]]></title>
<link href="{{ site.url }}{{ post.url }}"/>
<updated>{{ post.date | date_to_xmlschema }}</updated>
<id>{{ site.url }}{{ post.id }}</id>
<content type="html"><![CDATA[{{ post.content | expand_urls: site.url | markdownify | cdata_escape }}]]></content>
</entry>
{% endfor %}
</feed>
Empty file added _includes/event/dates.html
Empty file.
19 changes: 19 additions & 0 deletions _includes/event/overview_item.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<li class="list-group-item">
<h4 class="list-group-item-heading">
<a href="{{ event.url }}">
{{ event.title }}
</a>
</h4>
<p class="list-group-item-text">
<a href="#" role="button" class="btn btn-default btn-xs disabled">
<i class="fa fa-clock-o fa-fw"></i>
{% if event.event_start %}{{ event.event_start | date_to_string }}{% else %}n/a{% endif %}
&mdash;
{% if event.event_end %}{{ event.event_end | date_to_string }}{% else %}n/a{% endif %}
</a>
<a href="#" role="button" class="btn btn-default btn-xs disabled">
<i class="fa fa-map-marker fa-fw"></i>
{% if event.event_location %}{{ event.event_location }}{% else %}n/a{% endif %}
</a>
</p>
</li>
Loading

0 comments on commit ef18662

Please sign in to comment.