Skip to content

Commit e6b8690

Browse files
Add paper.bib
1 parent d05ebbb commit e6b8690

File tree

1 file changed

+91
-0
lines changed

1 file changed

+91
-0
lines changed

joss/paper.bib

Lines changed: 91 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,91 @@
1+
@article{Ravasi:2020,
2+
author = {M. Ravasi and I. Vasconcelos},
3+
title = "{PyLops - A linear-operator Python library for scalable algebra and optimization}",
4+
journal = {SoftwareX},
5+
year = 2020,
6+
volume = 11,
7+
doi = {10.1016/j.softx.2019.100361},
8+
url = {https://www.sciencedirect.com/science/article/pii/S2352711019301086}
9+
}
10+
11+
@article{Dalcin,
12+
author = {Dalcin, Lisandro and Fang, Yao-Lung L.},
13+
journal = {Computing in Science & Engineering},
14+
title = {mpi4py: Status Update After 12 Years of Development},
15+
year = {2021},
16+
volume = {23},
17+
number = {4},
18+
pages = {47-54},
19+
keywords = {Python;Graphics processing units;High performance computing;Semantics;Programming;Task analysis},
20+
doi = {10.1109/MCSE.2021.3083216}
21+
}
22+
23+
@article{Mortensen2019,
24+
doi = {10.21105/joss.01340},
25+
url = {https://doi.org/10.21105/joss.01340},
26+
year = {2019},
27+
publisher = {The Open Journal},
28+
volume = {4},
29+
number = {36},
30+
pages = {1340},
31+
author = {Mikael Mortensen and Lisandro Dalcin and David Elliot Keyes},
32+
title = {mpi4py-fft: Parallel Fast Fourier Transforms with MPI for Python},
33+
journal = {Journal of Open Source Software}
34+
}
35+
36+
@article{Morgan2024,
37+
doi = {10.21105/joss.06415},
38+
url = {https://doi.org/10.21105/joss.06415},
39+
year = {2024},
40+
publisher = {The Open Journal},
41+
volume = {9},
42+
number = {96},
43+
pages = {6415},
44+
author = {Joanna Piper Morgan and Ilham Variansyah and Samuel L. Pasmann and Kayla B. Clements and Braxton Cuneo and Alexander Mote and Charles Goodman and Caleb Shaw and Jordan Northrop and Rohan Pankaj and Ethan Lame and Benjamin Whewell and Ryan G. McClarren and Todd S. Palmer and Lizhong Chen and Dmitriy Y. Anistratov and C. T. Kelley and Camille J. Palmer and Kyle E. Niemeyer},
45+
title = {Monte Carlo / Dynamic Code (MC/DC): An accelerated Python package for fully transient neutron transport and rapid methods development},
46+
journal = {Journal of Open Source Software}
47+
}
48+
49+
@article{mpi4jax,
50+
doi = {10.21105/joss.03419},
51+
url = {https://doi.org/10.21105/joss.03419},
52+
year = {2021},
53+
publisher = {The Open Journal},
54+
volume = {6},
55+
number = {65},
56+
pages = {3419},
57+
author = {Dion Häfner and Filippo Vicentini},
58+
title = {mpi4jax: Zero-copy MPI communication of JAX arrays},
59+
journal = {Journal of Open Source Software}
60+
}
61+
62+
@article{harris2020array,
63+
title = {Array programming with {NumPy}},
64+
author = {Charles R. Harris and K. Jarrod Millman and St{\'{e}}fan J.
65+
van der Walt and Ralf Gommers and Pauli Virtanen and David
66+
Cournapeau and Eric Wieser and Julian Taylor and Sebastian
67+
Berg and Nathaniel J. Smith and Robert Kern and Matti Picus
68+
and Stephan Hoyer and Marten H. van Kerkwijk and Matthew
69+
Brett and Allan Haldane and Jaime Fern{\'{a}}ndez del
70+
R{\'{i}}o and Mark Wiebe and Pearu Peterson and Pierre
71+
G{\'{e}}rard-Marchant and Kevin Sheppard and Tyler Reddy and
72+
Warren Weckesser and Hameer Abbasi and Christoph Gohlke and
73+
Travis E. Oliphant},
74+
year = {2020},
75+
month = sep,
76+
journal = {Nature},
77+
volume = {585},
78+
number = {7825},
79+
pages = {357--362},
80+
doi = {10.1038/s41586-020-2649-2},
81+
publisher = {Springer Science and Business Media {LLC}},
82+
url = {https://doi.org/10.1038/s41586-020-2649-2}
83+
}
84+
85+
@inproceedings{cupy_learningsys2017,
86+
author = "Okuta, Ryosuke and Unno, Yuya and Nishino, Daisuke and Hido, Shohei and Loomis, Crissman",
87+
title = "CuPy: A NumPy-Compatible Library for NVIDIA GPU Calculations",
88+
booktitle = "Proceedings of Workshop on Machine Learning Systems (LearningSys) in The Thirty-first Annual Conference on Neural Information Processing Systems (NIPS)",
89+
year = "2017",
90+
url = "http://learningsys.org/nips17/assets/papers/paper_16.pdf"
91+
}

0 commit comments

Comments
 (0)