Skip to content

Commit 699adf4

Browse files
authored
Add citation info.
1 parent 88c9050 commit 699adf4

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![Build Status](https://travis-ci.org/malmaud/TensorFlow.jl.svg?branch=master)](https://travis-ci.org/malmaud/TensorFlow.jl)
44
[![codecov.io](http://codecov.io/github/malmaud/TensorFlow.jl/coverage.svg?branch=master)](http://codecov.io/github/malmaud/TensorFlow.jl?branch=master)
5-
[![DOI](https://zenodo.org/badge/46368063.svg)](https://zenodo.org/badge/latestdoi/46368063)
5+
[![DOI](http://joss.theoj.org/papers/10.21105/joss.01002/status.svg)](https://doi.org/10.21105/joss.01002)
66

77
A wrapper around [TensorFlow](https://www.tensorflow.org/), a popular open source machine learning framework from Google.
88

@@ -139,6 +139,14 @@ julia> Pkg.build("TensorFlow")
139139
$ pip install --upgrade tensorflow
140140
```
141141

142+
## Citing
143+
144+
If you use this software in your research, we would really appreciate if you cite us.
145+
146+
```
147+
Malmaud, J. & White, L. (2018). TensorFlow.jl: An Idiomatic Julia Front End for TensorFlow. Journal of Open Source Software, 3(31), 1002, https://doi.org/10.21105/joss.01002
148+
```
149+
142150
## Optional: Using a custom TensorFlow binary
143151

144152
To build TensorFlow from source, or if you already have a TensorFlow binary that you wish to use, follow [these instructions](https://malmaud.github.io/TensorFlow.jl/latest/build_from_source.html). This is recommended by Google for maximum performance, and is currently needed for Mac OS X GPU support.

0 commit comments

Comments
 (0)