Skip to content

Commit ea846ab

Browse files
Merge pull request #896 from SciML/myb/readme
Add the MTK paper in README
2 parents 0a428bb + b694937 commit ea846ab

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,3 +106,16 @@ using Plots; plot(sol,vars=(a,lorenz1.x,lorenz2.z))
106106
```
107107

108108
![](https://user-images.githubusercontent.com/1814174/110242538-87461780-7f24-11eb-983c-4b2c93cfc909.png)
109+
110+
# Citation
111+
If you use ModelingToolkit.jl in your research, please cite [this paper](https://arxiv.org/abs/2103.05244):
112+
```
113+
@misc{ma2021modelingtoolkit,
114+
title={ModelingToolkit: A Composable Graph Transformation System For Equation-Based Modeling},
115+
author={Yingbo Ma and Shashi Gowda and Ranjan Anantharaman and Chris Laughman and Viral Shah and Chris Rackauckas},
116+
year={2021},
117+
eprint={2103.05244},
118+
archivePrefix={arXiv},
119+
primaryClass={cs.MS}
120+
}
121+
```

0 commit comments

Comments
 (0)