Skip to content

Commit c15bd1a

Browse files
committed
kenref: cite the papers the module implements
module.yml carried an empty `dois:` list, so nothing pointed at where the method or the implementation was published. - 10.1021/acs.jpcb.5c08554 -- Alhossary and Smith, "Restraining Interproton Angular and Distance Dynamics with KEnRef", J. Phys. Chem. B 130, 3076-3087 (2026). This introduces KEnRef and corresponds to its version 1.0.0. - 10.1007/s10858-019-00288-8 -- Smith, Mazur, Rout, Becker, Lee and de Groot, "Enhancing NMR derived ensembles with kinetics on multiple timescales", J. Biomol. NMR 74, 27-43 (2019). The kinetic ensemble refinement method that KEnRef implements. Both verified against CrossRef rather than transcribed from memory. module.md gains the same two references in prose, so they are visible in the manual and not only in the metadata.
1 parent 813d136 commit c15bd1a

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

src/kenref/module.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,3 +82,15 @@ PRINT ARG=kenref.bias,kenref.energy,kenref.rmsd FILE=kenref.out STRIDE=1
8282
```
8383

8484
Note that there is no `ARG` keyword: KENREF biases coordinates, not collective variables.
85+
86+
## Citing KEnRef
87+
88+
The method this module applies, and the KEnRef implementation it calls into, are described in:
89+
90+
- A. Alhossary and C. A. Smith, *Restraining Interproton Angular and Distance Dynamics with KEnRef*,
91+
J. Phys. Chem. B **130**, 3076-3087 (2026), [doi:10.1021/acs.jpcb.5c08554](https://doi.org/10.1021/acs.jpcb.5c08554).
92+
This paper introduces KEnRef and corresponds to its version 1.0.0.
93+
- C. A. Smith, A. Mazur, A. K. Rout, S. Becker, D. Lee, B. L. de Groot,
94+
*Enhancing NMR derived ensembles with kinetics on multiple timescales*,
95+
J. Biomol. NMR **74**, 27-43 (2019), [doi:10.1007/s10858-019-00288-8](https://doi.org/10.1007/s10858-019-00288-8).
96+
This is the kinetic ensemble refinement method that KEnRef implements.

src/kenref/module.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: kenref
22
authors: Amr Alhossary and Colin Smith
33
description: kinetic ensemble refinement of a replica ensemble against NMR observables
4-
dois: []
4+
dois:
5+
- 10.1021/acs.jpcb.5c08554
6+
- 10.1007/s10858-019-00288-8
57
tags:
68
KENREF: bias that restrains an ensemble of replicas against NMR relaxation observables

0 commit comments

Comments
 (0)