[FEAT] Refactor Chapter Two #69

Merged
meowndor merged 3 commits from latex/68-feat-refactor-chapter-two into main 2025-05-14 22:51:01 +00:00
meowndor commented 2025-05-14 19:25:54 +00:00 (Migrated from github.com)

Closes #68

This pull request restructures the literature review and theoretical foundation sections of the document by splitting content into separate files and improving modularity. Key changes include the removal of inline content in the original file and the addition of references to new, modular files for better organization.

Restructuring and modularization:

Closes #68 This pull request restructures the literature review and theoretical foundation sections of the document by splitting content into separate files and improving modularity. Key changes include the removal of inline content in the original file and the addition of references to new, modular files for better organization. ### Restructuring and modularization: * [`latex/chapters/02_literature_review.tex`](diffhunk://#diff-77771cc975044a1c1f8d8e434e9480caf1566a5a5f7fbf3d78193aeb0ad613e6L1-L14): Removed inline sections and content, including a figure and subsections on "Short-Time Fourier Transform" and "Machine Learning." * [`latex/chapters/id/02_literature_review/index.tex`](diffhunk://#diff-abb99bdf61d4ae6eab098f98f17f3932027c4d50ca9cc316606c6e6fd6895988R1-R7): Added references to modular files for "Tinjauan Pustaka," "Short-Time Fourier Transform," and "Machine Learning" under the theoretical foundation section. * [`latex/chapters/id/02_literature_review/theoritical_foundation/machine_learning.tex`](diffhunk://#diff-7c2b8a38045f4821c40d463b51700659aa7c8c1fc8b601a2964b474303bfa2d5R1): Added a new file containing the "Machine Learning" subsection. * [`latex/chapters/id/02_literature_review/theoritical_foundation/stft.tex`](diffhunk://#diff-ed9af83cee6c5e794f2922cd8d8f84738760edd68a89bc3463967afa47ccfca2R1): Added a new file containing the "Short-Time Fourier Transform" subsection.
Sign in to join this conversation.