├── .gitignore ├── README.md ├── closed ├── ALICE.txt ├── ATCHeathrow.txt ├── ATCRadar.md ├── ArmstrongHistotical.md ├── CERNcomputing.txt ├── EulenundGreifvoegel.txt ├── FusionContinued.txt ├── ICU_EmergencyCare.txt ├── LKA.txt ├── ShuttleAchievements.md ├── VLBIandEHT.txt ├── airbus-cfk-stade.md ├── alexanderMueller.txt ├── anaesthesie.txt ├── animal.txt ├── apache.txt ├── atlas-jenni.txt ├── atlasscience.txt ├── atomkraftwerkssteuerung.md ├── attributionscience.txt ├── aufzuege.txt ├── awake.txt ├── bepi.txt ├── bewusstseinBeiRaben.txt ├── bgi.txt ├── biomasse-kraftwerk.txt ├── blockchains.txt ├── bookintro.txt ├── bradykinin.txt ├── bushpilot.txt ├── cobraBallEye.txt ├── crispr.md ├── developerDSLs.rst ├── ecmwf.txt ├── eelt-control.txt ├── effelsberg.txt ├── epudemiologischeModellierung.txt ├── ethereum.txt ├── existentialRisk.txt ├── exp.txt ├── f-18.txt ├── f35testing.txt ├── fahrsimulator.txt ├── fallschirmspringen.txt ├── forensicEngineering.txt ├── geodaesie.txt ├── gliderviper.txt ├── heartblur.txt ├── heindl.txt ├── heli.md ├── holcim.txt ├── immun.txt ├── joost.txt ├── kaprun.md ├── klimaphysik.txt ├── kohlekraftwerk.txt ├── krane.txt ├── languageDesign.md ├── londonAirAmb.txt ├── luftkampf.txt ├── maja-goepel.txt ├── marija.txt ├── milanFragen.txt ├── mosaic-nautisch.txt ├── mosaic-science-2.txt ├── mosaic-science.txt ├── neubauWendlingenUlm.txt ├── nick.txt ├── nixus.txt ├── nuclearWeapons-part1.md ├── nuclearWeapons-part2.md ├── nuclearreactors.txt ├── osirisRex.md ├── ozeane.md ├── perlan.md ├── pittsS12Bau.txt ├── prinoth.txt ├── processor-design-lex.txt ├── processor-design.txt ├── ptb-si-abgeleitete.png ├── ptb-si.txt ├── ptb-zeit.txt ├── qc-programming.txt ├── quantunTron.md ├── s12Bau.txt ├── sar.txt ├── schott.txt ├── schwertransport.txt ├── servicerobotik.txt ├── socio-technical.txt ├── stahlherstellung.md ├── superconductivity.md ├── technikfolgenabschaetzung.md ├── tomcat.txt ├── volo.txt ├── w7x.txt ├── wasserkraftwerke-voith.md └── zarm.txt ├── limbo ├── airbus-hamburg-beluga.md ├── bahncargo.txt ├── beluga.txt ├── cfk.md ├── dispatchUndOp.txt ├── ith.txt ├── mack.txt ├── polizeihubschrauber.txt ├── rockkonzerte.txt └── yascha.txt └── open ├── deutsch ├── ILS.txt ├── climeworks.txt ├── extra.txt ├── liebherrMCCtec.txt └── vermessung.txt └── english ├── awacs.txt ├── beamDump.txt ├── computationalSocialScience.md ├── f117.txt ├── systems-modeling-f1.txt ├── systems-modeling.txt └── vanGent.txt /.gitignore: -------------------------------------------------------------------------------- 1 | .DS_Store 2 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omegataupodcast/episode-prep/HEAD/README.md -------------------------------------------------------------------------------- /closed/ALICE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omegataupodcast/episode-prep/HEAD/closed/ALICE.txt -------------------------------------------------------------------------------- /closed/ATCHeathrow.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omegataupodcast/episode-prep/HEAD/closed/ATCHeathrow.txt -------------------------------------------------------------------------------- /closed/ATCRadar.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omegataupodcast/episode-prep/HEAD/closed/ATCRadar.md -------------------------------------------------------------------------------- /closed/ArmstrongHistotical.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omegataupodcast/episode-prep/HEAD/closed/ArmstrongHistotical.md -------------------------------------------------------------------------------- /closed/CERNcomputing.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omegataupodcast/episode-prep/HEAD/closed/CERNcomputing.txt -------------------------------------------------------------------------------- /closed/EulenundGreifvoegel.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omegataupodcast/episode-prep/HEAD/closed/EulenundGreifvoegel.txt -------------------------------------------------------------------------------- /closed/FusionContinued.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omegataupodcast/episode-prep/HEAD/closed/FusionContinued.txt -------------------------------------------------------------------------------- /closed/ICU_EmergencyCare.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omegataupodcast/episode-prep/HEAD/closed/ICU_EmergencyCare.txt -------------------------------------------------------------------------------- /closed/LKA.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omegataupodcast/episode-prep/HEAD/closed/LKA.txt -------------------------------------------------------------------------------- /closed/ShuttleAchievements.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omegataupodcast/episode-prep/HEAD/closed/ShuttleAchievements.md -------------------------------------------------------------------------------- /closed/VLBIandEHT.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omegataupodcast/episode-prep/HEAD/closed/VLBIandEHT.txt -------------------------------------------------------------------------------- /closed/airbus-cfk-stade.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omegataupodcast/episode-prep/HEAD/closed/airbus-cfk-stade.md -------------------------------------------------------------------------------- /closed/alexanderMueller.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omegataupodcast/episode-prep/HEAD/closed/alexanderMueller.txt -------------------------------------------------------------------------------- /closed/anaesthesie.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omegataupodcast/episode-prep/HEAD/closed/anaesthesie.txt -------------------------------------------------------------------------------- /closed/animal.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omegataupodcast/episode-prep/HEAD/closed/animal.txt -------------------------------------------------------------------------------- /closed/apache.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omegataupodcast/episode-prep/HEAD/closed/apache.txt -------------------------------------------------------------------------------- /closed/atlas-jenni.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omegataupodcast/episode-prep/HEAD/closed/atlas-jenni.txt -------------------------------------------------------------------------------- /closed/atlasscience.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omegataupodcast/episode-prep/HEAD/closed/atlasscience.txt -------------------------------------------------------------------------------- /closed/atomkraftwerkssteuerung.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omegataupodcast/episode-prep/HEAD/closed/atomkraftwerkssteuerung.md -------------------------------------------------------------------------------- /closed/attributionscience.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omegataupodcast/episode-prep/HEAD/closed/attributionscience.txt -------------------------------------------------------------------------------- /closed/aufzuege.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omegataupodcast/episode-prep/HEAD/closed/aufzuege.txt -------------------------------------------------------------------------------- /closed/awake.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omegataupodcast/episode-prep/HEAD/closed/awake.txt -------------------------------------------------------------------------------- /closed/bepi.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omegataupodcast/episode-prep/HEAD/closed/bepi.txt -------------------------------------------------------------------------------- /closed/bewusstseinBeiRaben.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omegataupodcast/episode-prep/HEAD/closed/bewusstseinBeiRaben.txt -------------------------------------------------------------------------------- /closed/bgi.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omegataupodcast/episode-prep/HEAD/closed/bgi.txt -------------------------------------------------------------------------------- /closed/biomasse-kraftwerk.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omegataupodcast/episode-prep/HEAD/closed/biomasse-kraftwerk.txt -------------------------------------------------------------------------------- /closed/blockchains.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omegataupodcast/episode-prep/HEAD/closed/blockchains.txt -------------------------------------------------------------------------------- /closed/bookintro.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omegataupodcast/episode-prep/HEAD/closed/bookintro.txt -------------------------------------------------------------------------------- /closed/bradykinin.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omegataupodcast/episode-prep/HEAD/closed/bradykinin.txt -------------------------------------------------------------------------------- /closed/bushpilot.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omegataupodcast/episode-prep/HEAD/closed/bushpilot.txt -------------------------------------------------------------------------------- /closed/cobraBallEye.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omegataupodcast/episode-prep/HEAD/closed/cobraBallEye.txt -------------------------------------------------------------------------------- /closed/crispr.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omegataupodcast/episode-prep/HEAD/closed/crispr.md -------------------------------------------------------------------------------- /closed/developerDSLs.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omegataupodcast/episode-prep/HEAD/closed/developerDSLs.rst -------------------------------------------------------------------------------- /closed/ecmwf.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omegataupodcast/episode-prep/HEAD/closed/ecmwf.txt -------------------------------------------------------------------------------- /closed/eelt-control.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omegataupodcast/episode-prep/HEAD/closed/eelt-control.txt -------------------------------------------------------------------------------- /closed/effelsberg.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omegataupodcast/episode-prep/HEAD/closed/effelsberg.txt -------------------------------------------------------------------------------- /closed/epudemiologischeModellierung.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omegataupodcast/episode-prep/HEAD/closed/epudemiologischeModellierung.txt -------------------------------------------------------------------------------- /closed/ethereum.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omegataupodcast/episode-prep/HEAD/closed/ethereum.txt -------------------------------------------------------------------------------- /closed/existentialRisk.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omegataupodcast/episode-prep/HEAD/closed/existentialRisk.txt -------------------------------------------------------------------------------- /closed/exp.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omegataupodcast/episode-prep/HEAD/closed/exp.txt -------------------------------------------------------------------------------- /closed/f-18.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omegataupodcast/episode-prep/HEAD/closed/f-18.txt -------------------------------------------------------------------------------- /closed/f35testing.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omegataupodcast/episode-prep/HEAD/closed/f35testing.txt -------------------------------------------------------------------------------- /closed/fahrsimulator.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omegataupodcast/episode-prep/HEAD/closed/fahrsimulator.txt -------------------------------------------------------------------------------- /closed/fallschirmspringen.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omegataupodcast/episode-prep/HEAD/closed/fallschirmspringen.txt -------------------------------------------------------------------------------- /closed/forensicEngineering.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omegataupodcast/episode-prep/HEAD/closed/forensicEngineering.txt -------------------------------------------------------------------------------- /closed/geodaesie.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omegataupodcast/episode-prep/HEAD/closed/geodaesie.txt -------------------------------------------------------------------------------- /closed/gliderviper.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omegataupodcast/episode-prep/HEAD/closed/gliderviper.txt -------------------------------------------------------------------------------- /closed/heartblur.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omegataupodcast/episode-prep/HEAD/closed/heartblur.txt -------------------------------------------------------------------------------- /closed/heindl.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omegataupodcast/episode-prep/HEAD/closed/heindl.txt -------------------------------------------------------------------------------- /closed/heli.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omegataupodcast/episode-prep/HEAD/closed/heli.md -------------------------------------------------------------------------------- /closed/holcim.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omegataupodcast/episode-prep/HEAD/closed/holcim.txt -------------------------------------------------------------------------------- /closed/immun.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omegataupodcast/episode-prep/HEAD/closed/immun.txt -------------------------------------------------------------------------------- /closed/joost.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omegataupodcast/episode-prep/HEAD/closed/joost.txt -------------------------------------------------------------------------------- /closed/kaprun.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omegataupodcast/episode-prep/HEAD/closed/kaprun.md -------------------------------------------------------------------------------- /closed/klimaphysik.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omegataupodcast/episode-prep/HEAD/closed/klimaphysik.txt -------------------------------------------------------------------------------- /closed/kohlekraftwerk.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omegataupodcast/episode-prep/HEAD/closed/kohlekraftwerk.txt -------------------------------------------------------------------------------- /closed/krane.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omegataupodcast/episode-prep/HEAD/closed/krane.txt -------------------------------------------------------------------------------- /closed/languageDesign.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omegataupodcast/episode-prep/HEAD/closed/languageDesign.md -------------------------------------------------------------------------------- /closed/londonAirAmb.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omegataupodcast/episode-prep/HEAD/closed/londonAirAmb.txt -------------------------------------------------------------------------------- /closed/luftkampf.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omegataupodcast/episode-prep/HEAD/closed/luftkampf.txt -------------------------------------------------------------------------------- /closed/maja-goepel.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omegataupodcast/episode-prep/HEAD/closed/maja-goepel.txt -------------------------------------------------------------------------------- /closed/marija.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omegataupodcast/episode-prep/HEAD/closed/marija.txt -------------------------------------------------------------------------------- /closed/milanFragen.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omegataupodcast/episode-prep/HEAD/closed/milanFragen.txt -------------------------------------------------------------------------------- /closed/mosaic-nautisch.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omegataupodcast/episode-prep/HEAD/closed/mosaic-nautisch.txt -------------------------------------------------------------------------------- /closed/mosaic-science-2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omegataupodcast/episode-prep/HEAD/closed/mosaic-science-2.txt -------------------------------------------------------------------------------- /closed/mosaic-science.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omegataupodcast/episode-prep/HEAD/closed/mosaic-science.txt -------------------------------------------------------------------------------- /closed/neubauWendlingenUlm.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omegataupodcast/episode-prep/HEAD/closed/neubauWendlingenUlm.txt -------------------------------------------------------------------------------- /closed/nick.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omegataupodcast/episode-prep/HEAD/closed/nick.txt -------------------------------------------------------------------------------- /closed/nixus.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omegataupodcast/episode-prep/HEAD/closed/nixus.txt -------------------------------------------------------------------------------- /closed/nuclearWeapons-part1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omegataupodcast/episode-prep/HEAD/closed/nuclearWeapons-part1.md -------------------------------------------------------------------------------- /closed/nuclearWeapons-part2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omegataupodcast/episode-prep/HEAD/closed/nuclearWeapons-part2.md -------------------------------------------------------------------------------- /closed/nuclearreactors.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omegataupodcast/episode-prep/HEAD/closed/nuclearreactors.txt -------------------------------------------------------------------------------- /closed/osirisRex.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omegataupodcast/episode-prep/HEAD/closed/osirisRex.md -------------------------------------------------------------------------------- /closed/ozeane.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omegataupodcast/episode-prep/HEAD/closed/ozeane.md -------------------------------------------------------------------------------- /closed/perlan.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omegataupodcast/episode-prep/HEAD/closed/perlan.md -------------------------------------------------------------------------------- /closed/pittsS12Bau.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omegataupodcast/episode-prep/HEAD/closed/pittsS12Bau.txt -------------------------------------------------------------------------------- /closed/prinoth.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omegataupodcast/episode-prep/HEAD/closed/prinoth.txt -------------------------------------------------------------------------------- /closed/processor-design-lex.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omegataupodcast/episode-prep/HEAD/closed/processor-design-lex.txt -------------------------------------------------------------------------------- /closed/processor-design.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omegataupodcast/episode-prep/HEAD/closed/processor-design.txt -------------------------------------------------------------------------------- /closed/ptb-si-abgeleitete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omegataupodcast/episode-prep/HEAD/closed/ptb-si-abgeleitete.png -------------------------------------------------------------------------------- /closed/ptb-si.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omegataupodcast/episode-prep/HEAD/closed/ptb-si.txt -------------------------------------------------------------------------------- /closed/ptb-zeit.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omegataupodcast/episode-prep/HEAD/closed/ptb-zeit.txt -------------------------------------------------------------------------------- /closed/qc-programming.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omegataupodcast/episode-prep/HEAD/closed/qc-programming.txt -------------------------------------------------------------------------------- /closed/quantunTron.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omegataupodcast/episode-prep/HEAD/closed/quantunTron.md -------------------------------------------------------------------------------- /closed/s12Bau.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omegataupodcast/episode-prep/HEAD/closed/s12Bau.txt -------------------------------------------------------------------------------- /closed/sar.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omegataupodcast/episode-prep/HEAD/closed/sar.txt -------------------------------------------------------------------------------- /closed/schott.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omegataupodcast/episode-prep/HEAD/closed/schott.txt -------------------------------------------------------------------------------- /closed/schwertransport.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omegataupodcast/episode-prep/HEAD/closed/schwertransport.txt -------------------------------------------------------------------------------- /closed/servicerobotik.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omegataupodcast/episode-prep/HEAD/closed/servicerobotik.txt -------------------------------------------------------------------------------- /closed/socio-technical.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omegataupodcast/episode-prep/HEAD/closed/socio-technical.txt -------------------------------------------------------------------------------- /closed/stahlherstellung.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omegataupodcast/episode-prep/HEAD/closed/stahlherstellung.md -------------------------------------------------------------------------------- /closed/superconductivity.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omegataupodcast/episode-prep/HEAD/closed/superconductivity.md -------------------------------------------------------------------------------- /closed/technikfolgenabschaetzung.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omegataupodcast/episode-prep/HEAD/closed/technikfolgenabschaetzung.md -------------------------------------------------------------------------------- /closed/tomcat.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omegataupodcast/episode-prep/HEAD/closed/tomcat.txt -------------------------------------------------------------------------------- /closed/volo.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omegataupodcast/episode-prep/HEAD/closed/volo.txt -------------------------------------------------------------------------------- /closed/w7x.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omegataupodcast/episode-prep/HEAD/closed/w7x.txt -------------------------------------------------------------------------------- /closed/wasserkraftwerke-voith.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omegataupodcast/episode-prep/HEAD/closed/wasserkraftwerke-voith.md -------------------------------------------------------------------------------- /closed/zarm.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omegataupodcast/episode-prep/HEAD/closed/zarm.txt -------------------------------------------------------------------------------- /limbo/airbus-hamburg-beluga.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omegataupodcast/episode-prep/HEAD/limbo/airbus-hamburg-beluga.md -------------------------------------------------------------------------------- /limbo/bahncargo.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omegataupodcast/episode-prep/HEAD/limbo/bahncargo.txt -------------------------------------------------------------------------------- /limbo/beluga.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omegataupodcast/episode-prep/HEAD/limbo/beluga.txt -------------------------------------------------------------------------------- /limbo/cfk.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omegataupodcast/episode-prep/HEAD/limbo/cfk.md -------------------------------------------------------------------------------- /limbo/dispatchUndOp.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omegataupodcast/episode-prep/HEAD/limbo/dispatchUndOp.txt -------------------------------------------------------------------------------- /limbo/ith.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omegataupodcast/episode-prep/HEAD/limbo/ith.txt -------------------------------------------------------------------------------- /limbo/mack.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omegataupodcast/episode-prep/HEAD/limbo/mack.txt -------------------------------------------------------------------------------- /limbo/polizeihubschrauber.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omegataupodcast/episode-prep/HEAD/limbo/polizeihubschrauber.txt -------------------------------------------------------------------------------- /limbo/rockkonzerte.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omegataupodcast/episode-prep/HEAD/limbo/rockkonzerte.txt -------------------------------------------------------------------------------- /limbo/yascha.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omegataupodcast/episode-prep/HEAD/limbo/yascha.txt -------------------------------------------------------------------------------- /open/deutsch/ILS.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omegataupodcast/episode-prep/HEAD/open/deutsch/ILS.txt -------------------------------------------------------------------------------- /open/deutsch/climeworks.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omegataupodcast/episode-prep/HEAD/open/deutsch/climeworks.txt -------------------------------------------------------------------------------- /open/deutsch/extra.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omegataupodcast/episode-prep/HEAD/open/deutsch/extra.txt -------------------------------------------------------------------------------- /open/deutsch/liebherrMCCtec.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omegataupodcast/episode-prep/HEAD/open/deutsch/liebherrMCCtec.txt -------------------------------------------------------------------------------- /open/deutsch/vermessung.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omegataupodcast/episode-prep/HEAD/open/deutsch/vermessung.txt -------------------------------------------------------------------------------- /open/english/awacs.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omegataupodcast/episode-prep/HEAD/open/english/awacs.txt -------------------------------------------------------------------------------- /open/english/beamDump.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omegataupodcast/episode-prep/HEAD/open/english/beamDump.txt -------------------------------------------------------------------------------- /open/english/computationalSocialScience.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omegataupodcast/episode-prep/HEAD/open/english/computationalSocialScience.md -------------------------------------------------------------------------------- /open/english/f117.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omegataupodcast/episode-prep/HEAD/open/english/f117.txt -------------------------------------------------------------------------------- /open/english/systems-modeling-f1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omegataupodcast/episode-prep/HEAD/open/english/systems-modeling-f1.txt -------------------------------------------------------------------------------- /open/english/systems-modeling.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omegataupodcast/episode-prep/HEAD/open/english/systems-modeling.txt -------------------------------------------------------------------------------- /open/english/vanGent.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omegataupodcast/episode-prep/HEAD/open/english/vanGent.txt --------------------------------------------------------------------------------