Skip to content

Commit

Permalink
Merge Split Branch
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jul 18, 2024
2 parents 27cb66e + 70287d9 commit 97ced44
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 22 deletions.
2 changes: 1 addition & 1 deletion preview-update-submodules/assets/search/index.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion preview-update-submodules/assets/search/metadata.json

Large diffs are not rendered by default.

32 changes: 13 additions & 19 deletions preview-update-submodules/fellowships/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -232,14 +232,14 @@ <h1 class="uw-mini-bar mb-4">

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

<div id="patrick-brophy" class="bg-white team-card justify-content-center mb-3 flex-grow-1">
<div id="ryan-boone" class="bg-white team-card justify-content-center mb-3 flex-grow-1">
<div class="uw-card-content shadow">
<div class="row">
<div class="col-3">
<div class="overflow-hidden d-flex justify-content-center">


<img src="/web-preview/preview-update-submodules/staff-list/images/patrick_brophy.jpg" alt="Headshot for Patrick Brophy" />
<img src="/web-preview/preview-update-submodules/staff-list/images/ryan_boone.jpg" alt="Headshot for Ryan Boone" />

</div>
</div>
Expand All @@ -248,30 +248,24 @@ <h2 id="featured-fellow">Featured Fellow</h2>
<div>
<h2 class="uw-mini-bar mb-0 mt-3">

Patrick Brophy
Ryan Boone

</h2>
<div><h6 class="mt-2">Mentor(s):</h6> Haoming Meng</div>
<div><h6 class="mt-2">Mentor(s):</h6> Cole Bollig and Rachel Lombardi</div>
</div>
</div>
</div>
<div class="col-12">
<h4 class="mt-3">Expanded Pelican Origin Monitoring</h4>
<h4 class="mt-3">Grid Exerciser</h4>
<div class="pt-2">
<p>The Pelican origin service is responsible for exporting objects in the backend
storage to the data federation. As it is the “entry point” for the data, understanding
the load on the origin and its activities is key to keeping the federation healthy.<br />
Pelican takes monitoring data from the web server component and feeds it into the popular
Prometheus software to store time series about the activity. This project would focus on:</p>
<ul>
<li>Implementing new monitoring probes to complement the existing information.</li>
<li>Forwarding the raw, unsummarized data to an ElasticSearch database for further analysis.</li>
<li>Designing visualizations to provide administrators with an overview of the origin’s activities.</li>
<li>Implementing alerts when there are health issues with the origin.</li>
</ul>

<p>After a successful summer, the student fellow will gain skills in using the Go
language, the Prometheus monitoring system (and other Cloud Native technologies), and web design.</p>
<p>The OSPool is a very large, very dynamic, heterogenous high throughput system composed of execute
points from dozens of campuses all over the United States. Sometimes, something will go wrong
at one of these many sites, or one network, or one storage point, and it is difficult to determine
where the problem is. This project proposed the design and construction of a “Grid Exerciser”,
which consists of intentionally sending sample jobs to targetted locations on the OSPool to verify
correct operation and sufficient performance. The project will also have a reporting and
visualization component so that the voluminous results can be understood by a human in a
concise manner.</p>

</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion preview-update-submodules/htc-24-event.html
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ <h1 class="uw-mini-bar mb-4">

<div class="row justify-content-center">
<div class="col-12 col-md-6">
<img src="https://raw.githubusercontent.com/CHTC/Articles/main/images/kayak-picture.png" class="figure-img img-fluid rounded" alt="kayak" />
<img src="https://raw.githubusercontent.com/CHTC/Articles/main/images/kayaking.jpeg" class="figure-img img-fluid rounded" alt="kayak" />
</div>
<div class="col-12 col-md-6">
<img src="https://raw.githubusercontent.com/CHTC/Articles/main/images/elevator-picture.png" class="figure-img img-fluid rounded" alt="Neha" />
Expand Down

0 comments on commit 97ced44

Please sign in to comment.