Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
f794cb7
Added new chemked schema for new experiment types
LekiaAnonim Mar 28, 2026
d3c3807
fix: match PyKED convention for composition units in batch converter
LekiaAnonim Mar 28, 2026
3b44a86
fix: address PR review feedback
LekiaAnonim Mar 28, 2026
c204570
add uncertainty, evaluated-standard-deviation, and reactor geometry p…
LekiaAnonim Mar 28, 2026
c8b2542
refactor: inline uncertainty on property and composition amount fields
LekiaAnonim Mar 28, 2026
b6e4383
docs: update uncertainty_schema.yaml comment to reflect inline refact…
LekiaAnonim Mar 28, 2026
cdd775a
fix: equivalence-ratio as value-unit-optional, flow-style values, 2-s…
LekiaAnonim Mar 28, 2026
0239951
Working on PyKED package upgrade to allow celebrus validation
LekiaAnonim Mar 30, 2026
d327f44
feat: add rate coefficient support and fix cerberus/crossref compat i…
LekiaAnonim Mar 31, 2026
efae6c2
Modified pyked for direct measurement data such as rate coefficient
LekiaAnonim Apr 1, 2026
5080454
Added new ignition delay type d/dt min extrapolated to pyked schema a…
LekiaAnonim Apr 2, 2026
711d152
Fix batch_convert ReSpecTh conversion issues and extend ignition sche…
LekiaAnonim Apr 2, 2026
fdfd7a9
Changed stirred reaction to stirred reactor in chemked schema
LekiaAnonim Apr 2, 2026
55f8f2a
fix: reject empty uncertainty dicts; add missing property_units entries
LekiaAnonim Apr 2, 2026
45ff61f
Removed volumetric flow in reference state from dataproperties in con…
LekiaAnonim Apr 2, 2026
81f06af
fix: strip semicolons from ignition targets; add relative concentrati…
LekiaAnonim Apr 2, 2026
fc40b8c
feat: capture amount field for relative concentration ignition type
LekiaAnonim Apr 2, 2026
27c2b54
Fix HTML entity escaping in CrossRef journal names
LekiaAnonim Apr 5, 2026
0ff6e79
Expand schemas for ReSpecTh batch conversion compatibility
LekiaAnonim Apr 5, 2026
6f5b483
Make apparatus mode to accept multiple values
LekiaAnonim Apr 6, 2026
8fc4ac3
Made all re import global
LekiaAnonim Apr 6, 2026
09abd79
Include new experiment schema to PyKED docs
LekiaAnonim Apr 29, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -92,3 +92,5 @@ ENV/

# Mac stuff
.DS_Store

PR_DESCRIPTION.md
2 changes: 1 addition & 1 deletion docs/ck-tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ The Reference Section
In the reference section, information about the experimental facility and the article where the data
is published is collected. This information typically includes:

* the type of experiment (for now, only autoignition experiments are supported)
* the type of experiment (ignition delay, laminar burning velocity, etc.)
* the type and location of the experimental apparatus (rapid compression machine or shock tube)
* the article authors and the journal, DOI, volume, and issue where the data was published
* a note about where in the paper the data was collected from, if multiple data sets are
Expand Down
537 changes: 487 additions & 50 deletions docs/schema-docs.rst

Large diffs are not rendered by default.

Loading
Loading