diff --git a/tex/main.bbl b/tex/main.bbl new file mode 100644 index 0000000..a10aa29 --- /dev/null +++ b/tex/main.bbl @@ -0,0 +1,25 @@ +\begin{thebibliography}{1} + +\bibitem{robust} + + +\bibitem{mirex} + + +\bibitem{hybrid} + + +\bibitem{cuckoo} +Wenlei Shi and Xinhai Fan. +\newblock Speech classification based on cuckoo algorithm and support vector + machines. +\newblock {\em 2nd IEEE International Conference on Computational Intelligence + and Applications}, 2017. + +\bibitem{radio} +Błażej~Chwiećko Stanisław~Kacprzak and Bartosz Ziółko. +\newblock Speech/music discrimination for analysis of radio stations. +\newblock {\em 2017 International Conference on Systems, Signals and Image + Processing (IWSSIP)}, 2017. + +\end{thebibliography} diff --git a/tex/main.blg b/tex/main.blg new file mode 100644 index 0000000..82d134c --- /dev/null +++ b/tex/main.blg @@ -0,0 +1,82 @@ +This is BibTeX, Version 0.99d (TeX Live 2017/Debian) +Capacity: max_strings=100000, hash_size=100000, hash_prime=85009 +The top-level auxiliary file: main.aux +The style file: plain.bst +Database file #1: cites.bib +I was expecting a `,' or a `}'---line 22 of file cites.bib + : + : ) +(Error may have been on previous line) +I'm skipping whatever remains of this entry +I was expecting a `,' or a `}'---line 25 of file cites.bib + : + : title = "ROBUST SPEECH / MUSIC CLASSIFICATION IN AUDIO DOCUMENTS" +(Error may have been on previous line) +I'm skipping whatever remains of this entry +I was expecting a `,' or a `}'---line 32 of file cites.bib + : + : title = "METHODS FOR SPEECH / MUSIC DETECTION AND CLASSIFICATION" +(Error may have been on previous line) +I'm skipping whatever remains of this entry +I was expecting a `,' or a `}'---line 39 of file cites.bib + : + : title = "Speech/Music Discrimination using Hybrid-Based Feature Extraction for Audio Data Indexing" +(Error may have been on previous line) +I'm skipping whatever remains of this entry +Warning--to sort, need author or key in robust +Warning--to sort, need author or key in mirex +Warning--to sort, need author or key in hybrid +Warning--empty author in robust +Warning--empty title in robust +Warning--empty journal in robust +Warning--empty year in robust +Warning--empty author in mirex +Warning--empty title in mirex +Warning--empty journal in mirex +Warning--empty year in mirex +Warning--empty author in hybrid +Warning--empty title in hybrid +Warning--empty journal in hybrid +Warning--empty year in hybrid +You've used 5 entries, + 2118 wiz_defined-function locations, + 509 strings with 4398 characters, +and the built_in function-call counts, 965 in all, are: += -- 76 +> -- 29 +< -- 0 ++ -- 13 +- -- 8 +* -- 77 +:= -- 144 +add.period$ -- 9 +call.type$ -- 5 +change.case$ -- 16 +chr.to.int$ -- 0 +cite$ -- 20 +duplicate$ -- 50 +empty$ -- 89 +format.name$ -- 8 +if$ -- 187 +int.to.chr$ -- 0 +int.to.str$ -- 5 +missing$ -- 5 +newline$ -- 22 +num.names$ -- 4 +pop$ -- 40 +preamble$ -- 1 +purify$ -- 14 +quote$ -- 0 +skip$ -- 37 +stack$ -- 0 +substring$ -- 25 +swap$ -- 2 +text.length$ -- 0 +text.prefix$ -- 0 +top$ -- 0 +type$ -- 20 +warning$ -- 15 +while$ -- 4 +width$ -- 6 +write$ -- 34 +(There were 4 error messages) diff --git a/tex/main.pdf b/tex/main.pdf index 1bbf00a..fac706c 100644 Binary files a/tex/main.pdf and b/tex/main.pdf differ diff --git a/tex/main.tex b/tex/main.tex index 2913ce3..0560baf 100644 --- a/tex/main.tex +++ b/tex/main.tex @@ -4,7 +4,6 @@ \geometry{a4paper, top=2.5cm, bottom=2.5cm, left=2.2cm, right=2.2cm} \usepackage{fontspec} - \usepackage{graphicx} \usepackage{titlesec} \usepackage{titling} \usepackage{float} diff --git a/tex/private b/tex/private new file mode 100644 index 0000000..e69de29