forked from ARCHER2-HPC/archer2-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·82 lines (72 loc) · 2.96 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
---
layout: frontpage
title: ARCHER2
permalink: /
---
<!-- Highlight Start -->
<div class="row">
<div class="col-md-12">
<div class="block">
<a href="ecse/"><img style="width: 100%" src="img/splash/eCSE19May2020launched.jpg" alt="a2 logo" /></a>
</div>
</div>
</div>
<div class="row">
<div class="col-md-12">
<div class="lines">
</div>
</div>
</div>
<!-- Service Start -->
<section id="service">
<div class="container">
<div class="row ">
<div class="ar2-front-col hidden-xs hidden-sm col-md-3 col-lg-2">
<div class="service-item-twitter">
<a class="twitter-timeline" data-width="220" data-height="400" data-theme="light" href="https://twitter.com/ARCHER2_HPC?ref_src=twsrc%5Etfw">Tweets by ARCHER2_HPC</a> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
</div>
</div>
<div class="ar2-front-col col-xs-12 col-sm-6 col-md-3 col-lg-3">
<div class="service-item-tall">
<h4><a href="about/news/">News & Announcements</a></h4>
<ul>
{% for post in site.categories.news limit:5 %}
<li>
<a href="{{ post.url }}">{{ post.title }}</a><br/>{{ post.date | date_to_string }} {{ post.excerpt }}
</li>
{% endfor %}
</ul>
<p class="more"><a href="about/news/">More News…</a></p>
</div>
</div>
<div class="ar2-front-col col-xs-12 col-sm-6 col-md-3 col-lg-3">
<div class="service-item-tall">
<h4><a href="training/">Upcoming Training</a></h4>
<ul>
{% assign filtered_courses = site.courses | where_exp: "course", "course.end_date >= site.time" %}
{% for course in filtered_courses limit:5 %}
<li>
<a href="{{ course.url }}">{{ course.title }}</a><br/>Date: {{ course.human_dates }}<br/>Location: {{ course.location }}
</li>
{% endfor %}
</ul>
<p class="more"><a href="training/">More Training…</a></p>
</div>
</div>
<div class="col-xs-12 col-sm-12 col-md-3 col-lg-4">
<div class="service-item-borderless">
<h4>ARCHER2 is the UK National Supercomputing Service</h4>
<p>The ARCHER2 Service is a world class advanced
computing resource for UK researchers. ARCHER2 is provided by <a href="https://www.ukri.org">UKRI</a>,
<a href="https://www.epcc.ed.ac.uk">EPCC</a>, <a href="https://www.cray.com">Cray</a> (an HPE company) and the
<a href="https://www.ed.ac.uk">University of Edinburgh</a>.
</p>
<p>
ARCHER2 is due to commence operation in 2020, replacing the current service ARCHER. For more
information on ARCHER, please visit the <a href="https://www.archer.ac.uk" target="_blank">ARCHER web site</a>.
</p>
</div>
</div>
</div>
</div>
</section>