hexo-tag-publications

hexo-tag-publications creates a publication list.

hexo-tag-publications needs Font Awesome to show icons.

Installation

1
yarn add hexo-tag-publications

Usage

Firstly, you need to create a bib file at source/_data/pub.bib:

Then, you are able to add a publication list to any page or post, such as

1
2
3
{% publications %}
Zeng_NatCommun_2020_v11_p5713
{% endpublications %}

where Zeng_NatCommun_2020_v11_p5713 is the entry key in the pub.bib.

It will be shown as

Complex reaction processes in combustion unraveled by neural network-based molecular dynamics simulation

Jinzhe Zeng, Liqun Cao, Mingyuan Xu, Tong Zhu, John Z. H. Zhang
Nature Communications, 2020, 11, 5713.
DOI: 10.1038/s41467-020-19497-z

You can also show all publications:

1
{% publications_from_bib pub.bib %}

Complex reaction processes in combustion unraveled by neural network-based molecular dynamics simulation

Jinzhe Zeng, Liqun Cao, Mingyuan Xu, Tong Zhu, John Z. H. Zhang
Nature Communications, 2020, 11, 5713.
DOI: 10.1038/s41467-020-19497-z

Chapter 12 - Neural network potentials

Jinzhe Zeng, Liqun Cao, Tong Zhu
Quantum Chemistry in the Age of Machine Learning, 2023, 279-294.
DOI: 10.1016/B978-0-323-90049-2.00001-9

QD$\pi$: A Quantum Deep Potential Interaction Model for Drug Discovery

Jinzhe Zeng, Yujun Tao, Timothy J Giese, Darrin M York
J. Chem. Theory Comput., 2023.
DOI: 10.1021/acs.jctc.2c01172

0%