bobbypaton commited on
Commit
1cf743c
·
1 Parent(s): 465da9c

add citation

Browse files
bde_prediction/bde_flask/templates/index.html CHANGED
@@ -6,14 +6,17 @@
6
 
7
  <div id='affiliation'>
8
  <p> For more info, see our publications:<br/></p>
9
- <p class="c-bibliographic-information__citation">St. John, P.C., Guan, Y.,
10
- Kim, Y., Kim, S., and Paton, R.S. Prediction of organic homolytic bond dissociation
11
  enthalpies at near chemical accuracy with sub-second computational cost.
12
  <i>Nat Commun</i> <b>11, </b>2328 (2020).
13
  <a href="https://doi.org/10.1038/s41467-020-16201-z">https://doi.org/10.1038/s41467-020-16201-z</a></p>
14
- <p class="c-bibliographic-information__citation">St. John, P.C., Guan, Y.,
15
- Kim, Y., Etz, B.D., Kim S., and Paton, R.S. Quantum chemical calculations for over 200,000 organic
16
  radical species and 40,000 associated closed-shell molecules. <i>Sci Data</i> <b>7, </b>244 (2020). <a href="https://doi.org/10.1038/s41597-020-00588-x">https://doi.org/10.1038/s41597-020-00588-x</a></p>
 
 
 
17
  </div>
18
 
19
  {% endblock %}
 
6
 
7
  <div id='affiliation'>
8
  <p> For more info, see our publications:<br/></p>
9
+ <p class="c-bibliographic-information__citation">St. John, P. C., Guan, Y.,
10
+ Kim, Y., Kim, S., and Paton, R. S. Prediction of organic homolytic bond dissociation
11
  enthalpies at near chemical accuracy with sub-second computational cost.
12
  <i>Nat Commun</i> <b>11, </b>2328 (2020).
13
  <a href="https://doi.org/10.1038/s41467-020-16201-z">https://doi.org/10.1038/s41467-020-16201-z</a></p>
14
+ <p class="c-bibliographic-information__citation">St. John, P. C., Guan, Y.,
15
+ Kim, Y., Etz, B. D., Kim S., and Paton, R. S. Quantum chemical calculations for over 200,000 organic
16
  radical species and 40,000 associated closed-shell molecules. <i>Sci Data</i> <b>7, </b>244 (2020). <a href="https://doi.org/10.1038/s41597-020-00588-x">https://doi.org/10.1038/s41597-020-00588-x</a></p>
17
+ <p class="c-bibliographic-information__citation">Sowndarya, S. S. V., Kim, K., Kim, S., St. John, P. C., and Paton, R. S
18
+ Expansion of Bond Dissociation Prediction with Machine Learning to Medicinally and Environmentally Relevant Chemical Space. <i>Digit. Discov.</i> <b>2, </b>1900 (2023)
19
+ <a href="https://doi.org/10.1039/D3DD00169E">https://doi.org/10.1039/D3DD00169E</a></p>
20
  </div>
21
 
22
  {% endblock %}