-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
284 lines (249 loc) · 12.3 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
---
---
<!DOCTYPE html>
<html>
<head>
<title>basiux - Benevolent Artificial Super Intelligence User eXperience</title>
<meta charset="utf-8" />
<meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport">
<link rel="shortcut icon" href="favicon.ico">
<!-- Bootstrap 3-->
<link href="css/bootstrap.min.css" rel="stylesheet" media="screen">
<!-- Google Fonts -->
<link href='https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,700,900,200italic,300italic,400italic,600italic,700italic,900italic|Roboto+Condensed:300italic,400italic,700italic,400,300,700' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Roboto+Condensed:300italic,400italic,700italic,400,300,700' rel='stylesheet' type='text/css'>
<!-- Template Styles -->
<link href="css/style.css" rel="stylesheet" media="screen">
<link href="mariox/showai.css" rel="stylesheet" media="screen">
<link href="css/fix-youtube-iframe.css" rel="stylesheet" media="screen">
</head>
<body>
<nav class="navbar navbar-default" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-ex1-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<!--Replace text with your app name or logo image-->
<a class="navbar-brand" href="#"><img src="img/blue_eye.svg" height="16"> basiux</a>
</div>
<div class="collapse navbar-collapse navbar-ex1-collapse">
<ul class="nav navbar-nav">
<li><a onclick="$('header').animatescroll({padding:71});">Start</a></li>
<li><a onclick="$('.mariox').animatescroll({padding:71});">mariox</a></li>
<li><a onclick="$('.goal').animatescroll({padding:71});">Goal</a></li>
<li><a onclick="$('.detail').animatescroll({padding:71});">Details</a></li>
<li><a onclick="$('.features').animatescroll({padding:71});">Features</a></li>
<li><a onclick="$('.meetup').animatescroll({padding:71});">Meet Up</a></li>
<li><a onclick="$('.bottom').animatescroll({padding:71});">More</a></li>
</ul>
</div>
</div>
</nav>
<header>
<div class="container">
<div class="row">
<div class="col-md-12">
<h1>B.A.S.I.U.X.</h1>
<p class="lead">Benevolent Artificial Super Intelligence User eXperience</p>
Don't mind the mountain.
</div>
</div>
</div>
</div>
</header>
<section class="mariox" id="mariox">
<div class="container">
<div class="row">
<div class="col-md-offset-2 col-md-8">
<h1>Meet Mariox (beta).</h1>
<h2><a href="http://talk.cregox.com/t/thanks-to-mari-o-time-to-focus-on-ai/7653">It's being played by a <a href="https://www.reddit.com/r/IAmA/comments/3xqcrk/im_ken_stanley_artificial_intelligence_professor/cy7ce3c/"><b>neat</b></a> A.i.</a> in your machine!</h2>
<!-- NEAT stands for NeuroEvolution of Augmenting Topologies. What it does is generate a bunch of small sort-of-random artificial brains (called "artificial neural networks") in your computer. Say 100 of them. Because they're all sort of random, they are pretty terrible at doing anything. Let's say we ask them to drive a robot through a maze. Because they're terrible, most will crash almost right away. But some will crash just a bit farther out than others. For those - the ones that do better - NEAT will allow them to have offspring - new little brains that will also try to guide the robot. These offspring will be slightly different from their parents (as offspring are also on Earth), so some might even be better. As NEAT keeps playing this game, it also allows some mutations to cause the brains to grow (that's the "augmenting" part of NEAT) so they can become more complex over evolution. If you let NEAT play this game for a long time (which is basically evolution), then the brains gradually get better and perhaps more complex (if it helps them get better) sort of like what we saw happen in natural evolution (well, at least metaphorically). Eventually we may see a robot that knows how to navigate a maze, evolved fully by NEAT without a human programmer needed. That's the basic idea: an algorithm to evolve increasingly complex artificial neural networks. NEAT uses some tricks to make that possible (including historical marking and speciation), but that's the basic story. -->
<!--p>Buttons: <kbd>Z</kbd>, <kbd>X</kbd>, <kbd>Enter</kbd>, <kbd>Control</kbd> and <kbd>Arrows</kbd></p-->
<div id="emulator"></div>
<h1><a href="http://talk.cregox.com/c/basiux">Participate</a>! <a href="http://patreon.com/cregox">Contribute</a>!</h1>
<p>[<a href="https://fir.sh/projects/jsnes/">jsnes made by Ben Firshman</a>]</p>
<p>[<a href="https://www.youtube.com/watch?v=qv6UVOQ0F44">based on Mar I/O, made by Seth Bling</a>]</p>
<p>[<a href="https://github.com/basiux/basiux.github.io/tree/master/mariox">github source</a>]</p>
</div>
</div>
</div>
</section>
<section class="goal" id="goal">
<div class="container">
<div class="row">
<div class="col-md-12">
<h1>Goal: Super Intelligence.</h1>
<p class="lead">We want to create a self learning algorithm <br> so it can bring us all into human kind next step.</p>
<a href="http://talk.cregox.com/c/basiux">Go to cregox talk</a> for more chatting.
<br><br>
<form action="http://talk.cregox.com/c/basiux" method="get" novalidate>
<button type="submit" class="btn btn-default">Sign up on cregox talk</button>
</form>
</div>
</div>
</div>
</section>
<section class="detail" id="details">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="row">
<div class="col-md-offset-1 col-md-10">
{% capture roadmap %}{% include_relative roadmap.md %}{% endcapture %}
{{ roadmap | markdownify }}
<br><br>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="features" id="features">
<div class="container">
<div class="row">
<div class="col-md-4">
<a href="http://blog.cregox.com/2015/12/26/the-next-ai-poca-lips.html">
<div class="circle"><i class="icon-bookmark"></i></div>
<h2>Writing a Novel</h2>
<p>
"The next Ai-poca-lips" is a sci fi about a future not so distant.
Read it on!
</p>
</a>
</div>
<div class="col-md-4">
<div class="circle"><i class="icon-keypad"></i></div>
<h2>What's up with the name?</h2>
<p>
We shot for a 6-letter name wich had an available .com
and wasn't significantly used already. ;P
</p>
</div>
<div class="col-md-4">
<div class="circle"><i class="icon-like"></i></div>
<h2>Spread the love!</h2>
<p>
The more people we get talking about this,
the more likely we can accelerate the process.
</p>
</div>
</div>
</div>
</section>
<!--section class="social">
<div class="container">
<div class="row">
<div class="col-md-12">
<h2>Connect with us</h2>
<a class="icon-facebook" href="http://facebook.com/basiux"></a>
<a class="icon-twitter" href="http://twitter.com/basiux"></a>
<a class="icon-google" href="http://google.com/+basiux"></a>
</div>
</div>
</div>
</section-->
<section class="meetup" id="meetup">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="row">
<br><br><br>
<div class="col-md-offset-1 col-md-10">
{% capture meetup %}{% include_relative meetup.md %}{% endcapture %}
{{ meetup | markdownify }}
<br><br>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="bottom" id="more">
<div class="container">
<div class="row">
<!--div class="col-md-12">
<h1>Avaialable now on the App Store</h1>
<p class="lead">Lorem ipsum dolor sit amet, consectetur adipisicing elit</p>
<button type="button" class="app-store"></button>
</div-->
<div class="col-md-12">
<h4><a href="http://basiux.org">This is a <b>non-profit</b> organization</a></h4>
<hr />
<ul>
<li><a href="mailto:[email protected]">Contact</a></li>
<li>
<a href="http://twitter.com/basiux">Twitter</a>
/ <a href="http://facebook.com/basiux">Facebook</a>
/ <a href="http://google.com/+basiux">Google Plus</a>
</li>
<li>
<a href="http://basiux.slack.com">Slack</a>
/ <a href="http://gitter.im/basiux">Gitter</a>
</li>
<li><a href="https://groups.google.com/forum/#!forum/basiux">Forums</a></li>
<li><a href="https://angel.co/basiux">Angel.co</a></li>
<li><a href="http://github.com/basiux">GitHub</a></li>
<!--li><a href="#link-here">Press</a></li>
<li><a href="#link-here">Support</a></li>
<li><a href="#link-here">Developers</a></li>
<li><a href="#link-here">Privacy</a></li-->
</ul>
</div>
</div>
<div class="row">
<br><br><!-- lazy, I know -->
<a href="http://cregox.com">made by cregox</a>
</div>
</div>
</section>
<script src="js/jquery.js"></script>
<script src="js/fix-jquery-getscript.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/animatescroll.js"></script>
<script src="js/scripts.js"></script>
<script src="js/retina.min.js"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-4687862-11', 'auto');
ga('send', 'pageview');
</script>
<!--script src="lib/jquery-1.4.2.min.js" type="text/javascript" charset="utf-8"></script-->
<script src="jsnes/lib/dynamicaudio-min.js" type="text/javascript" charset="utf-8"></script>
<script src="jsnes/source/nes.js" type="text/javascript" charset="utf-8"></script>
<script src="jsnes/source/utils.js" type="text/javascript" charset="utf-8"></script>
<script src="jsnes/source/cpu.js" type="text/javascript" charset="utf-8"></script>
<script src="jsnes/source/keyboard.js" type="text/javascript" charset="utf-8"></script>
<script src="jsnes/source/mappers.js" type="text/javascript" charset="utf-8"></script>
<script src="jsnes/source/papu.js" type="text/javascript" charset="utf-8"></script>
<script src="jsnes/source/ppu.js" type="text/javascript" charset="utf-8"></script>
<script src="jsnes/source/rom.js" type="text/javascript" charset="utf-8"></script>
<script src="jsnes/source/ui.js" type="text/javascript" charset="utf-8"></script>
<script src="jsnes/lib/jsnes.js"></script>
<script type="text/javascript" charset="utf-8">
var nes;
$(function() {
nes = new JSNES({
'ui': $('#emulator').JSNESUI({
"Homebrew": [
['Concentration Room', 'roms/croom/croom.nes'],
['LJ65', 'roms/lj65/lj65.nes'],
],
"Working": [
['Super Mario Bros.', 'jsnes/Super Mario Bros. (Japan, USA).nes'],
],
})
});
jQuery.getScript("mariox.js");
});
</script>
<!--[if IE]>
<script type="text/vbscript" src="source/jsnes-ie-hacks.vbscript"></script>
<![endif]-->
</html>