From 048ea208f2d5068d7b46c28601a6aa12de956d47 Mon Sep 17 00:00:00 2001 From: Sefik Ilkin Serengil Date: Tue, 24 Nov 2020 22:02:30 +0300 Subject: [PATCH] citation --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e4d06ba..326418f 100644 --- a/README.md +++ b/README.md @@ -189,14 +189,15 @@ There are many ways to support a project - starring⭐️ the GitHub repos is ju ## Citation -Please cite deepface in your publications if it helps your research. Here is an example BibTeX entry: +Please cite [deepface](https://ieeexplore.ieee.org/document/9259802) in your publications if it helps your research. Here is an example BibTeX entry: ``` -@inproceedings{serengil2020lightface, +@inproceedings{9259802, title={LightFace: A Hybrid Deep Face Recognition Framework}, author={Serengil, Sefik Ilkin and Ozpinar, Alper}, booktitle={2020 Innovations in Intelligent Systems and Applications Conference (ASYU)}, year={2020}, + doi={10.1109/ASYU50717.2020.9259802}, organization={IEEE} } ```