74 lines
2.1 KiB
TeX
74 lines
2.1 KiB
TeX
\documentclass[draftmark]{thesis}
|
|
\title{Prediksi Lokasi Kerusakan dengan Machine Learning}
|
|
\author{Rifqi Damar Panuluh}
|
|
\date{\today}
|
|
\authorid{20210110224}
|
|
\firstadvisor{Ir. Muhammad Ibnu Syamsi, Ph.D.}
|
|
\secondadvisor{}
|
|
\headdepartement{Puji Harsanto, S.T., M.T., Ph.D.}
|
|
\headdepartementid{19740607201404123064}
|
|
\faculty{Fakultas Teknik}
|
|
\program{Program Studi Teknik Sipil}
|
|
\university{Universitas Muhammadiyah Yogyakarta}
|
|
% Input preamble
|
|
\input{preamble/packages}
|
|
% \input{preamble/fonts}
|
|
\input{preamble/macros}
|
|
|
|
\addbibresource{bibliography.bib}
|
|
|
|
\makeglossaries
|
|
\input{frontmatter/acronym}
|
|
\input{frontmatter/glossaries}
|
|
\input{frontmatter/notations}
|
|
|
|
% \makeatletter
|
|
% \hypersetup{
|
|
% keeppdfinfo,
|
|
% pdftitle={\thetitle},
|
|
% pdfauthor={\theauthor},
|
|
% % pdfdate={\thedate},
|
|
% pdfsubject={Bachelor Thesis},
|
|
% pdfkeywords={structural health monitoring, machine learning, stft, vibration, signal},
|
|
% pdfpublisher={Universitas Muhammadiyah Yogyakarta},
|
|
% pdfcontactemail={rifqi.damar.ft21mail.umy.ac.id},
|
|
% pdflicenseurl={https://github.com/nuluh/thesis/blob/main/LICENSE},
|
|
% pdflang={id},
|
|
% pdfcreator={XeLaTeX with hyperref and hyperxmp},
|
|
% pdfproducer={TeX Live 2024},
|
|
% pdftrapped=False,
|
|
% pdfpubtype=book
|
|
% }
|
|
% \makeatother
|
|
\begin{document}
|
|
\frontmatter
|
|
% \maketitle
|
|
\input{frontmatter/maketitle}
|
|
\input{frontmatter/maketitle_secondary}
|
|
\input{frontmatter/approval}\clearpage
|
|
\input{frontmatter/originality}\clearpage
|
|
\input{frontmatter/acknowledgement}\clearpage
|
|
\tableofcontents\clearpage
|
|
\listoffigures\clearpage
|
|
\listoftables
|
|
\glsaddall[types={main,notation,\acronymtype}]
|
|
|
|
\printglossary[type=notation,style=altlong3customheader,title=Daftar Simbol dan Lambang]
|
|
\printglossary[type=\acronymtype,style=supercol,title=Daftar Singkatan]
|
|
\printglossary[type=main,style=mylistalt]
|
|
\input{frontmatter/abstract}
|
|
% \pagestyle{fancyplain}
|
|
\mainmatter
|
|
% Include content
|
|
\include{chapters/01_introduction}
|
|
\include{chapters/id/02_literature_review/index}
|
|
\include{chapters/id/03_methodology/index}
|
|
% \include{chapters/04_results}
|
|
% \include{content/conclusion}
|
|
|
|
% Bibliography
|
|
\printbibliography
|
|
% \bibliographystyle{IEEEtran}
|
|
% \bibliography{references}
|
|
|
|
\end{document} |