onnxruntime/docs/reference/citing.md

32 lines
1.1 KiB
Markdown
Raw Normal View History

---
title: Citing ONNX Runtime
2023-01-20 01:04:55 +00:00
description: Instructions for citing and using ONNX Runtime logos
parent: Reference
2023-01-20 01:04:55 +00:00
nav_order: 9
---
# 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)