From c8c6119c4a1ccc9bf2c5ec773b880eeff0a0e564 Mon Sep 17 00:00:00 2001 From: Guillermo Fidalgo Date: Fri, 8 Mar 2024 04:12:23 -0400 Subject: [PATCH] removing bib files and update index --- .gitignore | 3 ++- _config.yml | 2 +- _data/Publications.bib | 55 ----------------------------------------- bibfile.bib | 56 ------------------------------------------ index.md | 2 +- 5 files changed, 4 insertions(+), 114 deletions(-) delete mode 100644 _data/Publications.bib delete mode 100644 bibfile.bib diff --git a/.gitignore b/.gitignore index 2831926..a538937 100644 --- a/.gitignore +++ b/.gitignore @@ -5,4 +5,5 @@ _site vendor Gemfile.lock .DS_Store -.ruby-version \ No newline at end of file +.ruby-version +*.bib \ No newline at end of file diff --git a/_config.yml b/_config.yml index 3ebdc7c..a2801e0 100644 --- a/_config.yml +++ b/_config.yml @@ -20,7 +20,7 @@ title: Guillermo Fidalgo email: guillermo.fidalgo@upr.edu -description: Here is my personal website. Where you can learn more about me and my professional interests. +description: Here you can learn more about me and my professional interests. baseurl: "" # the subpath of your site, e.g. /blog url: "" # the base hostname & protocol for your site, e.g. http://example.com twitter_username: guillo99 diff --git a/_data/Publications.bib b/_data/Publications.bib deleted file mode 100644 index c64ab55..0000000 --- a/_data/Publications.bib +++ /dev/null @@ -1,55 +0,0 @@ -@article{CMS:2024gxp, - author = "Hayrapetyan, Aram and others", - collaboration = "CMS", - 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" -} -@inproceedings{Malik:2022bdz, - author = "Malik, Sudhir and Karadzhinova-Ferrer, Aneliya and Hogan, Julie and Bray, Rachel and Kamalieddin, Rami and Flood, Kevin and El-Zant, Amr and Fidalgo, Guillermo and Bruhwiler, David and Bellis, Matt", - title = "{Facilitating Non-HEP Career Transition}", - booktitle = "{Snowmass 2021}", - eprint = "2203.11665", - archivePrefix = "arXiv", - primaryClass = "physics.ed-ph", - month = "3", - year = "2022" -} - -@article{Bardeen:2022zwf, - author = "Bardeen, Marge G. and others", - title = "{Particle Physics Outreach to K-12 Schools and Opportunities in Undergraduate Education}", - eprint = "2203.10953", - archivePrefix = "arXiv", - primaryClass = "physics.ed-ph", - reportNumber = "FERMILAB-PUB-22-293-DI", - month = "3", - year = "2022" -} - -@inproceedings{Malik:2022rgw, - author = "Malik, Sudhir and others", - title = "{Broadening the scope of Education, Career and Open Science in HEP}", - booktitle = "{Snowmass 2021}", - eprint = "2203.08809", - archivePrefix = "arXiv", - primaryClass = "physics.ed-ph", - reportNumber = "FERMILAB-CONF-22-198-ND", - month = "3", - year = "2022" -} -@misc{alexander_moreno_briceno_2022_7115834, - author = {Alexander Moreno Briceño and - Aman Goel and - Guillermo Antonio Fidalgo Rodriguez}, - title = {Teaching Python the Sustainable Way: Lessons Learned at HSF Training}, - month = sep, - year = 2022, - publisher = {Zenodo}, - doi = {10.5281/zenodo.7115834}, - url = {https://doi.org/10.5281/zenodo.7115834} -} diff --git a/bibfile.bib b/bibfile.bib deleted file mode 100644 index 236bb0a..0000000 --- a/bibfile.bib +++ /dev/null @@ -1,56 +0,0 @@ -@article{CMS:2024gxp, - author = "Hayrapetyan, Aram and others", - collaboration = "CMS", - 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" -} - -@inproceedings{Malik:2022bdz, - author = "Malik, Sudhir and Karadzhinova-Ferrer, Aneliya and Hogan, Julie and Bray, Rachel and Kamalieddin, Rami and Flood, Kevin and El-Zant, Amr and Fidalgo, Guillermo and Bruhwiler, David and Bellis, Matt", - title = "{Facilitating Non-HEP Career Transition}", - booktitle = "{Snowmass 2021}", - eprint = "2203.11665", - archivePrefix = "arXiv", - primaryClass = "physics.ed-ph", - month = "3", - year = "2022" -} - -@article{Bardeen:2022zwf, - author = "Bardeen, Marge G. and others", - title = "{Particle Physics Outreach to K-12 Schools and Opportunities in Undergraduate Education}", - eprint = "2203.10953", - archivePrefix = "arXiv", - primaryClass = "physics.ed-ph", - reportNumber = "FERMILAB-PUB-22-293-DI", - month = "3", - year = "2022" -} - -@inproceedings{Malik:2022rgw, - author = "Malik, Sudhir and others", - title = "{Broadening the scope of Education, Career and Open Science in HEP}", - booktitle = "{Snowmass 2021}", - eprint = "2203.08809", - archivePrefix = "arXiv", - primaryClass = "physics.ed-ph", - reportNumber = "FERMILAB-CONF-22-198-ND", - month = "3", - year = "2022" -} -@misc{alexander_moreno_briceno_2022_7115834, - author = {Alexander Moreno Briceño and - Aman Goel and - Guillermo Antonio Fidalgo Rodriguez}, - title = {Teaching Python the Sustainable Way: Lessons Learned at HSF Training}, - month = sep, - year = 2022, - publisher = {Zenodo}, - doi = {10.5281/zenodo.7115834}, - url = {https://doi.org/10.5281/zenodo.7115834} -} diff --git a/index.md b/index.md index c95fa14..ea00b2c 100644 --- a/index.md +++ b/index.md @@ -32,7 +32,7 @@ I have also authored the Snowmass2021 Community Engagement Frontier (CEF) contri # Publications -- To be published in Journal of High Energy Physics (Internally referred to as EXO-22-015), “*Search for Emerging Jets with full Run 2 data*” (2024) + {%include myPubs.md %}