Merge pull request #69 from HEPLean/Update-versions

Docs: Add reference file
This commit is contained in:
Joseph Tooby-Smith 2024-06-28 07:54:19 -04:00 committed by GitHub
commit 0116994a58
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
15 changed files with 42 additions and 8 deletions

View file

@ -59,25 +59,25 @@ jobs:
- name: Copy documentation to `docs/docs`
run: |
mv .lake/build/doc doc/docs
mv .lake/build/doc docs/docs
#End Section
##################
- name: Bundle dependencies
uses: ruby/setup-ruby@v1
with:
working-directory: doc
working-directory: docs
ruby-version: "3.1" # Not needed with a .ruby-version file
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- name: Bundle website
working-directory: doc
working-directory: docs
run: JEKYLL_ENV=production bundle exec jekyll build
- name: Upload docs & blueprint artifact
uses: actions/upload-pages-artifact@v1
with:
path: doc/_site
path: docs/_site
- name: Deploy to GitHub Pages
id: deployment

View file

@ -13,7 +13,7 @@ We define `B₃` and show that it is a double point of the cubic.
The main reference for the material in this file is:
- https://arxiv.org/pdf/2107.07926.pdf
[Allanach, Madigan and Tooby-Smith][Allanach:2021yjy]
-/

View file

@ -17,8 +17,7 @@ is a solution to the quadratic `lineY₃B₃Charges_quad` and a double point of
# References
The main reference for the material in this file is:
- https://arxiv.org/pdf/2107.07926.pdf
[Allanach, Madigan and Tooby-Smith][Allanach:2021yjy]
-/

View file

@ -10,7 +10,7 @@ import HepLean.AnomalyCancellation.SM.NoGrav.One.LinearParameterization
# Lemmas for 1 family SM Accs
The main result of this file is the conclusion of this paper:
https://arxiv.org/abs/1907.00514
[Lohitsiri and Tong][Lohitsiri:2019fuu]
That every solution to the ACCs without gravity satisfies for free the gravitational anomaly.
-/

Binary file not shown.

Before

Width:  |  Height:  |  Size: 254 KiB

View file

View file

Before

Width:  |  Height:  |  Size: 183 KiB

After

Width:  |  Height:  |  Size: 183 KiB

Before After
Before After

35
docs/references.bib Normal file
View file

@ -0,0 +1,35 @@
# To normalize:
# bibtool --preserve.key.case=on --preserve.keys=on --pass.comments=on --print.use.tab=off -s -i docs/references.bib -o docs/references.bib
# When possible, please use the reference obtained from InspireHep.
# To link to an entry in `references.bib`, use the following formats:
# [Author, *Title* (optional location)][bibkey]
@Article{ Allanach:2021yjy,
author = "Allanach, B. C. and Madigan, Maeve and Tooby-Smith,
Joseph",
title = "{A \ensuremath{\nu} supersymmetric anomaly-free atlas}",
eprint = "2107.07926",
archiveprefix = "arXiv",
primaryclass = "hep-ph",
doi = "10.1007/JHEP02(2022)144",
journal = "JHEP",
volume = "02",
pages = "144",
year = "2022"
}
@Article{ Lohitsiri:2019fuu,
author = "Lohitsiri, Nakarin and Tong, David",
title = "{Hypercharge Quantisation and Fermat's Last Theorem}",
eprint = "1907.00514",
archiveprefix = "arXiv",
primaryclass = "hep-th",
doi = "10.21468/SciPostPhys.8.1.009",
journal = "SciPost Phys.",
volume = "8",
number = "1",
pages = "009",
year = "2020"
}