Make /_config/*.jst use ES6 superclass calls, fix failure to await the superclass...
[challenger_site.git] / prelaunch_concerns.html.jst
1 return async env => {
2   let navbar = await _require('/navbar.jst')
3
4   await navbar(
5     env,
6     // head
7     async _out => {},
8     // body
9     async _out => {
10       h1 {'Pre-launch Concerns'}
11
12       p {'The day before Challenger’s planned launch, Allan McDonald received a phone call from one of his employees about a forecast of 18 degrees F (-8 degrees C) in an area near the KSC. McDonald was concerned about this temperature for the reasons above, and he organised an assessment by the Martin Thiokol engineers. He also organised a teleconference with the engineers, Martin Thiokol’s program management, and NASA’s management. The engineers recommended that the launch not commence below 53 degrees F (11 degrees C), because it was not qualified to do so (it hadn’t been tested before). NASA and Program Management wanted to go ahead with the launch, and the Vice President of SRB programs from Martin Thiokol ordered a reevaluation, and told NASA that the launch was safe at the projected temperature, while the engineers disagreed. NASA accepted this but required it in writing. Allan McDonald refused to sign it, but the Vice-President of engineering did. '}
13       img.center-block(src="/images/al_mc.jpg" height="400px") {}
14       p{'The reason NASA pushed to get the launch to happen as soon as possible was probably because of the many delays the mission had already had, and NASA wanted to prove its 24 mission a year target was still within reach.'}
15
16
17     },
18     // scripts
19     async _out => {}
20   )
21 }