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 Oct 24, 2024
2 parents 1f3bfec + 047e609 commit 778e4b2
Show file tree
Hide file tree
Showing 6 changed files with 48 additions and 15 deletions.
2 changes: 1 addition & 1 deletion preview-xalim-osdf-guide/assets/search/index.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion preview-xalim-osdf-guide/assets/search/metadata.json

Large diffs are not rendered by default.

26 changes: 13 additions & 13 deletions preview-xalim-osdf-guide/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="neha-talluri" class="bg-white team-card justify-content-center mb-3 flex-grow-1">
<div id="ben-staehle" 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-xalim-osdf-guide/staff-list/images/neha_talluri.jpg" alt="Headshot for Neha Talluri" />
<img src="/web-preview/preview-xalim-osdf-guide/staff-list/images/ben_staehle.jpg" alt="Headshot for Ben Staehle" />

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

Neha Talluri
Ben Staehle

</h2>
<div><h6 class="mt-2">Mentor(s):</h6> Jason Patton</div>
<div><h6 class="mt-2">Mentor(s):</h6> Joe Bartowiak</div>
</div>
</div>
</div>
<div class="col-12">
<h4 class="mt-3">Where in the world am I</h4>
<h4 class="mt-3">Tracking server inventory and elevation</h4>
<div class="pt-2">
<p>In PATh, an important part of the infrastructure is the “glidein”, a client that
starts at a remote location and provides computational cycles for research.
In the past, glideins have relied on configuration at remote locations to
determine their location but this often results in missing or incorrect
information. This project will focus on enhancing glideins so that they
can detect and report where they are running in the world, possibly including
data like geolocation and institutional owner. After a successful summer,
the student fellow will gain skills in Python, bash, and layer 3 networking.</p>
<p>The CHTC maintains over 1,000 servers on the UW–Madison campus and
across the country. Keeping track of server elevation (datacenter
and rack location), serial numbers, asset tags is a challenge that
is always in need of improvement. This project will focus on taking
existing data from the CHTC hardware monitoring system and automatically
exporting it to other systems such as Google spreadsheets or ITAdvisor.
After a successful summer, the student fellow will gain skills in
Python and monitoring and Google Docs APIs.</p>

</div>
</div>
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<meta http-equiv="refresh" content="1; url=/uw-research-computing/htc-job-file-transfer" />
<script>
window.location.href = '/uw-research-computing/htc-job-file-transfer';
</script>
<div style="display:flex; height:100vh;">
<div style="margin:auto;">
<div>
<a href="/uw-research-computing/htc-job-file-transfer"><img style="width: 100%;" alt="OSG Logo" src="/web-preview/preview-xalim-osdf-guide/images/CHTC-logo.png"></a>
</div>
<div style="text-align: center; margin-top: 20px;">
<a href="/uw-research-computing/htc-job-file-transfer">Click Here to be Redirected!</a>
</div>
</div>
</div>
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<meta http-equiv="refresh" content="1; url=/uw-research-computing/htc-job-file-transfer" />
<script>
window.location.href = '/uw-research-computing/htc-job-file-transfer';
</script>
<div style="display:flex; height:100vh;">
<div style="margin:auto;">
<div>
<a href="/uw-research-computing/htc-job-file-transfer"><img style="width: 100%;" alt="OSG Logo" src="/web-preview/preview-xalim-osdf-guide/images/CHTC-logo.png"></a>
</div>
<div style="text-align: center; margin-top: 20px;">
<a href="/uw-research-computing/htc-job-file-transfer">Click Here to be Redirected!</a>
</div>
</div>
</div>
Original file line number Diff line number Diff line change
Expand Up @@ -357,6 +357,11 @@ <h2 id="transferring-data-to-jobs-with-transfer_input_files">Transferring Data t
<td><code>/staging</code></td>
<td><code>transfer_input_files = file:///staging/NetID/input.txt</code></td>
</tr>
<tr>
<td>&gt; 100 GB</td>
<td> </td>
<td>For larger datasets (100GB+ per job), contact the facilitation team about the best strategy to stage your data</td>
</tr>
</tbody>
</table>

Expand Down

0 comments on commit 778e4b2

Please sign in to comment.