Skip to content

Commit

Permalink
updated sample purpose
Browse files Browse the repository at this point in the history
  • Loading branch information
rossella.aversa committed Oct 1, 2024
1 parent a2c720f commit d85e59c
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 16 deletions.
17 changes: 10 additions & 7 deletions docs/sample_interface/sample_schema.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,21 +94,24 @@ var dataModel = {
{
"samplePurposeOptions":
{
"description": "(Required) - The tentative purpose of the sample (e.g., for which measurement(s) or subsequent analysis the sample was prepared). In this context, Correlative Characterization may be intended as a purpose. Multiple selection is allowed.",
"description": "(Required) - The purpose of the sample (why the sample was prepared). In this context, Correlative Characterization may be intended as a purpose. Multiple selection is allowed.",
"type": "array",
"uniqueItems": true,
"items":
{
"type": "string",
"enum":
[
"assessment (to given categories or values)",
"completeness check (presence or absence of given properties)",
"feasibility check (quick and dirty, rough estimate)",
"parameter calibration",
"optimization of parameters/properties",
"fullfilment of given requirements",
"assessment (check presence or absence of given properties)",
"investigation of properties (which are unknown before measurements)",
"test of a specific hypothesis (focus only on given aspects)",
"correlative characterization (dedicated sample treatment to emphasise given features)",
"exploratory (routine check of known properties)",
"feasibility (quick check, rough estimate)",
"high quality measurement (precise, careful treatment)",
"test specific hypothesis (focus only on given aspects)" ,
"high quality sample (precise, careful treatment)",
"further preparations",
"other (please specify in the comment)"
]
}
Expand Down
21 changes: 12 additions & 9 deletions docs/sample_interface/sample_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -134,15 +134,18 @@
"items": {
"type": "string",
"enum": [
"assessment (to given categories or values)",
"completeness check (presence or absence of given properties)",
"correlative characterization (dedicated sample treatment to emphasise given features)",
"exploratory (routine check of known properties)",
"feasibility (quick check, rough estimate)",
"high quality measurement (precise, careful treatment)",
"test specific hypothesis (focus only on given aspects)",
"other (please specify in the comment)"
]
"feasibility check (quick and dirty, rough estimate)",
"parameter calibration",
"optimization of parameters/properties",
"fullfilment of given requirements",
"assessment (check presence or absence of given properties)",
"investigation of properties (which are unknown before measurements)",
"test of a specific hypothesis (focus only on given aspects)",
"correlative characterization (dedicated sample treatment to emphasise given features)",
"high quality sample (precise, careful treatment)",
"further preparations",
"other (please specify in the comment)"
]
}
},
"otherSamplePurpose": {
Expand Down

0 comments on commit d85e59c

Please sign in to comment.