Iterum Sciences is the official web platform for Iterum Sciences — a company dedicated to delivering useful tools and resources for the biology and life sciences community. The platform serves educators and students with a suite of solutions designed to streamline workflows and support learning in the biological sciences.
Iterum Sciences provides a centralized interface for accessing biology-focused teaching materials, genomics software, and collaborative workspace features. The site is built as a lightweight, fully client-side web application with no external runtime dependencies.
- Biology Tool Suite — Direct access to tools including teaching materials and genomics software.
- User Accounts — Login and account management for personalized access.
- Team Collaboration — A dedicated collaboration dashboard for working with teams.
- Theme Support — Light and dark mode with multiple color palette options, persisted across sessions via
localStorage. - Responsive Design — Mobile-friendly layout with a collapsible sidebar navigation.
- No-Flash Theming — Saved theme preferences are applied before the first paint to prevent a flash of unstyled content.
Iterum Sciences/
├── index.html # Main landing page
├── styles.css # Global stylesheet
├── app.js # Shared application logic (theming, sidebar)
├── script.js # Page-specific scripts
├── assets/ # Static assets (images, icons, etc.)
└── workspace/
├── account.html # User account page
└── collaboration.html # Team collaboration dashboard
| Layer | Technology |
|---|---|
| Markup | HTML5 |
| Styling | CSS3 (custom properties, flexbox) |
| Scripting | Vanilla JavaScript (ES6+) |
| Hosting | Vercel (linked tools) |
No build step is required. To run the project locally:
- Clone the repository:
git clone https://github.com/Timothy-Wallis/Iterum-Sciences.git
- Open
index.htmlin your browser, or serve the directory with any static file server:npx serve .
| Tool | Description | Link |
|---|---|---|
| Teaching Materials | Interactive resources for teaching biological systems | ecosystemsim.vercel.app |
| Genomics Software | Tools for exploring genomic data and concepts |
For questions or support, please reach out at timothywallis@ucmerced.edu.
© 2026 Iterum Sciences. All rights reserved. See LICENSE for details.