This repository was archived by the owner on Mar 18, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
65 lines (58 loc) · 3.31 KB
/
index.html
File metadata and controls
65 lines (58 loc) · 3.31 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
<!DOCTYPE html>
<html>
<head>
<title>Cornell Open Data Initiative</title>
<link rel="stylesheet" type="text/css" href="./css/bootstrap.css">
<link rel="stylesheet" type="text/css" href="./css/style.css">
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script type="text/javascript" src="./js/bootstrap.min.js"></script>
</head>
<body>
<nav class="navbar navbar-default">
<div class="container">
<div class="logo">
<a href="/"><h1>CODI:</h1><h3> Cornell Open Data Initiative</h3></a>
<div class="navbar-datasets">
<a href="./pages/eventsdata.html"><h3>Event Data</h3></a>
<a href="./pages/tcatdata.html"><h3>TCAT Data</h3></a>
<a href="./pages/mapdata.html"><h3>Map Data</h3></a>
</div>
</div>
</div>
</nav>
<div class="content">
<h2>About CODI</h2>
<p>The Cornell Open Data Initiative (CODI) is an attempt to create an open and easily accessible data repository for the Cornell community.</p>
<p>Many datasets such as admissions statistics, course offerings and dining hall menus are already available, but are inconsistent, malformed, or just plain hard to find. Providing better access to these data resources reduces the barriers to entry for designers and developers who wish to create applications to help the Cornell Community. By giving Cornellians the tools to better their community, CODI enables students to improve the quality of life for everyone on campus.</p>
Quick things:
<ul>
<li><p>CODI is open source <a href="http://www.github.com/cornell-data" target="_blank">on Github</a>. Please open issues for any bug reports, data requests or inquiries about helping out. Pull requests welcome!</p></li>
<li><p>We're <a href="https://twitter.com/cornelldata">on twitter</a> too! Reach out if you're having trouble/data requests/want to say hi.</p></li>
<li><p>The CODI API is currently in open beta. There may be a bit of instability and some changes to the API/data in the next couple of weeks.</p></li>
<li><p>CODI is supported by <a href="http://cusd.cornell.edu/" target="_blank">Cornell University Sustainable Design</a> and <a href="http://www.cuappdev.org/home" target="_blank">Cornell App Development</a>.</p></li>
</ul>
<h2>Stay Up-to-date</h2>
<iframe src="https://docs.google.com/forms/d/1gUc7ZSlI8wHV8dxZSd-Dn1sBr7g5vFSi-qPtiy7yuLY/viewform?embedded=true" width="100%" height="430" frameborder="0" marginheight="0" marginwidth="0">Loading...</iframe>
<h2>Contributors</h2>
A special thanks to:
<ul>
<li>Eric Morris (CUSD)</li>
<li>Eric Appel (CUAppDev)</li>
<li>Nikita Dubnov (CUSD)</li>
<li>Xinyi Wang</li>
<li>Rahul Madanahalli</li>
</ul>
</div>
<footer class="footer">
<div class="container">
<div class="footer-contents">
<h3>Brought to you by:</h3>
<a href="http://cusd.cornell.edu/" target="_blank"><img src="/img/CUSDLogo.jpg" height="30px">
<h5>Cornell University Sustainable Design</h5></a>
<a href="http://www.cuappdev.org/home" target="_blank"><img src="/img/cuappdevlogo.png" height="30px">
<h5>Cornell App Development</h5></a>
</div>
</div>
</footer>
</body>
</html>