A modern, static website featuring AI-driven insights for pharmaceuticals, agtech, and science labs. Built with clean HTML, CSS, and JavaScript.
Visit the site at: ChemBio AI Insights
- Responsive Design: Clean, modern interface optimized for all devices
- Dynamic Article Loading: Articles automatically loaded from JSON
- Typewriter Animation: Eye-catching hero section with looping animation
- Category Organization: 6 topic categories for easy navigation
- 💊 Pharma
- 🌾 AgTech
- 🧪 Science Labs
- 🛠️ Tools & Tips
- 🌍 Global AI Trends
- 📘 Learning Resources
- Contact Forms: Subscribe and contact forms with FormSubmit integration
ChemBioAI-Insights/
├── index.html # Main homepage
├── assets/
│ ├── css/
│ │ └── style.css # Main stylesheet
│ └── js/
│ └── main.js # JavaScript for articles and forms
├── posts/
│ ├── posts.json # Article metadata
│ └── *.html # Individual article pages
├── category/ # Category landing pages
└── scripts/ # Build scripts
-
Clone the repository:
git clone https://github.com/Dryqu/ChemBioAI.git cd ChemBioAI -
Start a local server:
# Using Python 3 python -m http.server 8000 # Or using Node.js npx http-server
-
Open your browser to
http://localhost:8000
See HOW-TO-PUBLISH-WITH-AI.md for detailed instructions on publishing new articles using AI assistance.
- Create a
.txtfile with your article content - Use the AI publishing workflow (see
QUICK-PUBLISH-PROMPT.txt) - The script will generate the HTML and update
posts.json
- Create an HTML file in the
posts/directory - Add the article metadata to
posts/posts.json:{ "id": 7, "title": "Your Article Title", "slug": "your-article-slug", "date": "Month DD, YYYY", "category": "Category Name", "excerpt": "Brief description...", "contentUrl": "/posts/your-article-slug.html" }
- Main styles:
assets/css/style.css - Color scheme uses CSS variables defined in
:root - Responsive breakpoints at 768px and 480px
Email: chembioaiinsights@gmail.com
All rights reserved © 2025 ChemBio AI Insights
Built with ❤️ for the AI chemistry community