Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adopt to schema #210

Merged
merged 3 commits into from
Jan 17, 2024
Merged

Conversation

DunklesArchipel
Copy link
Member

Adopt the YAML files to version 0.1.0 of the echemdb MDS

Copy link
Contributor

@linuxrider linuxrider left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed wrong pH values.

source:
manufacturer: MaTecK GmbH
shape:
type: wire
- name: REF
Copy link
Contributor

@linuxrider linuxrider Jan 17, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we add a index to all electrodes to be ready for bipontentiostatic measurements?

Suggested change
- name: REF
- name: RE1

Comment on lines 28 to 31
ph:
value: 0.1
calculation: CurTiPot
comment: estimated
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is no done by the author.

Suggested change
ph:
value: 0.1
calculation: CurTiPot
comment: estimated
ph:
value: 1.041
temperature:
value: 25
unit: °C
comment: estimated with CurTiPot on extraction from publication

temperature:
value: 20
unit: C
comment: room temperature
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Comment is a property of temperature. So it should stay below temperature.

Comment on lines 28 to 31
ph:
value: 0.1
calculation: CurTiPot
comment: estimated
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
ph:
value: 0.1
calculation: CurTiPot
comment: estimated
ph:
value: 1.041
temperature:
value: 25
unit: °C
comment: estimated with CurTiPot on extraction from publication

Comment on lines 28 to 31
ph:
value: 0.1
calculation: CurTiPot
comment: estimated
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
ph:
value: 0.1
calculation: CurTiPot
comment: estimated
ph:
value: 1.041
temperature:
value: 25
unit: °C
comment: estimated with CurTiPot on extraction from publication

Comment on lines 30 to 33
ph:
value: -0.5
calculation: CurTiPot
comment: estimated
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
ph:
value: -0.5
calculation: CurTiPot
comment: estimated
ph:
value: -0.468
temperature:
value: 25
unit: °C
comment: estimated with CurTiPot on extraction from publication

Comment on lines 30 to 33
ph:
value: -1.1
calculation: CurTiPot
comment: estimated
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
ph:
value: -1.1
calculation: CurTiPot
comment: estimated
ph:
value: -1.078
temperature:
value: 25
unit: °C
comment: estimated with CurTiPot on extraction from publication

Comment on lines 30 to 33
ph:
value: -1.5
calculation: CurTiPot
comment: estimated
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
ph:
value: -1.5
calculation: CurTiPot
comment: estimated
ph:
value: -1.468
temperature:
value: 25
unit: °C
comment: estimated with CurTiPot on extraction from publication

temperature:
value: 20
unit: C
comment: room temperature
comment: room temperature
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
comment: room temperature
comment: room temperature

temperature:
value: 20
unit: C
comment: room temperature
comment: room temperature
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
comment: room temperature
comment: room temperature

@DunklesArchipel
Copy link
Member Author

@linuxrider I see your point in these changes. At the moment they are not compatible with the schema.

  • Temperature would would be quantitiy property in the schema, which only allows unit and value. This is probably not enough. Instead it should have also a dimension, comment or alterantive name.
  • the pH schema also does not allow your changes. I will adjust the pHs and add the other information in a comment of pH or the comment of the electrolyte. We address this in the next version of the database. I will open an issue once the data has been migrated.

@DunklesArchipel DunklesArchipel merged commit c1a66b3 into echemdb:main Jan 17, 2024
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants