Skip to content

Commit 52c02cf

Browse files
docs: Add list of media publications and make 'outreach' page (#778)
* Rename "talks" page to "outreach" * Add listing of media publications related to pyhf to outreach page
1 parent 9a86920 commit 52c02cf

File tree

3 files changed

+32
-3
lines changed

3 files changed

+32
-3
lines changed

docs/bib/media.bib

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
@article{CERN_News_2019,
2+
title = {{New open release allows theorists to explore LHC data in a new way}},
3+
author = {Katarina Anthony},
4+
journal = {CERN News},
5+
year = {2020},
6+
month = {January},
7+
day = {9},
8+
url = {https://home.cern/news/news/knowledge-sharing/new-open-release-allows-theorists-explore-lhc-data-new-way},
9+
}
10+
11+
@article{ATLAS_News_2019,
12+
title = {{New open release streamlines interactions with theoretical physicists}},
13+
author = {Katarina Anthony},
14+
journal = {ATLAS News},
15+
year = {2019},
16+
month = {December},
17+
day = {12},
18+
url = {https://atlas.cern/updates/atlas-news/new-open-likelihoods},
19+
}

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
likelihood
1111
learn
1212
examples
13-
talks
13+
outreach
1414
installation
1515
development
1616
faq

docs/talks.rst renamed to docs/outreach.rst

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Talks
2-
=====
1+
Outreach
2+
========
33

44
We are always interested in talking about :code:`pyhf`. See the abstract and a list of previously given presentations and feel free to invite us to your next conference/workshop/meeting!
55

@@ -65,3 +65,13 @@ This list will be updated with posters presented on :code:`pyhf`:
6565
:list: bullet
6666
:all:
6767
:style: plain
68+
69+
In the Media
70+
------------
71+
72+
This list will be updated with media publications featuring :code:`pyhf`:
73+
74+
.. bibliography:: bib/media.bib
75+
:list: bullet
76+
:all:
77+
:style: plain

0 commit comments

Comments
 (0)