Skip to content

Commit a7519c0

Browse files
committed
Merge Split Branch
2 parents 3d7d94e + 7ce9eab commit a7519c0

File tree

4 files changed

+21
-25
lines changed

4 files changed

+21
-25
lines changed

preview-account-request/assets/search/index.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

preview-account-request/assets/search/metadata.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

preview-account-request/fellowships/index.html

Lines changed: 18 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -229,14 +229,14 @@ <h1 class="uw-mini-bar mb-4">
229229

230230
<h2 id="featured-fellow">Featured Fellow</h2>
231231

232-
<div id="sandhya-nayar" class="bg-white team-card justify-content-center mb-3 flex-grow-1">
232+
<div id="william-jiang" class="bg-white team-card justify-content-center mb-3 flex-grow-1">
233233
<div class="uw-card-content shadow">
234234
<div class="row">
235235
<div class="col-3">
236236
<div class="overflow-hidden d-flex justify-content-center">
237237

238238

239-
<img src="/web-preview/preview-account-request/staff-list/images/sandhya_nayar.jpg" alt="Headshot for Sandhya Nayar" />
239+
<img src="/web-preview/preview-account-request/staff-list/images/william_jiang.png" alt="Headshot for William Jiang" />
240240

241241
</div>
242242
</div>
@@ -245,36 +245,32 @@ <h2 id="featured-fellow">Featured Fellow</h2>
245245
<div>
246246
<h2 class="uw-mini-bar mb-0 mt-3">
247247

248-
Sandhya Nayar
248+
William Jiang
249249

250250
</h2>
251-
<div><h6 class="mt-2">Mentor(s):</h6> Cole Bollig and Todd Tannenbaum</div>
251+
<div><h6 class="mt-2">Mentor(s):</h6> Emma Turetsky and Justin Hiemstra</div>
252252
</div>
253253
</div>
254254
</div>
255255
<div class="col-12">
256-
<h4 class="mt-3">Smart Aggregation and Indexing with the Archive Librarian</h4>
256+
<h4 class="mt-3">Integrating Pelican and Globus</h4>
257257
<div class="pt-2">
258-
<p>HTCondor saves large amounts of useful data about finished jobs
259-
that can help administrators, facilitators, and researchers
260-
who are trying to utilize historical job data. Currently,
261-
condor_history manually parses through flat files to get users
262-
their data; this makes it significantly harder to use, especially
263-
for older jobs, with no easy way to create useful aggregates.</p>
264-
265-
<p>This project focused on the creation of the “Archive Librarian” service,
266-
to index job records from the HTCondor history archive and
267-
improve the usability of historical job data. Each job’s “address”,
268-
which is the combination of an offset and file metadata of a
269-
historical archive file, is stored in a database. This allows
270-
the librarian to directly locate job records and avoid using a
271-
sequential scan. The database also stores relevant job attributes
272-
that researchers commonly rely on, enabling future support for
273-
complicated queries and aggregate statistics.</p>
258+
<p>The Pelican Platform is an open-source software platform designed to create
259+
data federations by unifying diverse data repositories (e.g. POSIX
260+
filesystems, S3) under a single architecture. It differs from the Globus
261+
project, whose main goal is to facilitate peer-to-peer data transfer, and it
262+
thus lacks the means to plug into cluster scheduling frameworks like HTCondor.</p>
263+
264+
<p>This project focused on bridging the gap between Pelican and Globus by
265+
integrating Globus transfer capabilities into Pelican. This will allow users
266+
to leverage Globus’s robust data transfer features while benefiting from
267+
Pelican’s unified data access model. The integration involved developing a
268+
Globus backend for Pelican and enabling seamless data transfers between
269+
Pelican-managed repositories and external systems via Globus.</p>
274270

275271
</div>
276272
<div>
277-
<a class="btn btn-primary" href="./reports/2025/sandhya-nayar">Read Final Report</a>
273+
<a class="btn btn-primary" href="./reports/2025/william-jiang">Read Final Report</a>
278274
</div>
279275
</div>
280276
</div>

preview-account-request/uw-research-computing/form.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ <h3 id="how-to-request-a-chtc-account">How to request a CHTC account</h3>
259259
<ol>
260260
<li> <b>Fill out the account request form.</b> Tell us about the computing work you want to do to the best of your knowledge.</li>
261261
<li>You will receive an automated email from <a href="mailto:[email protected]">[email protected]</a> within a few hours of completing the form.</li>
262-
<li><b>Wait 2-3 business days</b> for a follow-up from CHTC Facailitation Staff. Contact us if you don't hear from us after 3 business days.
262+
<li><b>Wait 2-3 business days</b> for a follow-up from CHTC Facailitation Staff. Contact us at <a href="mailto:[email protected]">[email protected]</a> if you don't hear from us after 3 business days.
263263
<ul>
264264
<li><b>If you are part of a new research group</b>, we will first schedule a meeting with you to understand your computational needs before creating your account.</li>
265265
<li><b>If you are part of an existing research group</b>, we will create a new account. We don't require a meeting, but highly recommend meeting with us, especially if you are new to research computing!</li>

0 commit comments

Comments
 (0)