# Citation

If you're using SDMetrics for your research, please consider citing the library.

{% hint style="info" %}
**Cite the version you're using.** For the most up-to-date SDMetrics version and corresponding release date, check our [**release notes**](https://github.com/sdv-dev/SDMetrics/releases).
{% endhint %}

## LaTeX (BibTeX)

*Synthetic Data Metrics*. Version [<mark style="background-color:orange;">**\<VERSION #>**</mark>](#user-content-fn-1)[^1]. DataCebo, Inc. [<mark style="background-color:orange;">**\<MONTH YEAR>**</mark>](#user-content-fn-2)[^2]. `URL: https://docs.sdv.dev/sdmetrics/`.

```latex
\usepackage{hyperref}

@manual{
    sdmetrics,
    title = {Synthetic Data Metrics},
    organization = {DataCebo, Inc.},
    year = {2023}, % TODO update based on the version you're using 
    month = {10},   % TODO update based on the version you're using
    note = {Version 0.12.0}, % TODO update based on the version you're using
    url = {https://docs.sdv.dev/sdmetrics/}
}
```

## **Questions?**

Browse through our existing GitHub issues and raise a new one.

{% embed url="<https://github.com/sdv-dev/SDMetrics/issues>" %}

[^1]: Replace with the version of SDMetrics, eg: 0.12.0

[^2]: Replace with the month and day the version was released. Eg. October 2023.
