Skip to content

Commit 3891609

Browse files
committed
Add JOSS paper draft
1 parent d436e28 commit 3891609

File tree

9 files changed

+404
-0
lines changed

9 files changed

+404
-0
lines changed

.github/workflows/draft-pdf.yml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
name: Draft PDF
2+
on: [push]
3+
4+
jobs:
5+
paper:
6+
runs-on: ubuntu-latest
7+
name: Paper Draft
8+
steps:
9+
- name: Checkout
10+
uses: actions/checkout@v4
11+
- name: Build draft PDF
12+
uses: openjournals/openjournals-draft-action@master
13+
with:
14+
journal: joss
15+
# This should be the path to the paper within your repo.
16+
paper-path: paper/paper.md
17+
- name: Upload
18+
uses: actions/upload-artifact@v4
19+
with:
20+
name: paper
21+
# This is the output path where Pandoc will write the compiled
22+
# PDF. Note, this should be the same directory as the input
23+
# paper.md
24+
path: paper/paper.pdf

paper/Stage1_7.png

68.4 KB
Loading

paper/Stage1_8.png

90 KB
Loading

paper/TopoEditor.png

304 KB
Loading

paper/cgraph.png

138 KB
Loading

paper/paper.bib

Lines changed: 79 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,79 @@
1+
@inproceedings{de2008z3,
2+
title={Z3: An efficient SMT solver},
3+
author={De Moura, Leonardo and Bj{\o}rner, Nikolaj},
4+
booktitle={International conference on Tools and Algorithms for the Construction and Analysis of Systems},
5+
pages={337--340},
6+
year={2008},
7+
organization={Springer}
8+
}
9+
10+
@article{danabasoglu2020community,
11+
title={The community earth system model version 2 (CESM2)},
12+
author={Danabasoglu, Gokhan and Lamarque, J-F and Bacmeister, J and Bailey, DA and DuVivier, AK and Edwards, Jim and Emmons, LK and Fasullo, John and Garcia, R and Gettelman, Andrew and others},
13+
journal={Journal of Advances in Modeling Earth Systems},
14+
volume={12},
15+
number={2},
16+
pages={e2019MS001916},
17+
year={2020},
18+
publisher={Wiley Online Library}
19+
}
20+
21+
@misc{ipywidgets,
22+
author = {Jupyter},
23+
title = {ipywidgets: Interactive HTML Widgets for Jupyter Notebooks},
24+
year = {2015},
25+
publisher = {GitHub},
26+
journal = {GitHub repository},
27+
howpublished = {\url{https://github.com/jupyter-widgets/ipywidgets}},
28+
}
29+
30+
@article{wu2021coupled,
31+
title={Coupled aqua and ridge planets in the community earth system model},
32+
author={Wu, Xiaoning and Reed, Kevin A and Wolfe, Christopher LP and Marques, Gustavo M and Bachman, Scott D and Bryan, Frank O},
33+
journal={Journal of Advances in Modeling Earth Systems},
34+
volume={13},
35+
number={4},
36+
pages={e2020MS002418},
37+
year={2021},
38+
publisher={Wiley Online Library}
39+
}
40+
41+
@article{polvani2017less,
42+
title={When less is more: Opening the door to simpler climate models, Eos, 98},
43+
author={Polvani, LM and Clement, AC and Medeiros, B and Benedict, JJ and Simpson, IR},
44+
journal={Eos, Transactions American Geophysical Union},
45+
volume={99},
46+
number={3},
47+
pages={15--16},
48+
year={2017}
49+
}
50+
51+
@article{maher2019model,
52+
title={Model hierarchies for understanding atmospheric circulation},
53+
author={Maher, Penelope and Gerber, Edwin P and Medeiros, Brian and Merlis, Timothy M and Sherwood, Steven and Sheshadri, Aditi and Sobel, Adam H and Vallis, Geoffrey K and Voigt, Aiko and Zurita-Gotor, Pablo},
54+
journal={Reviews of Geophysics},
55+
volume={57},
56+
number={2},
57+
pages={250--280},
58+
year={2019},
59+
publisher={Wiley Online Library}
60+
}
61+
62+
@article{de2011satisfiability,
63+
title={Satisfiability modulo theories: introduction and applications},
64+
author={De Moura, Leonardo and Bj{\o}rner, Nikolaj},
65+
journal={Communications of the ACM},
66+
volume={54},
67+
number={9},
68+
pages={69--77},
69+
year={2011},
70+
publisher={ACM New York, NY, USA}
71+
}
72+
73+
@book{biere2009handbook,
74+
title={Handbook of satisfiability},
75+
author={Biere, Armin and Heule, Marijn and van Maaren, Hans},
76+
volume={185},
77+
year={2009},
78+
publisher={IOS press}
79+
}

0 commit comments

Comments
 (0)