Skip to content

Commit

Permalink
another attempt at blocks in bib categories
Browse files Browse the repository at this point in the history
  • Loading branch information
wulfdewolf committed Feb 13, 2024
1 parent f5c8801 commit c8a013d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion _bibliography/convert.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"] = "<br>x<br>".join(
[pi_label for pi, pi_label in pis.items() if pi in entry['author']])

writer = BibTexWriter()
Expand Down
6 changes: 3 additions & 3 deletions _bibliography/papers.bib
Original file line number Diff line number Diff line change
Expand Up @@ -1405,7 +1405,7 @@ @ed.ac.uk
}

@article{WOS:000365766500020,
abbr = {NOLAN x SÜRMELI},
abbr = {NOLAN<br>x<br>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.
Expand Down Expand Up @@ -1524,7 +1524,7 @@ @ed.ac.uk
}

@article{WOS:000388572700024,
abbr = {NOLAN x SÜRMELI},
abbr = {NOLAN<br>x<br>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.},
Expand Down Expand Up @@ -2415,7 +2415,7 @@ @ed.ac.uk
}

@article{WOS:000711952200005,
abbr = {NOLAN x SÜRMELI},
abbr = {NOLAN<br>x<br>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
Expand Down
2 changes: 1 addition & 1 deletion _data/venues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
"SÜRMELI":
color: "#f39237"

"NOLAN x SÜRMELI":
"NOLAN<br>x<br>SÜRMELI":
color: "#1c77c3"
2 changes: 0 additions & 2 deletions _sass/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}
}
Expand Down
File renamed without changes

0 comments on commit c8a013d

Please sign in to comment.