From c955ff91ef3f54a0d1fa10c7dfe98383e2a9d15d Mon Sep 17 00:00:00 2001 From: ifilot Date: Sat, 16 Sep 2023 11:38:31 +0200 Subject: [PATCH] Fixing reference placement and adding reference --- paper/paper.bib | 13 ++++++++++++- paper/paper.md | 18 +++++++++--------- 2 files changed, 21 insertions(+), 10 deletions(-) diff --git a/paper/paper.bib b/paper/paper.bib index 9a9c145..f250b7c 100644 --- a/paper/paper.bib +++ b/paper/paper.bib @@ -55,6 +55,17 @@ @article{sterk:2022 doi = {10.1021/jacsau.2c00430} } +@article{vanetten:2023, + author = {van Etten, Michel P. C. and De Laat, M.E. and Hensen, Emiel J. M. and Filot, Ivo A. W.}, + title = {Unraveling the Role of Metal–Support Interactions on the Structure Sensitivity of Fischer–Tropsch Synthesis}, + journal = {J. Phys. Chem. C}, + volume = {127}, + number = {31}, + pages = {15148-15156}, + year = {2023}, + doi = {10.1021/acs.jpcc.3c02240}, +} + @article{reinhart:2017, author = {Reinhart, Wesley F. and Long, Andrew W. and Howard, Michael P. and Ferguson, Andrew L. and Panagiotopoulos, Athanassios Z.}, title = {Machine learning for autonomous crystal structure identification}, @@ -160,4 +171,4 @@ @misc{cuda title={CUDA, release: 10.2.89}, year={2020}, url={https://developer.nvidia.com/cuda-toolkit}, -} \ No newline at end of file +} diff --git a/paper/paper.md b/paper/paper.md index 356168c..67d86a0 100644 --- a/paper/paper.md +++ b/paper/paper.md @@ -51,7 +51,7 @@ an environment that can selectively adsorb reactant molecules, weaken chemical bonds, and promote reaction pathways. Understanding and optimizing the active site is crucial for designing efficient catalysts and improving catalytic processes in diverse applications such as industrial chemical production and -environmental remediation.[@vansanten:2017] +environmental remediation. [@vansanten:2017] Understanding of the catalytic activity of nanoparticles is complex due to the large array of potentially important active site configurations present. To @@ -62,11 +62,11 @@ enumerate the different atomic structures present at the local scale. quantitative descriptors. The CNA method aids in understanding structural properties, material behavior, and designing materials for specific applications. It plays a crucial role in unraveling atomic structures and -bonding patterns, enabling tailored material development.[@faken:1994; @stukowski:2012] +bonding patterns, enabling tailored material development. [@faken:1994; @stukowski:2012] There exist a variety of programs and tools that support the CNA -procedure. Perhaps the most well-known are Ovito[@Ovito] and Pyscal -[@Pyscal]. Ovito implements a rich set of various CNA flavours, including +procedure. Perhaps the most well-known are Ovito [@Ovito] and Pyscal +. [@Pyscal] Ovito implements a rich set of various CNA flavours, including conventional CNA, adaptive CNA, interval CNA and bond-based CNA. Pyscal is an extensive python module for structural analysis of atomic environment using an efficient C++-based back-end. Both tools offer excellent documentation and are @@ -83,15 +83,15 @@ convenient and clear labels to the CNA fingerprints. When a given fingerprint is not recognized by the program, a similarity analysis can be performed to quantitatively assess how similar or different the local atomic environment is with respect to the other atoms in the systems. `Bramble` has already been -used in a number of scientific publications -[@vanetten:2021; @sterk:2022]. `Bramble` uses a minimal set of dependencies, -i.e. Boost[@BoostLibrary], `TCLAP`[@TclapLibrary], and Eigen3 +used in a number of scientific publications. +[@vanetten:2021; @sterk:2022; @vanetten:2023] `Bramble` uses a minimal set of dependencies, +i.e. Boost [@BoostLibrary], `TCLAP` [@TclapLibrary], and Eigen3 [@eigenweb], which are all readily available on modern Linux based operating systems. Optionally, `Bramble` can make use of GPU acceleration via a -CUDA-based[@cuda] acceleration module. +CUDA-based [@cuda] acceleration module. Internally, `Bramble` uses an adaptive CNA flavor largely based on the work of -Reinhart and coworkers.[@reinhart:2017] The nearest neighbors used for +Reinhart and coworkers. [@reinhart:2017] The nearest neighbors used for determining the local atomic environment are based on a cut-off distance $r_ {\text{cut}}$ as given by an weighted average distance of the distance to the six nearest neighbors