Parameters field
The parameters field contains the parameters that acted on the process.
Experimental parameters
The experimental parameters supported are:
Field name |
Type |
Description |
|---|---|---|
|
Float |
Temperature in (°C) as unit |
|
Float |
Pressure in (mbar) as unit |
|
Float |
Flow in (ml) as unit |
|
Float |
Wavelenght in (nm) as unit |
|
Float |
Frequency in (Hz) as unit |
|
Float |
Elettrical current in Ampere (A) as unit |
|
Float |
Printing force in Newton (N) as unit |
|
Float |
Printing speed in (m/min) as unit |
|
Array |
List of precursor materials |
|
String |
Details of precursor material |
|
String |
Antisolvent |
|
String |
Solvents |
|
String |
Details of solution |
|
String |
|
|
String |
|
|
String |
Computational parameters
The computational parameters supported are:
Field name |
Type |
Description |
|---|---|---|
|
String |
Type of calculation (scf, vc-relax, …) |
|
String |
Exchange correlation, such as ‘pbe’. |
Example
If you need to upload an experimental process data using precursor materials, solvents, antisolvent, solution details, experimental conditions, film appearance and relevant fabrication parameters, you have to insert the following metadata:
{
"parameters":[
{
"name": "precursor_materials",
"value": ["MAI", "Pbl2"]
},
{
"name": "precursor_details",
"value": "freshly prepared"
},
{
"name": "antisolvent",
"value": "Diethyl Ether"
},
{
"name": "solvents",
"value": "DMF:DMSO (9:1)"
},
{
"name": "solution details",
"value": 1.40
},
{
"name": "relevant_fabrication_parameters",
"value": "1000 rpm-200rpm/s-10s"
},
{
"name": "experimental_conditions",
"value": "deposition in air"
},
{
"name": "film_appearance",
"value": "Shining dark brown film"
}
]
}
If you need to upload a Quantum Espresso parameters, then:
{
"parameters":{
"calculation": "vc-relax",
"exchange_correlation": "pbe"
}
}