hexo-tag-publications
v0.3.8
Published
[![NPM version](https://img.shields.io/npm/v/hexo-tag-publications?color=red&logo=npm&style=flat-square)](https://www.npmjs.com/package/hexo-tag-publications) [![NPM Downloads](https://img.shields.io/npm/dy/hexo-tag-publications?logo=npm&style=flat-square
Downloads
612
Readme
hexo-tag-publications
hexo-tag-publications
creates a publication list. See Here for an example.
hexo-tag-publications
needs Font Awesome >=6.5.0 to show icons.
Installation
yarn add hexo-tag-publications
Usage
Firstly, you need to create a ${\mathrm{B{\scriptstyle{IB}} T_{\displaystyle E} X}}$ file at source/_data/pub.bib
. See here for an example.
You can use wenxian to generate ${\mathrm{B{\scriptstyle{IB}} T_{\displaystyle E} X}}$ files from given identifiers (DOI, PMID, or arXiv ID).
Then, you are able to add a publication list to any page or post, such as
{% publications %}
Zeng_ChemRxiv_2021,Zeng_EnergyFuels_2021_v35_p762,Zeng_NatCommun_2020_v11_p5713,Zhang_ComputPhysCommun_2020_v253_p107206,Zeng_PhysChemChemPhys_2020_v22_p683,Cao_ChemRxiv_2019,Tian_PhysChemChemPhys_2019_v21_p22103,Han_ACSAppliedMatInterface_2018_v10_p31725
{% endpublications %}
where Zeng_NatCommun_2020_v11_p5713
is the entry key in the pub.bib
.