forked from stanford-rc/globus.stanford.edu
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·87 lines (69 loc) · 3.17 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
83
84
85
86
87
---
layout: index
title: Welcome
title_line: false
description: Welcome to Globus at Stanford! This is the place to get started.
---
<h2 class="headline">Welcome to Globus!</h2>
<p>Globus is a high-performance data-transfer platform. You can use Globus
for…</p>
<p>
<i class="fa fa-fw fa-tree"></i> Data transfers between servers in your group.<br />
<i class="fa fa-fw fa-laptop"></i> Data transfers between a server and your laptop.<br />
<i class="fas fa-fw fa-university"></i> Sharing data with researchers at other institutions.<br />
<i class="fas fa-fw fa-globe"></i> Sharing data with the world.<br />
<i class="fas fa-fw fa-clock"></i> Automate data transfers between any of the above.
</p>
<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>
<p> </p>
<h2><i class="fa fa-fw fa-rocket"></i> Get Started</h2>
<p><i class="fa fa-fw fa-question-circle"></i>
If you have a data-sharing problem, or a collaboration problem, our
<a href="{{ "scenarios.html" | relative_url }}" title="Globus Scenarios">
"How Do I…?" page
</a>
will have a solution!
</p>
<p><i class="fa fa-fw fa-laptop"></i>
If you know that you need the Globus client, go directly to our
<a href="{{ "client.html" | relative_url }}" title="Globus Client">
client page.
</a>
</p>
<p><i class="fas fa-fw fa-server"></i>
If you know that you need the Globus server, go directly to our
<a href="{{ "server.html" | relative_url }}" title="Globus Connect Server">
server page.
</a>
</p>
<p> </p>
<h2><i class="fa fa-fw fa-newspaper"></i> Announcements</h2>
<p>Read our recent announcements related to the Globus service.</p>
{% comment %} Show the announcements {% endcomment %}
{% include blog.html %}
{% comment %} Transition from main to sidebar {% endcomment %}
{% include index/transition.html %}
<div class="well">
<h2>What Is Globus?</h2>
<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" | relative_url }}"><i class="fa fa-chevron-circle-right"></i> More about Globus</a></p>
</div>
<div class="well">
<h2>Need Help Getting Started?</h2>
<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" | relative_url }}"><i class="fa fa-chevron-circle-right"></i> See the "How Do I…?" List</a></p>
</div>
<div class="well">
<h2>Who Pays for This?</h2>
<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" | relative_url }}"><i class="fa fa-chevron-circle-right"></i>Read the fine print</a></p>
</div>