galaxyproject / training-material

A collection of Galaxy-related training material
https://training.galaxyproject.org
MIT License
308 stars 899 forks source link

Retire slide deck for ScanPy PBMC? #2478

Open mtekman opened 3 years ago

mtekman commented 3 years ago

Hi, the introduction slides with the video transcripts were based on the slide deck from the ScanPy PBMC tutorial and contain pretty much the exact same content.

Should we retire the ScanPy slide deck, and I instead make timestamped links to the introduction video within the ScanPy tutorial? (related to https://github.com/galaxyproject/training-material/pull/2474)

Or should we keep the slide deck as some kind of quick reference directly associated with the tutorial?

@nomadscientist @beatrizserrano @pavanvidem @gallardoalba

hexylena commented 3 years ago

redirect_from can be useful here if you want to redirect from the old slide deck to the new, fyi.

mtekman commented 3 years ago

good to know -- but I'm thinking with the video linking you're implementing, we just do away with the old deck completely.

Unless you think it will break compatibility somehow?

hexylena commented 3 years ago

Yeah, exactly, when you remove the old deck, adding redirect_from to the new directory, with the path to where the old deck used to be, can ensure that no one's links break (helps keep us FAIR ;) ) and then you're completely safe to remove the old deck.

mtekman commented 3 years ago

gotcha, will do!