This directory contains interactive assets and tools for the GIFT framework.
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
The GIFT Twitter Bot automatically posts daily scientific content about the framework:
cd assets/twitter_bot
pip install -r requirements.txt
python twitter_bot_v2.py
cd assets/twitter_bot
python scheduler.py
Interactive Jupyter notebooks for exploring the GIFT framework:
cd assets/visualizations
jupyter notebook
Or use online platforms:
assets/twitter_bot/README.md for complete setup instructionsassets/visualizations/README.md for detailed usageREADME.md for theoretical backgroundContributions to assets are welcome! Please see CONTRIBUTING.md for guidelines.