Skip to content

Commit 140fb65

Browse files
docs: Add published HEPData likelihoods to Use and Citations page (#781)
* Add BibTeX file for HEPData publication entries with HistFactory likelihoods * Add list of HEPData published likelihoods to Use and Citations page
1 parent 52c02cf commit 140fb65

File tree

2 files changed

+42
-0
lines changed

2 files changed

+42
-0
lines changed

docs/bib/HEPData_likelihoods.bib

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
@misc{ins1771533,
2+
title = "{Search for chargino-neutralino production with mass splittings near the electroweak scale in three-lepton final states in $\sqrt{s}$ = 13 TeV $pp$ collisions with the ATLAS detector}",
3+
doi = "10.17182/hepdata.91127",
4+
url = "https://doi.org/10.17182/hepdata.91127",
5+
year = "2019",
6+
type = "Data Collection",
7+
collaboration = "ATLAS",
8+
}
9+
10+
@misc{ins1765529,
11+
title = "{Search for direct stau production in events with two hadronic $\tau$-leptons in $\sqrt{s} = 13$ TeV $pp$ collisions with the ATLAS detector}",
12+
doi = "10.17182/hepdata.92006",
13+
url = "https://doi.org/10.17182/hepdata.92006",
14+
year = "2019",
15+
type = "Data Collection",
16+
collaboration = "ATLAS",
17+
}
18+
19+
@misc{ins1748602,
20+
title = "{Search for bottom-squark pair production with the ATLAS detector in final states containing Higgs bosons, $b$-jets and missing transverse momentum}",
21+
doi = "10.17182/hepdata.89408",
22+
url = "https://doi.org/10.17182/hepdata.89408",
23+
year = "2019",
24+
type = "Data Collection",
25+
collaboration = "ATLAS",
26+
}

docs/citations.rst

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,30 @@
11
Use and Citations
22
=================
33

4+
Citation
5+
--------
6+
47
The preferred BibTeX entry for citation of ``pyhf`` is
58

69
.. literalinclude:: bib/preferred.bib
710
:language: bibtex
811

12+
Use in Publications
13+
-------------------
14+
915
Updating list of citations and use cases of :code:`pyhf`:
1016

1117
.. bibliography:: bib/use_citations.bib
1218
:list: bullet
1319
:all:
1420
:style: plain
21+
22+
Published Likelihoods
23+
---------------------
24+
25+
Updating list of HEPData entries for publications using ``HistFactory`` JSON likelihoods:
26+
27+
.. bibliography:: bib/HEPData_likelihoods.bib
28+
:list: bullet
29+
:all:
30+
:style: plain

0 commit comments

Comments
 (0)