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 18, 2024
2 parents b1aee6b + fc93220 commit a075bfb
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 17 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.

25 changes: 13 additions & 12 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="pratham-patel" class="bg-white team-card justify-content-center mb-3 flex-grow-1">
<div id="neha-talluri" 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/pratham_patel.jpg" alt="Headshot for Pratham Patel" />
<img src="/web-preview/preview-xalim-osdf-guide/staff-list/images/neha_talluri.jpg" alt="Headshot for Neha Talluri" />

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

Pratham Patel
Neha Talluri

</h2>
<div><h6 class="mt-2">Mentor(s):</h6> Brian Lin</div>
<div><h6 class="mt-2">Mentor(s):</h6> Jason Patton</div>
</div>
</div>
</div>
<div class="col-12">
<h4 class="mt-3">Enhancing container image build system</h4>
<h4 class="mt-3">Where in the world am I</h4>
<div class="pt-2">
<p>Container images are a widely used technology to package and distribute
software and services for use in systems such as Docker or Kubernetes.
The PATh project builds hundreds of these images on a weekly basis but
the build system needs improvement to support more images and additional
use cases. This project will focus on taking the existing system and
adding configurable, per-image build options. After a successful summer,
the student fellow will gain skills in Docker containers, GitHub actions, and Bash.</p>
<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>

</div>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -236,9 +236,23 @@ <h2>Table of Contents</h2>
<div class="uw-directory">

<ul>
<li><a href="#data-storage-locations">Data Storage Locations</a></li>
<li><a href="#transfer-data-to-jobs">Transfer Data to Jobs</a></li>
<li><a href="#transfer-data-back-from-jobs-to-home-or-staging">Transfer Data Back from Jobs to <code>/home</code> or <code>/staging</code></a></li>
<li><a href="#data-storage-locations">Data Storage Locations</a>
<ul>
<li><a href="#home">/home</a></li>
<li><a href="#staging">/staging</a></li>
</ul>
</li>
<li><a href="#transferring-data-to-jobs-with-transfer_input_files">Transferring Data to Jobs with <code>transfer_input_files</code></a>
<ul>
<li><a href="#important-note-file-transfers-and-caching-with-osdf">Important Note: File Transfers and Caching with <code>osdf://</code></a></li>
</ul>
</li>
<li><a href="#transferring-data-back-from-jobs-to-home-or-staging">Transferring Data Back from Jobs to <code>/home</code> or <code>/staging</code></a>
<ul>
<li><a href="#default-behavior-for-transferring-output-files">Default Behavior for Transferring Output Files</a></li>
<li><a href="#specify-which-output-files-to-transfer-with-transfer_output_files-and-transfer_output_remaps">Specify Which Output Files to Transfer with <code>transfer_output_files</code> and <code>transfer_output_remaps</code></a></li>
</ul>
</li>
<li><a href="#related-pages">Related pages</a></li>
</ul>

Expand Down

0 comments on commit a075bfb

Please sign in to comment.