Skip to content

Commit

Permalink
Create CITATION.bib (#98)
Browse files Browse the repository at this point in the history
* Create CITATION.bib

Creates a minimal CITATION.bib

* add DOI and reformat

* remove tabs

[skip ci]

Should look better now, there seemed to have been some tabs introduced when copy-pasting.
  • Loading branch information
asinghvi17 authored and stevengj committed Jul 24, 2019
1 parent 066501e commit 0c4e743
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CITATION.bib
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
% If you wish to cite FFTW in a general publication, we recommend this paper:
@Article{FFTW.jl-2005,
author = {Frigo, Matteo and Johnson, Steven~G.},
title = {The Design and Implementation of {FFTW3}},
journal = {Proceedings of the IEEE},
year = 2005,
volume = 93,
number = 2,
pages = {216--231},
note = {Special issue on ``Program Generation, Optimization, and Platform Adaptation''},
doi = {10.1109/JPROC.2004.840301}
}

0 comments on commit 0c4e743

Please sign in to comment.