Add Chapter 3 Methodology (#79)
* feat(latex): initialize new structure for methodology chapter * feat(latex): initialize sections for methodology chapter including data analysis, materials, and steps * feat(latex): add detailed description and structure for materials section in methodology chapter * fix(latex): correct section title from "Bahan dan Materi" to "Benda Uji" to give more context about the thesis Closes #71 * feat(latex): add section for tools in methodology chapter * feat(latex): initialize methodology steps with overall clue descriptions of research phases * feat(latex): add specimen diagram with sensor notation for data representation in methodology chapter * feat(latex): add diagram for joint and sensors placement in methodology chapter * feat(latex): update dataset figure and add specimen image in methodology chapter * feat(latex): expand data analysis section in methodology chapter * fix(latex): fix citation format for secondary data source in methodology chapter * feat(latex): add data acquisition section with dataset details and sampling information * fix(latex): update input paths in methodology chapter for correct file referencing * feat(latex): add hardware and software sections with detailed descriptions and components used in the research * Update latex/chapters/id/03_methodology/tool/hardware.tex fix(latex): Fix figure reference Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update latex/chapters/id/03_methodology/steps/index.tex chore: remove double slash of image path Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update latex/chapters/id/03_methodology/data_analysis/index.tex fix(latex): Fix typo Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: nuluh <dam.ar@outlook.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit was merged in pull request #79.
This commit is contained in:
26
latex/chapters/id/03_methodology/material/index.tex
Normal file
26
latex/chapters/id/03_methodology/material/index.tex
Normal file
@@ -0,0 +1,26 @@
|
||||
\section{Benda Uji}
|
||||
|
||||
Penelitian ini menggunakan data sekunder dari \textcite{abdeljaber2017}, yang tersedia secara publik dan diperoleh melalui eksperimen menggunakan \textit{Queen's University Grandstand Simulator}. Adapun rincian data yang digunakan adalah sebagai berikut:
|
||||
|
||||
\begin{itemize}
|
||||
\item Dataset terdiri atas rekaman respons getaran dari struktur rangka baja berukuran $6 \times 5$ yang dilengkapi dengan 30 akselerometer.
|
||||
\item Setiap skenario dalam dataset mencakup satu kasus struktur tanpa kerusakan (healthy) dan 30 kasus kerusakan tunggal pada masing-masing sambungan (\textit{single-joint damage}).
|
||||
\item Sinyal getaran direkam dengan frekuensi pengambilan sampel sebesar 1024 Hz selama durasi 256 detik untuk tiap skenario.
|
||||
\item Kerusakan struktur disimulasikan dengan cara mengendurkan baut pada sambungan-sambungan tertentu.
|
||||
\end{itemize}
|
||||
|
||||
Struktur dataset yang digunakan ditampilkan pada Gambar~\ref{fig:specimen-photo}.
|
||||
|
||||
% \begin{figure}[!ht]
|
||||
% \centering
|
||||
% \includegraphics[width=0.5\textwidth]{chapters/img/original_data.png}
|
||||
% \caption{Overview of the original data used from Abdeljaber et al. (2017)}
|
||||
% \label{fig:original-data}
|
||||
% \end{figure}
|
||||
|
||||
\begin{figure}[ht]
|
||||
\centering
|
||||
\includegraphics[width=0.75\linewidth]{chapters/img/specimen.png}
|
||||
\caption{Bentuk benda uji}
|
||||
\label{fig:specimen-photo}
|
||||
\end{figure}
|
||||
Reference in New Issue
Block a user