\chapter{Contents on CD}
\label{app:cd}
\begin{forest}
for tree={
font=\ttfamily,
grow'=0,
child anchor=west,
parent anchor=south,
anchor=west,
calign=first,
edge path={
\noexpand\path [draw, \forestoption{edge}]
(!u.south west) +(7.5pt,0) |- node[fill,inner sep=1.25pt] {} (.child anchor)\forestoption{edge label};
},
before typesetting nodes={
if n=1
{insert before={[,phantom]}}
{}
},
fit=band,
before computing xy={l=15pt},
}
[CD
[matlabCode
[topoplot
[plotOneSubjectOneDay.m]
[topoplot\_martin.m]
[topoplot\_Wrapper.m]
]
[T
[O
[DO]
]
]
]
[bashscripts
[noSynergies.bash]
[runOnEciton.bash]
[runOnEcitonPos.bash]
]
[thesis
[thesis.pdf]
]
]
\end{forest}