-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcalkit.yaml
More file actions
60 lines (54 loc) · 1.39 KB
/
calkit.yaml
File metadata and controls
60 lines (54 loc) · 1.39 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
owner: calkit
name: example-julia
title: Calkit Julia example
description: This project shows how to use Julia with Calkit.
git_repo_url: https://github.com/calkit/example-julia
environments:
main:
kind: julia
path: Project.toml
julia: "1.11.7"
tex:
kind: docker
image: texlive/texlive:latest-full
description: TeXlive full.
pipeline:
stages:
run-script:
kind: julia-script
script_path: scripts/main.jl
environment: main
outputs:
- figures/circle-flow.png
- figures/circle-forces.png
run-notebook:
kind: jupyter-notebook
environment: main
notebook_path: notebooks/main.ipynb
html_storage: git
executed_ipynb_storage: git
build-paper:
kind: latex
environment: tex
inputs:
- from_stage_outputs: run-script
target_path: pubs/conf-paper-1/paper.tex
figures:
- path: figures/circle-flow.png
title: Flow around a circle.
stage: run-script
- path: figures/circle-forces.png
title: Forces on a circle.
stage: run-script
notebooks:
- path: notebooks/main.ipynb
title: Main notebook
showcase:
- figure: figures/circle-flow.png
- figure: figures/circle-forces.png
publications:
- path: pubs/conf-paper-1/paper.pdf
kind: conference-paper
title: This is the paper
description: The first conference paper on this work.
stage: build-paper