Skip to content

Commit

Permalink
Merge branch 'main' into fix_dead_weakrefs
Browse files Browse the repository at this point in the history
  • Loading branch information
kratsg authored Sep 6, 2023
2 parents 6f95bca + 4954010 commit 708fab7
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,10 @@ jobs:
- name: Install apt-get dependencies
run: |
sudo apt-get update
sudo apt-get -qq install pandoc
# Ubuntu 22.04's pandoc is too old (2.9.2.x), so install manually
# until the ubuntu-latest updates.
curl --silent --location --remote-name https://github.com/jgm/pandoc/releases/download/3.1.6.2/pandoc-3.1.6.2-1-amd64.deb
sudo apt-get install ./pandoc-*amd64.deb
- name: Check docstrings
run: |
Expand Down
12 changes: 12 additions & 0 deletions docs/bib/use_citations.bib
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
% 2023-09-04
@article{Fenton:2023ikr,
author = "Fenton, Michael James and Shmakov, Alexander and Okawa, Hideki and Li, Yuji and Hsiao, Ko-Yang and Hsu, Shih-Chieh and Whiteson, Daniel and Baldi, Pierre",
title = "{Extended Symmetry Preserving Attention Networks for LHC Analysis}",
eprint = "2309.01886",
archivePrefix = "arXiv",
primaryClass = "hep-ex",
month = "9",
year = "2023",
journal = ""
}

% 2023-08-18
@booklet{ATLAS-CONF-2023-040,
author = "{ATLAS Collaboration}",
Expand Down

0 comments on commit 708fab7

Please sign in to comment.