Skip to content

Commit

Permalink
Merge branch 'master' into henryiii/docs/webdev
Browse files Browse the repository at this point in the history
  • Loading branch information
rct225 authored Jul 17, 2023
2 parents b278300 + 3594579 commit 5846d05
Show file tree
Hide file tree
Showing 590 changed files with 4,169 additions and 497 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@ jobs:
&& github.ref == 'refs/heads/master'
&& github.repository == 'iris-hep/iris-hep.github.io'
id: deployment
uses: actions/deploy-pages@v1
uses: actions/deploy-pages@v2
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ repos:
- id: check-yaml

- repo: https://github.com/pre-commit/mirrors-prettier
rev: "v3.0.0-alpha.6"
rev: "v3.0.0"
hooks:
- id: prettier
types_or: [yaml, css, scss, javascript, json]

- repo: https://github.com/Lucas-C/pre-commit-hooks
rev: v1.4.2
rev: v1.5.1
hooks:
- id: remove-crlf
- id: forbid-tabs
Expand All @@ -32,14 +32,14 @@ repos:
language: fail

- repo: https://github.com/codespell-project/codespell
rev: v2.2.4
rev: v2.2.5
hooks:
- id: codespell
exclude: (^Gemfile.lock|\.js|\.map)$
args:
[
"-L",
"hist,sur,nd,pres,ist,ect,wan,wit,marge,admi,tunnell,parth,bu,ser,slac,gage,discus",
"hist,sur,nd,pres,ist,ect,wan,wit,marge,admi,tunnell,parth,bu,ser,slac,gage,discus,ablet",
]

- repo: local
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,12 @@ GEM
jekyll (>= 3.5, < 5.0)
jekyll-feed (~> 0.9)
jekyll-seo-tag (~> 2.1)
nokogiri (1.13.10)
nokogiri (1.14.3)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
nokogiri (1.13.10-x86_64-darwin)
nokogiri (1.14.3-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.13.10-x86_64-linux)
nokogiri (1.14.3-x86_64-linux)
racc (~> 1.4)
parallel (1.22.1)
parser (3.2.1.1)
Expand Down
33 changes: 33 additions & 0 deletions _codas-hep-instructors/2023/adrianalan.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
---
layout: codas-hep-participant
e-mail: [email protected]
institution: Princeton University
name: Adrian Alan Pol
photo: "/assets/images/team/Adrian-Alan-Pol.jpg"
github-username: AdrianAlan
orcid: 0000-0002-9034-0230
linkedin-profile: https://www.linkedin.com/in/adrianalanpol/
title: >
Machine Learning Postdoctoral Research Associate, Princeton University
website: https://adrianalan.me/
logos:
- /assets/images/codas-hep/logos/Princeton_logo.png
- /assets/images/codas-hep/logos/CERN_logo.png
- /assets/images/codas-hep/logos/CMS.jpg
---


### My research:
Machine learning and its applications to hardware trigger at CMS

### My expertise is:
Anomaly detection, model compression

### A problem I'm grappling with:
How to trigger on new physics, deep learning in latency-constraint hardware

### I've got my eyes on:
arxiv

### I want to know more about:
HPC, computing for HEP
33 changes: 33 additions & 0 deletions _codas-hep-instructors/2023/iifrim.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
---
layout: codas-hep-participant
e-mail: [email protected]
institution: Princeton University
name: Ioana Ifirm
photo: "/assets/images/team/Ioana-Ifrim.jpg"
github-username: ioanaif
linkedin-profile: "https://uk.linkedin.com/in/ioana-ifrim-918289116"
orcid: 0000-0002-6932-1385
title: Research Software Engineer, Princeton University
website:
logos:
- /assets/images/codas-hep/logos/Princeton_logo.png
- /assets/images/codas-hep/logos/Iris-hep-logo.png
- /assets/logos/skhep-logo.svg
- /assets/logos/awkward.svg
- /assets/logos/uproot.svg
---

## My research:
Uproot, Awkward Array, xeus-cpp

## My expertise is:
Python, C++, ML

## A problem I'm grappling with:
Feature expansion for Uproot

## I've got my eyes on:
Columnar analysis

## I want to know more about:
HEP applications ecosystem and their users needs
34 changes: 34 additions & 0 deletions _codas-hep-instructors/2023/jpivarski.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
---
layout: codas-hep-participant
e-mail: [email protected]
institution: Princeton University
name: Jim Pivarski
photo: "/assets/images/team/Jim-Pivarski.jpg"
github-username: jpivarski
linkedin-profile: "https://www.linkedin.com/in/james-pivarski-19a17310"
orcid: 0000-0002-6649-343X
title: Research Physicist, Princeton University
website:
logos:
- /assets/images/codas-hep/logos/CMS.jpg
- /assets/images/codas-hep/logos/Iris-hep-logo.png
- /assets/logos/skhep-logo.svg
- /assets/logos/awkward.svg
- /assets/logos/uproot.svg
- /assets/logos/vector-logo.png
---

## My research:
Growing the Pythonic HEP ecosystem, particularly as lead developer of Uproot and Awkward Array.

## My expertise is:
Python, vertical scaling, array-oriented programming.

## A problem I'm grappling with:
Involving more people in scientific Python, both as users and developers, bridging Awkward Array with everything, including ROOT and RDataFrame, generalizing its applicability beyond HEP.

## I've got my eyes on:
Julia, portable GPU programming, Arrow, Parquet, Zarr.

## I want to know more about:
What everyone else is working on/thinking about… the direction of HEP analysis software today.
35 changes: 35 additions & 0 deletions _codas-hep-instructors/2023/pelmer.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
---
layout: codas-hep-participant
e-mail: [email protected]
institution: Princeton University
name: Peter Elmer
photo: "/assets/images/team/Peter-Elmer.jpg"
github-username: pelmer
orcid: 0000-0001-6830-3356
linkedin-profile: https://ch.linkedin.com/in/peter-elmer-75b27964
title: >
Senior Research Physicist, Princeton University
Executive Director and Lead PI for the Institute for Research and Innovation in Software for High Energy Physics (IRIS-HEP)
website: https://scholar.princeton.edu/elmer/home
logos:
- /assets/images/codas-hep/logos/Princeton_logo.png
- /assets/images/codas-hep/logos/CERN_logo.png
- /assets/images/codas-hep/logos/CMS.jpg
- /assets/images/codas-hep/logos/Iris-hep-logo.png
---


### My research:
The CMS Experiment at CERN, as well as the R&D to prepare the software and computing systems required to operate and produce scientific results from the HL-LHC and other HEP experiments in the 2020s.

### My expertise is:
High Energy Physics (HEP) software and computing, large software/computing projects

### A problem I'm grappling with:
Recognizing echo chamber effects in our thinking and organizations, and finding ways to create more dynamic and sustainable research software collaborations to address our challenges.

### I've got my eyes on:
HEP software challenges in the 2020s...

### I want to know more about:
Places where HEP problems overlap with the larger research community; ideas and prior experience which show how we might collaborate on those problems.<br>
31 changes: 31 additions & 0 deletions _codas-hep-instructors/2023/srlantz.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
---
layout: codas-hep-participant
e-mail: [email protected]
institution: Cornell University
name: Steve Lantz
photo: "/assets/images/codas-hep/2023/Steve-Lantz.jpg"
github-username: srlantz
linkedin-profile:
orcid:
title: Senior Research Associate
website: https://www.cac.cornell.edu/slantz
logos:
- /assets/images/codas-hep/logos/Cornell-CAC-logo.png
- /assets/images/codas-hep/logos/Iris-hep-logo.png
- /assets/images/codas-hep/logos/mkfit-graphic2.png
---

## My research:
Computational research in applied physics, high performance computing

## My expertise is:
HPC code optimization, parallel programming

## A problem I'm grappling with:
How to introduce performance-oriented techniques into scientific codes without obscuring the science; how to get researchers to care about code quality and maintainability (software engineering)

## I've got my eyes on:
Platform-(quasi)-independent parallel APIs for CPUs and GPUs; Julia

## I want to know more about:
Machine learning (so I'm usually a student here as well as a presenter)
33 changes: 33 additions & 0 deletions _codas-hep-students/2023/AnaVizcaya.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
---
layout: codas-hep-participant
e-mail: [email protected]
institution: Colorado State University
name: Ana Paula Vizcaya Hernandez
photo: "/assets/images/codas-hep/2023/Anapaula_Vizcaya.png"
github-username: AnaVizcaya
linkedin-profile: www.linkedin.com/in/ana-paula-vizcaya-hernandez-abb860211
orcid:
title: Postdoctoral Fellow at Colorado State University
website:
logos:
- /assets/images/codas-hep/logos/dune-logo.jpeg
- /assets/images/codas-hep/logos/CSU-logo1.png
- /assets/images/codas-hep/logos/KATRIN_logo.png
---

## My research:
Neutrino mass with the KATRIN experiment.
Neutrino oscillations with ProtoDUNE and DUNE experiments.


## My expertise is:
Data analysis and databases

## A problem I'm grappling with:
Exploring scalability of ProtoDUNE databases to handle DUNE data

## I've got my eyes on:
Software challenges for the DUNE experiment

## I want to know more about:
Machine Learning and Big Data Tools, everything!
30 changes: 30 additions & 0 deletions _codas-hep-students/2023/Ari-mu-l.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
---
layout: codas-hep-participant
e-mail: [email protected]
institution: Brown University
name: Xiaohe Shen
photo: "/assets/images/codas-hep/2023/Xiaohe-Shen.png"
github-username: Ari-mu-l
linkedin-profile:
orcid:
title: Graduate Student
website:
logos:
- /assets/images/codas-hep/logos/CMS.jpg
- /assets/images/codas-hep/logos/Brown_Logo.jpg
---

## My research:
Search for vector-like quarks in the CMS experiment

## My expertise is:
Machine learning

## A problem I'm grappling with:
Getting more comfortable with using HEP analysis tools.

## I've got my eyes on:
Combining what I have been learning about the CMS experiment and my past knowledge on machine learning and optimization to get inspirations for improving my current analysis

## I want to know more about:
Parallel computing and how other people in the HEP community do machine learning
31 changes: 31 additions & 0 deletions _codas-hep-students/2023/Brainz22.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
---
layout: codas-hep-participant
e-mail: [email protected]
institution: UC San Diego
name: Russell Marroquin
photo: "/assets/images/codas-hep/2023/Russell-Marroquin.jpeg"
github-username: Brainz22
linkedin-profile: https://www.linkedin.com/in/russellmarroquin060597?lipi=urn%3Ali%3Apage%3Ad_flagship3_profile_view_base_contact_details%3B4vC1lvNwT%2B2bITvJD2LVIw%3D%3D
orcid:
title: Particle Physics and Machine Learning 2nd. year PhD student
website:
logos:
- /assets/images/codas-hep/logos/CMS.jpg
- /assets/images/codas-hep/logos/Iris-hep-logo.png
---
## My research:
My research involves the development of ML hardware co-designed algorithms and their implementation on the triggering hardware of the CMS detector at the LHC.

## My expertise is:
I am working to become an expert in ML, detector data acquisition systems, and HEP-inspired data analysis tools.

## A problem I'm grappling with:
A problem I am grappling with is related to the deployment of a ML algorithm on a triggering device to test its performance in the context of inference, resource utilization, and latency.


## I've got my eyes on:
I've got my eyes on Beyond the Standard Model searches for particles and the theories that back their existence.


## I want to know more about:
I want to know more about 1) particle physics analyses and the computational tools employed to realize such analyses, 2) optimization and enhancement of ML models, and 3) detector data acquisition systems.
31 changes: 31 additions & 0 deletions _codas-hep-students/2023/D-Covey09.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
---
layout: codas-hep-participant
e-mail: [email protected]
institution: University of Virginia
name: Dayne Robert Coveyou
photo: "/assets/images/codas-hep/2023/Dayne_Coveyou.jpg"
github-username: D-Covey09
linkedin-profile:
orcid:
title: Graduate Student at the University of Virginia
website:
logos:
- /assets/images/codas-hep/logos/nova_logo.png
- /assets/images/codas-hep/logos/uvalogo.png
---

## My research:
Using the NOvA Far Detector to search for extremely massive, highly ionizing particles: a candidate for a magnetic monopole.

## My expertise is:
Primarily C++ and Python. I've been working with the standard physics data "management" tool ROOT for years and understand as little about it as the next guy.

## A problem I'm grappling with:
Retrieving real and simulated data from NOvA's ART framework to do my analysis.

## I've got my eyes on:
More generalized data analysis tools than ROOT in preparation for entering the private sector.

## I want to know more about:
Optimization in videogames. It's a bit out of left field, but a game as complex as The Legend of Zelda: Tears of the Kingdom running on hardware effectively as powerful as a high-end smartphone fascinates me. Especially with it's robust interactive kinematic physics systems.

30 changes: 30 additions & 0 deletions _codas-hep-students/2023/NormanMartinez.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
---
layout: codas-hep-participant
e-mail: [email protected]
institution: Kansas State University
name: Norman Martinez
photo: "/assets/images/codas-hep/2023/Norman_Martinez.jpg"
github-username: Nmartin30
linkedin-profile:
orcid:
title: Physics Grad Student
website:
logos:
- /assets/images/codas-hep/logos/uboone_logo.png
- /assets/images/codas-hep/logos/k-state.png
---

## My research:
Search for dimuon production in MicroBoone Liquid Argon Detector.

## My expertise is:
Data Analysis, root, Latex.

## A problem I'm grappling with:
Production of a MC sample of 10K events for a dimuon signal in MicroBoone using Genie and LArSoft.

## I've got my eyes on:
MC Generators, LArSoft, BDTs and Liquid Argon detectors.

## I want to know more about:
How to run LArSoft in Grids (Fermilab grid for example) in order to reduce production times of samples.
Loading

0 comments on commit 5846d05

Please sign in to comment.