-
Notifications
You must be signed in to change notification settings - Fork 31
/
index.html
237 lines (230 loc) · 9.78 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
225
226
227
228
229
230
231
232
233
234
235
236
237
---
layout: default
title: Home
js_extension:
- src: "https://cdnjs.cloudflare.com/ajax/libs/Chart.js/3.9.1/chart.min.js"
loading: defer
- src: "/assets/js/pages/index.js"
loading: defer
type: module
---
{% include get/jobs.liquid %}
{% if jobs.size > 0 %}
<div class="bg-primary py-2">
<div class="container-xxl">
<span class="text-white">CHTC is hiring, view the new position on the jobs page and apply now!</a>
<a class="btn btn-light px-1 ms-2 py-0" href="/jobs.html#full-time-positions">View Job Posting</a>
</div>
</div>
{% endif %}
{% include get/fellowships.liquid %}
{% if fellowships.size > 0 %}
<div class="bg-primary py-2">
<div class="container-xxl">
<span class="text-white">Applications are being accepted for CHTC's Summer Fellowship Program!</a>
<a class="btn btn-light px-1 ms-2 py-0" href="/fellowships/">View and Apply Now</a>
</div>
</div>
{% endif %}
<div class="bg-light overflow-hidden">
<picture>
<source srcset="{{ 'images/HTC_Graphic_Outline.webp' | relative_url }}">
<img id="hero-image-ultrawide" src="{{ 'images/HTC_Graphic_Outline.png' | relative_url }}" alt="CHTC Logo" />
</picture>
</div>
<div class="container-xxl">
<div class="row pt-4 justify-content-center {{ include.class }}">
<div class="d-none d-sm-block">
{% include get/news.liquid %}
{% include /components/news-card.html %}
</div>
<div class="col-12 col-lg-8">
<p>
<strong>
The Center for High Throughput Computing (CHTC), established in 2006, aims to bring the power
of High Throughput Computing to all fields of research, and to allow the future of HTC to be shaped
by insight from all fields.
</strong>
</p>
<div class="row justify-content-center">
<div class="col-md-12">
<div class="bg-light rounded px-1 pb-3 mb-3">
<p class="p-2 pb-0 text-center">
Are you a UW-Madison researcher looking to expand your computing beyond your local resources? Request
an account now to take advantage of the open computing services offered by the CHTC!
</p>
<div class="row justify-content-center">
<div class="col-auto">
<a class="button rounded btn-primary p-2" href="/uw-research-computing/form.html">Request Account</a>
</div>
</div>
</div>
</div>
</div>
<p>
<a href="htc.html">High Throughput Computing</a> is a collection of principles and techniques which maximize the effective throughput
of computing resources towards a given problem. When applied for scientific computing, HTC can result in
improved use of a computing resource, improved automation, and help drive the scientific problem forward.
</p>
<p>
The team at CHTC develops technologies and services for HTC. CHTC is the home of the <a href="http://htcondor.org">HTCondor Software
Suite</a> which has over 30 years of experience in tackling HTC problems;
it manages shared computing resources
for researchers on the UW-Madison campus; and it leads the <a href="https://osg-htc.org">OSG Consortium</a>,
a national-scale environment for distributed HTC.
</p>
</div>
{% include get/future_events.html %}
{% if future_events.size > 0 %}
<div class="col-12 col-lg-4">
<div class="rounded bg-light px-3 py-1">
<h2 class="uw-mini-bar mt-4">Upcoming Events</h2>
{% for event in future_events limit:1 %}
{% include event/event-card.html %}
{% endfor %}
</div>
</div>
{% endif %}
</div>
</div>
</div>
<div class="container">
<div class="col-12 col-md-6 d-block d-sm-none">
<h2 class="uw-mini-bar mb-4">News</h2>
{% include get/news.liquid %}
{% include /components/news-card.html %}
</div>
</div>
<div id="stats" class="container-lg">
<h2 class="uw-mini-bar mb-4">
Last Year Serving UW-Madison
</h2>
</div>
<div class="circuit-background">
<div class="container-lg pb-4">
<div id="statistic-row"></div>
</div>
</div>
<div class="container-lg table-responsive">
<div class="row justify-content-center">
<div class="col-12 col-md-10 col-lg-8">
<div id="college-table"></div>
</div>
</div>
</div>
<div class="container-lg">
{% include title-desc-img-card.html
class="flex-row-reverse mb-4 mt-4 "
title="HTCSS"
desc="
The [HTCondor Software Suite (HTCSS)](http://htcondor.org) provides sites and users with the ability to manage and execute
HTC workloads. Whether it’s managing a single laptop or 250,000 cores at CERN, HTCondor
helps solve computational problems through the application of the HTC principles.
"
img_src="images/laptop.svg"
img_alt="Laptop"
%}
{% include title-desc-img-card.html
class=" mb-4 mt-4 "
title="Services"
desc="
### [UW Research Computing](uw-research-computing)
CHTC manages over 20,000 cores and dozens of GPUs for the UW-Madison
campus; this resource, which is free and shared, aims to advance the
mission of the University of Wisconsin in support of the Wisconsin
Idea. Researchers can place their workloads on an access point at
CHTC and utilize the resources at CHTC, across the campus, and across
the nation.
### Research Facilitation
CHTC’s Research Facilitation team empowers researchers to utilize computing to achieve
their goals. The Research Facilitation approach emphasizes teaching users skills and
methodologies to manage & automate workloads on resources like those at CHTC, the campus,
or across the world.
"
img_src="images/microscope.svg"
img_alt="Microscope"
%}
</div>
<div class="bg-light pb-5">
<hr/>
<div class="container-lg">
<h3 class="text-center mb-5">
As part of its many services to UW-Madison and beyond,
the CHTC is home to or supports the following Research
Projects and Partners.
</h3>
{% include sub-title-desc-img-card.html
class=" mb-5 mt-4 "
title="OSG"
href="https://osg-htc.org"
desc="
The OSG is a consortium of research collaborations, campuses, national laboratories and software
providers dedicated to the advancement of all of open science via the practice of distributed High Throughput
Computing (dHTC), and the advancement of its state of the art. The OSG operates a fabric of dHTC services
for the national science and engineering community and CHTC has been a major force in OSG since its inception
in 2005.
"
img_src="images/logos/OSG-logo.svg"
img_alt="OSG Logo"
%}
{% include sub-title-desc-img-card.html
title="PATh"
href="https://path-cc.io/"
class=" flex-row-reverse mb-5 mt-4"
desc="
The Partnership to Advance Throughput Computing (PATh) is a partnership between
CHTC and OSG to advance throughput computing. Funded through a major investment
from NSF, PATh helps advance HTC at a national level through support for
HTCSS and provides a fabric of services for the NSF science and engineering community
to access resources across the nation.
"
img_src="images/logos/PATh_Logo.png"
img_alt="PATh Logo"
img_style="max-width: 12rem;"
%}
{% include sub-title-desc-img-card.html
class=" mb-5"
title="Morgridge Institute for Research"
href="https://morgridge.org/"
desc="
The Morgridge Institute for Research is a private, biomedical research institute
located on the UW-Madison campus. Morgridge’s Research Computing Theme is a unique
partner with CHTC, investing in the vision of HTC and its ability to advance basic
research.
"
img_src="images/logos/Morgridge_Logo.svg"
img_alt="Morgridge Logo"
%}
<div class="row gx-2 justify-content-center">
{% assign card-class = "" %}
{% include title-img-card.html
class=card-class
title="xDD"
href="https://xdd.wisc.edu/"
img_src="images/logos/xDD_Logo.svg"
img_alt="xDD logo"
%}
{% include title-img-card.html
class=card-class
title="IRIS-HEP"
href="https://iris-hep.org/"
img_src="images/logos/IRIS-HEP_Logo.png"
img_alt="IRIS-HEP logo"
%}
{% include title-img-card.html
class=card-class
title="BMRB"
href="https://bmrb.io/"
img_src="images/logos/BMRB_Logo.svg"
img_alt="BMRB logo"
%}
{% include title-img-card.html
class=card-class
title="Pegasus"
href="https://pegasus.isi.edu/"
img_src="images/logos/Pegasus_Logo.png"
img_alt="Pegasus logo"
%}
</div>
</div>
</div>