Skip to content

Commit ec2fb6c

Browse files
committed
added bibtex citations
1 parent af41d28 commit ec2fb6c

File tree

2 files changed

+56
-7
lines changed

2 files changed

+56
-7
lines changed

about.md

+40-6
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,17 @@ katex: true
99

1010
The `HighPT` package is released under the terms of the [MIT License](https://github.com/HighPT/HighPT/blob/master/LICENSE). The software is provided "as is", without warranty of any kind.
1111

12+
---
13+
14+
## Authors
15+
16+
* **Lukas Allwicher** - *University of Zurich*
17+
* **Darius A. Faroughy** - *University of Zurich*
18+
* **Florentin Jaffredo** - *IJCLab, Orsay*
19+
* **Olcyr Sumensari** - *IJCLab, Orsay*
20+
* **Felix Wilsch** - *University of Zurich*
21+
22+
---
1223

1324
## References
1425

@@ -18,13 +29,36 @@ If you use `HighPT` please cite:
1829

1930
* L. Allwicher, D. A. Faroughy, F. Jaffredo, O. Sumensari, and F. Wilsch, *Drell-Yan Tails Beyond the Standard Model*, [\[arXiv:2207.10714\]](http://arxiv.org/abs/2207.10714).
2031

21-
## Authors
32+
### LaTeX
2233

23-
* **Lukas Allwicher** - *University of Zurich*
24-
* **Darius A. Faroughy** - *University of Zurich*
25-
* **Florentin Jaffredo** - *IJCLab, Orsay*
26-
* **Olcyr Sumensari** - *IJCLab, Orsay*
27-
* **Felix Wilsch** - *University of Zurich*
34+
```latex
35+
\cite{Allwicher:2022mcg,Allwicher:2022gkm}
36+
```
37+
**BibTeX**
38+
```
39+
@article{Allwicher:2022mcg,
40+
author = "Allwicher, Lukas and Faroughy, Darius. A. and Jaffredo, Florentin and Sumensari, Olcyr and Wilsch, Felix",
41+
title = "{HighPT: A Tool for high-$p_T$ Drell-Yan Tails Beyond the Standard Model}",
42+
eprint = "2207.10756",
43+
archivePrefix = "arXiv",
44+
primaryClass = "hep-ph",
45+
reportNumber = "ZU-TH-29/22",
46+
month = "7",
47+
year = "2022"
48+
}
49+
50+
@article{Allwicher:2022gkm,
51+
author = "Allwicher, Lukas and Faroughy, Darius A. and Jaffredo, Florentin and Sumensari, Olcyr and Wilsch, Felix",
52+
title = "{Drell-Yan Tails Beyond the Standard Model}",
53+
eprint = "2207.10714",
54+
archivePrefix = "arXiv",
55+
primaryClass = "hep-ph",
56+
month = "7",
57+
year = "2022"
58+
}
59+
```
60+
61+
---
2862

2963
## Website
3064

index.md

+16-1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ In the SMEFT observables can be computed at tree level, including the relevant e
1616
* ### NP models
1717
In explicit BSM theories with new tree-level mediators, that can be resolved at LHC energies, observables can be computed including the full propagation effects of these new particles. The list of all currently impleneted mediators and their available masses can be found [here](./mediators.html).
1818

19+
---
1920

2021
## Functionalities
2122

@@ -28,6 +29,20 @@ The `HighPT` code allows to compute observables related to high-$p_T$ Drell-Yan
2829

2930
Further functionalities include the option to redefine the alignment of mass and flavor basis for quarks, i.e. to redefine the CKM matrix, and to possibility to translate the results obtained by `HighPT` in `Mathematica` to a `python` file using the [`WCxf` format](https://wcxf.github.io).
3031

32+
---
33+
3134
## Open source
3235

33-
`HighPT` is an open source software. If you find a bug, have a question, or are looking for further features, please have a look at our [issue page](https://github.com/HighPT/HighPT/issues) in the GitHub repositors where you can open a new topic. If you want to contribute to `HighPT` please feels free to open a pull request.
36+
`HighPT` is an open source software. If you find a bug, have a question, or are looking for further features, please have a look at our [issue page](https://github.com/HighPT/HighPT/issues) in the GitHub repositors where you can open a new topic. If you want to contribute to `HighPT` please feels free to open a pull request.
37+
38+
---
39+
40+
## References
41+
42+
If you use `HighPT` please cite:
43+
44+
* L. Allwicher, D. A. Faroughy, F. Jaffredo, O. Sumensari, and F. Wilsch, *HighPT: A Tool for high-*$p_T$ *Drell-Yan Tails Beyond the Standard Model*, [\[arXiv:2207.10756\]](http://arxiv.org/abs/2207.10756)
45+
46+
* L. Allwicher, D. A. Faroughy, F. Jaffredo, O. Sumensari, and F. Wilsch, *Drell-Yan Tails Beyond the Standard Model*, [\[arXiv:2207.10714\]](http://arxiv.org/abs/2207.10714).
47+
48+
[[BibTeX]](./about.html#latex)

0 commit comments

Comments
 (0)