NEUBIAS / training-resources

Resources for teaching/preparing to teach bioimage analysis
https://neubias.github.io/training-resources
Other
45 stars 21 forks source link

Simplify github #326

Open tischi opened 2 years ago

tischi commented 2 years ago

I have to admit that I find it quite tiring that the content for one module is distributed across so many places in our folder structure.

What do you think about putting everything (including PPT PNG and activities) into _includes/module_name/... without any required sub-folder structure?

@AnniekStok @maulakhan @manerotoni @elnazfazeli

manerotoni commented 2 years ago

I think the reason why it is like this is because of the module design based on software carpentry. I have the impression is that @tischi you got quite good at reconfinguring it.

The main question is: Can one reconfigure the system so that it looks for activities etc. in a different folder?

Overall I would spend some time thinking and discuss, what could be a good structure. This is a big change. From my side I do like a subfolder structure though. For instance _includes/module_name/activities _includes/module_name/exercises may be _includes/module_name/script or code

The figure and slides I would keep it in a separate folder all together.

tischi commented 2 years ago

_includes/module_name/activities _includes/module_name/exercises may be _includes/module_name/script or code

This would be possible but not enforced, because already right now you have to specify the full path in the module itself. Depending on what we decide here https://github.com/NEUBIAS/training-resources/issues/325 the sub folders may become obsolete:

The figure and slides I would keep it in a separate folder all together.

What would be the advantage? Introducing a new collaborator to the material I think it would be much easier to just tell them: "Everything for one module is in one folder".