|
24 | 24 | **Computer Parts Map** is an open-source educational library designed to bridge the gap between "basic hardware guides" and "complex engineering papers." It provides a structured, interactive journey through every layer of modern computing. |
25 | 25 |
|
26 | 26 | ### What makes Version 2.0 different? |
27 | | -- **Research-Level Depth**: Every page now features an academic "Deep Dive" section. |
| 27 | +- **Research-Level Depth**: Every page features an academic "Deep Dive" section designed to help students and enthusiasts write their own research papers. |
28 | 28 | - **Academic Integration**: Direct links to **Google Scholar** and **IEEE Xplore** for every component. |
29 | 29 | - **Embedded Lectures**: Intelligent YouTube integration that surfaces CS university lectures relevant to each topic. |
30 | 30 | - **Modern Hardware**: New dedicated guides for **NPUs (AI Processors)**, **Quantum Computing**, and **Raspberry Pi Architecture**. |
|
43 | 43 |
|
44 | 44 | --- |
45 | 45 |
|
| 46 | +## 🔬 Research & Study Capability |
| 47 | + |
| 48 | +This project is built to be more than just a list of parts. It is a **Research Springboard**. By studying the data-rich paragraphs, spec tables, and academic links provided on every page, anyone can: |
| 49 | +1. Understand the underlying physics of transistors and qubits. |
| 50 | +2. Analyze the architectural differences between Scalar, Vector, and Matrix processing. |
| 51 | +3. Gather sources for independent academic engineering papers. |
| 52 | +4. Watch university-level demonstrations directly within the interface. |
| 53 | + |
| 54 | +--- |
| 55 | + |
46 | 56 | ## 🗂️ Knowledge Architecture |
47 | 57 |
|
48 | 58 | | Category | Topics | |
|
64 | 74 |
|
65 | 75 | --- |
66 | 76 |
|
67 | | -## 📁 Project Structure |
68 | | - |
69 | | -``` |
70 | | -computer-part-map/ |
71 | | -├── index.html # Version 2.0 Premium Home Page |
72 | | -├── cpu.html, gpu.html, ... # 35+ Component Guides |
73 | | -├── npu.html # New: AI Processor Deep-Dive |
74 | | -├── quantum-computing.html # New: Quantum Mechanics in Computing |
75 | | -├── raspberry-pi.html # New: SBC & IoT Architecture |
76 | | -├── css/ |
77 | | -│ └── styles.css # Unified Global Design System (v2.0) |
78 | | -├── js/ |
79 | | -│ └── script.js # Core Engine (Search, Injection, Animation) |
80 | | -└── images/ # 45+ High-resolution hardware assets |
81 | | -``` |
82 | | - |
83 | | ---- |
84 | | - |
85 | 77 | ## 👨💻 Developed By |
86 | 78 |
|
87 | 79 | **Tcode Motion** |
|
0 commit comments