fix: rename worksheets + update README
- Rename 16 worksheet files sesuai konten (ws-01-distorsi-paradigma, dst) - Fix README: chapter titles, folder name, struktur bagian
This commit is contained in:
parent
e1a89375cc
commit
34b4a3fe78
17 changed files with 25 additions and 27 deletions
52
README.md
52
README.md
|
|
@ -17,7 +17,7 @@ Project ini adalah repository pengembangan **buku ajar berbasis OBE** (Outcome-B
|
|||
## Struktur Folder
|
||||
|
||||
```
|
||||
rti-20252/
|
||||
rti-20252-book/
|
||||
├── MASTER-ANCHOR.md # Single source of truth — anti-drift document
|
||||
├── BOOK-SPEC.md # Spesifikasi teknis buku
|
||||
├── BLUEPRINT.md # Consolidated blueprint 16 bab
|
||||
|
|
@ -27,10 +27,10 @@ rti-20252/
|
|||
│
|
||||
├── book/ # Konten buku
|
||||
│ ├── front-matter/ # Halaman judul, kata pengantar, daftar isi/gambar/tabel
|
||||
│ ├── bagian-1-foundation/ # Bab 1–4: Foundation of Research Thinking (M1–M4)
|
||||
│ ├── bagian-2-design/ # Bab 5–7: Research Design & Planning (M5–M7)
|
||||
│ ├── bagian-3-execution/ # Bab 8–12: Research Execution (M9–M12)
|
||||
│ ├── bagian-4-analysis/ # Bab 13–16: Analysis & Communication (M13–M16)
|
||||
│ ├── bagian-1-foundation/ # Bab 1–4: Fondasi Berpikir Ilmiah
|
||||
│ ├── bagian-2-design/ # Bab 5–7: Merancang Riset
|
||||
│ ├── bagian-3-execution/ # Bab 8–11: Eksekusi dan Analisis
|
||||
│ ├── bagian-4-analysis/ # Bab 12–16: Analisis dan Komunikasi
|
||||
│ └── back-matter/ # Daftar pustaka, glosarium, indeks, lampiran
|
||||
│
|
||||
├── assets/
|
||||
|
|
@ -38,20 +38,18 @@ rti-20252/
|
|||
│ └── figures/ # Supplementary figures
|
||||
│
|
||||
├── templates/
|
||||
│ └── WRITING-TEMPLATE.md # Template per-bab (copy untuk setiap bab baru)
|
||||
│ └── WRITING-TEMPLATE.md # Template per-bab
|
||||
│
|
||||
├── worksheets/ # 16 worksheet praktis (1 per bab)
|
||||
│ ├── ws-01-problem-statement.md
|
||||
│ ├── ws-02-literature-matrix.md
|
||||
│ ├── ws-01-distorsi-paradigma.md
|
||||
│ ├── ws-02-problem-statement.md
|
||||
│ └── ... (ws-03 s/d ws-16)
|
||||
│
|
||||
├── rps/ # RPS (Rencana Pembelajaran Semester) files
|
||||
│
|
||||
└── docs/ # Dokumentasi diskusi
|
||||
├── disscus01.md # Diskusi v1 — Draft awal RPS
|
||||
├── disscus02.md # Diskusi v2 — Gap analysis
|
||||
├── disscus03.md # Diskusi v3 — Refinement
|
||||
└── disscus04.md # Diskusi v4 — Final consolidation
|
||||
├── disscus01.md
|
||||
├── disscus02.md
|
||||
├── disscus03.md
|
||||
└── disscus04.md
|
||||
```
|
||||
|
||||
---
|
||||
|
|
@ -63,19 +61,19 @@ rti-20252/
|
|||
| **1 — Foundation** | 1 | Research Mindset in IT | Thinking (M1–M4) |
|
||||
| | 2 | Problem Formulation | |
|
||||
| | 3 | Literature Gap & Positioning | |
|
||||
| | 4 | Systematic Literature Review | |
|
||||
| **2 — Design** | 5 | Research Question & Hypothesis | Designing (M5–M7) |
|
||||
| | 6 | Research Design Patterns | |
|
||||
| | 7 | Metrics & Measurement | |
|
||||
| **3 — Execution** | 8 | Experiment Setup & Toolchain | Executing (M9–M12) |
|
||||
| | 9 | Data Collection Strategies | |
|
||||
| | 10 | Validity & Threats | |
|
||||
| | 11 | Reproducibility & Replication | |
|
||||
| | 12 | Ethics in IT Research | |
|
||||
| **4 — Analysis** | 13 | Statistical Thinking for IT | Scientific Thinking (M13–M16) |
|
||||
| | 14 | Result Interpretation | |
|
||||
| | 15 | Writing & Presentation | |
|
||||
| | 16 | Defense & Argumentation | |
|
||||
| | 4 | RQ & Hypothesis | |
|
||||
| **2 — Design** | 5 | Metrics & Measurement | Designing (M5–M7) |
|
||||
| | 6 | System Design | |
|
||||
| | 7 | Experiment Design | |
|
||||
| **3 — Execution** | 8 | Proposal & Checkpoint | Executing (M8–M11) |
|
||||
| | 9 | Implementation & Environment | |
|
||||
| | 10 | Experiment Execution & Data Collection | |
|
||||
| | 11 | Data Validation & Integrity | |
|
||||
| **4 — Analysis** | 12 | Result Presentation & Visualization | Analysis & Communication (M12–M16) |
|
||||
| | 13 | Data Preprocessing | |
|
||||
| | 14 | Data Analysis & Interpretation | |
|
||||
| | 15 | Scientific Writing | |
|
||||
| | 16 | Presentation & Defense | |
|
||||
|
||||
---
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue