Skip to content

Commit

Permalink
Add files for publications
Browse files Browse the repository at this point in the history
  • Loading branch information
niclaurenti committed Mar 31, 2024
1 parent fd93bae commit 2a763f9
Show file tree
Hide file tree
Showing 3 changed files with 103 additions and 4 deletions.
7 changes: 4 additions & 3 deletions _data/bibere/papers.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
NNPDF:2024nan:
title: "The Path to N3LO Parton Distributions"
type: Paper
venue: "EPJC"
venue: "European Physical Journal C"
year: 2024
authors:
- NNPDF collaboration
Expand All @@ -27,7 +27,7 @@ NNPDF:2024nan:
NNPDF:2024dpb:
title: "Determination of the theory uncertainties from missing higher orders on NNLO parton distributions with percent accuracy"
type: Paper
venue: "EPJC"
venue: "European Physical Journal C"
year: 2024
authors:
- NNPDF collaboration
Expand All @@ -45,7 +45,7 @@ NNPDF:2024dpb:
NNPDF:2024djq:
title: "Photons in the proton: implications for the LHC"
type: Paper
venue: "EPJC"
venue: "European Physical Journal C"
year: 2024
authors:
- NNPDF collaboration
Expand Down Expand Up @@ -85,6 +85,7 @@ Laurenti:2022wov:
Laurenti:2024anf:
title: "Construction of a next-to-next-to-next-to-leading order approximation for heavy flavour production in deep inelastic scattering with quark masses"
type: MasterThesis
venue: "Master Thesis"
year: 2021
authors:
- laurenti
Expand Down
96 changes: 96 additions & 0 deletions _sass/_bibere.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,96 @@


$paper: #A40064;
$primary: #0064a4;
$link: #666666;
$link-hover: #999999;

$white: #ffffff;
$black: #000000;

.yearGroup {
font-size: 20px;
}

.papers {
padding-left: 5px;
margin: 5px;
}

.mainAuthor {
color:$primary;
font-weight: normal;
}

.mainAuthor a {
color:$primary;
font-weight: bold;
}

.title {
font-weight: bold;
display: block;
}

.venue {
font-style: italic;
}

.emphasisNote {
font-weight: bold;
color: $primary;
}

.note {
font-style: italic;
color: $primary;
}

.abstract {
display: none;
margin-block-start: 1em;
margin-block-end: 1em;
}

.tag {
margin-left: 10px;
padding: 3px;
}

.collapse {
display: none;
}


.details-panel {
border-radius: 15px;
background-color: rgba($color: #C1BFE8, $alpha: 0.4);
margin: 2px;
padding: 10px;
font-size: 12px;
}

.tag_Conference {
background-color: $primary;
color: $white;
}

.tag_Paper {
background-color: $paper;
color: $white;
}

.tag_Workshop {
background-color: $link;
color: $white;
}

.tag_Chapter {
background-color: $link-hover;
color: $black;
}

.tag_Demo {
background-color: $link-hover;
color: $black;
}
4 changes: 3 additions & 1 deletion assets/css/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,6 @@
@import "vendor/font-awesome/solid";
@import "vendor/font-awesome/brands";
@import "vendor/magnific-popup/magnific-popup";
@import "print";
@import "print";

@import 'bibere.scss';

0 comments on commit 2a763f9

Please sign in to comment.