๐ zenn-articles
This repository manages technical articles and Books published on Zenn
as canonical Markdown sources (single source of truth).
Zenn serves as a platform for structured publication and series,
while GitHub serves as the place for design, editing, and version control.
๐ Links
| Language | GitHub Pages ๐ | GitHub ๐ป |
|---|---|---|
| EN English | ||
| JP Japanese |
๐ฏ Purpose
- ๐ Manage Zenn articles and Books as Markdown sources
- ๐งญ Organize technical content by domain with reusable structure
- ๐ Preserve revision history for refactoring, restructuring, and translation
- ๐ง Treat articles not as blog posts, but as technical assets
๐ Repository Structure
zenn-articles/
โโ README.md
โโ index.md
โโ en/
โ โโ README.md
โ โโ index.md
โโ articles/
โ โโ 01_semiconductor/
โ โโ 02_control/
โ โโ 03_hardware/
โ โโ 04_mems/
โ โโ 05_inkjet/
โ โโ 06_mechanical/
โ โโ 07_other/
โ โโ en/ # same structure as above
โโ assets/
๐งญ Article Classification
In this repository, articles are classified into the following technical domains.
Each item below links directly to the corresponding article index (entry page) on the Samizo-AITL Portal.
| No. | Domain | Scope | Article Index (Portal) |
|---|---|---|---|
| 01 | ๐ฌ Semiconductor | Device physics, semiconductor processes, circuits, and scaling | Semiconductor Articles |
| 02 | ๐๏ธ Control | PID, FSM, control architectures, and AITL (Architecture for Integrated Technology Logic) | Control Articles |
| 03 | ๐งฉ Hardware | Physical implementation, VโI budgeting, and system architecture | Hardware Articles |
| 04 | ๐งฌ MEMS | Piezoelectric actuators, microstructures, and physical modeling | MEMS Articles |
| 05 | ๐ง Inkjet | Drop formation, drive waveforms, and system integration | Inkjet Articles |
| 06 | โ๏ธ Mechanical | Mechanical design, CAD-to-Code workflows, and structural definition | Mechanical Articles |
| 07 | ๐ Other | Visualization, analytics, and supporting technologies | Other Articles |
๐ Books (Structured Textbooks / Official Repositories)
The following repositories are official Books-style textbooks that systematize the related article collections.
They are organized with a consistent structure, covering fundamental theory through materials, processes, and applied technologies.
| No. | Title | Scope | Repository |
|---|---|---|---|
| 01 | ๐ Edusemi-v4x | Semiconductor fundamentals (device physics, processes, circuits, and scaling) | Edusemi-v4x |
| 02 | โ Edusemi-Plus | Advanced topics (materials technology, process extensions, manufacturing and packaging-related topics) | Edusemi-Plus |
| 03 | ๐๏ธ EduController | Control theory framework (PID, FSM, and AITL architecture) | EduController |
| 04 | โ๏ธ Production Process for Mechanical Products | Mechanical Product Development Framework (Design, Metrology, BOM, Mass Production) | EduMecha/08_production_process |
๐งช Writing Policy
- ๐ Markdown files on GitHub are the canonical source
- ๐ Zenn Articles and Books are derived from this repository
- ๐ข Article numbering is managed per domain (001โ)
- ๐ Structural changes and extensions are made on GitHub first
๐ Related Repositories (Publishing Channels)
Official repositories that share the same design philosophy,
but target different publishing platforms.
- ๐ Qiita Articles (Standalone / Experimental)
Technical experiments, design ideas, tool evaluations,
and visualization-focused articles that work as standalone pieces.
โ https://samizo-aitl.github.io/qiita-articles/en/
Note:
This repository (Zenn) focuses on structured series,
long-form articles, and book-oriented content.
๐ค Author
๐ License
| ๐ Item | License | Description |
|---|---|---|
| Source Code | MIT License | Free to use, modify, and redistribute |
| Text Materials | CC BY 4.0 or CC BY-SA 4.0 | Attribution required; share-alike applies for BY-SA |
| Figures & Diagrams | CC BY-NC 4.0 | Non-commercial use only |
| External References | Follow the original license | Cite the original source properly |
๐ฌ Feedback
Suggestions, improvements, and discussions are welcome via GitHub Discussions.