Skip to content

Commit 4472489

Browse files
committed
Update README with Research & Study Capability sections and Tcode Motion branding
1 parent 3afde37 commit 4472489

1 file changed

Lines changed: 11 additions & 19 deletions

File tree

README.md

Lines changed: 11 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
**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.
2525

2626
### 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.
2828
- **Academic Integration**: Direct links to **Google Scholar** and **IEEE Xplore** for every component.
2929
- **Embedded Lectures**: Intelligent YouTube integration that surfaces CS university lectures relevant to each topic.
3030
- **Modern Hardware**: New dedicated guides for **NPUs (AI Processors)**, **Quantum Computing**, and **Raspberry Pi Architecture**.
@@ -43,6 +43,16 @@
4343

4444
---
4545

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+
4656
## 🗂️ Knowledge Architecture
4757

4858
| Category | Topics |
@@ -64,24 +74,6 @@
6474

6575
---
6676

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-
8577
## 👨‍💻 Developed By
8678

8779
**Tcode Motion**

0 commit comments

Comments
 (0)