Skip to content

Commit ff16fa2

Browse files
committed
First website commit
0 parents  commit ff16fa2

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+2155
-0
lines changed

Diff for: .gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
_site/
2+
category/
3+
*~

Diff for: 404.html

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
layout: default
3+
permalink: /404.html
4+
---
5+
<h1>404!! Page not found</h1>

Diff for: CNAME

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
acceleratedcomputing.ac.uk

Diff for: README.md

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
## AccleratedComputing.ac.uk website
2+
3+
This is a community driven website for the UK accelerated computing research community. Feel free to contribute by submitting a pull request.

Diff for: _config.yml

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
title: GPUComputing Sheffield
2+
description: GPU Computing Resources and Community at the University of Sheffield
3+
author: Paul Richmond
4+
logo: TUOS.png
5+
github: https://github.com/AcceleratedComputing/AcceleratedComputing.github.io
6+
7+
url: "localhost:4000"
8+
9+
disqus_shortname: acceleratedcomputing
10+
google_analytics: Todo
11+
12+
share:
13+
twitter_username: \#gpu_mondus
14+
15+
16+
enableTags: true
17+
tagarray: []
18+
future: true
19+
20+
paginate: 20
21+
per_page: 20
22+
paginate_path: "/page:num/"
23+
markdown: kramdown
24+
gems: [jekyll-paginate, jekyll-gist]

Diff for: _data/_institutions.json

+62
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
[
2+
{
3+
"name": "University of Sheffield",
4+
"image": "TUOS.png",
5+
"url": "../Sheffield"
6+
},
7+
{
8+
"name": "University of Oxford",
9+
"image": "oxford.png",
10+
"url": "http://www.oerc.ox.ac.uk/research-scientific-computing/scientific-computing"
11+
},
12+
{
13+
"name": "University of Cambridge",
14+
"image": "cambridge.jpeg",
15+
"url": "http://www.hpc.cam.ac.uk/services/wilkes"
16+
},
17+
{
18+
"name": "University of Manchester",
19+
"image": "manchester.png",
20+
"url": "http://wiki.rac.manchester.ac.uk/community/GPU/"
21+
},
22+
{
23+
"name": "Queen's University Belfast",
24+
"image": "queens_belfast.jpg",
25+
"url": "http://www.qub.ac.uk/research-centres/HPDC/"
26+
},
27+
{
28+
"name": "Imperial College London",
29+
"image": "imperial.png",
30+
"url": "http://www.imperial.ac.uk/computational-methods"
31+
},
32+
{
33+
"name": "UCL",
34+
"image": "ucl.jpg",
35+
"url": "https://www.ucl.ac.uk/research-it-services/research-software-development/programming-hub/gpu-forum"
36+
},
37+
{
38+
"name": "University of Bristol",
39+
"image": "bristol.jpg",
40+
"url": "http://www.bristol.ac.uk/brissynbio/equipment/hpc/"
41+
},
42+
{
43+
"name": "University of Durham",
44+
"image": "durham.png",
45+
"url": "https://www.dur.ac.uk/iarc/nvidiacuda/"
46+
},
47+
{
48+
"name": "STFC Daresbury",
49+
"image": "stfc.png",
50+
"url": "http://www.stfc.ac.uk/about-us/where-we-work/rutherford-appleton-laboratory/research-infrastructure-group-rig/"
51+
},
52+
{
53+
"name": "Lancaster University",
54+
"image": "lancaster.png",
55+
"url": "http://www.lancaster.ac.uk/iss/services/hec/"
56+
},
57+
{
58+
"name": "EPCC Edinburgh",
59+
"image": "epcc.jpg",
60+
"url": "https://www.epcc.ed.ac.uk/facilities/demand-computing/gpu"
61+
},
62+
]

Diff for: _data/_software.json

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
[
2+
{
3+
"name": "FLAME GPU",
4+
"image": "http://paulrichmond.shef.ac.uk/assets/images/flamegpu.png",
5+
"url": "http://www.flamegpu.com",
6+
"tags": ["CUDA","Multi Agent Simulation", "Complex Systems", "Sheffiled"]
7+
},
8+
{
9+
"name": "OP2",
10+
"image": "http://www.oerc.ox.ac.uk/sites/default/files/styles/project_page/public/projects/OP2.jpg?itok=LgoTy42U",
11+
"url": "http://www.oerc.ox.ac.uk/projects/op2",
12+
"tags": ["CUDA", "Oxford", "Unstructured Grids"]
13+
},
14+
{
15+
"name": "PyFR",
16+
"image": "http://www.pyfr.org/images/research/gbp-2.jpg",
17+
"url": "http://www.pyfr.org/",
18+
"tags": ["CUDA","Imperial","PyFR", "CFD"]
19+
}
20+
21+
]

Diff for: _data/education.json

+31
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
[
2+
{
3+
"name": "GPU Training Course",
4+
"length": "One day course",
5+
"image": "TUOS.png",
6+
"url": "./todo",
7+
"tags": ["CUDA", "Introduction", "Lectures", "Labs", "Iceberg"]
8+
},
9+
{
10+
"name": "Introduction to CUDA",
11+
"length": "Two day course",
12+
"image": "TUOS.png",
13+
"url": "./todo",
14+
"tags": ["CUDA", "Introduction", "Lectures", "Labs", "ShARC"]
15+
},
16+
{
17+
"name": "Parallel Computing with GPUS",
18+
"length": "2016 Spring Semester Taught module (and DDP)",
19+
"image": "TUOS.png",
20+
"url": "http://paulrichmond.shef.ac.uk/teaching/COM4521/index_2016/",
21+
"tags": ["CUDA", "Lectures", "Labs", "DDP"]
22+
},
23+
{
24+
"name": "Intel Parallel Computing Training",
25+
"length": "Two day course",
26+
"image": "bristol.jpg",
27+
"url": "http://rse.shef.ac.uk/training/intel/",
28+
"tags": ["Intel", "TBB", "Vectorisation", "Iceberg"]
29+
},
30+
31+
]

Diff for: _data/social.json

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
[
2+
{
3+
"icon": "fa-twitter",
4+
"link": "https://twitter.com/gpu_mondus"
5+
},
6+
{
7+
"icon": "fa-github",
8+
"link": "https://github.com/AcceleratedComputing/AcceleratedComputing.github.io"
9+
}
10+
]

Diff for: _data/urls.json

+38
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
[
2+
{
3+
"text": "Home",
4+
"url": "/",
5+
"icon": "fa-home",
6+
"layout": "post"
7+
},
8+
{
9+
"text": "About",
10+
"url": "/about/",
11+
"icon": "fa-info"
12+
},
13+
{
14+
"text": "Software",
15+
"url": "/software",
16+
"icon": "fa-code",
17+
},
18+
{
19+
"text": "Education",
20+
"url": "/education",
21+
"icon": "fa-calendar",
22+
},
23+
{
24+
"text": "Help",
25+
"url": "/help/",
26+
"icon": "fa-code",
27+
},
28+
{
29+
"text": "Hardware",
30+
"url": "/hardware",
31+
"icon": "fa-code",
32+
},
33+
{
34+
"text": "Contact",
35+
"url": "/contact/",
36+
"icon": "fa-mobile"
37+
},
38+
]

Diff for: _includes/analytics.html

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<script>
2+
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
3+
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
4+
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
5+
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
6+
7+
ga('create', '{{ site.google_analytics }}', 'auto');
8+
ga('send', 'pageview');
9+
10+
</script>

Diff for: _includes/css.html

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
2+
<!-- Custom Fonts -->
3+
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Roboto:300,400,500,700" type="text/css">
4+
5+
<!-- FontAwesome icons -->
6+
<link rel="stylesheet" href="https://use.fontawesome.com/74dfc6cf47.css">
7+
8+
<!-- Core BootStrap CSS -->
9+
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css">
10+
<!-- Material Design CSS -->
11+
<link rel="stylesheet" href="{{ site.baseurl }}/static/css/bootstrap-material-design.min.css">
12+
13+
<!-- syntax highlighting CSS -->
14+
<link rel="stylesheet" href="{{ site.baseurl }}/static/css/syntax.css">
15+
16+
<!-- Custom CSS -->
17+
<link rel="stylesheet" href="{{ site.baseurl }}/static/css/thickbox.css">
18+
<link rel="stylesheet" href="{{ site.baseurl }}/static/css/main.css">
19+
<link rel="stylesheet" href="{{ site.baseurl }}/static/css/grid.css">
20+
21+
<script type="text/javascript">
22+
//loadingImage is relative to project dir
23+
var tb_pathToImage = "{{ site.baseurl }}/static/img/loadingAnimation.gif";
24+
</script>

Diff for: _includes/education_tags.html

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{% if site.enableTags == true %}
2+
<div id="tag-filter" class="col-md-12 col-xs-12 tag-group">
3+
<span class="label label-primary tag-filter tag-cloud all">All</span>
4+
{% assign tagarray = site.tagarray %}
5+
{% for s in site.data.education %}
6+
{% for tag in s.tags %}
7+
{% assign tagarray = tagarray | push: tag %}
8+
{% endfor %}
9+
{% endfor %}
10+
11+
{% assign tags = tagarray[1] %}
12+
{% for item in tagarray %}
13+
{% assign tagDown = item | downcase %}
14+
{% assign tagComp = tags | downcase %}
15+
{% unless tagComp contains tagDown %}
16+
{% capture tags %}{{ tags }}|{{ item }}{% endcapture %}
17+
{% endunless %}
18+
{% endfor %}
19+
20+
{% assign taglist = tags | split: '|' | sort %}
21+
{% for tag in taglist %}
22+
<span class="label tag-filter tag-cloud" data-tag="{{ tag | downcase }}">{{ tag }}</span>
23+
{% endfor %}
24+
</div>
25+
{% endif %}

Diff for: _includes/footer.html

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<footer>
2+
© 2016 AcceleratedComputing.ac.uk
3+
</footer>
4+
<div align="center">
5+
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
6+
<ins class="adsbygoogle"
7+
style="display:block"
8+
data-ad-client="ca-pub-0000000000000000"
9+
data-ad-slot="0000000000"
10+
data-ad-format="auto"></ins>
11+
<script>(adsbygoogle = window.adsbygoogle || []).push({});</script>
12+
</div>

Diff for: _includes/header.html

+38
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
<div class="header-panel shadow-z-2">
2+
<div class="container">
3+
<div class="row">
4+
<div class="col-md-3 col-sm-4 col-xs-12">
5+
<div class="row-picture">
6+
<img id="about" class="logo-img" src="/static/img/{{ site.logo }}">
7+
</div>
8+
<div class="row-details">
9+
<p class="list-group-item-text" style="text-align:center">{{ site.description }}</p>
10+
{% include social_links.html %}
11+
</div>
12+
<div class="navbar-header pull-right">
13+
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-expanded="false">
14+
<span class="sr-only">Toggle navigation</span>
15+
<i class="fa fa-2x fa-bars"></i>
16+
</button>
17+
</div>
18+
</div>
19+
<div class="col-md-9 col-sm-8 col-xs-12">
20+
<h2 class="blog-title-pro">{{ page.title }}</h2>
21+
<p class="info">
22+
{% if page.date %}
23+
<span class="time">{{ page.date | date_to_string }}</span>
24+
{% endif %}
25+
{% if page.categories.size > 0 %}
26+
<span class="categories">
27+
&raquo;
28+
{% for category in page.categories %}
29+
<a href="category/{{ category }}">{{ category }}</a>
30+
{% if forloop.last == false %}, {% endif %}
31+
{% endfor %}
32+
</span>
33+
{% endif %}
34+
</p>
35+
</div>
36+
</div>
37+
</div>
38+
</div>

Diff for: _includes/js.html

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
2+
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
3+
<script src="https://code.jquery.com/jquery-migrate-1.2.1.min.js"></script>
4+
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script>
5+
<script src="{{ site.baseurl }}/static/js/thickbox-compressed.js"></script>
6+
<script src="{{ site.baseurl }}/static/js/material.min.js"></script>
7+
<script src="{{ site.baseurl }}/static/js/main.js"></script>
8+
<script src="{{ site.baseurl }}/static/js/griditem.js"></script>

Diff for: _includes/main.html

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<div class="container main outer">
2+
<div class="row">
3+
<div class="col-md-3 col-xs-12">
4+
{% include sidemenu.html %}
5+
</div>
6+
<div class="col-md-9 col-xs-12 full">
7+
{{ content }}
8+
<div class="row">
9+
<div class="col-md-12 col-xs-12 footer">
10+
{% include footer.html %}
11+
</div>
12+
</div>
13+
</div> <!-- end /.col-md-9 -->
14+
</div> <!-- end /.row -->
15+
</div>

0 commit comments

Comments
 (0)