Skip to content
Nisha Sharma edited this page Jul 7, 2025 · 13 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 - v1.0.0)

Development:

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

For older/specific versions

https://nmrium.nmrxiv.org/v1.0.0 -> v1.0.0

https://nmrium.nmrxiv.org/v0.9.0 -> v0.9.0

https://nmrium.nmrxiv.org/v0.8.0 -> v0.8.0

https://nmrium.nmrxiv.org/v0.7.0 -> v0.7.0

https://nmrium.nmrxiv.org/v0.6.0 -> v0.6.0

https://nmrium.nmrxiv.org/v0.5.0 -> v0.5.0

Embed

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

# Workspaces

# Simple NMR analysis
<iframe href='https://nmriumdev.nmrxiv.org?workspace=default' height="500" width="100%"></iframe>

# NMR spectra assignment
<iframe href='https://nmriumdev.nmrxiv.org?workspace=assignment' height="500" width="100%"></iframe>

# 1D multiple spectra analysis
<iframe href='https://nmriumdev.nmrxiv.org?workspace=process1D' height="500" width="100%"></iframe>

Clone this wiki locally