diff --git a/.gitignore b/.gitignore index 6b5be3d..96d1038 100644 --- a/.gitignore +++ b/.gitignore @@ -303,3 +303,8 @@ TSWLatexianTemp* # precommit autofixes?? *.bak* + + +# Other files +.DS_Store +.DS_store diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 920dfe1..5acb92c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,4 +20,4 @@ repos: rev: v2.2.6 hooks: - id: codespell - args: ["--skip=chapters/Abstract.tex"] + args: ["--skip=chapters/Abstract.tex", "--ignore-words=codespell.txt"] diff --git a/appendix.tex b/appendix.tex new file mode 100644 index 0000000..d8e469b --- /dev/null +++ b/appendix.tex @@ -0,0 +1,32 @@ +\chapter[Appendix]{\hypertarget{appendix}{}} + + +Besides the above, I have also contributed to HEP Snowmass process \cite{snowmass_site} in Community Engagement Frontier \cite{snowmass_engagement}. In particular, I co-authored papers in CommF4: Physics Education \cite{snowmass_edu} and CommF2: Career Pipeline \& Development \cite{snowmass_carrerdev}. This led to three publications \cite{malik2022broadening,bardeen2022particle,malik2022facilitating}. + +I have also been an integral part of mentoring in the USCMS internship program~\cite{pursue_site,fnal_int} at Fermilab and have been acknowledged here \cite{bose2022us,banerjee2024novel} where I have co-developed software curriculum for the interns and been an instructor for past three years. + +% My work on broader impacts on outreach in HEP has led to the following publications + + +% \cite{snowmass_site,snowmass_engagement,snowmass_edu,pursue_site,fnal_int} + +The software experience gained from this work enabled me to disseminate my experience to students from UPRM and the international HEP community. I have organized several Python and HEP data analysis trainings and workshops, in Puerto Rico at UPRM and HEP worldwide \cite{carp21,carp22,carp22b,DAFLR,matplot,MLatCROEM23,PythoSeriesBasics,PythoSeriesMatplot,PythoSeriesML,PythoSeriesPandas,UPRM_ML_Undergrad}. +This has been an extremely fruitful outcome of my learning experience and a great sense of giving back to the community. + + +\printbibliography[keyword=page,title={Snowmass and US CMS Internships URLs},heading=subbibintoc] + +\printbibliography[keyword=pubs,title={Publications on Broader Impacts},heading=subbibintoc] + + +\printbibliography[keyword=workshop,title={Software Trainings and Workshops},heading=subbibintoc] + + + + + + +% \cite{CUpathways,UMCERN2018,pyhep22,root-workshop,uprm-fair} + + +% \chapter{Jargon words} diff --git a/chapters/HLT.tex b/chapters/HLT.tex new file mode 100644 index 0000000..baea39a --- /dev/null +++ b/chapters/HLT.tex @@ -0,0 +1,3 @@ +\chapter{High-Level Trigger (HLT) \label{ch:HLT}} + +\section{Developing the Algorithm} diff --git a/chapters/Introduction.tex b/chapters/Introduction.tex index aac98ba..649b58d 100644 --- a/chapters/Introduction.tex +++ b/chapters/Introduction.tex @@ -23,9 +23,12 @@ \chapter{Introduction} \Cref{ch:DQM} gives a brief description of what is Data Quality Monitoring (DQM) and its importance for CMS, as well as describe the Machine Learning tasks developed for it. \Cref{ch:conclusion} summarizes the analysis results and ongoing DQM efforts. -The software experience gained from this work enabled me to disseminate much knowledge to other UPRM students and the greater HEP community. I have organized several Python and HEP data analysis workshops, in Puerto Rico at UPRM and HEP worldwide. This has been an extremely fruitful outcome of my learning experience and a great sense of giving back to the community. -\cite{carp21,carp22,carp22b,DAFLR,matplot,MLatCROEM23,PythoSeriesBasics,PythoSeriesMatplot,PythoSeriesML,PythoSeriesPandas,UPRM_ML_Undergrad} -The thesis work has been presented at several conferences, workshops and internal CMS meetings. -\cite{physcon,DPF,prism,uprm-fair,root-workshop,pyhep22,newpersp2023,user-meeting2023,ml-hackathon,newpersp2018,prism2019,CUpathways,UMCERN2018} +The thesis work has been presented at conferences. +\cite{user-meeting2023,prism2022,DPF,prism2019} + +My research experience also led me to contribute to software trainings in HEP, broader impacts and outreach. +These are described in the \hyperlink{appendix}{Appendix} + +% \cite{CUpathways,ml-hackathon,newpersp2018,physcon,prism2019,UMCERN2018,newpersp2023,DPF,prism,pyhep22,root-workshop,uprm-fair,user-meeting2023} diff --git a/codespell.txt b/codespell.txt new file mode 100644 index 0000000..141054e --- /dev/null +++ b/codespell.txt @@ -0,0 +1,3 @@ +Marge +marge +requiere diff --git a/main.tex b/main.tex index b993119..7b99076 100644 --- a/main.tex +++ b/main.tex @@ -32,8 +32,16 @@ \include{chapters/Conclusion} -\backmatter +% \backmatter -\printbibliography[heading=bibintoc] + +\printbibliography[keyword = content, heading=bibintoc] +\printbibliography[keyword = {th}, heading=subbibintoc,title={Talks related to thesis work given at conferences}] + +\appendix + +\include{appendix} +% \printbibliography[heading=bibintoc] +% list of thesis related talks at conferences or meetings \end{document} diff --git a/preamble.tex b/preamble.tex index 98effe3..1ebead8 100644 --- a/preamble.tex +++ b/preamble.tex @@ -37,8 +37,9 @@ \usepackage[backend=biber,style=phys, articletitle=true,biblabel=brackets,% chaptertitle=false,pageranges=false, - backref=false + backref=true,defernumbers ]{biblatex} +%\bibliography{references.bib} \addbibresource{references.bib} % \DeclareFieldFormat[report]{title}{\printtext[doi/url-link]{\mkbibemph{#1}}} \usepackage[nottoc,numbib]{tocbibind} @@ -55,7 +56,6 @@ urlcolor=blue ]{hyperref} -%\bibliography{references.bib} \usepackage[nameinlink]{cleveref} diff --git a/references.bib b/references.bib index 9ac581d..3f6eb3b 100644 --- a/references.bib +++ b/references.bib @@ -1,563 +1,832 @@ -@electronic{carp21, - author = {Guillermo Fidalgo}, - date-added = {2024-03-25 01:24:43 -0400}, - date-modified = {2024-03-25 01:25:06 -0400}, - title = {Data Analysis for lab research}, - url = {https://indico.cern.ch/event/1097111/}, -} -@electronic{carp22, - author = {Guillermo Fidalgo}, - date-added = {2024-03-25 01:20:58 -0400}, - date-modified = {2024-03-25 01:20:58 -0400}, - title = {Software Basics Training (Virtual)}, - url = {https://indico.cern.ch/event/1190572/}, -} +@article{CMS:2008xjf, + author = {{CMS Collaboration}}, + date-added = {2024-03-26 14:18:04 -0400}, + date-modified = {2024-03-26 18:01:22 -0400}, + doi = {10.1088/1748-0221/3/08/S08004}, + journal = {JINST}, + keywords = {content}, + pages = {S08004}, + title = {The {CMS} experiment at the {CERN} {LHC}}, + volume = {3}, + year = {2008}, + bdsk-url-1 = {https://doi.org/10.1088/1748-0221/3/08/S08004}} -@electronic{carp22b, - author = {Guillermo Fidalgo}, - date-added = {2024-03-25 01:17:23 -0400}, - date-modified = {2024-03-25 01:23:22 -0400}, - title = {Software Basics Training (Virtual)}, - url = {https://indico.cern.ch/event/1112526/}} +@article{1742-6596-219-7-072020, + abstract = {In the last two years the CMS experiment has commissioned a full end to end data quality monitoring system in tandem with progress in the detector commissioning. We present the data quality monitoring and certification systems in place, from online data taking to delivering certified data sets for physics analyses, release validation and offline re-reconstruction activities at Tier-1s. We discuss the main results and lessons learnt so far in the commissioning and early detector operation. We outline our practical operations arrangements and the key technical implementation aspects.}, + author = {L Tuura and A Meyer and I Segoni and G Della Ricca}, + date-added = {2024-03-26 14:18:04 -0400}, + date-modified = {2024-03-26 18:01:22 -0400}, + journal = {Journal of Physics: Conference Series}, + keywords = {content}, + note = {For a more in depth review of DQM look in this article.}, + number = {7}, + pages = {072020}, + title = {{CMS} data quality monitoring: Systems and experiences}, + url = {http://stacks.iop.org/1742-6596/219/i=7/a=072020}, + volume = {219}, + year = {2010}, + bdsk-url-1 = {http://stacks.iop.org/1742-6596/219/i=7/a=072020}} -@electronic{DAFLR, - author = {Guillermo Fidalgo}, - date-added = {2024-03-25 01:21:06 -0400}, - date-modified = {2024-03-25 01:24:33 -0400}, - title = {Data Analysis for lab research}, - url = {https://indico.cern.ch/event/1132342/}, -} +@article{DeGuioDQM, + abstract = {The Data Quality Monitoring (DQM) Software proved to be a central tool in the CMS experiment. Its flexibility allowed its integration in several environments: Online, for real-time detector monitoring; Offline, for the final, fine-grained Data Certification; Release-Validation, to constantly validate the functionality and the performance of the reconstruction software; in Monte Carlo productions. The central tool to deliver Data Quality information is a website for browsing data quality histograms (DQM GUI). In this contribution, the structure of the DQM framework is described and the usage of the DQM software in the different environments and the performance of the system after the first years of data taking are presented.}, + author = {Federico De Guio and the CMS Collaboration}, + date-added = {2024-03-26 14:18:04 -0400}, + date-modified = {2024-03-26 18:01:22 -0400}, + journal = {Journal of Physics: Conference Series}, + keywords = {content}, + number = {3}, + pages = {032024}, + title = {The {CMS} data quality monitoring software: experience and future prospects}, + url = {http://stacks.iop.org/1742-6596/513/i=3/a=032024}, + volume = {513}, + year = {2014}, + bdsk-url-1 = {http://stacks.iop.org/1742-6596/513/i=3/a=032024}} -@electronic{matplot, - author = {Guillermo Fidalgo}, - date-added = {2024-03-25 01:21:08 -0400}, - date-modified = {2024-03-25 01:22:08 -0400}, - title = {Matplotlib Training}, - url = {https://indico.cern.ch/event/1058838/}, -} +@article{Bai_2014, + author = {Bai, Yang and Schwaller, Pedro}, + date-added = {2024-03-26 14:18:04 -0400}, + date-modified = {2024-03-26 18:01:22 -0400}, + doi = {10.1103/physrevd.89.063522}, + issn = {1550-2368}, + journal = {Physical Review D}, + keywords = {content}, + month = mar, + number = {6}, + publisher = {American Physical Society (APS)}, + title = {{Scale of dark QCD}}, + url = {http://dx.doi.org/10.1103/PhysRevD.89.063522}, + volume = {89}, + year = {2014}, + bdsk-url-1 = {http://dx.doi.org/10.1103/PhysRevD.89.063522}} -@electronic{MLatCROEM23, - author = {Guillermo Fidalgo}, - date-added = {2024-03-25 01:28:49 -0400}, - date-modified = {2024-03-25 01:28:49 -0400}, - title = {Machine Learnign @ CROEM}, - url = {https://indico.cern.ch/event/1353933/}, -} +@article{Schwaller:2015gea, + archiveprefix = {arXiv}, + author = {Schwaller, Pedro and Stolarski, Daniel and Weiler, Andreas}, + date-added = {2024-03-26 14:18:04 -0400}, + date-modified = {2024-03-26 18:01:22 -0400}, + doi = {10.1007/JHEP05(2015)059}, + eprint = {1502.05409}, + journal = {JHEP}, + keywords = {content}, + pages = {059}, + primaryclass = {hep-ph}, + reportnumber = {CERN-PH-TH-2015-031, DESY-15-026}, + title = {{Emerging Jets}}, + volume = {05}, + year = {2015}, + bdsk-url-1 = {https://doi.org/10.1007/JHEP05(2015)059}} -@electronic{PythoSeriesBasics, - author = {Guillermo Fidalgo}, - date-added = {2024-03-25 01:34:20 -0400}, - date-modified = {2024-03-25 01:34:43 -0400}, - title = {Python Programming Series @UPRM: Basics}, - url = {https://indico.cern.ch/event/1353934/}, -} +@article{CMS:2016ngn, + archiveprefix = {arXiv}, + author = {{CMS Collaboration}}, + date-added = {2024-03-26 14:18:04 -0400}, + date-modified = {2024-03-26 18:01:22 -0400}, + doi = {10.1088/1748-0221/12/01/P01020}, + eprint = {1609.02366}, + journal = {JINST}, + keywords = {content}, + pages = {P01020}, + primaryclass = {physics.ins-det}, + reportnumber = {CMS-TRG-12-001, CERN-EP-2016-160}, + slaccitation = {%%CITATION = ARXIV:1609.02366;%%}, + title = {{The CMS trigger system}}, + volume = {12}, + year = {2017}, + bdsk-url-1 = {https://doi.org/10.1088/1748-0221/12/01/P01020}} + +@online{Coursera, + author = {Coursera}, + date-added = {2024-03-26 14:18:04 -0400}, + date-modified = {2024-03-26 18:01:22 -0400}, + keywords = {content}, + title = {Machine Learning}, + url = {https://www.coursera.org/learn/machine-learning/supplement/aAgxl/what-is-machine-learning}, + year = {2018}, + bdsk-url-1 = {https://www.coursera.org/learn/machine-learning/supplement/aAgxl/what-is-machine-learning}} + +@online{datataking, + author = {CERN}, + date-added = {2024-03-26 14:18:04 -0400}, + date-modified = {2024-03-26 18:01:22 -0400}, + keywords = {content}, + title = {Processing what to record?}, + url = {https://home.cern/about/computing/processing-what-record}, + year = {2018}, + bdsk-url-1 = {https://home.cern/about/computing/processing-what-record}} + +@online{Med18, + author = {MedCalc}, + date-added = {2024-03-26 14:18:04 -0400}, + date-modified = {2024-03-26 18:01:22 -0400}, + keywords = {content}, + organization = {MedCalc Software}, + title = {{ROC curve analysis}}, + url = {https://www.medcalc.org/manual/roc-curves.php}, + year = {2018}, + bdsk-url-1 = {https://www.medcalc.org/manual/roc-curves.php}} + +@online{optimizaiton_algorithms, + author = {Walia, Anish Singh}, + date-added = {2024-03-26 14:18:04 -0400}, + date-modified = {2024-03-26 18:01:22 -0400}, + keywords = {content}, + language = {English}, + organization = {Towards Data Science}, + title = {Types of Optimization Algorithms used in Neural Networks and Ways to Optimize Gradient Descent}, + url = {https://towardsdatascience.com/types-of-optimization-algorithms-used-in-neural-networks-and-ways-to-optimize-gradient-95ae5d39529f}, + year = {2018}, + bdsk-url-1 = {https://towardsdatascience.com/types-of-optimization-algorithms-used-in-neural-networks-and-ways-to-optimize-gradient-95ae5d39529f}} -@electronic{PythoSeriesMatplot, - author = {Guillermo Fidalgo}, - date-added = {2024-03-25 01:31:48 -0400}, - date-modified = {2024-03-25 01:32:27 -0400}, - title = {Python Programming Series @UPRM: Matplotlib}, - url = {https://indico.cern.ch/event/1353937/}, -} +@article{Renner_2018, + author = {Renner, Sophie and Schwaller, Pedro}, + date-added = {2024-03-26 14:18:04 -0400}, + date-modified = {2024-03-26 18:01:22 -0400}, + doi = {10.1007/jhep08(2018)052}, + issn = {1029-8479}, + journal = {Journal of High Energy Physics}, + keywords = {content}, + month = aug, + number = {8}, + publisher = {Springer Science and Business Media LLC}, + title = {A flavoured dark sector}, + url = {http://dx.doi.org/10.1007/JHEP08(2018)052}, + volume = {2018}, + year = {2018}, + bdsk-url-1 = {http://dx.doi.org/10.1007/JHEP08(2018)052}} -@electronic{PythoSeriesML, - author = {Guillermo Fidalgo}, - date-added = {2024-03-25 01:28:50 -0400}, - date-modified = {2024-03-25 01:30:50 -0400}, - title = {Python Programming Series @UPRM: ML}, - url = {https://indico.cern.ch/event/1353942/}, -} +@article{ML4DQM, + author = {{A. Pol et. al, on behalf of the CMS Collaboration }}, + date-added = {2024-03-26 14:18:04 -0400}, + date-modified = {2024-03-26 18:01:22 -0400}, + doi = {10.1051/epjconf/201921406008}, + journal = {EPJ Web Conf.}, + keywords = {content}, + pages = {06008}, + title = {Anomaly detection using {Deep Autoencoders} for the assessment of the quality of the data acquired by the {CMS} experiment}, + volume = 214, + year = 2019, + bdsk-url-1 = {https://doi.org/10.1051/epjconf/201921406008}} -@electronic{PythoSeriesPandas, - author = {Guillermo Fidalgo}, - date-added = {2024-03-25 01:29:16 -0400}, - date-modified = {2024-03-25 01:30:28 -0400}, - title = {Python Programming Series @UPRM: Pandas}, - url = {https://indico.cern.ch/event/1353941/}, -} +@article{refId0, + author = {{V. Azzolini et. al, on behalf of CMS Collaboration}}, + date-added = {2024-03-26 14:18:04 -0400}, + date-modified = {2024-03-26 18:01:22 -0400}, + doi = {10.1051/epjconf/201921402003}, + journal = {EPJ Web Conf.}, + keywords = {content}, + pages = {02003}, + title = {{The Data Quality Monitoring Software for the CMS experiment at the LHC: past, present and future}}, + url = {https://doi.org/10.1051/epjconf/201921402003}, + volume = 214, + year = 2019, + bdsk-url-1 = {https://doi.org/10.1051/epjconf/201921402003}} -@electronic{UPRM_ML_Undergrad, - author = {Guillermo Fidalgo}, - date-added = {2024-03-25 01:29:15 -0400}, - date-modified = {2024-03-25 01:33:34 -0400}, - title = {Machine for Physics Undergrads}, - url = {https://indico.cern.ch/event/1327230/}, -} +@article{sirunyan2019search, + author = {{CMS Collaboration}}, + date-added = {2024-03-26 14:18:04 -0400}, + date-modified = {2024-03-26 18:01:22 -0400}, + doi = {10.1007/JHEP02(2019)179}, + journal = {Journal of High Energy Physics}, + keywords = {content}, + number = {2}, + pages = {1--42}, + publisher = {Springer}, + title = {Search for new particles decaying to a jet and an emerging jet}, + volume = {2019}, + year = {2019}, + bdsk-url-1 = {https://doi.org/10.1007/JHEP02(2019)179}} + +@article{CMS:2020cmk, + archiveprefix = {arXiv}, + author = {{CMS Collaboration}}, + date-added = {2024-03-26 14:18:04 -0400}, + date-modified = {2024-03-26 18:01:22 -0400}, + doi = {10.1088/1748-0221/15/10/P10017}, + eprint = {2006.10165}, + journal = {JINST}, + keywords = {content}, + pages = {P10017}, + primaryclass = {hep-ex}, + reportnumber = {CMS-TRG-17-001, CERN-EP-2020-065}, + title = {{Performance of the CMS Level-1 trigger in proton-proton collisions at $\sqrt{s} = 13$\,TeV}}, + volume = {15}, + year = {2020}, + bdsk-url-1 = {https://doi.org/10.1088/1748-0221/15/10/P10017}} + +@article{PhysRevD.104.035019, + author = {Linthorne, Dylan and Stolarski, Daniel}, + date-added = {2024-03-26 14:18:04 -0400}, + date-modified = {2024-03-26 18:01:22 -0400}, + doi = {10.1103/PhysRevD.104.035019}, + issue = {3}, + journal = {Phys. Rev. D}, + keywords = {content}, + month = {8}, + numpages = {15}, + pages = {035019}, + publisher = {American Physical Society}, + title = {Triggering on emerging jets}, + volume = {104}, + year = {2021}, + bdsk-url-1 = {https://doi.org/10.1103/PhysRevD.104.035019}} + +@article{archer2022emerging, + author = {Archer-Smith, Paul and Linthorne, Dylan and Stolarski, Daniel}, + date-added = {2024-03-26 14:18:04 -0400}, + date-modified = {2024-03-26 18:01:22 -0400}, + doi = {10.1007/JHEP02(2022)027}, + journal = {Journal of High Energy Physics}, + keywords = {content}, + number = {2}, + pages = {1--19}, + publisher = {Springer}, + title = {Emerging jets displaced into the future}, + volume = {2022}, + year = {2022}, + bdsk-url-1 = {https://doi.org/10.1007/JHEP02(2022)027}} + +@online{CMS_detector, + author = {CERN}, + date-added = {2024-03-26 14:18:04 -0400}, + date-modified = {2024-03-26 18:01:22 -0400}, + keywords = {content}, + organization = {{CMS}}, + title = {{CMS Detector}}, + url = {https://cms.cern/detector}, + year = {2023}, + bdsk-url-1 = {https://cms.cern/detector}} + +@unpublished{CMS:2023gfb, + archiveprefix = {arXiv}, + author = {{CMS Collaboration}}, + date-added = {2024-03-26 14:18:04 -0400}, + date-modified = {2024-03-26 18:01:22 -0400}, + eprint = {2309.05466}, + keywords = {content}, + note = {Accepted by \textit{JINST}}, + primaryclass = {physics.ins-det}, + reportnumber = {CMS-PRF-21-001, CERN-EP-2023-136}, + title = {Development of the {CMS} detector for the {CERN LHC Run 3}}, + year = {2023}} + +@online{HCAL, + author = {CMS}, + date-added = {2024-03-26 14:18:04 -0400}, + date-modified = {2024-03-26 18:01:22 -0400}, + keywords = {content}, + organization = {CERN}, + title = {Energy of Hadrons (HCAL)}, + url = {https://cms.cern/detector/measuring-energy/energy-hadrons-hcal}, + year = {2023}, + bdsk-url-1 = {https://cms.cern/detector/measuring-energy/energy-hadrons-hcal}} + +@online{hist_CERN, + author = {CERN}, + date-added = {2024-03-26 14:18:04 -0400}, + date-modified = {2024-03-26 18:01:22 -0400}, + keywords = {content}, + organization = {CERN}, + title = {History of {CERN}}, + url = {https://timeline.web.cern.ch/timelines/The-history-of-CERN}, + year = {2023}, + bdsk-url-1 = {https://timeline.web.cern.ch/timelines/The-history-of-CERN}} + +@online{hl-lhc, + date-added = {2024-03-26 14:18:04 -0400}, + date-modified = {2024-03-26 18:01:22 -0400}, + journal = {The HL-LHC project | High Luminosity LHC Project}, + keywords = {content}, + title = {The HL-LHC project}, + url = {https://hilumilhc.web.cern.ch/content/hl-lhc-project}, + year = {2023}, + bdsk-url-1 = {https://hilumilhc.web.cern.ch/content/hl-lhc-project}} + +@online{What_is_ALICE, + author = {CERN}, + date-added = {2024-03-26 14:18:04 -0400}, + date-modified = {2024-03-26 18:01:22 -0400}, + keywords = {content}, + organization = {{CERN}}, + title = {About {ALICE}}, + url = {https://home.cern/about/experiments/alice}, + year = {2023}, + bdsk-url-1 = {https://home.cern/about/experiments/alice}} + +@online{What_is_ATLAS, + author = {CERN}, + date-added = {2024-03-26 14:18:04 -0400}, + date-modified = {2024-03-26 18:01:22 -0400}, + keywords = {content}, + organization = {ATLAS}, + title = {About {ATLAS}}, + url = {https://atlas.cern/}, + year = {2023}, + bdsk-url-1 = {https://atlas.cern/}} + +@online{What_is_CERN, + author = {CERN}, + date-added = {2024-03-26 14:18:04 -0400}, + date-modified = {2024-03-26 18:01:22 -0400}, + keywords = {content}, + organization = {{CMS}}, + title = {About {CERN}}, + url = {https://home.cern/about}, + year = {2023}, + bdsk-url-1 = {https://home.cern/about}} + +@online{What_is_CMS, + author = {CERN}, + date-added = {2024-03-26 14:18:04 -0400}, + date-modified = {2024-03-26 18:01:22 -0400}, + keywords = {content}, + organization = {CMS}, + title = {About {CMS}}, + url = {http://cms.web.cern.ch/news/what-cms}, + year = {2023}, + bdsk-url-1 = {http://cms.web.cern.ch/news/what-cms}} + +@online{What_is_DM, + author = {CERN}, + date-added = {2024-03-26 14:18:04 -0400}, + date-modified = {2024-03-26 18:01:22 -0400}, + keywords = {content}, + organization = {{CERN}}, + title = {About {Dark Matter}}, + url = {https://home.cern/about/physics/dark-matter}, + year = {2023}, + bdsk-url-1 = {https://home.cern/about/physics/dark-matter}} + +@online{What_is_LHC, + author = {CERN}, + date-added = {2024-03-26 14:18:04 -0400}, + date-modified = {2024-03-26 18:01:22 -0400}, + keywords = {content}, + organization = {CMS}, + title = {About {LHC}}, + url = {https://home.cern/topics/large-hadron-collider}, + year = {2023}, + bdsk-url-1 = {https://home.cern/topics/large-hadron-collider}} -%%%%%%%%%%%%%%%%%%%%%%%%%%% +@online{What_is_LHCb, + author = {CERN}, + date-added = {2024-03-26 14:18:04 -0400}, + date-modified = {2024-03-26 18:01:22 -0400}, + keywords = {content}, + organization = {{CERN}}, + title = {About {LHCb}}, + url = {https://home.cern/about/experiments/lhcb}, + year = {2023}, + bdsk-url-1 = {https://home.cern/about/experiments/lhcb}} +@online{What_is_SM, + author = {CERN}, + date-added = {2024-03-26 14:18:04 -0400}, + date-modified = {2024-03-26 18:01:22 -0400}, + keywords = {content}, + organization = {{CERN}}, + title = {About {Standard Model}}, + url = {https://home.cern/about/physics/standard-model}, + year = {2023}, + bdsk-url-1 = {https://home.cern/about/physics/standard-model}} +@online{What_is_SUSY, + author = {CERN}, + date-added = {2024-03-26 14:18:04 -0400}, + date-modified = {2024-03-26 18:01:22 -0400}, + keywords = {content}, + organization = {{CERN}}, + title = {About {SUSY}}, + url = {https://home.cern/about/physics/supersymmetry}, + year = {2023}, + bdsk-url-1 = {https://home.cern/about/physics/supersymmetry}} + +@article{Wachirapusitan_2023, + abstract = {The Compact Muon Solenoid (CMS) detector is getting ready for datataking in 2022, after a long shutdown period. LHC Run-3 is expected to deliver an ever-increasing amount of data. To ensure that the recorded data has the best quality possible, the CMS Collaboration has dedicated Data Quality Monitoring (DQM) and Data Certification (DC) working groups. These working groups are made of human shifters and experts who carefully watch and investigate histograms generated from different parts of the detector. However, the current workflow is not granular enough and prone to human errors. On the other hand, several techniques in Machine Learning (ML) can be designed to learn from large collections of data and make predictions for the data quality at an unprecedented speed and granularity. Hence, the data certification process can be considered as a perfect problem for ML techniques to tackle. With the help of ML, we can increase the granularity and speed of the DQM workflow and assist the human shifters and experts in detecting anomalies during data-taking. In this presentation, we present preliminary results from incorporating ML to highly granular DQM information for data certification.}, + author = {{{V. Wachirapusitan} on behalf of CMS collaboration}}, + date-added = {2024-03-26 14:18:04 -0400}, + date-modified = {2024-03-26 18:01:22 -0400}, + doi = {10.1088/1742-6596/2438/1/012098}, + journal = {Journal of Physics: Conference Series}, + keywords = {content}, + month = {2}, + number = {1}, + pages = {012098}, + publisher = {IOP Publishing}, + title = {{Machine Learning applications for Data Quality Monitoring and Data Certification within CMS}}, + volume = {2438}, + year = {2023}, + bdsk-url-1 = {https://doi.org/10.1088/1742-6596/2438/1/012098}} @thesis{Nabili:2886140, - author = "Nabili, Sara", - title = "{Search for boosted semi-visible jets in all hadronic - final states with the CMS experiment}", - school = "University of Maryland", - year = "2024", - url = "https://cds.cern.ch/record/2886140", - note = "Presented 04 Jan 2024", -} + author = {Nabili, Sara}, + date-added = {2024-03-26 14:18:04 -0400}, + date-modified = {2024-03-26 18:01:22 -0400}, + keywords = {content}, + note = {Presented 04 Jan 2024}, + school = {University of Maryland}, + title = {{Search for boosted semi-visible jets in all hadronic final states with the CMS experiment}}, + url = {https://cds.cern.ch/record/2886140}, + year = {2024}, + bdsk-url-1 = {https://cds.cern.ch/record/2886140}} + +@article{CMS:2024gxp, + archiveprefix = {arXiv}, + author = {{CMS Collaboration}}, + date-added = {2024-03-26 14:18:04 -0400}, + date-modified = {2024-03-26 18:01:22 -0400}, + doi = {10.48550/arXiv.2403.01556}, + eprint = {2403.01556}, + keywords = {content}, + month = {3}, + primaryclass = {hep-ex}, + reportnumber = {CMS-EXO-22-015, CERN-EP-2024-049}, + title = {{Search for new physics with emerging jets in proton-proton collisions at $\sqrt{s}$ = 13 TeV}}, + year = {2024}, + bdsk-url-1 = {https://doi.org/10.48550/arXiv.2403.01556}} + @electronic{WIMPS, author = {Wikipedia}, - date-added = {2024-03-24 22:58:30 -0400}, - date-modified = {2024-03-24 22:59:05 -0400}, + date-added = {2024-03-26 14:18:04 -0400}, + date-modified = {2024-03-26 18:01:22 -0400}, + keywords = {content}, title = {Weakly interacting massive particles}, - url = {https://en.wikipedia.org/wiki/Weakly_interacting_massive_particle}} - -@electronic{ml-hackathon, - author = {Guillermo Fidalgo}, - date-added = {2024-03-24 22:04:19 -0400}, - date-modified = {2024-03-24 22:05:08 -0400}, - title = {{ML in DQM at CMS Experiment}}, - url = {https://indico.cern.ch/event/809812/contributions/3391219/}} + url = {https://en.wikipedia.org/wiki/Weakly_interacting_massive_particle}, + bdsk-url-1 = {https://en.wikipedia.org/wiki/Weakly_interacting_massive_particle}} @electronic{CUpathways, author = {{CU Boulder}}, - date-added = {2024-03-25 01:56:15 -0400}, - date-modified = {2024-03-25 01:58:47 -0400}, + date-added = {2024-03-26 14:14:10 -0400}, + date-modified = {2024-03-26 18:00:33 -0400}, + keywords = {presentation}, title = {{CU Pathways Program}}, - url = {https://www.colorado.edu/physics-jila-reu/research/new-trigger-studies-emerging-jets-cms-experiment}} + url = {https://www.colorado.edu/physics-jila-reu/research/new-trigger-studies-emerging-jets-cms-experiment}, + bdsk-url-1 = {https://www.colorado.edu/physics-jila-reu/research/new-trigger-studies-emerging-jets-cms-experiment}} -@electronic{UMCERN2018, +@electronic{ml-hackathon, author = {Guillermo Fidalgo}, - date-added = {2024-03-25 01:59:16 -0400}, - date-modified = {2024-03-25 02:00:11 -0400}, - title = {{Machine Learning and Deep Neural Networks}}, - url = {https://indico.cern.ch/event/729259/#9-machine-learning-and-deep-ne}} - + date-added = {2024-03-26 14:14:10 -0400}, + date-modified = {2024-03-26 18:00:33 -0400}, + keywords = {presentation}, + title = {{ML in DQM at CMS Experiment}}, + url = {https://indico.cern.ch/event/809812/contributions/3391219/}, + bdsk-url-1 = {https://indico.cern.ch/event/809812/contributions/3391219/}} @electronic{newpersp2018, author = {Guillermo Fidalgo}, - date-added = {2024-03-24 22:05:39 -0400}, - date-modified = {2024-03-24 22:06:04 -0400}, - title = "{Machine Learning in DQM at CMS Experiment}", - url = {https://vms.fnal.gov/asset/detail?recid=1955984}} + date-added = {2024-03-26 14:14:10 -0400}, + date-modified = {2024-03-26 18:00:33 -0400}, + keywords = {presentation}, + title = {{Machine Learning in DQM at CMS Experiment}}, + url = {https://vms.fnal.gov/asset/detail?recid=1955984}, + bdsk-url-1 = {https://vms.fnal.gov/asset/detail?recid=1955984}} -@electronic{prism2019, +@electronic{newpersp2023, author = {Guillermo Fidalgo}, - date-added = {2024-03-24 22:02:38 -0400}, - date-modified = {2024-03-24 22:04:12 -0400}, - title = {{Using Machine Learning for DQM at CMS}}, - url = {https://guillermofidalgo.github.io/assets/pdfs/ML4DQM_PRISM_2019_Talk.pdf}} + date-added = {2024-03-26 14:16:55 -0400}, + date-modified = {2024-03-26 18:00:33 -0400}, + howpublished = {New Perspectives 2023}, + keywords = {presentation}, + month = {6}, + read = {0}, + title = {{HEP Software Training with HSF/IRIS-HEP}}, + url = {https://indico.fnal.gov/event/59506/}, + year = {2023}, + bdsk-url-1 = {https://indico.fnal.gov/event/59506/}} @electronic{physcon, author = {Fidalgo, Guillermo}, - date-added = {2024-03-24 21:37:35 -0400}, - date-modified = {2024-03-24 21:58:19 -0400}, + date-added = {2024-03-26 14:14:10 -0400}, + date-modified = {2024-03-26 18:00:33 -0400}, howpublished = {Physcon 2019}, + keywords = {presentation,th}, month = {11}, title = {{Machine Learning in DQM at CMS Experiment}}, url = {https://guillermofidalgo.github.io/assets/pdfs/Physcon_Poster.pdf}, - year = {2019}} + year = {2019}, + bdsk-url-1 = {https://guillermofidalgo.github.io/assets/pdfs/Physcon_Poster.pdf}} +@electronic{prism2019, + author = {Guillermo Fidalgo}, + date-added = {2024-03-26 14:14:10 -0400}, + date-modified = {2024-03-26 18:00:33 -0400}, + keywords = {presentation,th}, + organization = {PRLSAMP2019, Mayag{\"u}ez, PR}, + title = {{Using Machine Learning for DQM at CMS}}, + url = {https://guillermofidalgo.github.io/assets/pdfs/ML4DQM_PRISM_2019_Talk.pdf}, + bdsk-url-1 = {https://guillermofidalgo.github.io/assets/pdfs/ML4DQM_PRISM_2019_Talk.pdf}} + +@electronic{UMCERN2018, + author = {Guillermo Fidalgo}, + date-added = {2024-03-26 14:14:10 -0400}, + date-modified = {2024-03-26 18:00:33 -0400}, + keywords = {presentation}, + title = {{Machine Learning and Deep Neural Networks}}, + url = {https://indico.cern.ch/event/729259/#9-machine-learning-and-deep-ne}, + bdsk-url-1 = {https://indico.cern.ch/event/729259/#9-machine-learning-and-deep-ne}} @online{DPF, author = {Guillermo Fidalgo}, - date-added = {2024-03-24 20:59:42 -0400}, - date-modified = {2024-03-24 21:25:26 -0400}, + date-added = {2024-03-26 14:14:10 -0400}, + date-modified = {2024-03-26 18:00:33 -0400}, howpublished = {Conference}, + keywords = {presentation,th}, month = {7}, - organization = {DPF}, + organization = {DPF 2021: Division of Particles and Fields}, title = {{Recent Progress in ML for Tracker DQM}}, url = {https://indico.cern.ch/event/1034469/contributions/4434622/}, - year = {2021}} + year = {2021}, + bdsk-url-1 = {https://indico.cern.ch/event/1034469/contributions/4434622/}} + +@online{prism2022, + author = {Guillermo Fidalgo}, + date-added = {2024-03-26 14:14:10 -0400}, + date-modified = {2024-03-26 18:00:33 -0400}, + howpublished = {Conference}, + keywords = {presentation,th}, + organization = {PRLSAMP2022, Humacao, PR}, + title = {{New Trigger Studies for Emerging Jets at CMS Experiment}}, + url = {https://guillermofidalgo.github.io/assets/pdfs/PRISM_BetterPoster_EMJ.pdf}, + year = {2022}, + bdsk-url-1 = {https://guillermofidalgo.github.io/assets/pdfs/PRISM_BetterPoster_EMJ.pdf}} + +@online{pyhep22, + author = {Guillermo Fidalgo and Alexander Moreno and Aman Goel}, + date-added = {2024-03-26 14:14:10 -0400}, + date-modified = {2024-03-26 18:00:33 -0400}, + howpublished = {PyHEP2022}, + keywords = {presentation}, + month = {9}, + title = {{Teaching Python the Sustainable Way: Lessons Learned at HSF Training}}, + url = {https://indico.cern.ch/event/1150631/contributions/5014278/}, + year = {2022}, + bdsk-url-1 = {https://indico.cern.ch/event/1150631/contributions/5014278/}} @online{root-workshop, author = {Guillermo Fidalgo}, - date-added = {2024-03-24 20:42:52 -0400}, - date-modified = {2024-03-24 21:31:21 -0400}, + date-added = {2024-03-26 14:14:10 -0400}, + date-modified = {2024-03-26 18:00:33 -0400}, howpublished = {ROOT Workshop}, + keywords = {presentation}, month = {5}, title = {Learning experience from {Software Carpentries}}, url = {https://indico.fnal.gov/event/23628/contributions/240752/}, - year = {2022}} + year = {2022}, + bdsk-url-1 = {https://indico.fnal.gov/event/23628/contributions/240752/}} @online{uprm-fair, author = {Guillermo Fidalgo}, - date-added = {2024-03-24 20:36:00 -0400}, - date-modified = {2024-03-24 21:30:50 -0400}, + date-added = {2024-03-26 14:14:10 -0400}, + date-modified = {2024-03-26 18:00:33 -0400}, howpublished = {Feria de Investigaciones UPRM}, + keywords = {presentation}, month = {4}, title = {{Physics Beyond Standard Model with the CMS Pixel Detector}}, url = {https://www.uprm.edu/feriadeinvestigaciones/physics-beyond-standard-model-with-the-cms-pixel-detector/}, - year = {2022}} - -@online{pyhep22, - author = {Guillermo Fidalgo and Alexander Moreno and Aman Goel}, - date-added = {2024-03-24 19:37:21 -0400}, - date-modified = {2024-03-24 21:30:21 -0400}, - howpublished = {PyHEP2022}, - month = {9}, - title = {{Teaching Python the Sustainable Way: Lessons Learned at HSF Training}}, - url = {https://indico.cern.ch/event/1150631/contributions/5014278/}, - year = {2022}} - -@online{prism, - author = {Guillermo Fidalgo}, - date-added = {2024-03-24 20:56:33 -0400}, - date-modified = {2024-03-24 21:29:22 -0400}, - howpublished = {Conference}, - organization = {PRLSAMP}, - title = {{New Trigger Studies for Emerging Jets at CMS Experiment}}, - url = {https://guillermofidalgo.github.io/assets/pdfs/PRISM_BetterPoster_EMJ.pdf}, - year = {2022}} + year = {2022}, + bdsk-url-1 = {https://www.uprm.edu/feriadeinvestigaciones/physics-beyond-standard-model-with-the-cms-pixel-detector/}} @online{user-meeting2023, author = {Guillermo Fidalgo}, - date-added = {2024-03-24 18:32:28 -0400}, - date-modified = {2024-03-24 21:28:30 -0400}, - howpublished = {Users Meeting 2023}, + date-added = {2024-03-26 14:14:10 -0400}, + date-modified = {2024-03-27 01:23:56 -0400}, + howpublished = {FNAL Annual Users Meeting 2023}, + keywords = {presentation,th}, month = {6}, - publisher = {Users Meeting}, + publisher = {FNAL Annual Users Meeting 2023}, title = {{Trigger Development for Emerging Jet Analysis}}, url = {https://indico.fnal.gov/event/59656/contributions/268969/}, year = {2023}, -} + bdsk-url-1 = {https://indico.fnal.gov/event/59656/contributions/268969/}} -@online{newpersp2023, +@electronic{AnalysisSTEMTeachers, author = {Guillermo Fidalgo}, - date-added = {2024-03-24 18:20:18 -0400}, - date-modified = {2024-03-24 21:33:34 -0400}, - howpublished = {New Perspectives 2023}, - month = {6}, - read = {0}, - title = {{HEP Software Training with HSF/IRIS-HEP}}, - url = {https://indico.fnal.gov/event/59506/contributions/269987/}, - year = {2023}, -} - - -%%%%%%%%%% -@online{hl-lhc, -title={The HL-LHC project}, -url={https://hilumilhc.web.cern.ch/content/hl-lhc-project}, -journal={The HL-LHC project | High Luminosity LHC Project}, -year= "2023" -} - - -@article{Bai_2014, - title="{Scale of dark QCD}", - volume={89}, - ISSN={1550-2368}, - url={http://dx.doi.org/10.1103/PhysRevD.89.063522}, - DOI={10.1103/physrevd.89.063522}, - number={6}, - journal={Physical Review D}, - publisher={American Physical Society (APS)}, - author={Bai, Yang and Schwaller, Pedro}, - year={2014}, - month=mar } - -@article{Renner_2018, - title={A flavoured dark sector}, - volume={2018}, - ISSN={1029-8479}, - url={http://dx.doi.org/10.1007/JHEP08(2018)052}, - DOI={10.1007/jhep08(2018)052}, - number={8}, - journal={Journal of High Energy Physics}, - publisher={Springer Science and Business Media LLC}, - author={Renner, Sophie and Schwaller, Pedro}, - year={2018}, - month=aug } - - -@article{CMS:2024gxp, - author = {{CMS Collaboration}}, - title = "{Search for new physics with emerging jets in proton-proton collisions at $\sqrt{s}$ = 13 TeV}", - eprint = "2403.01556", - archivePrefix = "arXiv", - primaryClass = "hep-ex", - reportNumber = "CMS-EXO-22-015, CERN-EP-2024-049", - month = "3", - year = "2024", - doi = {10.48550/arXiv.2403.01556} -} - -@article{Schwaller:2015gea, - author = {Schwaller, Pedro and Stolarski, Daniel and Weiler, Andreas}, - title = {{Emerging Jets}}, - eprint = {1502.05409}, - archiveprefix = {arXiv}, - primaryclass = {hep-ph}, - reportnumber = {CERN-PH-TH-2015-031, DESY-15-026}, - doi = {10.1007/JHEP05(2015)059}, - journal = {JHEP}, - volume = {05}, - pages = {059}, - year = {2015} -} - -@article{1742-6596-219-7-072020, - author = {L Tuura and A Meyer and I Segoni and G Della Ricca}, - title = {{CMS} data quality monitoring: Systems and experiences}, - journal = {Journal of Physics: Conference Series}, - volume = {219}, - number = {7}, - pages = {072020}, - url = {http://stacks.iop.org/1742-6596/219/i=7/a=072020}, - year = {2010}, - note = {For a more in depth review of DQM look in this article.}, - abstract = {In the last two years the CMS experiment has commissioned a full end to end data quality monitoring system in tandem with progress in the detector commissioning. We present the data quality monitoring and certification systems in place, from online data taking to delivering certified data sets for physics analyses, release validation and offline re-reconstruction activities at Tier-1s. We discuss the main results and lessons learnt so far in the commissioning and early detector operation. We outline our practical operations arrangements and the key technical implementation aspects.} -} -@article{DeGuioDQM, - author = {Federico De Guio and the CMS Collaboration}, - title = {The {CMS} data quality monitoring software: experience and future prospects}, - journal = {Journal of Physics: Conference Series}, - volume = {513}, - number = {3}, - pages = {032024}, - url = {http://stacks.iop.org/1742-6596/513/i=3/a=032024}, - year = {2014}, - abstract = {The Data Quality Monitoring (DQM) Software proved to be a central tool in the CMS experiment. Its flexibility allowed its integration in several environments: Online, for real-time detector monitoring; Offline, for the final, fine-grained Data Certification; Release-Validation, to constantly validate the functionality and the performance of the reconstruction software; in Monte Carlo productions. The central tool to deliver Data Quality information is a website for browsing data quality histograms (DQM GUI). In this contribution, the structure of the DQM framework is described and the usage of the DQM software in the different environments and the performance of the system after the first years of data taking are presented.} -} + date-added = {2024-03-26 14:00:25 -0400}, + date-modified = {2024-03-26 18:00:08 -0400}, + keywords = {workshop}, + title = {{Data Analysis for STEM teachers}}, + url = {https://indico.cern.ch/event/927162/timetable/}, + bdsk-url-1 = {https://indico.cern.ch/event/1353933/}} +@electronic{carp21, + author = {Guillermo Fidalgo}, + date-added = {2024-03-26 14:00:25 -0400}, + date-modified = {2024-03-26 18:00:08 -0400}, + keywords = {workshop}, + title = {Data Analysis for lab research}, + url = {https://indico.cern.ch/event/1097111/}, + bdsk-url-1 = {https://indico.cern.ch/event/1097111/}} -@article{ML4DQM, - author = "{A. Pol et. al, on behalf of the CMS Collaboration }", - title = {Anomaly detection using {Deep Autoencoders} for the assessment of the quality of the data acquired by the {CMS} experiment}, - doi = {10.1051/epjconf/201921406008}, - journal = {EPJ Web Conf.}, - year = 2019, - volume = 214, - pages = {06008} -} +@electronic{carp22, + author = {Guillermo Fidalgo}, + date-added = {2024-03-26 14:00:25 -0400}, + date-modified = {2024-03-26 18:00:08 -0400}, + keywords = {workshop}, + title = {Software Basics Training (Virtual)}, + url = {https://indico.cern.ch/event/1190572/}, + bdsk-url-1 = {https://indico.cern.ch/event/1190572/}} +@electronic{carp22b, + author = {Guillermo Fidalgo}, + date-added = {2024-03-26 14:00:25 -0400}, + date-modified = {2024-03-26 18:00:08 -0400}, + keywords = {workshop}, + title = {Software Basics Training (Virtual)}, + url = {https://indico.cern.ch/event/1112526/}, + bdsk-url-1 = {https://indico.cern.ch/event/1112526/}} -@article{PhysRevD.104.035019, - title = {Triggering on emerging jets}, - author = {Linthorne, Dylan and Stolarski, Daniel}, - journal = {Phys. Rev. D}, - volume = {104}, - issue = {3}, - pages = {035019}, - numpages = {15}, - year = {2021}, - month = {8}, - publisher = {American Physical Society}, - doi = {10.1103/PhysRevD.104.035019} -} +@electronic{DAFLR, + author = {Guillermo Fidalgo}, + date-added = {2024-03-26 14:00:25 -0400}, + date-modified = {2024-03-26 17:59:42 -0400}, + keywords = {workshop}, + title = {Data Analysis for lab research}, + url = {https://indico.cern.ch/event/1132342/}, + bdsk-url-1 = {https://indico.cern.ch/event/1132342/}} +@electronic{matplot, + author = {Guillermo Fidalgo}, + date-added = {2024-03-26 14:00:25 -0400}, + date-modified = {2024-03-26 18:00:08 -0400}, + keywords = {workshop}, + title = {Matplotlib Training}, + url = {https://indico.cern.ch/event/1058838/}, + bdsk-url-1 = {https://indico.cern.ch/event/1058838/}} -@article{Wachirapusitan_2023, - doi = {10.1088/1742-6596/2438/1/012098}, - year = {2023}, - month = {2}, - publisher = {IOP Publishing}, - volume = {2438}, - number = {1}, - pages = {012098}, - author = "{{V. Wachirapusitan} on behalf of CMS collaboration}", - title = {{Machine Learning applications for Data Quality Monitoring and Data Certification within CMS}}, - journal = {Journal of Physics: Conference Series}, - abstract = {The Compact Muon Solenoid (CMS) detector is getting ready for datataking in 2022, after a long shutdown period. LHC Run-3 is expected to deliver an ever-increasing amount of data. To ensure that the recorded data has the best quality possible, the CMS Collaboration has dedicated Data Quality Monitoring (DQM) and Data Certification (DC) working groups. These working groups are made of human shifters and experts who carefully watch and investigate histograms generated from different parts of the detector. However, the current workflow is not granular enough and prone to human errors. On the other hand, several techniques in Machine Learning (ML) can be designed to learn from large collections of data and make predictions for the data quality at an unprecedented speed and granularity. Hence, the data certification process can be considered as a perfect problem for ML techniques to tackle. With the help of ML, we can increase the granularity and speed of the DQM workflow and assist the human shifters and experts in detecting anomalies during data-taking. In this presentation, we present preliminary results from incorporating ML to highly granular DQM information for data certification.} -} +@electronic{MLatCROEM23, + author = {Guillermo Fidalgo}, + date-added = {2024-03-26 14:00:25 -0400}, + date-modified = {2024-03-26 18:00:08 -0400}, + keywords = {workshop}, + title = {Machine Learnign @ CROEM}, + url = {https://indico.cern.ch/event/1353933/}, + bdsk-url-1 = {https://indico.cern.ch/event/1353933/}} -@article{sirunyan2019search, - title = {Search for new particles decaying to a jet and an emerging jet}, - author = {{CMS Collaboration}}, - journal = {Journal of High Energy Physics}, - volume = {2019}, - number = {2}, - pages = {1--42}, - year = {2019}, - publisher = {Springer}, - doi = {10.1007/JHEP02(2019)179} -} +@electronic{Python101STEMTeachers, + author = {Guillermo Fidalgo}, + date-added = {2024-03-26 14:00:25 -0400}, + date-modified = {2024-03-26 18:00:08 -0400}, + keywords = {workshop}, + title = {Python 101 for STEM Teachers}, + url = {https://indico.cern.ch/event/1180502/timetable/}, + bdsk-url-1 = {https://indico.cern.ch/event/1353933/}} +@electronic{PythoSeriesBasics, + author = {Guillermo Fidalgo}, + date-added = {2024-03-26 14:00:25 -0400}, + date-modified = {2024-03-26 17:59:52 -0400}, + keywords = {workshop}, + title = {Python Programming Series @UPRM: Basics}, + url = {https://indico.cern.ch/event/1353934/}, + bdsk-url-1 = {https://indico.cern.ch/event/1353934/}} +@electronic{PythoSeriesMatplot, + author = {Guillermo Fidalgo}, + date-added = {2024-03-26 14:00:25 -0400}, + date-modified = {2024-03-26 18:00:08 -0400}, + keywords = {workshop}, + title = {Python Programming Series @UPRM: Matplotlib}, + url = {https://indico.cern.ch/event/1353937/}, + bdsk-url-1 = {https://indico.cern.ch/event/1353937/}} -@article{archer2022emerging, - title = {Emerging jets displaced into the future}, - author = {Archer-Smith, Paul and Linthorne, Dylan and Stolarski, Daniel}, - journal = {Journal of High Energy Physics}, - volume = {2022}, - number = {2}, - pages = {1--19}, - year = {2022}, - publisher = {Springer}, - doi = {10.1007/JHEP02(2022)027} -} +@electronic{PythoSeriesML, + author = {Guillermo Fidalgo}, + date-added = {2024-03-26 14:00:25 -0400}, + date-modified = {2024-03-26 18:00:08 -0400}, + keywords = {workshop}, + title = {Python Programming Series @UPRM: ML}, + url = {https://indico.cern.ch/event/1353942/}, + bdsk-url-1 = {https://indico.cern.ch/event/1353942/}} +@electronic{PythoSeriesPandas, + author = {Guillermo Fidalgo}, + date-added = {2024-03-26 14:00:25 -0400}, + date-modified = {2024-03-26 18:00:08 -0400}, + keywords = {workshop}, + title = {Python Programming Series @UPRM: Pandas}, + url = {https://indico.cern.ch/event/1353941/}, + bdsk-url-1 = {https://indico.cern.ch/event/1353941/}} -@article{refId0, - author = "{V. Azzolini et. al, on behalf of CMS Collaboration}", - doi = {10.1051/epjconf/201921402003}, - journal = {EPJ Web Conf.}, - pages = {02003}, - title = {{The Data Quality Monitoring Software for the CMS experiment at the LHC: past, present and future}}, - url = {https://doi.org/10.1051/epjconf/201921402003}, - volume = 214, - year = 2019, - bdsk-url-1 = {https://doi.org/10.1051/epjconf/201921402003}} +@electronic{UPRM_ML_Undergrad, + author = {Guillermo Fidalgo}, + date-added = {2024-03-26 14:00:25 -0400}, + date-modified = {2024-03-26 18:00:08 -0400}, + keywords = {workshop}, + title = {{Machine Learning for Physics Undergrads}}, + url = {https://indico.cern.ch/event/1327230/}, + bdsk-url-1 = {https://indico.cern.ch/event/1353933/}} + +@misc{malik2022facilitating, + archiveprefix = {arXiv}, + author = {Sudhir Malik and Aneliya Karadzhinova-Ferrer and Julie Hogan and Rachel Bray and Rami Kamalieddin and Kevin Flood and Amr El-Zant and Guillermo Fidalgo and David Bruhwiler and Matt Bellis}, + date-added = {2024-03-26 19:12:35 -0400}, + date-modified = {2024-03-26 20:12:45 -0400}, + eprint = {2203.11665}, + howpublished = {\url{https://arxiv.org/abs/2203.11665}}, + keywords = {pubs}, + primaryclass = {physics.ed-ph}, + title = {{Facilitating Non-HEP Career Transition}}, + year = {2022}} -@article{CMS:2016ngn, - author = "{CMS Collaboration}", - title = "{The CMS trigger system}", - journal = "JINST", - volume = "12", - pages = "P01020", - doi = "10.1088/1748-0221/12/01/P01020", - year = "2017", - eprint = "1609.02366", - archivePrefix = "arXiv", - primaryClass = "physics.ins-det", - reportNumber = "CMS-TRG-12-001, CERN-EP-2016-160", - SLACcitation = "%%CITATION = ARXIV:1609.02366;%%" -} -@article{CMS:2020cmk, - author = {{CMS Collaboration}}, - title = "{Performance of the CMS Level-1 trigger in proton-proton collisions at $\sqrt{s} = 13$\,TeV}", - journal = "JINST", - volume = "15", - pages = "P10017", - year = "2020", - doi = "10.1088/1748-0221/15/10/P10017", - eprint = "2006.10165", - archivePrefix = "arXiv", - primaryClass = "hep-ex", - reportNumber = "CMS-TRG-17-001, CERN-EP-2020-065", -} +@misc{malik2022broadening, + archiveprefix = {arXiv}, + author = {Sudhir Malik and David DeMuth and Sijbrand de Jong and Randal Ruchti and Savannah Thais and Guillermo Fidalgo and Ken Heller and Mathew Muether and Minerba Betancourt and Meenakshi Narain and Tiffany R. Lewis and Kyle Cranmer and Gordon Watts}, + date-added = {2024-03-26 19:13:08 -0400}, + date-modified = {2024-03-26 20:10:46 -0400}, + eprint = {2203.08809}, + howpublished = {\url{https://arxiv.org/abs/2203.08809}}, + keywords = {pubs}, + primaryclass = {physics.ed-ph}, + title = {{Broadening the scope of Education, Career and Open Science in HEP}}, + year = {2022}} -@unpublished{CMS:2023gfb, -author = {{CMS Collaboration}}, -title = "Development of the {CMS} detector for the {CERN LHC Run 3}", -eprint = "2309.05466", -archivePrefix = "arXiv", -primaryClass = "physics.ins-det", -reportNumber = "CMS-PRF-21-001, CERN-EP-2023-136", -year = "2023", -note = "Accepted by \textit{JINST}" -} +@misc{bose2022us, + archiveprefix = {arXiv}, + author = {Tulika Bose and Sudhir Malik and Meenakshi Narain}, + date-added = {2024-03-26 19:13:22 -0400}, + date-modified = {2024-03-26 20:12:27 -0400}, + eprint = {2209.10109}, + howpublished = {\url{https://arxiv.org/abs/2209.10109}}, + keywords = {pubs}, + primaryclass = {physics.ed-ph}, + title = {{U.S. CMS - PURSUE (Program for Undergraduate Research SUmmer Experience)}}, + year = {2022}} -@article{CMS:2008xjf, - author = {{CMS Collaboration}}, - title = "The {CMS} experiment at the {CERN} {LHC}", - doi = "10.1088/1748-0221/3/08/S08004", - journal = "JINST", - volume = "3", - pages = "S08004", - year = "2008" -} - - - ========== - - - - @online{datataking, - author = {CERN}, - title = {Processing what to record?}, - year = {2018}, - url = {https://home.cern/about/computing/processing-what-record} -} - - @online{Coursera, - author = {Coursera}, - title = {Machine Learning}, - year = {2018}, - url = {https://www.coursera.org/learn/machine-learning/supplement/aAgxl/what-is-machine-learning} -} - @online{optimizaiton_algorithms, - author = {Walia, Anish Singh}, - title = {Types of Optimization Algorithms used in Neural Networks and Ways to Optimize Gradient Descent}, - year = {2018}, - url = {https://towardsdatascience.com/types-of-optimization-algorithms-used-in-neural-networks-and-ways-to-optimize-gradient-95ae5d39529f}, - language = {English}, - organization = {Towards Data Science} -} - @online{Med18, - author = {MedCalc}, - title = {{ROC curve analysis}}, - year = {2018}, - url = {https://www.medcalc.org/manual/roc-curves.php}, - organization = {MedCalc Software} -} -@online{CMS_detector, - author = {CERN}, - title = {{CMS Detector}}, - url = {https://cms.cern/detector}, - organization = {{CMS}}, - year = {2023} -} -@online{What_is_CERN, - author = {CERN}, - title = {About {CERN}}, - organization = {{CMS}}, - year = {2023}, - url = {https://home.cern/about} -} +@misc{bardeen2022particle, + archiveprefix = {arXiv}, + author = {Marge G. Bardeen and Olivia M. Bitter and Marla Glover and Sijbrand J. de Jong and Tiffany R. Lewis and Michael Fetsko and Adam LaMee and Christian Rosenzweig and Deborah Roudebush and Andrew D. Santos and Shane Wood and Kenneth Cecire and Randal Ruchti and Guillermo Fidalgo and Sudhir Malik}, + date-added = {2024-03-26 19:12:51 -0400}, + date-modified = {2024-03-26 20:12:07 -0400}, + eprint = {2203.10953}, + howpublished = {\url{https://arxiv.org/abs/2203.10953}}, + keywords = {pubs}, + primaryclass = {physics.ed-ph}, + title = {{Particle Physics Outreach to K-12 Schools and Opportunities in Undergraduate Education}}, + year = {2022}} -@online{What_is_CMS, - author = {CERN}, - title = {About {CMS}}, - organization = {CMS}, - year = {2023}, - url = {http://cms.web.cern.ch/news/what-cms} -} -@online{What_is_LHC, - author = {CERN}, - title = {About {LHC}}, - organization = {CMS}, - year = {2023}, - url = {https://home.cern/topics/large-hadron-collider} -} -@online{What_is_ATLAS, - author = {CERN}, - title = {About {ATLAS}}, - organization = {ATLAS}, - year = {2023}, - url = {https://atlas.cern/} -} -@online{What_is_LHCb, - author = {CERN}, - title = {About {LHCb}}, - organization = {{CERN}}, - year = {2023}, - url = {https://home.cern/about/experiments/lhcb} -} -@online{What_is_ALICE, - author = {CERN}, - title = {About {ALICE}}, - organization = {{CERN}}, - year = {2023}, - url = {https://home.cern/about/experiments/alice} -} -@online{What_is_SM, - author = {CERN}, - title = {About {Standard Model}}, - organization = {{CERN}}, - year = {2023}, - url = {https://home.cern/about/physics/standard-model} -} -@online{What_is_SUSY, - author = {CERN}, - title = {About {SUSY}}, - organization = {{CERN}}, - year = {2023}, - url = {https://home.cern/about/physics/supersymmetry} -} -@online{What_is_DM, - author = {CERN}, - title = {About {Dark Matter}}, - organization = {{CERN}}, - year = {2023}, - url = {https://home.cern/about/physics/dark-matter} -} -@online{HCAL, - author = {CMS}, - title = {Energy of Hadrons (HCAL)}, - year = {2023}, - organization = {CERN}, - url = {https://cms.cern/detector/measuring-energy/energy-hadrons-hcal} -} -@online{hist_CERN, - author = {CERN}, - title = {History of {CERN}}, - year = {2023}, - organization = {CERN}, - url = {https://timeline.web.cern.ch/timelines/The-history-of-CERN} -} +@misc{banerjee2024novel, + archiveprefix = {arXiv}, + author = {Santanu Banerjee and Tulika Bose and Ulrich Heintz and Sudhir Malik}, + date-added = {2024-03-26 19:11:35 -0400}, + date-modified = {2024-03-26 20:11:24 -0400}, + eprint = {2401.16217}, + howpublished = {\url{https://arxiv.org/abs/2401.16217}}, + keywords = {pubs}, + primaryclass = {physics.ed-ph}, + title = {{A novel internship program in HEP}}, + year = {2024}} + +@electronic{snowmass_site, + author = {Snowmass}, + date-added = {2024-03-26 19:18:23 -0400}, + date-modified = {2024-03-26 23:55:49 -0400}, + keywords = {page}, + title = {{Snowmass21}}, + url = {https://atlaswww.hep.anl.gov/snowmass21/doku.php}, + bdsk-url-1 = {https://atlaswww.hep.anl.gov/snowmass21/doku.php}} + +@electronic{snowmass_engagement, + author = {Snowmass}, + date-added = {2024-03-26 19:31:52 -0400}, + date-modified = {2024-03-26 23:55:49 -0400}, + keywords = {page}, + title = {{Community Engagement Frontier}}, + url = {https://atlaswww.hep.anl.gov/snowmass21/doku.php?id=community:start}, + bdsk-url-1 = {https://atlaswww.hep.anl.gov/snowmass21/doku.php?id=community:start}} + +@electronic{snowmass_edu, + author = {Snowmass}, + date-added = {2024-03-26 19:33:29 -0400}, + date-modified = {2024-03-26 23:55:49 -0400}, + keywords = {page}, + title = {{CommF4 Physics Education}}, + url = {https://atlaswww.hep.anl.gov/snowmass21/doku.php?id=community:education}, + bdsk-url-1 = {https://atlaswww.hep.anl.gov/snowmass21/doku.php?id=community:education}} + +@electronic{snowmass_carrerdev, + author = {Snowmass}, + date-added = {2024-03-26 23:53:47 -0400}, + date-modified = {2024-03-27 01:24:18 -0400}, + keywords = {page}, + title = {{CommF2 Career Pipeline \& Development}}, + url = {https://atlaswww.hep.anl.gov/snowmass21/doku.php?id=community:career}, + bdsk-url-1 = {https://atlaswww.hep.anl.gov/snowmass21/doku.php?id=community:career}} + +@electronic{pursue_site, + author = {{US CMS PURSUE}}, + date-added = {2024-03-26 20:01:26 -0400}, + date-modified = {2024-03-26 23:55:49 -0400}, + keywords = {page}, + title = {{US CMS PURSUE}}, + url = {https://sites.google.com/upr.edu/uscms-pursue/home?authuser=0}, + bdsk-url-1 = {https://sites.google.com/upr.edu/uscms-pursue/home?authuser=0}} + +@electronic{fnal_int, + author = {Fermilab}, + date-added = {2024-03-26 20:00:26 -0400}, + date-modified = {2024-03-26 23:55:49 -0400}, + keywords = {page}, + title = {{US CMS Undergraduate Internship}}, + url = {https://internships.fnal.gov/u-s-cms-undergraduate-internship/}, + bdsk-url-1 = {https://internships.fnal.gov/u-s-cms-undergraduate-internship/}}