File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,11 +3,14 @@ name: example-basic
33title : Basic Calkit example
44description : A basic Calkit example project.
55git_repo_url : https://github.com/calkit/example-basic
6+
67dependencies :
78 - docker
89 - uv
10+
911questions :
1012 - Can we make reproducibility simple?
13+
1114environments :
1215 py :
1316 path : requirements.txt
@@ -19,6 +22,7 @@ environments:
1922 kind : docker
2023 image : texlive/texlive:latest-full
2124 description : TeX Live via Docker.
25+
2226pipeline :
2327 stages :
2428 collect-data :
@@ -43,20 +47,24 @@ pipeline:
4347 - figures
4448 outputs :
4549 - paper/paper.pdf
50+
4651datasets :
4752 - path : data/raw/data.csv
4853 title : Raw data
4954 description : This is raw voltage data.
5055 stage : collect-data
56+
5157figures :
5258 - path : figures/voltage-time-series.png
5359 title : Raw voltage time series
5460 description : A plot of the raw voltage time series.
5561 stage : plot-voltage
62+
5663publications :
5764 - path : paper/paper.pdf
5865 title : The paper
5966 description : This is the paper.
6067 stage : build-paper
68+
6169showcase :
6270 - publication : paper/paper.pdf
You can’t perform that action at this time.
0 commit comments