You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: about.md
+40-6
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,17 @@ katex: true
9
9
10
10
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.
11
11
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
+
---
12
23
13
24
## References
14
25
@@ -18,13 +29,36 @@ If you use `HighPT` please cite:
18
29
19
30
* 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).
20
31
21
-
##Authors
32
+
### LaTeX
22
33
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}",
Copy file name to clipboardExpand all lines: index.md
+16-1
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,7 @@ In the SMEFT observables can be computed at tree level, including the relevant e
16
16
*### NP models
17
17
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).
18
18
19
+
---
19
20
20
21
## Functionalities
21
22
@@ -28,6 +29,20 @@ The `HighPT` code allows to compute observables related to high-$p_T$ Drell-Yan
28
29
29
30
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).
30
31
32
+
---
33
+
31
34
## Open source
32
35
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).
0 commit comments