Skip to content

Commit cf864ac

Browse files
committed
Adding David as author for joss
1 parent 04d2fe9 commit cf864ac

File tree

2 files changed

+28
-23
lines changed

2 files changed

+28
-23
lines changed

docs/paper/paper.bib

Lines changed: 23 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,22 @@ @article{dalcin18
33
Mikael Mortensen and
44
David E. Keyes},
55
title = {Fast parallel multidimensional {FFT} using advanced {MPI}},
6-
journal = {CoRR},
7-
volume = {abs/1804.09536},
8-
year = {2018},
6+
journal = {{Journal of Parallel and Distributed Computing}},
7+
volume = {in press},
8+
year = {2019},
99
url = {http://arxiv.org/abs/1804.09536},
10-
archivePrefix = {arXiv},
1110
eprint = {1804.09536}
1211
}
12+
1313
@article{mortensen_joss,
1414
author = {Mortensen, Mikael},
15-
year = 2018,
15+
year = {2018},
1616
title = {Shenfun: High performance spectral Galerkin computing platform},
1717
journal = {Journal of Open Source Software},
18-
volume = 3,
19-
number = 31,
20-
pages = 1071,
21-
doi = https://doi.org/10.21105/joss.01071
18+
volume = {3},
19+
number = {31},
20+
pages = {1071},
21+
doi = {https://doi.org/10.21105/joss.01071}
2222
}
2323

2424
@inproceedings{mortensen17,
@@ -75,30 +75,32 @@ @article{fftw05
7575
author = {Frigo, Matteo and Johnson, Steven~G.},
7676
title = {The Design and Implementation of {FFTW3}},
7777
journal = {Proceedings of the IEEE},
78-
year = 2005,
79-
volume = 93,
80-
number = 2,
78+
year = {2005},
79+
volume = {93},
80+
number = {2},
8181
pages = {216--231},
8282
note = {Special issue on ``Program Generation, Optimization, and Platform Adaptation''}
8383
}
8484

8585
@article{mortensen16,
8686
title = {{High performance Python for direct numerical simulations of turbulent flows}},
8787
journal = {{Computer Physics Communications}},
88-
volume = "203",
89-
pages = "53 - 65",
90-
year = "2016",
91-
issn = "0010-4655",
92-
doi = {https://doi.org/10.1016/j.cpc.2016.02.005},
88+
volume = {203},
89+
pages = {53--65},
90+
year = {2016},
91+
issn = {0010-4655},
92+
url = {https://doi.org/10.1016/j.cpc.2016.02.005},
93+
doi = {10.1016/j.cpc.2016.02.005},
9394
author = {{Mikael Mortensen and Hans Petter Langtangen}},
9495
}
9596

9697
@article{mortensen16b,
97-
title={Massively parallel implementation in Python of a pseudo-spectral DNS code for turbulent flows},
98-
author={Mikael Mortensen},
99-
journal={CoRR},
98+
title={{Massively parallel implementation in Python of a pseudo-spectral DNS code for turbulent flows}},
99+
author={{Mikael Mortensen}},
100+
journal={{Proceedings of EuroScipy 2015}},
100101
year={2016},
101-
volume={abs/1607.00850}
102+
archivePrefix = {arXiv},
103+
url={https://arxiv.org/pdf/1607.00850.pdf}
102104
}
103105

104106
@article{ketcheson,

docs/paper/paper.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,15 @@ authors:
1212
- name: Lisandro Dalcin
1313
orcid: 0000-0001-8086-0155
1414
affiliation: "2"
15+
- name: David Elliot Keyes
16+
orcid: 0000-0002-4052-7224
17+
affiliation: "2"
1518
affiliations:
1619
- name: University of Oslo, Department of Mathematics
1720
index: 1
1821
- name: King Abdullah University of Science and Technology, Extreme Computing Research Center
1922
index: 2
20-
date: 7 November 2018
23+
date: 4 March 2019
2124
bibliography: paper.bib
2225
---
2326

@@ -72,7 +75,7 @@ by creating tensor product bases as outer products of one-dimensional
7275
bases. This leads to large multidimensional arrays that are
7376
distributed effortlessly through ``mpi4py-fft``.
7477
Throughout the ``spectralDNS`` (https://github.com/spectralDNS/spectralDNS)
75-
project ``shenfun`` and ``mpi4py-fft`` are being utilized extensively for
78+
project ``shenfun`` is being used extensively for
7679
Direct Numerical Simulations (DNS) of turbulent flows
7780
[@mortensen16,@mortensen16b,@ketcheson], using arrays with billions of
7881
unknowns.

0 commit comments

Comments
 (0)