Skip to content

Commit

Permalink
make v1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillermoFidalgo committed Mar 27, 2024
1 parent a86ea53 commit 2a5ec67
Show file tree
Hide file tree
Showing 9 changed files with 811 additions and 488 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -303,3 +303,8 @@ TSWLatexianTemp*

# precommit autofixes??
*.bak*


# Other files
.DS_Store
.DS_store
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
32 changes: 32 additions & 0 deletions appendix.tex
Original file line number Diff line number Diff line change
@@ -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}
3 changes: 3 additions & 0 deletions chapters/HLT.tex
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
\chapter{High-Level Trigger (HLT) \label{ch:HLT}}

\section{Developing the Algorithm}
11 changes: 7 additions & 4 deletions chapters/Introduction.tex
Original file line number Diff line number Diff line change
Expand Up @@ -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}
3 changes: 3 additions & 0 deletions codespell.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Marge
marge
requiere
12 changes: 10 additions & 2 deletions main.tex
Original file line number Diff line number Diff line change
Expand Up @@ -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}
4 changes: 2 additions & 2 deletions preamble.tex
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand All @@ -55,7 +56,6 @@
urlcolor=blue
]{hyperref}

%\bibliography{references.bib}
\usepackage[nameinlink]{cleveref}


Expand Down
Loading

0 comments on commit 2a5ec67

Please sign in to comment.