Daniel Kantor commited on
Commit
3524a3b
·
1 Parent(s): 7d9be57

add separate citation deets for the backend

Browse files
frontend/src/pages/QuotePage/QuotePage.js CHANGED
@@ -22,6 +22,19 @@ const citations = [
22
  year = {2025},
23
  publisher = {Hugging Face},
24
  howpublished = "\\url{https://huggingface.co/spaces/stacklok/llm-security-leaderboard}",
 
 
 
 
 
 
 
 
 
 
 
 
 
25
  }`,
26
  type: "main",
27
  },
 
22
  year = {2025},
23
  publisher = {Hugging Face},
24
  howpublished = "\\url{https://huggingface.co/spaces/stacklok/llm-security-leaderboard}",
25
+ }`,
26
+ type: "main",
27
+ },
28
+ {
29
+ title: "LLM Security Leaderboard Evaluation Backend",
30
+ authors:
31
+ "Pankaj Telang, Eleftheria Stein-Kousathana, Doug Wright, Daniel Kantor",
32
+ citation: `@misc{stacklok/llm-security-evaluation-backend-v1,
33
+ author = {Pankaj Telang and Eleftheria Stein-Kousathana and Doug Wright and Daniel Kantor},
34
+ title = {LLM Security Leaderboard Evaluation Backend},
35
+ year = {2025},
36
+ publisher = {Hugging Face},
37
+ howpublished = "\\url{https://huggingface.co/spaces/stacklok/llm-security-evaluation-backend}",
38
  }`,
39
  type: "main",
40
  },