Created
August 10, 2018 13:38
-
-
Save inigoalonso/4c7abbadebdf7e78ad65d731e0029c47 to your computer and use it in GitHub Desktop.
Accelerator
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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