yulongchen commited on
Commit
1a076b3
·
1 Parent(s): 2dfd82d
Files changed (2) hide show
  1. README.md +1 -1
  2. test.html +20 -0
README.md CHANGED
@@ -8,4 +8,4 @@ app_file: app.py
8
  pinned: false
9
  license: cc-by-nc-4.0
10
  short_description: Track and fact-check pledges with supporting evidence.
11
- ---
 
8
  pinned: false
9
  license: cc-by-nc-4.0
10
  short_description: Track and fact-check pledges with supporting evidence.
11
+ ---
test.html CHANGED
@@ -140,6 +140,26 @@
140
  <span style="font-variant: small-caps;">PledgeTracker</span> is a research prototype developed to support the monitoring of political pledge fulfilment.
141
  This demo is developed by researchers at the University of Cambridge, Queen Mary University London, and Full Fact.
142
  </p>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
143
  </div>
144
  </section>
145
 
 
140
  <span style="font-variant: small-caps;">PledgeTracker</span> is a research prototype developed to support the monitoring of political pledge fulfilment.
141
  This demo is developed by researchers at the University of Cambridge, Queen Mary University London, and Full Fact.
142
  </p>
143
+
144
+ <div class="mt-8">
145
+ <h3 class="text-xl font-semibold mb-4">Citation</h3>
146
+ <p class="text-gray-700 mb-2">
147
+ If you use <span style="font-variant: small-caps;">PledgeTracker</span> in your work, please cite:
148
+ </p>
149
+ <pre class="bg-gray-100 p-4 rounded-lg text-sm overflow-x-auto text-left">
150
+ @misc{chen2025pledgetrackermonitoringfulfilmentpledges,
151
+ title={PledgeTracker: A System for Monitoring the Fulfilment of Pledges},
152
+ author={Yulong Chen and Michael Sejr Schlichtkrull and Zhenyun Deng and
153
+ David Corney and Nasim Asl and Joshua Salisbury and Andrew Dudfield
154
+ and Andreas Vlachos},
155
+ year={2025},
156
+ eprint={2509.11804},
157
+ archivePrefix={arXiv},
158
+ primaryClass={cs.CL},
159
+ url={https://arxiv.org/abs/2509.11804},
160
+ }
161
+ </pre>
162
+ </div>
163
  </div>
164
  </section>
165