From a4ae2059d4bdfa6913704b94a9f485ef65ef4606 Mon Sep 17 00:00:00 2001
From: felifri <felix.friedrich@tu-dortmund.de>
Date: Fri, 24 May 2024 17:27:13 +0200
Subject: [PATCH] add bibtex

---
 projects/llavaguard/index.html | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/projects/llavaguard/index.html b/projects/llavaguard/index.html
index 615e88e..3a127fc 100644
--- a/projects/llavaguard/index.html
+++ b/projects/llavaguard/index.html
@@ -352,17 +352,17 @@ <h2 class="title">Poster</h2>
 
 
 <!--BibTex citation -->
-<!-- <section class="section" id="BibTeX">
+<section class="section" id="BibTeX">
     <div class="container is-max-desktop content">
         <h2 class="title">BibTeX</h2>
-        <pre><code>@inproceedings{brack2023sega,
-      title={SEGA: Instructing Text-to-Image Models using Semantic Guidance},
-      author={Manuel Brack and Felix Friedrich and Dominik Hintersdorf and Lukas Struppek and Patrick Schramowski and Kristian Kersting},
-      year = {2023},
-      booktitle = {Proceedings of the 37th Conference on Neural Information Processing Systems (NeurIPS)},
+        <pre><code>@incollection{helff2024llavaguard, 
+            booktitle = {Working Notes of the CVPR 2024 Workshop on Responsible Generative AI (ReGenAI)}, 
+            year = {2024}, 
+            author = {Lukas Helff and Felix Friedrich and Manuel Brack and Kristian Kersting and Patrick Schramowski}, 
+            title = {LLAVAGUARD: VLM-based Safeguards for Vision Dataset Curation and Safety Assessment}}
 }</code></pre>
     </div>
-</section> -->
+</section>
 <!--End BibTex citation -->