Skip to content

Instantly share code, notes, and snippets.

@inigoalonso
Created August 10, 2018 13:38
Show Gist options
  • Save inigoalonso/4c7abbadebdf7e78ad65d731e0029c47 to your computer and use it in GitHub Desktop.
Save inigoalonso/4c7abbadebdf7e78ad65d731e0029c47 to your computer and use it in GitHub Desktop.
Accelerator
Accelerator
LEBT
Destination MEBT -> MEBT
Destination DTL2 -> DTL2
Destination DTL4 -> DTL4
Destination Spokes -> Spokes
Destination MBL -> MBL
Destination Dump -> Dump
Destination Target -> Target
Envelope Probe Beam -> LEBT - Probe Beam
LEBT - No Beam
LEBT - Probe Beam
MEBT
Destination LEBT -> LEBT
Destination DTL2 -> DTL2
Destination DTL4 -> DTL4
Destination Spokes -> Spokes
Destination MBL -> MBL
Destination Dump -> Dump
Destination Target -> Target
Probe Beam2
DTL2
DTL4
Spokes
MBL
Dump
Target
Production
function render(model){
let current_state_name = model.active_states[0].name;
return $("h1",
{style: {color: "darkBlue"}},
`The current state is: ${current_state_name}`);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment