This repository has been archived by the owner on Aug 15, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 20
/
index.html
225 lines (221 loc) · 10.5 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
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
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
---
layout: default
css_extension:
- href: "/assets/css/homepage.css"
---
{% assign now = "now" | date: "%s" %}
{% if now < "1656392400" %}
<hr class="m-0 ">
<div class="bg-dark">
<div class="py-2 container-xxl text-white">
<b>Campus Cyberinfrastructure (CC*) 2022</b> solicitation now active! Learn more on our <a href="campus-cyberinfrastructure.html">Campus</a> page.
</div>
</div>
<hr class="m-0">
{% endif %}
<div id="hero-image" class="vh-75 vh-md-50">
<div class="container-xxl">
<div class="row justify-content-end">
<div class="col-12 col-md-5 col-xxl-5">
{% include /get/hero_data.liquid %}
<div class="p-3 mb-3 mt-4 d-flex flex-column" id="hero-content-container">
<h3 class="text-white">{{ hero_data.title }}</h3>
<hr>
<p class="text-white">
{{ hero_data.excerpt }}
</p>
<a class="mt-auto me-auto btn btn-primary" href="{{ hero_data.url | relative_url }}">Read More</a>
</div>
</div>
</div>
</div>
</div>
<div class="container-xxl mt-4">
<div class="row mb-4">
<div class="col-md-8">
<h1>The OSG Consortium</h1>
<p class="fst-italic">
The OSG is a consortium of research collaborations, campuses, national laboratories, and software providers dedicated to the advancement of all open science via the practice of distributed High Throughput Computing (dHTC), and the advancement of its state of the art. Established in 2005, the OSG operates a fabric of dHTC services for the National S&E community.
</p>
<h5 id="open-science-pool-ospool"><a href="{{ '/about/open_science_pool/' | relative_url }}">Open Science Pool (OSPool)</a></h5>
<p>The OSPool is a virtual cluster providing computing and data resources using distributed high-throughput computing (dHTC) technologies.</p>
<ul>
<li>Open for any scientist or group, of all disciplines, doing open science in the US.</li>
<li>Built to run <a href="/about/open_science_pool/index.html#what-types-of-work-run-well-on-the-ospool">independent computations</a> on a massive scale.</li>
<li>The OSPool is built from idle resources contributed by university campuses, government-supported supercomputing facilities and research collaborations</li>
<li>Resources are assigned on a fair-share basis at no cost to researchers; no allocation process is required.</li>
</ul>
<h5 id="open-science-data-federation"><a href="{{ '/about/osdf/' | relative_url }}">Open Science Data Federation (OSDF)</a></h5>
<p>The OSDF enables users and institutions to make datasets available to dHTC environments such as the OSPool.</p>
<ul>
<li>Provides campuses and researchers with the ability to manage their data in support of running their dHTC workloads.</li>
<li>Improves data access performance, resource consumption and reliability.</li>
<li><a href="https://support.opensciencegrid.org/support/solutions/articles/12000002985-overview-data-staging-and-transfer-to-jobs#data-locations-and-quotas">The OSG Connect</a> service provides researchers with a default of 500GB of storage space on the OSDF.</li>
</ul>
</div>
<div class="col-sm-12 col-md-4 mx-md-auto">
{% include /get/future_events.html %}
{% if future_events.size != 0 %}
<div class="card my-2">
<div class="card-body mb-auto">
<h3 class="m-0"><a href="/events.html">Events</a></h3>
<hr class="my-2">
{% for data in future_events limit: 2 %}
{% include /cards/img-title-date.html class="mt-2" src=data.header_image %}
{% endfor %}
</div>
</div>
{% endif %}
<div class="card">
<div class="card-body mb-auto">
<h3 class="m-0"><a href="/news.html">News</a></h3>
<hr class="my-2">
{% include /get/news.liquid %}
{% for data in news limit: 3 %}
{% include /cards/title-date.html class="my-2" %}
{% endfor %}
</div>
</div>
</div>
</div>
</div>
<div class="bg-light py-4 mb-4">
<div class="container-xxl">
<div class="row justify-content-center">
<div class="col-12 col-sm-8 col-md-6 col-xl-4 order-2 order-md-1 mt-3 mt-md-0">
<div class="card hover-shadow p-3 bg-white">
<a class="twitter-timeline" data-height="550" href="https://twitter.com/opensciencegrid?ref_src=twsrc%5Etfw">Tweets by opensciencegrid</a> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
</div>
</div>
{% include get/spotlights.liquid %}
{% for article in spotlights limit:2 %}
<div class="col-12 col-md-6 col-xl-4 {% cycle 'order-1 order-md-2', 'd-none d-xl-block order-3' %}">
{% include /cards/spotlight-card.html height='150' no_date="true" %}
</div>
{% endfor %}
</div>
</div>
</div>
<div class="container-xxl">
<div class="row border-4 border-primary ">
<div class="col-12 col-md-6 col-lg-4 mb-4">
<div class="card h-100">
<div class="card-body">
<h3>What We Do</h3>
<hr>
<p>The OSG facilitates access to distributed high throughput computing for research in the US.
The resources accessible through the OSG are contributed by the community, organized by the OSG, and governed by the OSG consortium.
In the last 12 months, we have provided more than 1.2 billion CPU hours to researchers across a wide variety of projects.
</p>
</div>
</div>
</div>
<div class="col-12 col-md-6 col-lg-4 mb-4">
<div class="card h-100">
<div class="card-body">
<h3>Submit Locally, Run Globally</h3>
<hr>
<p>Researchers can run jobs on OSG from their home institution or <a href="https://connect.osg-htc.org/">OSG's centrally-operated submission service, OSG Connect</a> (available for US-based research and scholarship).</p>
</div>
</div>
</div>
<div class="col-12 col-md-6 col-lg-4 mb-4">
<div class="card h-100">
<div class="card-body">
<h3>Sharing Is Key</h3>
<hr>
<p><em>Sharing is a core principle of the OSG.</em> Over 100 million CPU hours delivered on the OSG in the past year were opportunistic: they would have remained on but idle
if it wasn't for the OSG. Sharing allows individual researchers to access larger computing resources and large organizations to keep their utilization high.</p>
</div>
</div>
</div>
<div class="col-12 col-md-6 col-lg-4 mb-4">
<div class="card h-100">
<div class="card-body">
<h3>Resource Providers</h3>
<hr>
<p>The OSG consists of computing and storage elements at over 100 individual sites spanning the United States.
These sites, primarily at universities and national labs, range in size from a few hundred to tens of thousands of CPU cores.</p>
</div>
</div>
</div>
<div class="col-12 col-md-6 col-lg-4 mb-4">
<div class="card h-100">
<div class="card-body">
<h3>The OSG Software Stack</h3>
<hr>
<p>The OSG provides an integrated software stack to enable high throughput computing; <a href="https://support.opensciencegrid.org/support/home">visit our technical documents website for information</a>.</p>
</div>
</div>
</div>
<div class="col-12 col-md-6 col-lg-4 mb-4">
<div class="card h-100">
<div class="card-body">
<h3>Coordinating CI Services</h3>
<hr>
<p>
NSF’s
<a href="https://www.nsf.gov/cise/oac/vision/blueprint-2019/">Blueprint
for National Cyberinfrastructure Coordination Services</a>
lays out the need for coordination services to bring together the distributed elements of a national CI ecosystem.
It highlights OSG as providing distributed high throughput computing services to the U.S. research community.
</p>
</div>
</div>
</div>
</div>
</div>
<div class="bg-light my-4">
<div class="container-xxl">
<div class="row justify-content-center">
<div class="col-md-12 col-lg-10 col-xl-8">
<h3>Find Us!</h3>
<p>Are you a resource provider wanting to join our collaboration? Contact us: <a href="mailto:[email protected]">[email protected]</a>.</p>
<p>Are you a user wanting more computing resources? Check with your 'local' computing providers, or consider using <a href="https://connect.osg-htc.org/">OSG Connect</a> (available to US-based academic/govt/non-profit research projects).</p>
<p>For any other inquiries, reach us at: <a href="mailto:[email protected]">[email protected]</a>.</p>
<p>To see the breadth of the OSG impact, <a href="https://gracc.opensciencegrid.org">explore our accounting portal</a>.</p>
</div>
</div>
</div>
</div>
<div class="container-xxl">
<div class="card">
<div class="card-body">
<h3>Support</h3>
<p class="text-muted">
The activities of the OSG Consortium are supported by multiple projects and in-kind contributions from members.
Significant funding is provided through:
</p>
<hr>
<div class="row justify-content-evenly">
<div class="col-md-10 col-lg-8">
{% include image-title-desc-card.html
img_src="/assets/images/logos/Logo_Round_Med.png"
img_alt="PATh Logo"
title="Path"
description="
The Partnership to Advance Throughput Computing (PATh) is an NSF-funded (#2030508) project to address the
needs of the rapidly growing community embracing Distributed High Throughput Computing (dHTC) technologies
and services to advance their research.
"
url="https://path-cc.io/"
%}
</div>
<div class="col-md-10 col-lg-8">
{% include image-title-desc-card.html
img_src="/assets/images/logos/IRIS_HEP.png"
img_alt="Iris-Hep Logo"
title="IRIS-HEP"
description="
The Institute for Research and Innovation in Software for High Energy Physics (IRIS-HEP) is an
NSF-funded (#1836650) software institute established to meet the software and computing challenges
of the HL-LHC, through R&D for the software for acquiring, managing, processing and analyzing HL-LHC data.
"
url="https://iris-hep.org/"
class="flex-row-reverse"
%}
</div>
</div>
</div>
</div>
</div>