diff --git a/_bibliography/papers.bib b/_bibliography/papers.bib index 7ed262b..20da768 100644 --- a/_bibliography/papers.bib +++ b/_bibliography/papers.bib @@ -8,7 +8,8 @@ title={Investigations on the Theory of the Brownian Movement}, author={Einstein, Albert}, year={1956}, - publisher={Courier Corporation,} + publisher={Courier Corporation,}, + preview={brownian-motion.gif}, } @article{einstein1950meaning, diff --git a/_config.yml b/_config.yml index 8f69a13..75f5465 100644 --- a/_config.yml +++ b/_config.yml @@ -232,7 +232,7 @@ scholar: query: "@*" -filtered_bibtex_keywords: [abbr, abstract, arxiv, bibtex_show, html, pdf, selected, supp, blog, code, poster, slides, website] # Filter out certain bibtex entry keywords used internally from the bib output +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 # ----------------------------------------------------------------------------- # Responsive WebP Images diff --git a/_layouts/bib.html b/_layouts/bib.html index c57bff3..f0d7fce 100644 --- a/_layouts/bib.html +++ b/_layouts/bib.html @@ -2,8 +2,14 @@ ---