Skip to content

Commit 70eab36

Browse files
rohandebsarkaralshedivat
authored andcommitted
Adds support max_author_limit (alshedivat#732)
* Adds support max author limit * typo * fix * display all authors by default * Added an example * Added 'and' before the last author * Improve hiding/showing more authors * Add title text Co-authored-by: Maruan Al-Shedivat <[email protected]> Co-authored-by: Maruan <[email protected]>
1 parent 8ccd733 commit 70eab36

File tree

3 files changed

+29
-1
lines changed

3 files changed

+29
-1
lines changed

_bibliography/papers.bib

+8
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,11 @@ @article{10.1145/3519022
4545
selected = {true},
4646
bibtex_show = {true}
4747
}
48+
49+
@book{przibram1967letters,
50+
bibtex_show={true},
51+
title={Letters on wave mechanics},
52+
author={Einstein, Albert and Schrödinger, Erwin and Planck, Max and Lorentz, Hendrik Antoon and Przibram, Karl},
53+
year={1967},
54+
publisher={Vision}
55+
}

_config.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,11 @@ external_links:
361361
target: _blank
362362
exclude:
363363

364-
filtered_bibtex_keywords: [abbr, abstract, arxiv, bibtex_show, html, pdf, selected, supp, blog, code, poster, slides, website, preview] # Filter out certain bibtex entry keywords used internally from the bib output
364+
# Filter out certain bibtex entry keywords used internally from the bib output
365+
filtered_bibtex_keywords: [abbr, abstract, arxiv, bibtex_show, html, pdf, selected, supp, blog, code, poster, slides, website, preview]
366+
367+
# Maximum number of authors to be shown, other authors will be visible on hover, leave blank to show all authors
368+
max_author_limit: 3
365369

366370
# -----------------------------------------------------------------------------
367371
# Responsive WebP Images

_data/coauthors.yml

+16
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,19 @@
1616

1717
- firstname: ["Carl Philipp Emanuel", "C. P. E."]
1818
url: https://en.wikipedia.org/wiki/Carl_Philipp_Emanuel_Bach
19+
20+
"Przibram":
21+
- firstname: ["Karl"]
22+
url: https://link.springer.com/article/10.1007/s00016-019-00242-z
23+
24+
"Schrödinger":
25+
- firstname: ["Erwin"]
26+
url: https://en.wikipedia.org/wiki/Erwin_Schr%C3%B6dinger
27+
28+
"Lorentz":
29+
- firstname: ["Hendrik Antoon"]
30+
url: https://en.wikipedia.org/wiki/Hendrik_Lorentz
31+
32+
"Planck":
33+
- firstname: ["Max"]
34+
url: https://en.wikipedia.org/wiki/Max_Planck

0 commit comments

Comments
 (0)