bssw-tutorial / bssw-tutorial.github.io

Top level web presence for the Better Scientific Software tutorial
https://bssw-tutorial.github.io/
5 stars 1 forks source link

Support "continued" presentations (e.g. broken by breaks) #90

Closed bernhold closed 1 year ago

bernhold commented 1 year ago

We need to support a mechanism in the agenda to have a single presentation which is broken into multiple parts, e.g., by a break. The most logical would seem to be to change the interpretation of the title column so that it the field can have content in addition to the presentation label, and recognize the commonality.

Another way might be to recognize the duplication in the presentation list and automatically add "(continued)" to instances after the first.

bernhold commented 1 year ago

Implemented simple support by having set--presentation-order ignore presentation labels that duplicate the last one collected. This works but is pretty basic. Would be nicer if the agenda recognized the duplication by annotating with "(continued)" or some such.