This repository has been archived by the owner on Feb 14, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
47 lines (47 loc) · 2.02 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
---
layout: default
title: Research Computing
---
<link rel="stylesheet" href="css/main.css">
<div class="container">
<div class="jumbotron header-img">
<h1>Research Computing</h1>
<p>We do Supercomputing. Our mission is to make you successful at your research.</p>
<p><a class="btn btn-primary btn-lg header-button" href="mailto:[email protected]">
Contact us to get started!
</a></p>
</div>
<div>
<div class="blue-box">
<h2>Applications</h2>
<p>We install what YOU need. <a style="color:white;" href="https://uofsc-rc.github.io/applications">
<u>See our entire supported application list.</u></a></p>
</div>
<div style="padding-top:10px;">
<div class="white-box">
<h2>Research Services</h2>
<p>From application development to project management,
<a style="color:#537391;"
href="https://www.sc.edu/about/offices_and_divisions/division_of_information_technology/rc/index.php">
<u>see how we can help your research needs.</u></a></p>
</div>
</div>
<div style="padding-top:10px;">
<div class="blue-box">
<h2>Tutorials</h2>
<p>New to Research Computing or need an introduction to software on the cluster?
Check out our <a style="color:white;" href="https://uofsc-rc.github.io/sys-tutorial"><u>system
tutorials</u></a>
or our <a style="color:white;" href="https://uofsc-rc.github.io/tutorials"><u>software
tutorials!</u></a></p>
</div>
</div>
<div style="padding-top:10px;">
<div class="white-box">
<h2>Workshops</h2>
<p>We offer workshops on dozens of topics like Python, R, Git, MPI, and more. Check back often or sign
up for our mailing list.</p>
</div>
</div>
</div>
</div>