import styled from '@emotion/styled'; import { FaInfo } from 'react-icons/fa'; import { Toolbar, useOnOff } from 'react-science/ui'; import { StandardDialog } from '../elements/StandardDialog.tsx'; import { StyledDialogBody } from '../elements/StyledDialogBody.js'; const DialogBody = styled(StyledDialogBody)` ul { list-style-type: disc; margin-left: 25px; } p, li { font-size: 1.1em; user-select: text; } a { color: #00bcd4; } a:hover, a:focus { text-decoration: underline; } .header span { color: #464646; flex: 1; font-size: 15px; user-select: none; } p { padding: 0.8em 0; } `; function AboutPredictionModal() { const [isOpenDialog, openDialog, closeDialog] = useOnOff(false); return ( <> } onClick={openDialog} tooltip="About prediction" /> If you are using our tools please cite us: Damiano Banfi and Luc Patiny{' '} www.nmrdb.org: Resurrecting and processing NMR spectra on-line {' '} Chimia, 2008, 62(4), 280-281. Andrés M. Castillo, Luc Patiny and Julien Wist{' '} Fast and Accurate Algorithm for the Simulation of NMR spectra of Large Spin Systems {' '} Journal of Magnetic Resonance 2011, 209(2), 123-130. 1H NMR prediction is possible thanks to the tool of the FCT-Universidade NOVA de Lisboa developed by Yuri Binev and Joao Aires-de-Sousa: Yuri Binev, Maria M. B. Marques and João Aires-de-Sousa{' '} Prediction of 1H NMR coupling constants with associative neural networks trained for chemical shifts {' '} J. Chem. Inf. Model. 2007, 47(6), 2089-2097. João Aires-de-Sousa, Markus C. Hemmer and Johann Gasteiger{' '} Prediction of 1H NMR Chemical Shifts Using Neural Networks , Analytical Chemistry, 2002, 74(1), 80-90. 13C NMR prediction was possible thanks to NMRshiftDB: Steinbeck, Christoph, Stefan Krause, and Stefan Kuhn{' '} NMRShiftDB Constructing a Free Chemical Information System with Open-Source Components {' '} Journal of chemical information and computer sciences,{' '} 2003, 43(6): 1733-1739. > ); } export default AboutPredictionModal;
If you are using our tools please cite us:
1H NMR prediction is possible thanks to the tool of the FCT-Universidade NOVA de Lisboa developed by Yuri Binev and Joao Aires-de-Sousa:
13C NMR prediction was possible thanks to NMRshiftDB: