diff --git a/_data/bibere/authors.yaml b/_data/bibere/authors.yaml index f0243f565e195..b2c9fc07dac90 100644 --- a/_data/bibere/authors.yaml +++ b/_data/bibere/authors.yaml @@ -2,18 +2,100 @@ laurenti: name: first: Niccolò last: Laurenti - website: "https://niclaurenti.github.io" + website: "" rabemananjara: name: first: Tanjona R. last: Rabemananjara - website: "" stegeman: name: first: Roy last: Stegeman - website: "" +ball: + name: + first: Richard D. + last: Ball + +barontini: + name: + first: Andrea + last: Barontini + +candido: + name: + first: Alessandro + last: Candido + +ball: + name: + first: Richard D. + last: Ball + +carrazza: + name: + first: Stefano + last: Carrazza + +cruz: + name: + first: Juan + last: Cruz-Martinez + +deldebbio: + name: + first: Luigi + last: Del Debbio + +forte: + name: + first: Stefano + last: Forte +giani: + name: + first: Tommaso + last: Giani + +hekhorn: + name: + first: Felix + last: Hekhorn + +kassabov: + name: + first: Zahari + last: Kassabov + +magni: + name: + first: Giacomo + last: Magni + +nocera: + name: + first: Emanuele R. + last: Nocera + +rojo: + name: + first: Juan + last: Rojo + +schwan: + name: + first: Christopher + last: Schwan + +ubiali: + name: + first: Maria + last: Ubiali + +nnpdf: + name: + first: "The NNPDF" + last: "collaboration" + website: "https://niclaurenti.github.io" \ No newline at end of file diff --git a/_data/bibere/papers.yaml b/_data/bibere/papers.yaml index 72ad4c34cf0c1..a93b500293704 100644 --- a/_data/bibere/papers.yaml +++ b/_data/bibere/papers.yaml @@ -4,8 +4,26 @@ NNPDF:2024nan: venue: "European Physical Journal C" year: 2024 authors: - - NNPDF collaboration - - laurenti + - nnpdf + # - NNPDF collaboration + # - ball + # - barontini + # - candido + # - carrazza + # - cruz + # - deldebbio + # - forte + # - giani + # - hekhorn + # - kassabov + # - laurenti + # - magni + # - nocera + # - rabemananjara + # - rojo + # - schwan + # - stegeman + # - ubiali abstract: > We extend the existing leading (LO), next-to-leading (NLO), and next-to-next-to-leading order (NNLO) NNPDF4.0 sets of parton distribution functions (PDFs) to approximate next-to-next-to-next-to-leading order (aN$^3$LO). We construct an approximation to @@ -30,8 +48,25 @@ NNPDF:2024dpb: venue: "European Physical Journal C" year: 2024 authors: - - NNPDF collaboration - - laurenti + - nnpdf + # - ball + # - barontini + # - candido + # - carrazza + # - cruz + # - deldebbio + # - forte + # - giani + # - hekhorn + # - kassabov + # - laurenti + # - magni + # - nocera + # - rabemananjara + # - rojo + # - schwan + # - stegeman + # - ubiali abstract: > We include uncertainties due to missing higher order corrections to QCD computations (MHOU) used in the determination of parton distributions (PDFs) in the recent NNPDF4.0 set of PDFs. We use our previously published methodology, based on the treatment of MHOUs @@ -48,8 +83,25 @@ NNPDF:2024djq: venue: "European Physical Journal C" year: 2024 authors: - - NNPDF collaboration - - laurenti + - nnpdf + # - ball + # - barontini + # - candido + # - carrazza + # - cruz + # - deldebbio + # - forte + # - giani + # - hekhorn + # - kassabov + # - laurenti + # - magni + # - nocera + # - rabemananjara + # - rojo + # - schwan + # - stegeman + # - ubiali abstract: > We construct a set of parton distribution functions (PDFs), based on the recent NNPDF4.0 PDF set, that also include a photon PDF. The photon PDF is constructed using the LuxQED formalism, while QED evolution accounting for $\mathcal{O}\lp \alpha\rp$, diff --git a/_sass/_bibere.scss b/_sass/_bibere.scss index 5b20b5da354b8..307248a0d81a3 100644 --- a/_sass/_bibere.scss +++ b/_sass/_bibere.scss @@ -2,6 +2,7 @@ $paper: #A40064; $primary: #0064a4; +$thesis: #36580f; $link: #666666; $link-hover: #999999; @@ -75,6 +76,11 @@ $black: #000000; color: $white; } +.tag_MasterThesis { + background-color: $thesis; + color: $white; +} + .tag_Paper { background-color: $paper; color: $white;