SorrelC commited on
Commit
30d9320
·
verified ·
1 Parent(s): 93dd99d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -6
app.py CHANGED
@@ -896,19 +896,19 @@ def create_interface():
896
  <a href="https://digitalscholarship.web.ox.ac.uk/" target="_blank" style="color: #1976d2;">Digital Scholarship at Oxford (DiSc)</a>
897
  funded research project: <em>Extracting Keywords from Crowdsourced Collections</em>.
898
  </p>
899
- <p style="font-size: 14px; line-height: 1.8; margin: 8px 0 0 0;">
900
- See also the main EKCC project repository:
901
  <a href="https://github.com/Digital-Scholarship-Oxford/crowdsourced-data-tools" target="_blank" style="color: #1976d2;">Crowdsourced Data Tools ↗</a>
902
  </p>
903
  <p style="font-size: 14px; line-height: 1.8; margin: 8px 0 0 0;">
904
- Arana-Catania, M., Conisbee, C., &amp; Kidd, M. (2026).
905
  <em>Letting the Data Speak: Extracting Keywords from Crowdsourced Collections with AI.</em>
906
  <a href="https://doi.org/10.48550/arXiv.2607.09324" target="_blank" style="color: #1976d2;">https://doi.org/10.48550/arXiv.2607.09324 ↗</a>
907
  </p>
908
- <p style="font-size: 14px; line-height: 1.8; margin: 8px 0 0 0;">
909
- The code for this Keyword Extraction Explorer Tool was built with the aid of Claude Opus 4 and updated with Opus 4.8.
910
  </p>
911
- </div>
912
  """)
913
 
914
  return demo
 
896
  <a href="https://digitalscholarship.web.ox.ac.uk/" target="_blank" style="color: #1976d2;">Digital Scholarship at Oxford (DiSc)</a>
897
  funded research project: <em>Extracting Keywords from Crowdsourced Collections</em>.
898
  </p>
899
+ <p style="font-size: 14px; line-height: 1.8; margin: 20px 0 0 0;">
900
+ <strong>See also</strong> the main EKCC project repository:
901
  <a href="https://github.com/Digital-Scholarship-Oxford/crowdsourced-data-tools" target="_blank" style="color: #1976d2;">Crowdsourced Data Tools ↗</a>
902
  </p>
903
  <p style="font-size: 14px; line-height: 1.8; margin: 8px 0 0 0;">
904
+ <strong>and</strong> Arana-Catania, M., Conisbee, C., &amp; Kidd, M. (2026).
905
  <em>Letting the Data Speak: Extracting Keywords from Crowdsourced Collections with AI.</em>
906
  <a href="https://doi.org/10.48550/arXiv.2607.09324" target="_blank" style="color: #1976d2;">https://doi.org/10.48550/arXiv.2607.09324 ↗</a>
907
  </p>
908
+ <p style="font-size: 14px; line-height: 1.8; margin: 20px 0 0 0;">
909
+ The code for this tool was built with the aid of Claude Opus 4 and updated with Opus 4.8.
910
  </p>
911
+ </div>
912
  """)
913
 
914
  return demo