\documentclass[12pt]{book} \input{header} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \begin{document} \selectlanguage{english} \hypersetup{pageanchor=false} \maketitle \hypersetup{pageanchor=true} \frontmatter \clearpage \tableofcontents \clearpage \listoffigures \clearpage \lstlistoflistings \clearpage \listofexercisefs \clearpage \listofiboxfs \mainmatter %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \part{Programming basics} \graphicspath{{programming/lecture/}{programming/images/}} \setcodepath{programming/code} \include{programming/lecture/programming} \graphicspath{{debugging/lecture/}{debugging/lecture/figures/}} \setcodepath{debugging/code} \include{debugging/lecture/debugging} \graphicspath{{plotting/lecture/}{plotting/lecture/images/}} \setcodepath{plotting/code} \include{plotting/lecture/plotting} \graphicspath{{programmingstyle/lecture/}{programmingstyle/lecture/figures/}} \setcodepath{programmingstyle/code} \include{programmingstyle/lecture/programmingstyle} \graphicspath{{designpattern/lecture/}{designpattern/lecture/figures/}} \setcodepath{designpattern/code} \include{designpattern/lecture/designpattern} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \part{Data analysis} \graphicspath{{statistics/lecture/}{statistics/lecture/figures/}} \setcodepath{statistics/code} \include{statistics/lecture/statistics} \graphicspath{{bootstrap/lecture/}{bootstrap/lecture/figures/}} \setcodepath{bootstrap/code} \include{bootstrap/lecture/bootstrap} \graphicspath{{regression/lecture/}{regression/lecture/figures/}} \setcodepath{regression/code} \include{regression/lecture/regression} % add chapter on generalized linear models (versus ANOVA) % add chapter on nonlinear fitting (methods, initial values, local minima) \graphicspath{{likelihood/lecture/}{likelihood/lecture/figures/}} \setcodepath{likelihood/code} \include{likelihood/lecture/likelihood} \graphicspath{{pointprocesses/lecture/}{pointprocesses/lecture/figures/}} \setcodepath{pointprocesses/code} \renewcommand{\texinputpath}{pointprocesses/lecture/} \include{pointprocesses/lecture/pointprocesses} %\graphicspath{{spectral/lecture/}{spectral/lecture/figures/}} %\setcodepath{spectral/code/} %\renewcommand{\texinputpath}{spectral/lecture/} %\include{spectral/lecture/spectral} % add chapter on digital filtering % add chapter on event detection % add chapter on mutual information % add chapters on linear algebra, PCA, clustering % add chapter on simple machine learning % add chapter on simulations (euler forward, odeint) %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %\part{Tools} % Latex % markdown % Makefile % version control (git and github) only put source files into repository! % distributed computing (ssh and grid engines) % data handling (structure, data bases, storage (rsync), backup) % data annotation, meta data %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %\part{Appendix} %\chapter{Cheat-Sheet} \backmatter %%%% solutions: %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \printallsolutions %%%% indices: %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \printindex[term] \printindex[determ] % for english text % \printindex[enterm] % for german text %\setindexprenote{Some explanations.} %\printindex[pcode] \printindex[mcode] \end{document}