cheminfo / data_schema

Data schema used for the cheminfo ELN
https://cheminfo.github.io/data_schema/
MIT License
3 stars 2 forks source link

add fields that should be shared by all spectra #25

Open kjappelbaum opened 4 years ago

kjappelbaum commented 4 years ago

the following fields

{
 createdBy: 
 date: 
 temperature (object):
   SI (number):
   unit (string):  
 instrument: {
  model:
  manufacturer
  serialNumber: 
  software:
 }
procedure (html): 
report (html): 
}

should be shared by all spectra (we can also clarify this in the README.md)

description should not be used.

@lpatiny For date, I saw both ms since unix epoch and ISO 8601 formatted date, which ones should we use?

kjappelbaum commented 3 years ago

based on https://github.com/cheminfo/data_schema/issues/24 also jcamp text and reference (#8 )