Skip to content

Commit 5cbf427

Browse files
Johannes Ballécopybara-github
authored andcommitted
Replaces author list by a BibTeX citation.
An author list is already maintained automatically by Github, but it's a good idea to have a citable reference for the library. PiperOrigin-RevId: 456831800 Change-Id: Iaa7c7e667a0ed60fe1ac7ab03a132cba9591fe64
1 parent 12ec443 commit 5cbf427

File tree

1 file changed

+14
-6
lines changed

1 file changed

+14
-6
lines changed

README.md

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -304,12 +304,20 @@ different metrics in different colorspaces. Please see the
304304
[results subdirectory](https://github.com/tensorflow/compression/tree/master/results/image_compression)
305305
for more information.
306306

307-
## Authors
307+
## Citation
308308

309-
* Johannes Ballé (github: [jonycgn](https://github.com/jonycgn))
310-
* Sung Jin Hwang (github: [ssjhv](https://github.com/ssjhv))
311-
* Nick Johnston (github: [nmjohn](https://github.com/nmjohn))
312-
* David Minnen (github: [minnend](https://github.com/minnend))
313-
* Eirikur Agustsson (github: [relational](https://github.com/relational))
309+
If you use this library for research purposes, please cite:
310+
```
311+
@software{tfc_github,
312+
author = {Ballé, Johannes and Hwang, Sung Jin and Agustsson, Eirikur},
313+
title = {{T}ensor{F}low {C}ompression: Learned Data Compression},
314+
url = {http://github.com/tensorflow/compression},
315+
version = {2.9.1},
316+
year = {2022},
317+
}
318+
```
319+
In the above BibTeX entry, names are top contributors sorted by number of
320+
commits. Please adjust version number and year according to the version that was
321+
actually used.
314322

315323
Note that this is not an officially supported Google product.

0 commit comments

Comments
 (0)