From c8a013d8bf9b9ef8b04ac767d62b055019e33eaa Mon Sep 17 00:00:00 2001 From: wulfdewolf Date: Tue, 13 Feb 2024 15:53:16 +0000 Subject: [PATCH] another attempt at blocks in bib categories --- _bibliography/convert.py | 2 +- _bibliography/papers.bib | 6 +++--- _data/venues.yml | 2 +- _sass/_base.scss | 2 -- assets/img/{12.jpg => prof_pic.jpg} | Bin 5 files changed, 5 insertions(+), 7 deletions(-) rename assets/img/{12.jpg => prof_pic.jpg} (100%) diff --git a/_bibliography/convert.py b/_bibliography/convert.py index 0ba748e31236..1ce9dbb3cdb6 100644 --- a/_bibliography/convert.py +++ b/_bibliography/convert.py @@ -8,7 +8,7 @@ def add_field_if_author_in_entry(bibtex_path, pis): bib_database = bibtexparser.load(bibtex_file) for entry in bib_database.entries: if 'author' in entry: - entry["abbr"] = " x ".join( + entry["abbr"] = "
x
".join( [pi_label for pi, pi_label in pis.items() if pi in entry['author']]) writer = BibTexWriter() diff --git a/_bibliography/papers.bib b/_bibliography/papers.bib index ad190f28ed47..9297eab4817f 100644 --- a/_bibliography/papers.bib +++ b/_bibliography/papers.bib @@ -1405,7 +1405,7 @@ @ed.ac.uk } @article{WOS:000365766500020, - abbr = {NOLAN x SÜRMELI}, + abbr = {NOLAN
x
SÜRMELI}, abstract = {Deep layers of the medial entorhinal cortex are considered to relay signals from the hippocampus to other brain structures, but pathways for routing of signals to and from the deep layers are not well established. @@ -1524,7 +1524,7 @@ @ed.ac.uk } @article{WOS:000388572700024, - abbr = {NOLAN x SÜRMELI}, + abbr = {NOLAN
x
SÜRMELI}, address = {600 TECHNOLOGY SQUARE, 5TH FLOOR, CAMBRIDGE, MA 02139 USA}, author = {Surmeli, Gulsen and Marcu, Daniel Cosmin and McClure, Christina and Garden, Derek L. F. and Pastoll, Hugh and Nolan, Matthew F.}, @@ -2415,7 +2415,7 @@ @ed.ac.uk } @article{WOS:000711952200005, - abbr = {NOLAN x SÜRMELI}, + abbr = {NOLAN
x
SÜRMELI}, abstract = {The deep layers of the entorhinal cortex are important for spatial cognition, as well as memory storage, consolidation and retrieval. A long-standing hypothesis is that deep-layer neurons relay spatial and diff --git a/_data/venues.yml b/_data/venues.yml index d9d68e4c206e..dceebaf87be9 100644 --- a/_data/venues.yml +++ b/_data/venues.yml @@ -4,5 +4,5 @@ "SÜRMELI": color: "#f39237" -"NOLAN x SÜRMELI": +"NOLAN
x
SÜRMELI": color: "#1c77c3" \ No newline at end of file diff --git a/_sass/_base.scss b/_sass/_base.scss index 31b88aa3297d..34fc52554d13 100644 --- a/_sass/_base.scss +++ b/_sass/_base.scss @@ -466,8 +466,6 @@ footer.sticky-bottom { .badge { color: var(--global-card-bg-color) !important; background-color: var(--global-theme-color) !important; - padding-left: 5px !important; - padding-right: 5px !important; } } } diff --git a/assets/img/12.jpg b/assets/img/prof_pic.jpg similarity index 100% rename from assets/img/12.jpg rename to assets/img/prof_pic.jpg