-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpres.html
58 lines (32 loc) · 1.84 KB
/
pres.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
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen" />
<link rel="stylesheet" type="text/css" href="stylesheets/pygment_trac.css" media="screen" />
<link rel="stylesheet" type="text/css" href="stylesheets/print.css" media="print" />
<title>Projects</title>
</head>
<body>
<header>
<div class="container">
<h1>Projects</h1>
<h2></h2>
</div>
</header>
<div class="container">
<section id="main_content">
<p>Here is a presentation I gave at an R meetup talking about memory issues in R.</p>
<iframe src="http://prezi.com/embed/bt5u1eksgou6/?bgcolor=ffffff&lock_to_path=0&autoplay=0&autohide_ctrls=0&features=undefined&disabled_features=undefined" width="550" height="400" frameBorder="0" webkitAllowFullScreen mozAllowFullscreen allowfullscreen></iframe>
<br>
<p>Gerhard's PAWGOV presentation</p>
<iframe src="http://prezi.com/embed/9tyc6eph8h-x/?bgcolor=ffffff&lock_to_path=0&autoplay=0&autohide_ctrls=0&features=undefined&disabled_features=undefined&html5=1" width="550" height="400" frameBorder="0" webkitAllowFullScreen mozAllowFullscreen allowfullscreen></iframe>
<br>
<p>This is some thing I started working on trying to use R in ways that it should not be to recreaate the 2048 game along with some AI to play it for you.</p>
<iframe width='100%' height='300' src='http://www.r-fiddle.org/#/embed?id=aDmUgZQN&version=1' allowfullscreen='allowfullscreen' frameborder='0'></iframe>
<iframe width='100%' height='300' src='http://www.r-fiddle.org/#/embed?id=AhOsVU2C&version=1' allowfullscreen='allowfullscreen' frameborder='0'></iframe>
</section>
</div>
</body>
</html>