From a76f39797d8063bc39f60192db11fc614070f0aa Mon Sep 17 00:00:00 2001 From: Dominik Straub Date: Tue, 25 Oct 2022 14:27:45 +0200 Subject: [PATCH] Add altmetric badges to paper (#950) [Altmetric](https://www.altmetric.com/) tracks social media and citation activity for a paper. I added an option to add the altmeric id to a paper's bib entry, which results in the altmeric badge for the paper being displayed next to the other buttons. As an example, I added the altmetric id for the Einstein, Podolsky & Rosen paper. --- README.md | 1 + _bibliography/papers.bib | 1 + _config.yml | 2 +- _layouts/bib.html | 3 +++ 4 files changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 13b1f717ccae..370f759498c1 100644 --- a/README.md +++ b/README.md @@ -421,6 +421,7 @@ There are several custom bibtex keywords that you can use to affect how the entr - `poster`: Adds a "Poster" button redirecting to a specified file (if a full link is not specified, the file will be assumed to be placed in the /assets/pdf/ directory) - `slides`: Adds a "Slides" button redirecting to a specified file (if a full link is not specified, the file will be assumed to be placed in the /assets/pdf/ directory) - `website`: Adds a "Website" button redirecting to the specified link +- `altmetric`: Adds an [Altmetric](https://www.altmetric.com/) badge (Note: only add the altmetric identifier here - the link is generated automatically) You can implement your own buttons by editing the bib.html file. diff --git a/_bibliography/papers.bib b/_bibliography/papers.bib index 6489af0fe8a5..17e200c3e685 100644 --- a/_bibliography/papers.bib +++ b/_bibliography/papers.bib @@ -44,6 +44,7 @@ @article{howland_double-diffusive_2023 abstract = {Motivated by the ablation of vertical ice faces in salt water, we use three-dimensional direct numerical simulations to investigate the heat and salt fluxes in two-scalar vertical convection. For parameters relevant to ice-ocean interfaces in the convection-dominated regime, we observe that the salinity field drives the convection and that heat is essentially transported as a passive scalar. By varying the diffusivity ratio of heat and salt (i.e., the Lewis number \(Le\)), we identify how the different molecular diffusivities affect the scalar fluxes through the system. Away from the walls, we find that the heat transport is determined by a turbulent Prandtl number of \(Pr_t \approx 1\)\ and that double-diffusive effects are practically negligible. However, the difference in molecular diffusivities plays an important role close to the boundaries. In the (unrealistic) case where salt diffused faster than heat, the ratio of salt-to-heat fluxes would scale as \(Le^\{1/3\}\), consistent with classical nested scalar boundary layers. However, in the realistic case of faster heat diffusion (relative to salt), we observe a transition towards a \(Le^\{1/2\}\)\ scaling of the ratio of the fluxes. This coincides with the thermal boundary layer width growing beyond the thickness of the viscous boundary layer. We find that this transition is not determined by a critical Lewis number, but rather by a critical Prandtl number \(Pr \approx 10\), slightly below that for cold seawater where \(Pr=14\). We compare our results to similar studies of sheared and double-diffusive flow under ice shelves, and discuss the implications for fluxes in large-scale ice-ocean models. By coupling our results to ice-ocean interface thermodynamics, we describe how the flux ratio impacts the interfacial salinity, and hence the strength of solutal convection and the ablation rate.}, arxiv = {2207.09230}, bibtex_show = {true}, + altmetric = {140833627}, selected = {true}, preview = {DDVC_3D.png} } diff --git a/_config.yml b/_config.yml index a5d2c6a03827..d16e3a3da811 100644 --- a/_config.yml +++ b/_config.yml @@ -254,7 +254,7 @@ scholar: query: "@*" # 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] +filtered_bibtex_keywords: [abbr, abstract, arxiv, bibtex_show, html, pdf, selected, supp, blog, code, poster, slides, website, preview, altmetric] # Maximum number of authors to be shown for each publication (more authors are visible on click) max_author_limit: 3 # leave blank to always show all authors diff --git a/_layouts/bib.html b/_layouts/bib.html index 1311f37da024..4324879db984 100644 --- a/_layouts/bib.html +++ b/_layouts/bib.html @@ -180,6 +180,9 @@ {%- if entry.doi %} Journal {%- endif %} + {%- if entry.altmetric %} +
+ {%- endif %} {% if entry.abstract -%}