Materials Catalogue¶
The materials catalogue schema contains information regarding the base material. These are then combined together within the materials table.
Table¶
Column | Status |
Format | Notes |
---|---|---|---|
identifier | required |
String | A globally unique identifier. See identifiers section for information on how to construct this identifier |
materialVolume | recommended |
numeric | The amount of material used given in ml (See ‘Guide for how to take measurements’ below). |
materialType | recommended |
String | Is the material ‘synthetic’ or ‘biobased’? Use the identifier of the material type that this row relates to. The entry here should be drawn from the material type controlled list. |
materialPurpose | recommended |
String | Why is this material being used? Use the identifier of the material purpose that this row relates to. The entry here should be drawn from the material purpose controlled list. |
materialCategory | required |
String | The category this material row relates to. The entry here should be drawn from the material category controlled list. |
materialName | required |
String | The name of the material this row relates to. e.g., Polypropylene or Titanium Dioxide |
materialChemCID | recommended |
String | The PubChem CID for the exact material used. The PubChem CID is PubChem’s compound identifier, which is a non-zero integer for a unique chemical structure. PubChem CID can be found using their search. If for some reason the PubChem CID cannot be located, consider contributing to PubChem and create the compound identifier. However, if this cannot be done, please enter Unknown . |
virginMaterial | recommended |
numeric | The maximum allowable percent of the material that was newly created for the component. |
updateDate | required |
String | The date that the material was provided/last updated. Use the format dd/mm/yyyy . |
Diagram¶
Template¶
Materials should be provided as a separate csv file, in tidy format. This means that each row of the csv file should be one material that is combined in the materials csv to create combinations. An example is provided.
The specification of this csv file is as follows:
Material_Catalogue_Template.csv
Example¶
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 |
|
Guide for how to take measurements¶
Units¶
All measurements should be given using the metric system.
- Volume: millilitre (ml)
Numbers should be entered with a decimal place. Use the decimal / full stop / period character as a separator. Do not exceed 3 decimal places. When rounding, use convential rounding methods: for 5 and above round up, 4 and below round down. For example: volume = 0.67952 rounded to 0.68.
Important: When converting between systems of measurement, perform the conversion first and then apply the convential rounding. This will give more accuracy and consistency.