-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsupport.html
114 lines (96 loc) · 4 KB
/
support.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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
---
layout: page
title: Support
permalink: /support/
---
<!-- Slider Start -->
<section id="global-header">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="block">
<h1>SUPPORT</h1>
<!-- <b><p><big>We are working with great people with a strong motivation to teach and learn - here you can read more about the Coding Club team and our collaborators.</big></p></b>-->
</div>
</div>
</div>
</div>
</section>
<!-- Portfolio Start -->
<section id="portfolio-work">
<div class="container">
<div class="row">
<div class="col-md-10">
<div class="block">
<ul>
<h3>Institutional Support</h3>
Univesities provide coordinated institutional technical support to assist local users and their developers with GPU applications and in accessing the JADE HPC facility. For more information, contact Research Software Engineers at your home univestrity.
<!--This will help local users adopt the new facility, optimise their codes for this platform and hence maximise their scientific output from the machine. -->
<h3>JADE User Guide</h3>
Read the Docs hosts <a href="http://jade-hpc.readthedocs.io/">JADE user documentation</a>. The source is available on GitHub and contributions are always encouraged. Contributions can be as simple as minor tweaks to this documentation, the website or the core. To contribute, fork the project on GitHub and send a pull request.
</ul>
</div>
</div>
</div>
</div>
<!--
<section id="portfolio-work">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="block">
<div class="portfolio-menu">
<ul>
<li class="filter" data-filter="all">All tutorials</li>
<li class="filter" data-filter=".Tag1">Tag 1</li>
<li class="filter" data-filter=".Tag2">Tag 2</li>
<li class="filter" data-filter=".Tag3">Tag 3</li>
</ul>
</div>
<div class="portfolio-contant">
<ul id="portfolio-contant-active">
<li class="mix Tag1">
<a href="">
<img src="{{ site.baseurl }}/img/support/1.png" alt="">
<div class="overly">
<div class="position-center">
<h2>Lorem ipsum 1</h2>
<p>Nullam dictum felis eu pede mollis pretium. Integer tincidunt </p>
</div>
</div>
</a>
</li>
<li class="mix Tag2">
<a href="">
<img src="{{ site.baseurl }}/img/support/2.png" alt="">
<div class="overly">
<div class="position-center">
<h2>Lorem ipsum 2</h2>
<p>Nullam dictum felis eu pede mollis pretium. Integer tincidunt </p>
</div>
</div>
</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</section>
-->
</section>
<!-- Call to action Start -->
<section id="call-to-action">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="block">
<h2>We are always looking for new ideas and feedback.</h2>
<b><p><big>Any questions or comments, please report it via GitHub issue tracker.</big></p></b>
<a class="btn btn-default btn-call-to-action" href="https://jade.github.io/contact/" >GitHub</a>
</div>
</div>
</div>
</div>
</section>