If possible, it would make sense and be convenient to define the experiment author, title, version and type in the config.conf.
That would also enable us to streamline the user experience on mortimer, where we could simply use the title in mortimer as experiment title and the user's account email address as experiment author.
We would probably have to think a little about how to handle versioning.
edit init.py, so that the Experiment class uses the parameters from config.conf per default
ensure backwards compatibility: If a user enters the parameters in the script.py, it should still be checked whether these parameters equal those from the config.conf
If possible, it would make sense and be convenient to define the experiment author, title, version and type in the config.conf.
That would also enable us to streamline the user experience on mortimer, where we could simply use the title in mortimer as experiment title and the user's account email address as experiment author.
We would probably have to think a little about how to handle versioning.