-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathjulia_citations.bib
132 lines (120 loc) · 5.67 KB
/
julia_citations.bib
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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
@article{JSSv098i16,
pages = {1--30},
author = {Besançon, Mathieu and Papamarkou, Theodore and Anthoff, David and Arslan, Alex and Byrne, Simon and Lin, Dahua and Pearson, John},
journal = {Journal of Statistical Software},
title = {Distributions.jl: Definition and Modeling of Probability Distributions in the JuliaStats Ecosystem},
number = {16},
keywords = {Julia; distributions; modeling; interface; mixture; KDE; sampling; probabilistic programming; inference},
doi = {10.18637/jss.v098.i16},
issn = {1548-7660},
year = {2021},
url = {https://www.jstatsoft.org/v098/i16},
volume = {98}
}
@misc{Distributions.jl-2019,
doi = {10.5281/zenodo.2647458},
author = {Lin, Dahua and White, John Myles and Byrne, Simon and Bates, Douglas and Noack, Andreas and Pearson, John and Arslan, Alex and Squire, Kevin and Anthoff, David and Papamarkou, Theodore and Besançon, Mathieu and Drugowitsch, Jan and Schauer, Moritz and contributors},
year = {2019},
url = {https://doi.org/10.5281/zenodo.2647458},
month = {July},
title = {{JuliaStats/Distributions.jl: a Julia package for probability distributions and associated functions}}
}
@article{DifferentialEquations.jl-2017,
author = {Rackauckas, Christopher and Nie, Qing},
journal = {The Journal of Open Research Software},
title = {DifferentialEquations.jl – A Performant and Feature-Rich Ecosystem for Solving Differential Equations in Julia},
number = {1},
doi = {10.5334/jors.151},
keywords = {Applied Mathematics},
note = {Exported from https://app.dimensions.ai on 2019/05/05},
year = {2017},
url = {https://app.dimensions.ai/details/publication/pub.1085583166 and http://openresearchsoftware.metajnl.com/articles/10.5334/jors.151/galley/245/download/},
volume = {5}
}
@article{widmann2022delaydiffeq,
author = {Widmann, David and Rackauckas, Chris},
year = {2022},
journal = {arXiv preprint arXiv:2208.12879},
title = {DelayDiffEq: Generating Delay Differential Equation Solvers via Recursive Embedding of Ordinary Differential Equation Solvers}
}
@misc{VertexSafeGraphs.jl,
howpublished = {\url{https://github.com/matbesancon/VertexSafeGraphs.jl}},
author = {Besançon, Mathieu},
version = {v0.1.0},
year = {2019},
month = {5},
title = {{VertexSafeGraphs.jl}}
}
@article{Optim.jl-2018,
number = {24},
pages = {615},
doi = {10.21105/joss.00615},
author = {Mogensen, Patrick Kofod and Riseth, Asbj{\o}rn Nilsen},
year = {2018},
volume = {3},
journal = {Journal of Open Source Software},
title = {Optim: A mathematical optimization package for {Julia}}
}
@misc{montoison-orban-krylov-2020,
howpublished = {https://github.com/JuliaSmoothOptimizers/Krylov.jl},
doi = {10.5281/zenodo.822073},
author = {Montoison, A. and Orban, D. and {contributors}},
year = {2020},
month = {June},
title = {{Krylov.jl}: A {J}ulia Basket of Hand-Picked {K}rylov Methods}
}
@misc{Graphs2021,
author = {Fairbanks, James and Besan{\c{c}}on, Mathieu and Simon, Sch{\"o}lly and Hoffiman, J{\'u}lio and Eubank, Nick and Karpinski, Stefan},
year = {2021},
url = {https://github.com/JuliaGraphs/Graphs.jl/},
title = {JuliaGraphs/Graphs.jl: an optimized graphs package for the Julia programming language}
}
@article{rackauckas2017adaptive,
number = {7},
publisher = {NIH Public Access},
pages = {2731},
author = {Rackauckas, Christopher and Nie, Qing},
year = {2017},
volume = {22},
journal = {Discrete and continuous dynamical systems. Series B},
title = {Adaptive methods for stochastic differential equations via natural embeddings and rejection sampling with memory}
}
@article{Julia-2017,
pages = {65--98},
author = {Bezanson, Jeff and Edelman, Alan and Karpinski, Stefan and Shah, Viral B},
journal = {SIAM {R}eview},
title = {Julia: A fresh approach to numerical computing},
publisher = {SIAM},
number = {1},
doi = {10.1137/141000671},
year = {2017},
url = {https://epubs.siam.org/doi/10.1137/141000671},
volume = {59}
}
@article{PlotsJL,
publisher = {Journal of Open Research Software},
doi = {https://doi.org/10.5334/jors.431},
keywords = {Graphics (cs.GR), FOS: Computer and information sciences, FOS: Computer and information sciences, I.3.3},
author = {Christ, Simon and Schwabeneder, Daniel and Rackauckas, Christopher and Borregaard, Michael Krabbe and Breloff, Thomas},
copyright = {Creative Commons Attribution 4.0 International},
year = {2023},
url = {https://openresearchsoftware.metajnl.com/articles/10.5334/jors.431/},
title = {Plots.jl -- a user extendable plotting API for the julia programming language}
}
@misc{quadgk,
howpublished = {\url{https://github.com/JuliaMath/QuadGK.jl}},
author = {Johnson, Steven G.},
year = {2013},
title = {{QuadGK.jl}: {G}auss--{K}ronrod integration in {J}ulia}
}
@article{FFTW.jl-2005,
number = {2},
pages = {216--231},
doi = {10.1109/JPROC.2004.840301},
author = {Frigo, Matteo and Johnson, Steven~G.},
note = {Special issue on ``Program Generation, Optimization, and Platform Adaptation''},
year = {2005},
volume = {93},
journal = {Proceedings of the IEEE},
title = {The Design and Implementation of {FFTW3}}
}