sunitha98 commited on
Commit
c049fa1
1 Parent(s): 1de7038

update citation

Browse files
Files changed (1) hide show
  1. src/display/about.py +15 -3
src/display/about.py CHANGED
@@ -91,6 +91,18 @@ Make sure you have followed the above steps first.
91
  If everything is done, open a new discussion in the community section of the leaderboard and we will look into it.
92
  """
93
 
94
- # CITATION_BUTTON_LABEL = "Copy the following snippet to cite these results"
95
- # CITATION_BUTTON_TEXT = r"""
96
- # """
 
 
 
 
 
 
 
 
 
 
 
 
 
91
  If everything is done, open a new discussion in the community section of the leaderboard and we will look into it.
92
  """
93
 
94
+ CITATION_BUTTON_LABEL = "Copy the following snippet to cite these results"
95
+ CITATION_BUTTON_TEXT = r"""
96
+ cff-version: 1.2.0
97
+ title: PatronusAI leaderboard
98
+ message: >-
99
+ If you use this software, please cite it using the
100
+ metadata from this file.
101
+ type: software
102
+ authors:
103
+ - given-names: Selvan Sunitha
104
+ family-names: Ravi
105
+ email: sunitha@patronus.ai
106
+ affiliation: Patronus AI
107
+ version: 1.0.0
108
+ """