From ebfca6f5998439cead78e10d8f67ed5494cd96d8 Mon Sep 17 00:00:00 2001 From: Matthew Evans Date: Tue, 20 May 2025 12:56:38 +0100 Subject: [PATCH 1/2] Add entry for JCAMP-DX --- yard/data/filetypes/jcamp-dx.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 yard/data/filetypes/jcamp-dx.yml diff --git a/yard/data/filetypes/jcamp-dx.yml b/yard/data/filetypes/jcamp-dx.yml new file mode 100644 index 0000000..871841b --- /dev/null +++ b/yard/data/filetypes/jcamp-dx.yml @@ -0,0 +1,18 @@ +--- +id: >- + jcamp-dx +name: >- + JCAMP-DX +description: >- + An IUPAC-endorsed standard for the representation of spectroscopic data and metadata + in a textual format with blocks of compressed numerical data encoded as ASCII. + It is available as output from several spectroscopic software packages. +associated_file_extensions: + - dx + - jdx +subject: + - spectroscopy + - infrared spectroscopy + - nuclear magnetic resonance spectroscopy + - electronc magnetic resonance spectroscopy + - mass spectrometry From ba20de1f08d796e812a312a813c7ed07b8109955 Mon Sep 17 00:00:00 2001 From: Matthew Evans Date: Tue, 20 May 2025 13:03:15 +0100 Subject: [PATCH 2/2] Fix typo --- yard/data/filetypes/jcamp-dx.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/yard/data/filetypes/jcamp-dx.yml b/yard/data/filetypes/jcamp-dx.yml index 871841b..e3396ae 100644 --- a/yard/data/filetypes/jcamp-dx.yml +++ b/yard/data/filetypes/jcamp-dx.yml @@ -13,6 +13,6 @@ associated_file_extensions: subject: - spectroscopy - infrared spectroscopy - - nuclear magnetic resonance spectroscopy - - electronc magnetic resonance spectroscopy + - nuclear magnetic resonance spectrometry + - electronc magnetic resonance spectrometry - mass spectrometry