1
1
< html >
2
- < head >
3
- < meta charset ='UTF-8 '>
2
+ < head >
3
+ < meta charset ='UTF-8 '>
4
4
< script src ='https://cdnjs.cloudflare.com/ajax/libs/lodash.js/4.6.1/lodash.min.js '> </ script >
5
5
< script src ='https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js '> </ script >
6
6
< script src ='https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.4.20/p5.min.js '> </ script >
14
14
< script src ='exampleNeuronNets.js '> </ script >
15
15
< script src ='sketch.js '> </ script >
16
16
< script src ='userDomInteractions.js '> </ script >
17
- < link rel ='shortcut icon ' type ='image/x-icon ' href ='favicon.ico ' />
18
- < link rel ='stylesheet ' type ='text/css ' href ='style.css '>
19
- < link href ='https://fonts.googleapis.com/css?family=Roboto ' rel ='stylesheet ' type ='text/css '>
20
- < title > Neural Playground</ title >
21
- </ head >
17
+ < link rel ='shortcut icon ' type ='image/x-icon ' href ='favicon.ico ' />
18
+ < link rel ='stylesheet ' type ='text/css ' href ='style.css '>
19
+ < link href ='https://fonts.googleapis.com/css?family=Roboto ' rel ='stylesheet ' type ='text/css '>
20
+ < title > Neural Playground</ title >
21
+ </ head >
22
22
23
- < body >
24
- < div id ='control-panel '>
25
- < div id ='neuron-placement ' class ='column-left active ' data-state ='neuronPlacement '>
26
- < p > Place/Delete Neurons</ p >
27
- Neuron Type:
28
- < select id ='neuronType '>
29
- < option value ='normal '> Normal</ option >
30
- < option value ='character '> Character</ option >
31
- < option value ='negative '> Negative</ option >
32
- < option value ='timer '> Timer</ option >
33
- < option value ='note '> Note</ option >
34
- </ select > < br >
23
+ < body >
24
+ < div id ='control-panel '>
25
+ < div id ='neuron-placement ' class ='column-left active ' data-state ='neuronPlacement '>
26
+ < p > Place/Delete Neurons</ p >
27
+ Neuron Type:
28
+ < select id ='neuronType '>
29
+ < option value ='normal '> Normal</ option >
30
+ < option value ='character '> Character</ option >
31
+ < option value ='negative '> Negative</ option >
32
+ < option value ='timer '> Timer</ option >
33
+ < option value ='note '> Note</ option >
34
+ </ select > < br >
35
35
36
- < span id ='activationLevelSpan '>
37
- Activation Level:
38
- < input type ='number ' name ='quantity ' min ='1 ' max ='36 ' value ='2 ' id ='activationLevel '>
39
- </ span >
36
+ < span id ='activationLevelSpan '>
37
+ Activation Level:
38
+ < input type ='number ' name ='quantity ' min ='1 ' max ='36 ' value ='2 ' id ='activationLevel '>
39
+ </ span >
40
40
41
- < span id ='timerInputSpan ' hidden >
42
- Timer in Seconds:
43
- < input type ='number ' min ='.25 ' max ='10 ' value ='1 ' step ='.25 ' id ='timerActivationInput '>
44
- Times
45
- < input type ='number ' min ='-1 ' max ='500 ' placeholder ='-1 for forever ' step ='1 ' id ='timesInput '>
46
- </ span >
41
+ < span id ='timerInputSpan ' hidden >
42
+ Timer in Seconds:
43
+ < input type ='number ' min ='.25 ' max ='10 ' value ='1 ' step ='.25 ' id ='timerActivationInput '>
44
+ Times
45
+ < input type ='number ' min ='-1 ' max ='500 ' placeholder ='-1 for forever ' step ='1 ' id ='timesInput '>
46
+ </ span >
47
47
48
- < span id ='noteInputSpan ' hidden >
49
- < a target ="_blank " href ='https://newt.phys.unsw.edu.au/jw/graphics/notesinvert.GIF '> Notes C1 - C8</ a > :
50
- < select id ='noteInput '>
51
- </ select >
52
- </ span >
53
- </ div >
48
+ < span id ='noteInputSpan ' hidden >
49
+ < a target ="_blank " href ='https://newt.phys.unsw.edu.au/jw/graphics/notesinvert.GIF '> Notes C1 - C8</ a > :
50
+ < select id ='noteInput '>
51
+ </ select >
52
+ </ span >
53
+ </ div >
54
54
55
- < div id ='connection-placement ' class ='column-center ' data-state ='connectionPlacement '>
56
- < p > Place/Delete Connections</ p >
57
- < input type ="radio " name ="connection " value ="one " checked > One-way connections< br >
58
- < input type ="radio " name ="connection " value ="two "> Two-way connections
59
- </ div >
55
+ < div id ='connection-placement ' class ='column-center ' data-state ='connectionPlacement '>
56
+ < p > Place/Delete Connections</ p >
57
+ < input type ="radio " name ="connection " value ="one " checked > One-way connections< br >
58
+ < input type ="radio " name ="connection " value ="two "> Two-way connections
59
+ </ div >
60
60
61
- < div id ='live-mode ' class ='column-right ' data-state ='live '>
62
- < p > Live Mode</ p >
63
- </ div >
64
- </ div >
61
+ < div id ='live-mode ' class ='column-right ' data-state ='live '>
62
+ < p > Live Mode</ p >
63
+ </ div >
64
+ </ div >
65
65
66
- < span id ='loadExamples '>
67
- Load Example:
68
- < select placeholder ='Select Example ' id ='exampleInput '>
69
- < option value ="" disabled selected > Select Example</ option >
70
- </ select >
71
- </ span >
72
- </ body >
73
- </ html >
66
+ < span id ='loadExamples '>
67
+ Load Example:
68
+ < select placeholder ='Select Example ' id ='exampleInput '>
69
+ < option value ="" disabled selected > Select Example</ option >
70
+ </ select >
71
+ </ span >
72
+ </ body >
73
+ </ html >
0 commit comments