Update quantum research website for deployment#2
Conversation
- Renamed research pages with consistent naming conventions - Created research.html page linking to all research topics - Updated navigation links between all pages - Organized proper CSS and JS directory structure - Added visualization JS files for each research area - Updated .gitignore to exclude unnecessary files
Reorganize quantum research website and update design
- Fixed empty space on right side of layouts - Implemented proper visualization in previously empty black box - Created missing architecture and experiments pages - Reorganized researchers section with principal researcher highlighted - Added functional visualization scripts
- Fix researcher section in about.html to clarify separate teams - Enhance quantum visualization to fill entire screen with network graph - Add teleportation visualization to main page - Fix experiment buttons on experiments.html - Adapt SVG for better teleportation visualization - Optimize particle rendering with spatial hashing - Add interactive controls for visualization parameters
- Make main page graph 10x larger and centered - Create new research visualization showing research methods - Enlarge architecture SVG by 2x and center it - Fix experiment page buttons and temporal graph placement - Reorganize about page to clarify Nikita as independent researcher
Update index.html
Update about.html
Update architecture.html
Update experiments.html
Update information-clustering.html
Update publications.html
Update quantum-teleportation.html
Update research.html
Update temporal-effects.html
Adding google tracking tag manager
|
Important Review skippedReview was skipped as selected files did not have any reviewable changes. 💤 Files selected but had no reviewable changes (1)
You can disable this status message by setting the Use the checkbox below for a quick retry:
📝 WalkthroughWalkthroughAdds a complete DIANNT quantum research website: multiple new static HTML pages, a cyberpunk design system and theme CSS, several Three.js visualization modules and supporting JavaScript, site wiring (main/experiments/test runner), and environment/config files. Changes
Sequence Diagram(s)sequenceDiagram
participant User
participant Browser
participant ExperimentsPage as experiments.html
participant Controls as Experiments Controls
participant VizModule as Visualization Module (e.g., Teleportation)
participant ThreeJS as Three.js Scene
User->>Browser: Navigate to experiments.html
Browser->>ExperimentsPage: DOMContentLoaded
ExperimentsPage->>Controls: initialize tabs & default experiment
User->>Controls: Click experiment tab / adjust slider / press Start
Controls->>VizModule: load/init or call API (init..., set..., run...)
VizModule->>ThreeJS: create scene, camera, renderer, objects
ThreeJS->>ThreeJS: build geometry, animate loop starts
Controls->>VizModule: set parameter (e.g., fidelity)
VizModule->>ThreeJS: update materials/animation parameters
ThreeJS-->>Browser: render frame updates
Browser-->>User: updated visualization displayed
Estimated code review effort🎯 4 (Complex) | ⏱️ ~60 minutes Poem
Note 🎁 Summarized by CodeRabbit FreeYour organization is on the Free plan. CodeRabbit will generate a high-level summary and a walkthrough for each pull request. For a comprehensive line-by-line review, please upgrade your subscription to CodeRabbit Pro by visiting https://app.coderabbit.ai/login. Comment |
Reviewing your PR now. Feedback on the way! |
Summary by CodeRabbit
New Features
Style
Chores