diff --git a/README.md b/README.md index d44df612..28bf147f 100644 --- a/README.md +++ b/README.md @@ -103,3 +103,21 @@ We are a couple friends passionate about ML. ## License Apache + +## Citing Elegy + +To cite this project: + +**BibTeX** + +``` +@software{elegy2020repository, +author = {PoetsAI}, +title = {Elegy: A Keras-like deep learning framework based on Jax & Haiku}, +url = {https://github.com/poets-ai/elegy}, +version = {0.1.3}, +year = {2020}, +} +``` + +Where the current *version* may be retrieved either from the `Release` tag or the file [elegy/\_\_init\_\_.py](https://github.com/poets-ai/elegy/blob/master/elegy/__init__.py) and the *year* corresponds to the project's release year. \ No newline at end of file diff --git a/docs/index.md b/docs/index.md index 131abde2..aa02ca0c 100644 --- a/docs/index.md +++ b/docs/index.md @@ -102,3 +102,21 @@ We are a couple friends passionate about ML. ## License Apache + +## Citing Elegy + +To cite this project: + +**BibTeX** + +``` +@software{elegy2020repository, +author = {PoetsAI}, +title = {Elegy: A Keras-like deep learning framework based on Jax & Haiku}, +url = {https://github.com/poets-ai/elegy}, +version = {0.1.3}, +year = {2020}, +} +``` + +Where the current *version* may be retrieved either from the `Release` tag or the file [elegy/\_\_init\_\_.py](https://github.com/poets-ai/elegy/blob/master/elegy/__init__.py) and the *year* corresponds to the project's release year. \ No newline at end of file