Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _layouts/postdoc.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ <h3>Project: {{project.project_title}}</h3>
{{project.project_goal}}
<br>
<br>
More information: <a href = "{{project.proposal}}">My project proposal</a><br>
More information: <a href = "{{project.proposal}}">My project proposal</a>{% if project.finalreport %}, <a href = "{{project.finalreport}}">My project final report</a>{% endif %}<br>

<br>
<b>Mentors: </b> <br>
Expand Down
Binary file added assets/pdfs/KelciMohrman_RD_FinalReport.pdf
Binary file not shown.
Binary file added assets/pdfs/NickSmith_RD_FinalReport.pdf
Binary file not shown.
Binary file added assets/pdfs/OzAmram_RD_FinalReport.pdf
Binary file not shown.
Binary file added assets/pdfs/RuchiChudasama_RD_FinalReport.pdf
Binary file not shown.
4 changes: 2 additions & 2 deletions pages/postdocs.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ The Software and Computing Research Initiative provides partial funding for phys
{% assign inactive-postdocs = postdocs | reject: "active" %}


# Current U.S. CMS Post Doctoral Researchers
# Current U.S. CMS R&D Initiative Researchers

<div class="container-fluid">
<div class="row">
Expand All @@ -41,7 +41,7 @@ The Software and Computing Research Initiative provides partial funding for phys
<br>
</div>

# Former U.S. CMS Post Doctoral Researchers
# Former U.S. CMS R&D Initiative Researchers

<div class="container-fluid">
<div class="row">
Expand Down
2 changes: 1 addition & 1 deletion pages/postdocs/NJManganelli.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
permalink: /postdocs/postdoc-nickmanganelli.html
layout: postdoc
pagetype: postdoc
active: true
active: false
title: Post-doctoral researcher
postdoc-name: Nick Manganelli
shortname:
Expand Down
6 changes: 3 additions & 3 deletions pages/postdocs/jgaglione.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ title: Post-doctoral researcher
active: True
dates:
start: 2024-01-01
end: 2024-12-31
end: 2025-09-30
photo: /assets/images/team/Jethro-Gaglione.jpg
institution: Vanderbilt University
e-mail: jethrogaglione@gmail.com
Expand Down Expand Up @@ -38,9 +38,9 @@ current_status: >
<br>
This quarter, we made significant progress integrating the btag POG ML training framework b-hive into an MLflow project which can be submitted to the Machine Learning Training Facility (MLTF). This work is very close to being merged, which will make it the first production CMS ML workflow integrated with the MLTF.

Work on hardware capabilities continues to hit delays due to issues with firmwares provided by the manufacturer. Engineers were unable to remotely diagnose the issue, leading Vanderbilt to ship the hardware back for hands-on inspection. This was successful, the engineers were able to find a subtle bug at the PCI-E layer, and updated/flashed the firmware to solve it. As of this writing, the hardware is being shipped back to Vanderbilt with the assertion from the manufacturer that it is fixed. This will, of course, push back hardware-related milestones.
Work on hardware capabilities continues to hit delays due to issues with firmwares provided by the manufacturer. Engineers were unable to remotely diagnose the issue, leading Vanderbilt to ship the hardware back for hands-on inspection. This was successful, the engineers were able to find a subtle bug at the PCI-E layer, and updated/flashed the firmware to solve it. As of this writing, the hardware is being shipped back to Vanderbilt with the assertion from the manufacturer that it is fixed. This will, of course, push back hardware-related milestones.

Vanderbilt developers have completed a first draft of the MLflow “gateway” server, which provides a REST-based job submission infrastructure (similar to CMS’ CRAB functionality). This will allow automated submission of training tasks (e.g. for CI/CD) via REST, or CLI-based job submission using a MLflow plugin which users can install into their environments. The functionality is currently basic, stubbing out the API, but has token-based authentication enabled to the point that the service can be securely accessed. The next work is to implement the missing functions so this service can be opened to alpha users in Q4.
Vanderbilt developers have completed a first draft of the MLflow “gateway” server, which provides a REST-based job submission infrastructure (similar to CMS’ CRAB functionality). This will allow automated submission of training tasks (e.g. for CI/CD) via REST, or CLI-based job submission using a MLflow plugin which users can install into their environments. The functionality is currently basic, stubbing out the API, but has token-based authentication enabled to the point that the service can be securely accessed. The next work is to implement the missing functions so this service can be opened to alpha users in Q4.



Expand Down
2 changes: 1 addition & 1 deletion pages/postdocs/kmohrman.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ shortname: kmohrman
permalink: /postdocs/kmohrman.html
postdoc-name: Kelci Mohrman
title: Post-doctoral researcher
project_title: Benchmarking current capabilities and exploring the acceleration of columnar processing via heterogeneous architectures (2025) and Deploying GPU algorithms through SONIC (2023)
active: True
dates:
start: 2023-09-01
end: 2025-08-31
photo: /assets/images/team/Kelci-Mohrman.png
institution: University of Florida
e-mail: k.mohrman@ufl.edu
project_title:
project_goal: >
<br>
<b>2024-2025: Benchmarking current capabilities and exploring the acceleration of columnar processing via heterogeneous architectures </b>
Expand Down
2 changes: 1 addition & 1 deletion pages/postdocs/mdarwish.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ title: Post-doctoral researcher
active: True
dates:
start: 2024-03-01
end: 2025-02-28
end: 2025-11-30
photo: /assets/images/team/Mohamed-Darwish.jpg
institution: Baylor University
e-mail: mohamed.anwar@cern.ch
Expand Down
1 change: 1 addition & 0 deletions pages/postdocs/nsmith-.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ mentors:
- David Mason (Fermilab)

proposal: /assets/pdfs/Jayatilaka_USCMSpostdoc_proposal.pdf
finalreport: /assets/pdfs/NickSmith_RD_FinalReport.pdf
presentations:
- title: "Object Stores for CMS data"
date: 2023-11-08
Expand Down
3 changes: 2 additions & 1 deletion pages/postdocs/ozamram.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ shortname: ozamram
permalink: /postdocs/ozamram.html
postdoc-name: Oz Amram
title: Post-doctoral researcher
active: True
active: False
dates:
start: 2022-09-12
end: 2024-09-12
Expand All @@ -22,6 +22,7 @@ mentors:
- Kevin Pedro (Fermilab)

proposal: /assets/pdfs/Oz-Amram.pdf
finalreport: /assets/pdfs/OzAmram_RD_FinalReport.pdf
presentations:
- title: "Machine Learning Models for Calorimeter Simulation"
date: 2022-11-08
Expand Down
2 changes: 1 addition & 1 deletion pages/postdocs/postdoc-carlosericecid.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ shortname: cericeci
project_title: Accelerating Pixel Unpacking and Vertex Reconstruction with GPUs
dates:
start: 2021-10-01
end: 2024-10-01
end: 2025-09-30
photo: /assets/images/team/Carlos-Erice-Cid.png
institution: Boston University
website:
Expand Down
1 change: 1 addition & 0 deletions pages/postdocs/postdoc-ruchichudasama.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ mentors:
project_goal: >
Development of end-to-end deep learning algorithms to improve the electron and tau identification in low momentum regime using graph neural networks and vision transformers. Integrate the electron and tau benchmarks into CMS software framework and scaling studies of deep learning training and inference on heterogeneous hardware platforms relying on containerization. Additionally, extend the end-to-end deep learning for electron and tau mass regression.
proposal: /assets/pdfs/USCMS_Ruchi_Chudasama.pdf
finalreport: /assets/pdfs/RuchiChudasama_RD_FinalReport.pdf
presentations:
- title: "End-to-end deep learning inference with CMSSW via ONNX using Docker "
date: 2023-05-09
Expand Down
2 changes: 1 addition & 1 deletion pages/postdocs/y19y19.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ title: Post-doctoral researcher
active: true
dates:
start: 2023-10-01
end: 2024-09-30
end: 2026-03-30
photo: /assets/images/team/Yao-Yao.jpg
institution: Purdue University
e-mail: yao.yao@cern.ch
Expand Down