% thesis.tex
%
% This file is root file for an example thesis written using the
% University of Wisconsin-Madison LaTeX Style file.
%
% It is provided without warranty on an AS IS basis.
%=====================================================================
% Document Style
%=====================================================================
% Choose only one of the following document classes:
%
% for a 12 Point UW PhD Thesis without Margin Check
%\documentclass[12pt]{withesis}
%
% for a 10 Point UW PhD Thesis with Margin Check
%\documentclass[10pt,margincheck]{withesis}
%
% The margincheck option flags lines which overflow their hbox with a black
% box at the end of the line. This usually (but not always) indicates a
% margin violation on the right margin. Left margin violations aren't
% indicated and if the margin violation is large enough, there isn't room
% for the black box to be visiable.
%
% This option can be also used in conjunction with the msthesis option.
%
% or for a 12 Point UW Masters Thesis
\documentclass[12pt,msthesis]{withesis}
%
% or for a 10 Point UW Masters Thesis
%\documentclass[10pt,msthesis]{withesis}
%
% The msthesis option changes the page margins from 1" all around
% (the PhD format) to 1.25" left and 1" remaining margins (MS format).
% The defaults for degree and thesis are changed to be MS and thesis.
% These defaults can be overridden if the margins for the MS thesis
% are desired for other documents.
% The package epsfig is used to bring in the Encapsulated PostScript
% figures into the document.
% The package times is used to change the fonts to Times Roman; however
% because the times typewriter font looks odd, the original LaTeX
% Computer Modern font is kept for the typewriter font using
% \renewcommand{\ttdefault}{cmtt}
% Note that Times Roman is a PostScript font and therefore, the document
% cannot be correctly viewed from the *.dvi file. cript previewer...
\usepackage{epsfig}
\usepackage{times}
\renewcommand{\ttdefault}{cmtt}
% Dan's packages
\usepackage[american,fulldiode]{circuitikz}
%\usepackage[pdftex]{graphicx}
\usepackage{amssymb,fancyhdr,lastpage,enumerate}
\usepackage{graphicx}
\usepackage{subfigure}
\usepackage{color}
\usepackage{amsmath}
%\usepackage{setspace}
%\usepackage[cmex10]{amsmath}
\interdisplaylinepenalty=2500
\usepackage{amsthm}
\usepackage{amsfonts}
\usepackage{array}
\usepackage{mdwmath}
\usepackage{mdwtab}
\usepackage{url}
\usepackage{rotating}
%\hyphenation{op-tical net-works semi-conduc-tor}
%\usepackage[caption=false,font=footnotesize]{subfig}
\usepackage{fixltx2e}
\usepackage{stfloats}
\usepackage{multirow}
\usepackage{placeins}
\usepackage{slashbox}
\usepackage{bbm}
%\usepackage{tikz} % to use big brace
%\usepackage[toc,page]{appendix}
\usepackage{epstopdf}
\renewcommand\Re{\operatorname{\mathfrak{real}}}
\renewcommand\Im{\operatorname{\mathfrak{imag}}}
\newcommand{\ddt}[1]{\ensuremath{\frac{\mathrm{d}#1}{\mathrm{d}t}}}
\newcommand{\pd}[2]{\ensuremath{\frac{\partial #1}{\partial #2}}}
% Alter some LaTeX defaults for better treatment of figures:
% See p.105 of "TeX Unbound" for suggested values.
% See pp. 199-200 of Lamport's "LaTeX" book for details.
% General parameters, for ALL pages:
\renewcommand{\topfraction}{0.9} % max fraction of floats at top
\renewcommand{\bottomfraction}{0.8} % max fraction of floats at bottom
% Parameters for TEXT pages (not float pages):
\setcounter{topnumber}{2}
\setcounter{bottomnumber}{2}
\setcounter{totalnumber}{4} % 2 may work better
\setcounter{dbltopnumber}{2} % for 2-column pages
\renewcommand{\dbltopfraction}{0.9} % fit big float above 2-col. text
\renewcommand{\textfraction}{0.07} % allow minimal text w. figs
% Parameters for FLOAT pages (not text pages):
\renewcommand{\floatpagefraction}{0.7} % require fuller float pages
% N.B.: floatpagefraction MUST be less than topfraction !!
\renewcommand{\dblfloatpagefraction}{0.7} % require fuller float pages
%========================================================================
% Draft Control Commands:
%========================================================================
%
% \psdraft causes the \psfig or \epsfig commands to draw a box and label
% the box with the postscript file name instead of reading in the full
% postscript figure. This can save time and toner when printing drafts.
%
%\psdraft
%
%
% \psfull causes the inclusion of the postscript figures.
%\psfull
%
%
%\pagestyle{thesisdraft} causes the footer text to become:
% DRAFT: Do Not Distribute <time><Date> <input file name>
%
%\pagestyle{thesisdraft}
%
%\pagestyle{thesis} causes the header and footers to be the correct format
%
%\pagestyle{thesis}
%
%
% The page margins can be marked with a post-script box using the
% \draftmargins command. This command uses dvips's end-of-page hook
% This is only visible in the *.ps file (NOT the *.dvi file)!
%
%\draftmargins
%
%
% The word ``DRAFT'' can be diagonally printed across the page using
% the \draftscreen command. This command uses dvip's beginning-of-page
% hook. This is only visible in the *.ps file (NOT the *.dvi file)!
%
%\draftscreen
%=======================================================================
% Remove the following lines if appendix tables or figures are present.
% The suppress writing the auxiliary information which appears in the
% list of tables or list of figures.
%
\noappendixtables % Don't have appendix tables
%\noappendixfigures % Don't have appendix figures
\makeindex
%=======================================================================
% End of Preamble, start of document
%
\title{%
\large Automatic Structural Segmentation of Music\\
\small Insightfully clustering the beats in a given piece of music to reflect it's musical structure}
\author{Lyndon D Quadros}
\date{December 18, 2015}
\project
\begin{document}
\maketitle
% Choose your bibliography style
% plain is the basic style, othesrs include ieeetr, siam, asm, etc
\bibliographystyle{IEEEtran}
% To do:
% \include{chapter0/prelude} % Title page, abstract, table of contents, etc
\include{Chapter_0/Acknowledgement} %t, table of contents, etc
\begin{abstract}
This Project posits elementary analogies of existing Probabilistic and Machine Learning models that have been used to find solutions to the problem of the Structural Segmentation of Musical audio. I have tried to use the idea that the chord of a given beat or frame of a song is an analogous representation of the \textit{states} generated by trained Hidden Markov Models in generating feature vectors for the aforementioned problem; and that the knowledge of the temporal boundaries within which, a group of frames lie, can be used as constraints in creating the feature vectors that are eventually clustered to identify the pattern in which the various segments of a song repeat.
\end{abstract}
\tableofcontents
%\include{chapter2/Market}
\include{Chapter_1/Introduction}
\include{Chapter_2/Feature_Extraction_and_State_Labeling}
%\include{chapter4/Formulation} % First half of Allerton paper
\include{Chapter_3/Boundary_Detection} % Large-scale SDP OPF Paper
\include{Chapter_4/Clustering}
\include{Chapter_5/Testing_and_Evaluation}
\include{Chapter_6/Conclusion}
\bibliography{references} % Make the bibliography
%\bibliography{decomposition_refs} % Make the bibliography
%\include{chapter7/appendix}
%\begin{appendix} % Start of the Appendix Chapters. If there is only
% one Appendix Chapter, then use \begin{appendix}
%\include{code} % Including computer code listings
%\include{bibref} % a BibTeX reference
%\include{math} % Complex Equations from the UW Math Department
%\include{acro} % A discussion on generating PDF files.
%\end{appendix} % End of the Appendix Chapters. ibid on \end{appendix}
%\include{vita} % Optional Vita, use \begin{vita} vita text \end{vita}
\end{document}