From dfa256c45117ba31de94458f25a9645caf14ad28 Mon Sep 17 00:00:00 2001 From: Andre Anjos <andre.anjos@idiap.ch> Date: Wed, 15 Aug 2012 14:04:45 +0200 Subject: [PATCH] Fix citation --- replay/db/__init__.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/replay/db/__init__.py b/replay/db/__init__.py index 968e881..86d7424 100644 --- a/replay/db/__init__.py +++ b/replay/db/__init__.py @@ -11,6 +11,8 @@ Switzerland. If you use this database in your publication, please cite the following paper on your references: +.. code-block:: sh + @INPROCEEDINGS{Chingovska_BIOSIG-2012, author = {Chingovska, Ivana and Anjos, Andr{\'{e}} and Marcel, S{\'{e}}bastien}, keywords = {biometric, Counter-Measures, Local Binary Patterns, Spoofing Attacks}, @@ -19,6 +21,7 @@ on your references: journal = {IEEE BIOSIG 2012}, year = {2012}, } + """ from .query import Database -- GitLab