lims-guide-metadata
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
lims-guide-metadata [2023/04/06 22:25] – created csdunham | lims-guide-metadata [2023/05/04 17:42] (current) – Added parent_ID to the representative JSON file. csdunham | ||
---|---|---|---|
Line 3: | Line 3: | ||
\\ | \\ | ||
\\ | \\ | ||
- | For the LIMS, metadata comes in the form of JSON (JavaScript Object Notation) files. | + | For the LIMS, metadata comes in the form of JSON (JavaScript Object Notation) files. |
+ | \\ | ||
+ | \\ | ||
+ | Each metadata file captures inputs (from the researcher) about the component(s), | ||
+ | \\ | ||
+ | \\ | ||
+ | An example metadata file is shown below: | ||
+ | \\ | ||
+ | <file javascript metadata.json> | ||
+ | { | ||
+ | // acquired_by is the LIMS username of the user | ||
+ | " | ||
+ | " | ||
+ | " | ||
+ | " | ||
+ | ], | ||
+ | " | ||
+ | " | ||
+ | " | ||
+ | ], | ||
+ | " | ||
+ | " | ||
+ | ], | ||
+ | " | ||
+ | " | ||
+ | " | ||
+ | " | ||
+ | ], | ||
+ | // Component ratios come in the form of a string, | ||
+ | // where each component is separated by a colon. | ||
+ | " | ||
+ | " | ||
+ | ], | ||
+ | // Ratio types can be MassRatio or MoleRatio. | ||
+ | " | ||
+ | " | ||
+ | ], | ||
+ | " | ||
+ | " | ||
+ | ], | ||
+ | // All molecular weights are expressed as g/mol. | ||
+ | " | ||
+ | 250.0 | ||
+ | ], | ||
+ | // Tg: glass-phase transition temperature, | ||
+ | " | ||
+ | // PDI: polydispersity index | ||
+ | " | ||
+ | // SMILES string, preferably isomeric SMILES | ||
+ | " | ||
+ | // bigSMILES string, refer to bigSMILES publications @ MIT. | ||
+ | " | ||
+ | }, | ||
+ | " | ||
+ | " | ||
+ | ], | ||
+ | " | ||
+ | " | ||
+ | " | ||
+ | " | ||
+ | " | ||
+ | ], | ||
+ | " | ||
+ | }, | ||
+ | // Note: synthesis ID and experimental ID are used | ||
+ | // interchangeably in conversation. However, the | ||
+ | // system expects a parameter named synthesis_ID. | ||
+ | " | ||
+ | " | ||
+ | ], | ||
+ | " | ||
+ | " | ||
+ | ], | ||
+ | " | ||
+ | " | ||
+ | ], | ||
+ | // 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", | ||
+ | " | ||
+ | ], | ||
+ | // Synthesis ' | ||
+ | // This can be any of the automated capabilities at | ||
+ | // BioPACIFIC, your PI's lab, a different PI's lab, etc. | ||
+ | " | ||
+ | " | ||
+ | ], | ||
+ | " | ||
+ | " | ||
+ | ], | ||
+ | " | ||
+ | " | ||
+ | ], | ||
+ | " | ||
+ | " | ||
+ | ], | ||
+ | " | ||
+ | " | ||
+ | ], | ||
+ | " | ||
+ | " | ||
+ | ], | ||
+ | // An optional field, captures files that further | ||
+ | // describe the given data. | ||
+ | " | ||
+ | } | ||
+ | </ |
lims-guide-metadata.1680819924.txt.gz · Last modified: 2023/04/06 22:25 by csdunham