-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
48 lines (41 loc) · 2.4 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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>Princeton Alexa Prize by pralexa</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/github-dark.css">
<script src="javascripts/scale.fix.js"></script>
<script src="javascripts/http.js"></script>
<script src="javascripts/pixie.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="wrapper">
<header>
<h1>Princeton Alexa</h1>
<!--<div class="round-button"><div class="round-button-circle"><a onclick="startButton();" class="round-button">Start Pixie!!!</a></div></div>-->
<p>Team for Amazon's 2016-2017 <a href="https://developer.amazon.com/alexaprize">Alexa Prize Challenge</a></p>
<p class="view"><a href="https://github.com/pralexa">View the Project on GitHub <small>pralexa</small></a></p>
<ul>
<li class="single"><a href="https://github.com/pralexa/pralexa.github.io">View On <strong>GitHub</strong></a></li>
</ul>
</header>
<section>
<h3><a id="welcome-to-github-pages" class="anchor" href="#welcome-to-github-pages" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Our group page is under construction!</h3>
<p>We are a team of graduate students in Princeton's Computer Science Department participating in the Amazon Alexa Prize Challenge. Our team seeks to build a social chat bot that can carry on simple conversations with users. More to come! </p>
<h3><a id="welcome-to-github-pages" class="anchor" href="#welcome-to-github-pages" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Team</h3>
<b>Faculty Advisor:</b> <a href="https://www.cs.princeton.edu/~arora/">Prof. Sanjeev Arora</a><br>
<b>Team Members:</b> Alex Beatson, Ari Seff, Cyril Zhang, Daniel Suo, Davit Buniatyan, Holden Lee, Jason Ge, Karan Singh, Kiran Vodrahalli, Misha Khodak, Nikunj Saunshi, Niranjani Prasad, and Oluwatosin Adewale.
</section>
</div>
<footer>
<p>Copyright 2017 Princeton University</a></p>
</footer>
<!--[if !IE]><script>fixScale(document);</script><![endif]-->
</body>
</html>