-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.php
More file actions
70 lines (61 loc) · 2.82 KB
/
index.php
File metadata and controls
70 lines (61 loc) · 2.82 KB
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
<html>
<head>
<title>geofox</title>
<link rel="stylesheet" href="style.css" type="text/css" media="screen">
</head>
<body>
<div id="container">
<img src="geofox.png" width="801px" />
<div id="store">
<a href="#"><img src="android_badge.png" height="50px" /></a>
<a href="#"><img src="app_store_badge.png" height="50px" /></a>
</div>
<p>The geofox service and suite of mobile applications provide unique restaurant, entertainment, and other place recommendations
by comparing your past check-in history and interests with that of other users of the service. </p>
<table>
<tr>
<td><iframe width="350" height="263" src="http://www.youtube.com/embed/zy6llfxBB1Q?rel=0&showinfo=0" frameborder="0" allowfullscreen></iframe></td>
<td><iframe width="350" height="263" src="http://www.youtube.com/embed/KsJeV5skP6E?rel=0&showinfo=0" frameborder="0" allowfullscreen></iframe></td>
</tr>
<tr>
<td>Android Demo (beta)</td>
<td>iOS Demo (final)</td>
</tr>
</table>
<p>Portions of the geofox source code have been released on github.</p>
<ul>
<li><a href="https://github.com/mattcolf/geofox-android">Geofox Android Application</a>
<li><a href="https://github.com/mattcolf/geofox-service">Geofox Web Service</a>
</ul>
<p>This application was developed by students at the University of Michigan as part of a major design project. The final presentation
can be viewed on the <a href="http://inst-tech.engin.umich.edu/leccap/view/eecs497f10-f10-9eg7/11051">lecture capture system</a>
and the slides can be downloaded <a href="presentation.pdf">here</a>.</p>
</div>
<p id="powered">© 2009-<?=date("Y")?> geofox development group</p>
<a href="http://yelp.com"><img src="yelp.png" alt="Powered by Yelp"/></a>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-9117449-20']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
<script type="text/javascript">
var pkBaseURL = (("https:" == document.location.protocol) ? "https://stats.mattcolf.com/" : "http://stats.mattcolf.com/");
document.write(unescape("%3Cscript src='" + pkBaseURL + "piwik.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var piwikTracker = Piwik.getTracker(pkBaseURL + "piwik.php", 8);
piwikTracker.trackPageView();
piwikTracker.enableLinkTracking();
} catch( err ) {}
</script>
<noscript>
<p><img src="http://stats.mattcolf.com/piwik.php?idsite=7" style="border:0" alt="" /></p>
</noscript>
</body>
</html>