Spaces:
Sleeping
Sleeping
Upload app.py
Browse files- src/app.py +4 -3
src/app.py
CHANGED
|
@@ -705,7 +705,7 @@ with tab_overview:
|
|
| 705 |
use_container_width=True, hide_index=True)
|
| 706 |
|
| 707 |
st.subheader("Co-cited seed papers")
|
| 708 |
-
st.caption("
|
| 709 |
cocited = get_cocited_papers(selected_seed_id, events, seed)
|
| 710 |
if cocited.empty:
|
| 711 |
st.info("Co-cited papers not found.")
|
|
@@ -772,8 +772,9 @@ with tab_kg_exp:
|
|
| 772 |
st.subheader("Knowledge Graph")
|
| 773 |
|
| 774 |
# ββ CitationHub Ontology βββββββββββββββββββββββββββββββββββββ
|
| 775 |
-
|
| 776 |
-
|
|
|
|
| 777 |
|
| 778 |
st.markdown("---")
|
| 779 |
|
|
|
|
| 705 |
use_container_width=True, hide_index=True)
|
| 706 |
|
| 707 |
st.subheader("Co-cited seed papers")
|
| 708 |
+
st.caption("Other top 5% cited papers that appear together with the selected paper in the same citing works")
|
| 709 |
cocited = get_cocited_papers(selected_seed_id, events, seed)
|
| 710 |
if cocited.empty:
|
| 711 |
st.info("Co-cited papers not found.")
|
|
|
|
| 772 |
st.subheader("Knowledge Graph")
|
| 773 |
|
| 774 |
# ββ CitationHub Ontology βββββββββββββββββββββββββββββββββββββ
|
| 775 |
+
st.subheader("CitationHub Ontology β Concepts, Instances & Relationships")
|
| 776 |
+
st.caption("π Scroll/pinch: zoom | Drag: pan | Hover node: details | βΆ (top-right toolbar): fullscreen")
|
| 777 |
+
st.plotly_chart(plotly_ontology_fig(height=820), use_container_width=True)
|
| 778 |
|
| 779 |
st.markdown("---")
|
| 780 |
|