mabuseif commited on
Commit
b5954a6
·
verified ·
1 Parent(s): 0972927

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -4
app.py CHANGED
@@ -289,7 +289,7 @@ st.markdown("""
289
  <div class="main-header">
290
  <h1>ISNAD</h1>
291
  <h3 style="font-style: italic; font-weight: normal; font-size: 1.2rem;">Integrated System for Networked Attribution & Documentation</h3>
292
- <h4>Piloting Stages 1–3: Smart Context Citation (SCC)</h4>
293
  </div>
294
  """, unsafe_allow_html=True)
295
 
@@ -298,8 +298,8 @@ with st.expander("About ISNAD and Example Citation"):
298
  st.markdown("""
299
  <div class="info-card">
300
  <p>The Integrated System for Networked Attribution & Documentation (ISNAD) is a five-layer framework designed to secure, contextualise, and verify knowledge in the era of Generative AI. It draws inspiration from the classical isnad (chains of transmission), modern referencing systems, and the Swiss Cheese Model of layered protection.</p>
301
- <p>The current app pilots Stages 1–3 of ISNAD, implemented as the Smart Context Citation (SCC) system. SCC is the first operational layer of ISNAD, focused on creating verifiable, transparent, and context-rich citations. It ensures that knowledge attribution remains trustworthy and resistant to AI tampering.</p>
302
- <h4>Key Features of SCC (Stage 1–3 of ISNAD):</h4>
303
  <ul>
304
  <li><strong>Inline Citations:</strong> Author-year citations hyperlinked to the exact text fragment in the source.</li>
305
  <li><strong>Authenticated Citation Identifier (ACI):</strong> A cryptographic hash that secures citation integrity.</li>
@@ -308,8 +308,9 @@ with st.expander("About ISNAD and Example Citation"):
308
  <h4>Future Layers of ISNAD (Under Development):</h4>
309
  <ul>
310
  <li>Automated citation authentication workflows.</li>
311
- <li>Integration with writing platforms (e.g., MS Office, Overleaf).</li>
312
  <li>Linkage with digital libraries and source databases.</li>
 
313
  <li>AI-resilient verification pipelines to protect academic outputs at scale.</li>
314
  </ul>
315
  <h4>Technical Legitimacy</h4>
 
289
  <div class="main-header">
290
  <h1>ISNAD</h1>
291
  <h3 style="font-style: italic; font-weight: normal; font-size: 1.2rem;">Integrated System for Networked Attribution & Documentation</h3>
292
+ <h4>Piloting Stages 1: Smart Context Citation (SCC)</h4>
293
  </div>
294
  """, unsafe_allow_html=True)
295
 
 
298
  st.markdown("""
299
  <div class="info-card">
300
  <p>The Integrated System for Networked Attribution & Documentation (ISNAD) is a five-layer framework designed to secure, contextualise, and verify knowledge in the era of Generative AI. It draws inspiration from the classical isnad (chains of transmission), modern referencing systems, and the Swiss Cheese Model of layered protection.</p>
301
+ <p>The current app pilots Stages 1 of ISNAD, implemented as the Smart Context Citation (SCC) system. SCC is the first operational layer of ISNAD, focused on creating verifiable, transparent, and context-rich citations. It ensures that knowledge attribution remains trustworthy and resistant to AI tampering.</p>
302
+ <h4>Key Features of SCC (Stage 1 of ISNAD):</h4>
303
  <ul>
304
  <li><strong>Inline Citations:</strong> Author-year citations hyperlinked to the exact text fragment in the source.</li>
305
  <li><strong>Authenticated Citation Identifier (ACI):</strong> A cryptographic hash that secures citation integrity.</li>
 
308
  <h4>Future Layers of ISNAD (Under Development):</h4>
309
  <ul>
310
  <li>Automated citation authentication workflows.</li>
311
+ <li>Integration with writing platforms (e.g., MS Office).</li>
312
  <li>Linkage with digital libraries and source databases.</li>
313
+ <li>Printable document option with preferred traditional referencing style (e.g., APA, Harvard), allowing citations to be automatically converted for easier reading in printed documents.</li>
314
  <li>AI-resilient verification pipelines to protect academic outputs at scale.</li>
315
  </ul>
316
  <h4>Technical Legitimacy</h4>