GIFT

Assets

This directory contains interactive assets and tools for the GIFT framework.

Structure

assets/
├── twitter_bot/           # Automated Twitter bot for GIFT content
│   ├── content_generator_en.py    # English content generator
│   ├── twitter_bot_v2.py          # Main bot script (API v2)
│   ├── scheduler.py               # Automated scheduler
│   ├── config.py                  # Bot configuration (API keys)
│   └── README.md                  # Bot documentation
│
└── visualizations/        # Interactive visualizations
    ├── e8_root_system_3d.ipynb    # E₈ root system 3D visualization
    ├── precision_dashboard.ipynb   # Precision comparison dashboard
    ├── dimensional_reduction_flow.ipynb  # Dimensional reduction animation
    └── outputs/                    # Generated figures and HTML

Twitter Bot

The GIFT Twitter Bot automatically posts daily scientific content about the framework:

Quick Start

cd assets/twitter_bot
pip install -r requirements.txt
python twitter_bot_v2.py

Automated Scheduling

cd assets/twitter_bot
python scheduler.py

Visualizations

Interactive Jupyter notebooks for exploring the GIFT framework:

Running Visualizations

cd assets/visualizations
jupyter notebook

Or use online platforms:

Documentation

Contributing

Contributions to assets are welcome! Please see CONTRIBUTING.md for guidelines.

Twitter Bot Contributions

Visualization Contributions