Add Chapter 3 Methodology #79

Merged
nuluh merged 18 commits from latex/methodology into main 2025-05-22 20:25:23 +00:00
4 changed files with 9 additions and 0 deletions
Showing only changes of commit fd696a41b9 - Show all commits

View File

@@ -0,0 +1 @@
\section{Data Analysis}
copilot-pull-request-reviewer[bot] commented 2025-05-22 20:20:26 +00:00 (Migrated from github.com)
Review

There's a typo in "Ssemua"; please change it to "Semua".

Sensor-sensor ujung bagian bawah dilabeli sebagai Sensor A dan Sensor-sensor ujung bagian atas dilabeli sebagai Sensor B. Semua enam kasus kerusakan dikumpulkan menjadi satu menghasilkan dua himpunan spektrogram, masing-masing berisi enam (kasus kerusakan):
There's a typo in "Ssemua"; please change it to "Semua". ```suggestion Sensor-sensor ujung bagian bawah dilabeli sebagai Sensor A dan Sensor-sensor ujung bagian atas dilabeli sebagai Sensor B. Semua enam kasus kerusakan dikumpulkan menjadi satu menghasilkan dua himpunan spektrogram, masing-masing berisi enam (kasus kerusakan): ```

View File

@@ -0,0 +1,6 @@
\chapter{METODE PENELITIAN}
\input{material/index}
\input{tool/index}
\input{steps/index}
\input{data_analysis/index}

View File

@@ -0,0 +1 @@
\section{Bahan dan Materi}

View File

@@ -0,0 +1 @@
\section{Langkah-Langkah Penelitian}
copilot-pull-request-reviewer[bot] commented 2025-05-22 20:20:26 +00:00 (Migrated from github.com)
Review

The path contains a double slash (chapters//id/flow.png), which may cause the figure to not render. Please correct to a single slash.

    \includegraphics[width=0.3\linewidth]{chapters/id/flow.png}
The path contains a double slash (`chapters//id/flow.png`), which may cause the figure to not render. Please correct to a single slash. ```suggestion \includegraphics[width=0.3\linewidth]{chapters/id/flow.png} ```