pep-dortmund / toolbox-workshop

Materialien zum PeP et al. Toolbox-Workshop
http://toolbox.pep-dortmund.org
Other
25 stars 6 forks source link

Progress on: example lab report #419

Open LuckyJosh opened 2 weeks ago

LuckyJosh commented 2 weeks ago

To have a more or less realistic example report, I conducted a series of experiments (objects rolling down an inclined plane) and wrote an almost[1] complete lab report for it.

The overall idea is to have not only a somewhat realistic example but also building up this example. Currently the final report is done and I'm going to split the final result into pieces, that can be done as progressive exercises (essentially recreating the template piece by piece) with the final report as a comparison.

See PR #448 for the actual implementation.

Revised list of the steps (added more steps, so that they are quite specific and not to cramped):

[1] All sections do contain some 'real-world' examples for tables, images, equations (single and multiline), and references to any of these. And the overall structure fits as well, but I did not find anything to write in the discussion section, that would make the example any better (I just left a todo note).

chrbeckm commented 1 week ago

In the future, we could import the wrapper scripts for ucurve_fit, from the uncertainties exercise and use them as well.

LuckyJosh commented 1 week ago

In the future, we could import the wrapper scripts for ucurve_fit, from the uncertainties exercise and use them as well.

Yes that is part of step-11