Skip to content
Chandu Nainala edited this page Mar 23, 2023 · 12 revisions

About

NMRium is a powerful tool for displaying and processing nuclear magnetic resonance (NMR) spectra. Based on the popular web framework React, NMRium is distributed as a react component which can be used as a standalone or embedded in a React web application.

To further enable integration in other applications developed with modern frameworks, the nmrium-react-wrapper project enables an iframe-based integration of NMRium into third-party applications built on any modern framework.

Currently, NMRium is integrated into nmrXiv, and Chemotion via nmrium-react-wrapper offers seamless integration of NMRium into these applications enabling NMR spectra processing in the app despite being developed on different frameworks or versions of react framework.

Usage

Production

https://nmrium.nmrxiv.org (currently vPRE-RELEASE - v0.33.0)

Development

https://nmriumdev.nmrxiv.org (latest)

For older/specific versions

https://nmrium.nmrxiv.org/v0.33.0

https://nmrium.nmrxiv.org/v0.34.0

Embed

<iframe href='https://nmriumdev.nmrxiv.org' height="500" width="100%"></iframe>
Clone this wiki locally