Skip to content

Commit 02931ce

Browse files
committed
fixed some typos
1 parent 57ad4d8 commit 02931ce

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

assets/css/style.scss

+5
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33

44
@import "jekyll-theme-minimalist";
55

6+
.table-wrapper {
7+
overflow-x: auto;
8+
width: 100%;
9+
}
10+
611
.img-circle {
712
-webkit-border-radius: 8px;
813
-moz-border-radius: 8px;

index.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@ katex: true
44
---
55
# HighPT
66

7-
`HighPT` (pronounced /haɪpt/) is a `Mathematica` package for the analysis of high-energy semileptonic transitions at hadron colliders. It allows to compute high-$p_T$ tail observables for semileptonic processes, i.e. Drell-Yan cross sections, for dilepton and monolepton final states at the LHC.
7+
`HighPT` (pronounced *"hyped"*) is a `Mathematica` package for the analysis of high-energy semileptonic transitions at hadron colliders. It allows to compute high-$p_T$ tail observables for semileptonic processes, i.e. Drell-Yan cross sections, for dilepton and monolepton final states at the LHC.
88

99
The `HighPT` code is publicly available in the GitHub repository: [https://github.com/HighPT/HighPT](https://github.com/HighPT/HighPT)
1010

11+
---
12+
1113
## Models
1214

1315
`HighPT` can calculate the high-$p_T$ observables either within the Standard Model Effective Field Theory (SMEFT) or in explicit New Physics (NP) models, which allows for an assesment of a wide range of NP scenarios.

mediators.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ The currently implemented mediators comprise all leptoquarks. The available medi
99

1010
### The currently available mediators and their masses:
1111

12+
<div class="table-wrapper" markdown="block">
13+
1214
| Mediator | `HighPT` label | Quantum numbers | 1&nbsp;TeV | 2&nbsp;TeV | 3&nbsp;TeV | 4&nbsp;TeV | 5&nbsp;TeV |
1315
| -------- | -------------- | --------------- | ----- | ----- | ----- | ----- | ----- |
1416
| $S_1$ | `"S1"` | $(\boldsymbol{\bar{3}},\boldsymbol{1},1/3)$ |||| soon | soon |
@@ -20,4 +22,6 @@ The currently implemented mediators comprise all leptoquarks. The available medi
2022
| $V_2$ | `"V2"` | $(\boldsymbol{\bar{3}},\boldsymbol{2},5/6)$ |||| soon | soon |
2123
| $\tilde{V}_2$ | `"V2t"` | $(\boldsymbol{\bar{3}},\boldsymbol{2},-1/6)$ |||| soon | soon |
2224
| $S_3$ | `"S3"` | $(\boldsymbol{\bar{3}},\boldsymbol{3},1/3)$ |||| soon | soon |
23-
| $U_3$ | `"U3"` | $(\boldsymbol{3},\boldsymbol{3},2/3)$ |||| soon | soon |
25+
| $U_3$ | `"U3"` | $(\boldsymbol{3},\boldsymbol{3},2/3)$ |||| soon | soon |
26+
27+
</div>

0 commit comments

Comments
 (0)