Skip to content

Commit 0787d3e

Browse files
feat: Address parts of AMG feedback (#8)
* Address most of the feedback from Vangelis and Giordon. * Remove self notes slide. * Add IRIS-HEP funding acknowledgements slide.
1 parent 8cac71b commit 0787d3e

File tree

1 file changed

+18
-22
lines changed

1 file changed

+18
-22
lines changed

talk.md

+18-22
Original file line numberDiff line numberDiff line change
@@ -13,24 +13,6 @@ on behalf of ATLAS Computing Activity<br>
1313

1414
October 21st, 2024
1515

16-
---
17-
# Self Notes (slide will be removed for talk)
18-
19-
* .bold[Time]: 18 minute talk
20-
- .bold[15 minutes talk]
21-
- 3 minutes questions
22-
* .bold[Abstract]:
23-
The ATLAS experiment is in the process of developing a columnar analysis demonstrator, which takes advantage of the Python ecosystem of data science tools.
24-
This project is inspired by the analysis demonstrator from IRIS-HEP.
25-
The demonstrator employs PHYSLITE OpenData from the ATLAS collaboration, the new Run 3 compact ATLAS analysis data format.
26-
The tight integration of ROOT features within PHYSLITE presents unique challenges when integrating with the Python analysis ecosystem.
27-
The demonstrator is constructed from ATLAS PHYSLITE OpenData, ensuring the accessibility and reproducibility of the analysis.
28-
The analysis pipeline of the demonstrator incorporates a comprehensive suite of tools and libraries.
29-
These include uproot for data reading, awkward-array for data manipulation, Dask for parallel computing, and hist for histogram processing.
30-
For the purpose of statistical analysis, the pipeline integrates cabinetry and pyhf, providing a robust toolkit for analysis.
31-
A significant component of this project is the custom application of corrections, scale factors, and systematic errors using ATLAS software.
32-
The infrastructure and methodology for these applications will be discussed in detail during the presentation, underscoring the adaptability of the Python ecosystem for high-energy physics analysis.
33-
3416
---
3517
# Challenges for Future Analysis
3618

@@ -42,7 +24,10 @@ The infrastructure and methodology for these applications will be discussed in d
4224
</a>
4325
</p>
4426
.caption[([ATLAS Software and Computing HL-LHC Roadmap](https://cds.cern.ch/record/2802918), 2022)]
45-
.center.large[Moving forward won't be able to store everything on disk]
27+
.large[
28+
* Won't be able to store everything on disk
29+
* Move towards "trade CPU for disk" model
30+
]
4631
]
4732
.kol-1-2[
4833
<p style="text-align:center;">
@@ -53,10 +38,10 @@ The infrastructure and methodology for these applications will be discussed in d
5338
.caption[(Jana Schaarschmidt, [CHEP 2023](https://indico.jlab.org/event/459/contributions/11586/))]
5439

5540
.center.bold[PHYSLITE]
56-
* Common file format for Run 4 Analysis Model
41+
* Common file format for .bold[Run 4 Analysis Model]
5742
* Contains already-calibrated objects for fast analysis
5843
* Monolithic: Intended to serve ~80% of physics analysis in Run 4
59-
* Directly used without need for ntuples
44+
* Can use directly without need for ntuples
6045
]
6146

6247
---
@@ -68,7 +53,7 @@ The infrastructure and methodology for these applications will be discussed in d
6853

6954
.kol-1-2[
7055
.large[
71-
* Higher level APIs for new users and improved user experience
56+
* Higher level APIs for physicists and improved user experience
7257
- People using columnar analysis on ntuples already seem to be loving it
7358
- Enable the same UX but without ntupling (save disk)
7459
* Potential for higher performance
@@ -391,6 +376,17 @@ Ongoing integration work into ATLAS Athena
391376
* Advancements in tooling are enabling researchers across career stages
392377
]
393378

379+
---
380+
# Acknowledgements
381+
382+
.huge[This work was supported in part by the United States National Science Foundation under Cooperative Agreements [OAC-1836650](https://nsf.gov/awardsearch/showAward?AWD_ID=1836650) and <br>[PHY-2323298](https://nsf.gov/awardsearch/showAward?AWD_ID=2323298) (Institute for Research and Innovation in Software for High Energy Physics (IRIS-HEP)).]
383+
384+
<p style="text-align:center;">
385+
<a href="https://iris-hep.org/">
386+
<img src="assets/logos/logo_IRIS-HEP.png" style="width:50%">
387+
</a>
388+
</p>
389+
394390
---
395391
class: end-slide, center
396392

0 commit comments

Comments
 (0)