SorrelC commited on
Commit
49367fa
·
verified ·
1 Parent(s): 2e2b2a8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +22 -16
app.py CHANGED
@@ -1113,22 +1113,28 @@ def create_interface():
1113
  </ul>
1114
  </div>
1115
 
1116
- <br>
1117
- <hr style="margin-top: 40px; margin-bottom: 20px;">
1118
- <div style="background-color: #f8f9fa; padding: 20px; border-radius: 8px; margin-top: 20px; text-align: center;">
1119
- <p style="font-size: 14px; line-height: 1.8; margin: 0;">
1120
- This <strong>NER Explorer Tool</strong> was created as part of the
1121
- <a href="https://digitalscholarship.web.ox.ac.uk/" target="_blank" style="color: #1976d2;">
1122
- Digital Scholarship at Oxford (DiSc)
1123
- </a>
1124
- funded research project:<br>
1125
- <em>Extracting Keywords from Crowdsourced Collections</em>.
1126
- </p><br><br>
1127
- <p style="font-size: 14px; line-height: 1.8; margin: 0;">
1128
- The code for this tool was built with the aid of Claude Opus 4.
1129
- </p>
1130
- </div>
1131
- """)
 
 
 
 
 
 
1132
 
1133
  return demo
1134
 
 
1113
  </ul>
1114
  </div>
1115
 
1116
+ <br>
1117
+ <hr style="margin-top: 40px; margin-bottom: 20px;">
1118
+ <div style="background-color: #f8f9fa; padding: 20px; border-radius: 8px; margin-top: 20px; text-align: center;">
1119
+ <p style="font-size: 14px; line-height: 1.8; margin: 0;">
1120
+ This <strong>Keyword Extraction Explorer Tool</strong> was created as part of the
1121
+ <a href="https://digitalscholarship.web.ox.ac.uk/" target="_blank" style="color: #1976d2;">Digital Scholarship at Oxford (DiSc)</a>
1122
+ funded research project: <em>Extracting Keywords from Crowdsourced Collections</em>.
1123
+ </p>
1124
+ <p style="font-size: 14px; line-height: 1.8; margin: 20px 0 0 0;">
1125
+ <strong>See also</strong> the main EKCC project repository:
1126
+ <a href="https://github.com/Digital-Scholarship-Oxford/crowdsourced-data-tools" target="_blank" style="color: #1976d2;">Crowdsourced Data Tools ↗</a>
1127
+ </p>
1128
+ <p style="font-size: 14px; line-height: 1.8; margin: 8px 0 0 0;">
1129
+ <strong>and</strong> Arana-Catania, M., Conisbee, C., &amp; Kidd, M. (2026).
1130
+ <em>Letting the Data Speak: Extracting Keywords from Crowdsourced Collections with AI.</em>
1131
+ <a href="https://doi.org/10.48550/arXiv.2607.09324" target="_blank" style="color: #1976d2;">https://doi.org/10.48550/arXiv.2607.09324 ↗</a>
1132
+ </p>
1133
+ <p style="font-size: 14px; line-height: 1.8; margin: 20px 0 0 0;">
1134
+ The code for this tool was built with the aid of Claude Opus 4 and updated with Opus 4.8.
1135
+ </p>
1136
+ </div>
1137
+ """)
1138
 
1139
  return demo
1140