Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -248,7 +248,7 @@ with st.expander("About SCC and Example Citation"):
|
|
248 |
<li><strong>Benefits:</strong> Promotes digital fluency, ensures source traceability, prevents fabrication, and simplifies referencing.</li>
|
249 |
</ul>
|
250 |
<h4>Technical Legitimacy</h4>
|
251 |
-
The SCC style uses the W3C Text Fragments specification by <a href="https://wicg.github.io/scroll-to-text-fragment
|
252 |
<h4>Example Citation</h4>
|
253 |
<p><strong>Inputs:</strong></p>
|
254 |
<ul>
|
@@ -261,9 +261,9 @@ with st.expander("About SCC and Example Citation"):
|
|
261 |
</ul>
|
262 |
<p><strong>Outputs:</strong></p>
|
263 |
<ul>
|
264 |
-
<li><strong>Citation (Start of Text):</strong> <span style="font-size: 1.2rem;"
|
265 |
-
<li><strong>Citation (End of Text):</strong> <span style="font-size: 1.2rem;"
|
266 |
-
<li><strong>SCC Index:</strong> <span style="font-size: 0.85rem;"
|
267 |
</ul>
|
268 |
</div>
|
269 |
""", unsafe_allow_html=True)
|
|
|
248 |
<li><strong>Benefits:</strong> Promotes digital fluency, ensures source traceability, prevents fabrication, and simplifies referencing.</li>
|
249 |
</ul>
|
250 |
<h4>Technical Legitimacy</h4>
|
251 |
+
The SCC style uses the W3C Text Fragments specification by <a href="https://wicg.github.io/scroll-to-text-fragment/#:~:text=Editors%3A%20Nick%20Burris%20%28Google%29%20David%20Bokan%20%28Google%29" target="_blank">Burris and Bokan (2023)</a> to enable precise linking to specific sections of digital content. This ensures that citations are contextually accurate, verifiable, and aligned with modern digital standards.
|
252 |
<h4>Example Citation</h4>
|
253 |
<p><strong>Inputs:</strong></p>
|
254 |
<ul>
|
|
|
261 |
</ul>
|
262 |
<p><strong>Outputs:</strong></p>
|
263 |
<ul>
|
264 |
+
<li><strong>Citation (Start of Text):</strong> <span style="font-size: 1.2rem;"><a href="https://www.sciencedirect.com/science/article/pii/S2772411523000046#:~:text=A%20proposed%20design%20framework%20for%20green%20roof%20settings%20in%20general%20and%20trees%20on%20buildings%20in%20particular">Abuseif et al. (2023)</a></span></li>
|
265 |
+
<li><strong>Citation (End of Text):</strong> <span style="font-size: 1.2rem;"><a href="https://www.sciencedirect.com/science/article/pii/S2772411523000046#:~:text=A%20proposed%20design%20framework%20for%20green%20roof%20settings%20in%20general%20and%20trees%20on%20buildings%20in%20particular">(Abuseif et al., 2023)</a></span></li>
|
266 |
+
<li><strong>SCC Index:</strong> <span style="font-size: 0.85rem;"><a href="https://www.sciencedirect.com/science/article/pii/S2772411523000046#:~:text=Majed%252DE2%252D80%252D94Design%252520Strategies%252520for%252520Trees%252520on%252520Buildings%252DE2%252D80%252D942025-08-06%252DE2%252D80%252D9420%3A41%3A11">Abuseif et al. (2023). cda7ba19e51e430107e58696758fdf79b8f016d8f27e8f8691ad713e7c8bc668</a></span></li>
|
267 |
</ul>
|
268 |
</div>
|
269 |
""", unsafe_allow_html=True)
|