-
Notifications
You must be signed in to change notification settings - Fork 4
/
index.html
executable file
·70 lines (58 loc) · 3.26 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
---
layout: home
home: true
title: Welcome to Globus at Stanford
sidebar-box-title: "What Is Globus?"
sidebar-box: '<p>Globus is a platform for high-speed data transfer. If you have Low or Moderate Risk data, you can use Globus to share it with people in Stanford,
with collaborators at other institutions, or with the general public.</p>
<p><a class="more-link" href="/about.html"><i class="fa fa-chevron-circle-right"></i> More about Globus</a></p>'
sidebar-box-title2: "Need Help Getting Started?"
sidebar-box2: '<p>We have a list of common problems, with information on how they can be solved using Globus.</p>
<p><a class="more-link" href="/scenarios.html"><i class="fa fa-chevron-circle-right"></i> See the "How Do I…?" List</a></p>'
sidebar-box-title3: "Who Pays for This?"
sidebar-box3: '<p>This service is paid for by University IT, Stanford University Libraries, and the Genetics Bioinformatics Service Center in the School of Medicine. It is administered by the Stanford Research Computing Center. There are some conditions on who can use the service, and the type of data which can be transferred using Globus.<p><a class="more-link" href="/policies.html"><i class="fa fa-chevron-circle-right"></i>Read the fine print</a></p>'
toc: false
---
<div class="text-chunk">
<p>Globus is a high-performance data-transfer platform. You can use Globus
for…</p>
<ul class="fa-ul" style="--fa-li-width: 2em;">
<li><span class="fa-li"><i class="fa fa-fw fa-tree"></i></span> Data transfers between servers in your group.</li>
<li><span class="fa-li"><i class="fa fa-fw fa-laptop"></i></span> Data transfers between a server and your laptop.</li>
<li><span class="fa-li"><i class="fas fa-fw fa-university"></i></span> Sharing data with researchers at other institutions.</li>
<li><span class="fa-li"><i class="fas fa-fw fa-globe"></i></span> Sharing data with the world.</li>
<li><span class="fa-li"><i class="fas fa-fw fa-clock"></i></span> Automate data transfers between any of the above.</li>
</ul>
<p>Transfers happen unattended, data verification is on by default, and
on-the-wire encryption is available.</p>
<p>All of this is available now, for you, for free.</p>
</div>
<div class="text-chunk">
<h2><i class="fa fa-fw fa-rocket"></i> Get Started</h2>
<ul class="fa-ul" style="--fa-li-width: 2em;">
<li><span class="fa-li"><i class="fa fa-fw fa-question-circle"></i></span>
If you have a data-sharing problem, or a collaboration problem, our
<a href="/scenarios.html" title="Globus Scenarios">
"How Do I…?" page
</a>
will have a solution!
</li>
<li><span class="fa-li"><i class="fa fa-fw fa-laptop"></i></span>
If you know that you need the Globus client, go directly to our
<a href="/client.html" title="Globus Client">
client page.
</a>
</li>
<li><span class="fa-li"><i class="fas fa-fw fa-server"></i></span>
If you know that you need the Globus server, go directly to our
<a href="/server5.html" title="Globus Connect Server">
server page.
</a>
</li>
</ul>
</div>
<div class="text-chunk">
<h2><i class="fa fa-fw fa-newspaper"></i> Announcements</h2>
{% comment %} Show the announcements {% endcomment %}
{% include blog.html %}
</div>