onnxruntime/docs/reference/citing.md
Faith Xu 0f6f0d9bbb
Major updates/restructure for documentation (#7609)
* Update documentation.

Updates documentation.

* Update tf-get-started.md
2021-05-10 15:19:37 -07:00

30 lines
1 KiB
Markdown

---
title: Citing ONNX Runtime
parent: Reference
nav_order: 4
---
# Citing ONNX Runtime
## Bibtex
```
@misc{onnxruntime,
title={ONNX Runtime},
author={ONNX Runtime developers},
year={2021},
howpublished={\url{https://onnxruntime.ai/}},
note={Version: x.y.z}
}
```
## Logos
For visual accessibility, please use the dark formats of the icon/logo on light-colored backgrounds, and the light formats on dark-color backgrounds.
### For light backgrounds
* Logo: [.png](../../images/logos/onnxruntime/ORT_logo_for_light_bg.png), [.svg](../../images/logos/onnxruntime/ORT_logo_for_light_bg.svg)
* Icon-only: [.png](../../images/logos/onnxruntime/ORT_icon_for_light_bg.png), [.svg](../../images/logos/onnxruntime/ORT_icon_for_light_bg.svg)
### For dark backgrounds
* Logo: [.png](../../images/logos/onnxruntime/ORT_logo_for_dark_bg.png), [.svg](../../images/logos/onnxruntime/ORT_logo_for_dark_bg.svg)
* Icon-only: [.png](../../images/logos/onnxruntime/ORT_icon_for_dark_bg.png), [.svg](../../images/logos/onnxruntime/ORT_icon_for_dark_bg.svg)