Skip to content

Commit 24fc44c

Browse files
authored
add citation block (#45)
* add citation * updating citing metrax * update author
1 parent c8a24b1 commit 24fc44c

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,16 @@ pip install -r ./docs/requirements.txt
4040
sphinx-build ./docs /tmp/metrax_docs
4141
python -m http.server --directory /tmp/metrax_docs
4242
```
43+
44+
## Citing Metrax
45+
46+
To cite Metrax please use the citation:
47+
48+
```bibtex
49+
@software{metrax2024,
50+
title={Metrax},
51+
author={Jiwon Shin, Jeff Carpenter, et al.},
52+
year={2024},
53+
howpublished={\url{https://github.com/google/metrax}},
54+
}
55+
```

0 commit comments

Comments
 (0)