Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Update talk list through May 2023 #2210

Merged
merged 12 commits into from
May 18, 2023
94 changes: 93 additions & 1 deletion docs/bib/talks.bib
Original file line number Diff line number Diff line change
@@ -1,6 +1,98 @@
% NB: entries with same author-title-year are not picked up:
% https://github.com/mcmtroffaes/sphinxcontrib-bibtex/issues/117

@unpublished{Feickert_20230412,
title = {{pyhf: pure-Python implementation of HistFactory with tensors and automatic differentiation}},
author = {Matthew Feickert},
year = {2023},
month = {Apr},
day = {12},
note = {(Internal) CMS Common Analysis Tools General Meeting (April 2023)},
url = {https://indico.cern.ch/event/1264029/contributions/5308065/},
}

@unpublished{Feickert_20230303,
title = {{How to contribute to pyhf development}},
author = {Matthew Feickert},
year = {2023},
month = {Mar},
day = {3},
note = {Belle II pyhf workshop 2023},
url = {https://indico.belle2.org/event/8470/contributions/55871/},
}

@unpublished{Feickert_20220906,
title = {{pyhf and analysis optimization with automatic differentiation}},
author = {Matthew Feickert},
year = {2022},
month = {Sep},
day = {6},
note = {(Internal) ATLAS HDBS Workshop 2022},
url = {https://indico.cern.ch/event/1132691/contributions/4994710/},
}

@unpublished{Feickert_20220708,
title = {{pyhf: pure-Python statistical fitting library with tensors and automatic differentiation}},
author = {Matthew Feickert},
year = {2022},
month = {Jul},
day = {8},
note = {International Conference on High Energy Physics (ICHEP) 2022},
url = {https://agenda.infn.it/event/28874/contributions/169217/},
}

@unpublished{Feickert_20220425,
title = {{Statistical inference: pyhf and cabinetry}},
author = {Matthew Feickert},
year = {2022},
month = {Apr},
day = {25},
note = {IRIS-HEP Analysis Grand Challenge Tools 2022 Workshop},
url = {https://indico.cern.ch/event/1126109/contributions/4780155/},
}

@unpublished{Feickert_20211201,
title = {{pyhf: pure-Python implementation of HistFactory with tensors and automatic differentiation}},
author = {Matthew Feickert},
year = {2021},
month = {Dec},
day = {1},
note = {CMS Analysis Tools Task Force},
url = {https://indico.cern.ch/event/1100873/contributions/4631656/},
}

@unpublished{Feickert_20210715,
title = {{Distributed statistical inference with pyhf powered by funcX}},
author = {Matthew Feickert},
year = {2021},
month = {Jul},
day = {15},
note = {20th Python in Science Conference (SciPy 2021)},
doi = {10.25080/majora-1b6fd038-023},
url = {https://conference.scipy.org/proceedings/scipy2021/slides.html},
}

@unpublished{Feickert_20210706,
title = {{Distributed statistical inference with pyhf}},
author = {Matthew Feickert},
year = {2021},
month = {Jul},
day = {6},
note = {PyHEP 2021 (virtual) Workshop},
doi = {10.5281/zenodo.5136819},
url = {https://indico.cern.ch/event/1019958/contributions/4418598/},
}

@unpublished{Feickert_20210520,
title = {{Distributed statistical inference with pyhf enabled through funcX}},
author = {Matthew Feickert},
year = {2021},
month = {May},
day = {20},
note = {vCHEP 2021 Conference},
url = {https://indico.cern.ch/event/948465/contributions/4324013/},
}

@unpublished{Feickert_20201103,
title = {{pyhf: pure-Python implementation of HistFactory with tensors and automatic differentiation}},
author = {Matthew Feickert},
Expand Down Expand Up @@ -53,7 +145,7 @@ @unpublished{Heinrich20191030
day = {30},
note = {1st Pan-European Advanced School on Statistics in High Energy Physics},
organization = {DESY},
url = {https://indico.desy.de/indico/event/22731/session/4/contribution/19},
url = {https://indico.desy.de/event/22731/contributions/47953/},
}

@unpublished{Stark20191023,
Expand Down
11 changes: 11 additions & 0 deletions docs/bib/tutorials.bib
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
% NB: entries with same author-title-year are not picked up:
% https://github.com/mcmtroffaes/sphinxcontrib-bibtex/issues/117

@unpublished{Feickert_20210407,
title = {{Tutorial on pyhf}},
author = {Matthew Feickert},
year = {2021},
month = {Apr},
day = {7},
note = {PyHEP Python Module of the Month (April 2021)},
doi = {10.5281/zenodo.4670322},
url = {https://indico.cern.ch/event/985425/},
}

@unpublished{GStark20200925,
title = {{ATLAS Exotics + SUSY Workshop 2020 pyhf Tutorial}},
author = {Giordon Stark},
Expand Down