!!First steps

In the following the steps are listed to create a new SimTree project:

* create a new directory which serves as the StudyRoot using normal system commands (mkdir)

* make the new StudyRoot the current directory (cd)

* prepare the new StudyRoot (SimTree [@c]prepare)

* add simulation parameters and values to the newly created StudyRoot (SimTree [@c]add)

* create the parameter file template in <StudyRoot>/MetaData/sim.par.template

* put the simulation binary in <StudyRoot>/MetaData

* run the simulation to generate results (SimTree [@c]simulate, SimTree [@c]collect)

* look at the results (SimTree [@c]query, SimTree [@c]eval, ...)
