Skip to content

Commit c9c33da

Browse files
committedMay 24, 2021
Initial setup of output repo
1 parent a8f371a commit c9c33da

File tree

305 files changed

+75115
-1
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

305 files changed

+75115
-1
lines changed
 

Diff for: ‎.gitignore

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
*.jl.cov
2+
*.jl.*.cov
3+
*.jl.mem
4+
.ipynb_checkpoints
5+
*.tmp
6+
*.aux
7+
*.log
8+
*.out
9+
*.tex
10+
Manifest.toml
11+
tutorials/**/*.html
12+
tutorials/**/*.pdf
13+
/*/*/jl_*/

Diff for: ‎CITATION.bib

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
@article{DifferentialEquations.jl-2017,
2+
author = {Rackauckas, Christopher and Nie, Qing},
3+
doi = {10.5334/jors.151},
4+
journal = {The Journal of Open Research Software},
5+
keywords = {Applied Mathematics},
6+
note = {Exported from https://app.dimensions.ai on 2019/05/05},
7+
number = {1},
8+
pages = {},
9+
title = {DifferentialEquations.jl – A Performant and Feature-Rich Ecosystem for Solving Differential Equations in Julia},
10+
url = {https://app.dimensions.ai/details/publication/pub.1085583166 and http://openresearchsoftware.metajnl.com/articles/10.5334/jors.151/galley/245/download/},
11+
volume = {5},
12+
year = {2017}
13+
}

0 commit comments

Comments
 (0)