-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
68 additions
and
57 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,19 @@ | ||
{ | ||
"datatypes": { | ||
"NMR SPECTRUM": "NMR", | ||
"NMRSPECTRUM": "NMR", | ||
"INFRARED SPECTRUM": "INFRARED", | ||
"RAMAN SPECTRUM": "RAMAN", | ||
"MASS SPECTRUM": "MS", | ||
"HPLC UV/VIS SPECTRUM": "HPLC UVVIS", | ||
"HPLC UV-VIS": "HPLC UVVIS", | ||
"UV/VIS SPECTRUM": "UVVIS", | ||
"UV-VIS": "UVVIS", | ||
"ULTRAVIOLET SPECTRUM": "UVVIS", | ||
"THERMOGRAVIMETRIC ANALYSIS": "THERMOGRAVIMETRIC ANALYSIS", | ||
"X-RAY DIFFRACTION": "X-RAY DIFFRACTION", | ||
"CYCLIC VOLTAMMETRY": "CYCLIC VOLTAMMETRY", | ||
"SIZE EXCLUSION CHROMATOGRAPHY": "SIZE EXCLUSION CHROMATOGRAPHY", | ||
"CIRCULAR DICHROISM SPECTROSCOPY": "CIRCULAR DICHROISM SPECTROSCOPY", | ||
"SORPTION-DESORPTION MEASUREMENT": "SORPTION-DESORPTION MEASUREMENT", | ||
"Emissions": "Emissions", | ||
"EMISSIONS": "Emissions", | ||
"FLUORESCENCE SPECTRUM": "Emissions", | ||
"FL SPECTRUM": "Emissions", | ||
"DLS ACF": "DLS ACF", | ||
"DLS INTENSITY": "DLS intensity", | ||
"DLS intensity": "DLS intensity" | ||
"datatypes": { | ||
"NMR": ["NMR SPECTRUM", "NMRSPECTRUM"], | ||
"INFRARED": ["INFRARED SPECTRUM"], | ||
"RAMAN": ["RAMAN SPECTRUM"], | ||
"MS": ["MASS SPECTRUM"], | ||
"HPLC UVVIS": ["HPLC UV/VIS SPECTRUM", "HPLC UV-VIS"], | ||
"UVVIS": ["UV/VIS SPECTRUM", "UV-VIS", "ULTRAVIOLET SPECTRUM"], | ||
"THERMOGRAVIMETRIC ANALYSIS": ["THERMOGRAVIMETRIC ANALYSIS"], | ||
"X-RAY DIFFRACTION": ["X-RAY DIFFRACTION"], | ||
"CYCLIC VOLTAMMETRY": ["CYCLIC VOLTAMMETRY"], | ||
"SIZE EXCLUSION CHROMATOGRAPHY": ["SIZE EXCLUSION CHROMATOGRAPHY"], | ||
"CIRCULAR DICHROISM SPECTROSCOPY": ["CIRCULAR DICHROISM SPECTROSCOPY"], | ||
"SORPTION-DESORPTION MEASUREMENT": ["SORPTION-DESORPTION MEASUREMENT"], | ||
"Emissions": ["Emissions", "EMISSIONS", "FLUORESCENCE SPECTRUM", "FL SPECTRUM"], | ||
"DLS ACF": ["DLS ACF"], | ||
"DLS intensity": ["DLS INTENSITY", "DLS intensity"] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters