mabuseif commited on
Commit
c1a52d2
·
verified ·
1 Parent(s): a009958

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +11 -0
app.py CHANGED
@@ -1,3 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
1
  import streamlit as st
2
  import hashlib
3
  import urllib.parse
 
1
+ """
2
+ Acknowledgement:
3
+ The Smart Context Citation (SCC) system was developed by Dr. Majed Abuseif.
4
+ The text fragments scroll functionality in the HTML environment is based on Burris and Bokan (2023).
5
+ Conceptualisation, primary coding, integration, project management, and finalisation were undertaken by Dr. Majed Abuseif.
6
+ Project planning, execution plan, and review were conducted by Dr. Majed Abuseif in collaboration with ChatGPT.
7
+ Formatting and design were contributed by Dr. Majed Abuseif and Manus.
8
+ Programming contributions were provided by Dr. Majed Abuseif and Grok, with hosting on Hugging Face.
9
+ The code is implemented in Python.
10
+ """
11
+
12
  import streamlit as st
13
  import hashlib
14
  import urllib.parse