Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -1113,22 +1113,28 @@ def create_interface():
|
|
| 1113 |
</ul>
|
| 1114 |
</div>
|
| 1115 |
|
| 1116 |
-
|
| 1117 |
-
|
| 1118 |
-
<div style="background-color: #f8f9fa; padding: 20px; border-radius: 8px; margin-top: 20px; text-align: center;">
|
| 1119 |
-
|
| 1120 |
-
|
| 1121 |
-
|
| 1122 |
-
|
| 1123 |
-
|
| 1124 |
-
|
| 1125 |
-
|
| 1126 |
-
|
| 1127 |
-
|
| 1128 |
-
|
| 1129 |
-
|
| 1130 |
-
</
|
| 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., & 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 |
|