Skip to content
Nisha Sharma edited this page Mar 21, 2024 · 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 - v0.8.0)

Development:

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

For older/specific versions

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

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

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

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

https://nmrium.nmrxiv.org/releases/v0.4.0 -> v0.4.0

https://nmrium.nmrxiv.org/releases/v0.3.0 -> v0.3.0

https://nmrium.nmrxiv.org/releases/v0.2.0 -> v0.2.0

https://nmrium.nmrxiv.org/releases/v0.1.0 -> v0.1.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