import streamlit as st | |
st.set_page_config( | |
page_title="GDELT Insight Explorer", | |
layout="wide", | |
page_icon="๐ฎ" | |
) | |
st.title("GDELT Insight Explorer: Unveiling Global Event Narratives") | |
st.markdown(""" | |
Welcome to the **GDELT Insight Explorer**, a multi-faceted platform that leverages knowledge graph techniques to analyze global events and trends. | |
**How to Get Started:** | |
- Use the sidebar to switch between different analysis modes. | |
- Explore datasets, visualize event relationships, and analyze network structures. | |
**Available Pages:** | |
- **๐บ๏ธ COVID Navigator:** Dive into curated COVID-related event data. | |
- **๐ COVID Event Graph Explorer:** Inspect detailed event records and their interconnections. | |
- **๐ Global Network Analysis:** Visualize and analyze the global network of events. | |
- **๐บ๏ธ Feb 2025 Navigator:** Investigate recent event data with advanced filtering. | |
- **๐ Feb 2025 Event Graph Explorer:** Inspect detailed event records and their interconnections. | |
- **๐งช Feb 2025 Dataset Experimentation:** An experiment using the HF dataset directly to investigate impact on query behavior and performance. | |
""") | |