lims-guide-metadata
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
lims-guide-metadata [2023/04/07 16:36] – csdunham | lims-guide-metadata [2023/05/04 17:42] (current) – Added parent_ID to the representative JSON file. csdunham | ||
---|---|---|---|
Line 13: | Line 13: | ||
<file javascript metadata.json> | <file javascript metadata.json> | ||
{ | { | ||
+ | // acquired_by is the LIMS username of the user | ||
" | " | ||
" | " | ||
Line 30: | Line 31: | ||
" | " | ||
], | ], | ||
+ | // Component ratios come in the form of a string, | ||
+ | // where each component is separated by a colon. | ||
" | " | ||
" | " | ||
], | ], | ||
+ | // Ratio types can be MassRatio or MoleRatio. | ||
" | " | ||
" | " | ||
Line 39: | Line 43: | ||
" | " | ||
], | ], | ||
+ | // All molecular weights are expressed as g/mol. | ||
" | " | ||
250.0 | 250.0 | ||
], | ], | ||
+ | // Tg: glass-phase transition temperature, | ||
" | " | ||
+ | // PDI: polydispersity index | ||
" | " | ||
+ | // SMILES string, preferably isomeric SMILES | ||
" | " | ||
+ | // bigSMILES string, refer to bigSMILES publications @ MIT. | ||
" | " | ||
}, | }, | ||
Line 58: | Line 67: | ||
" | " | ||
}, | }, | ||
- | " | + | |
+ | // interchangeably in conversation. However, the | ||
+ | // system expects a parameter named synthesis_ID. | ||
+ | | ||
" | " | ||
], | ], | ||
Line 66: | Line 78: | ||
" | " | ||
" | " | ||
- | ], | + | ], |
+ | // Parent synthesis ID. This is the synthesis/ | ||
+ | // parent experiment from which the current material was derived. | ||
+ | // optional field and should be used in cases where the material of interest | ||
+ | // was derived, isolated, extracted, separated, fractionated, | ||
+ | // another sample. | ||
+ | " | ||
+ | // A brief synopsis of the experiment | ||
" | " | ||
"The fifth test of the group", | "The fifth test of the group", | ||
" | " | ||
], | ], | ||
+ | // Synthesis ' | ||
+ | // This can be any of the automated capabilities at | ||
+ | // BioPACIFIC, your PI's lab, a different PI's lab, etc. | ||
" | " | ||
" | " | ||
Line 89: | Line 111: | ||
" | " | ||
], | ], | ||
+ | // An optional field, captures files that further | ||
+ | // describe the given data. | ||
" | " | ||
} | } | ||
</ | </ |
lims-guide-metadata.1680885400.txt.gz · Last modified: 2023/04/07 16:36 by csdunham