-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
136 lines (117 loc) · 6.72 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
<!DOCTYPE html>
<!-- Fonts -->
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="apple-touch-icon" sizes="57x57" href="/images/favicon/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="/images/favicon/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="/images/favicon/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="/images/favicon/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="/images/favicon/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="/images/favicon/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="/images/favicon/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="/images/favicon/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="/images/favicon/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="/images/favicon/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="/images/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="/images/favicon/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="/images/favicon/favicon-16x16.png">
<link rel="manifest" href="/images/favicon/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="/images/favicon/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<title>Project CI</title>
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700" rel="stylesheet">
<link rel="stylesheet" href="style.css">
<!-- Bootstrap -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.6/css/bootstrap.min.css" integrity="sha384-rwoIResjU2yc3z8GV/NPeZWAv56rSmLldC3R/AZzGRnGxQQKnKkoFVhFQhNUwEyJ" crossorigin="anonymous">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<nav class="navbar navbar-toggleable-md navbar-light bg-faded fixed-top">
<button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<a class="navbar-brand" href="#banner">Project-CI</a>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mr-auto">
<li class="nav-item">
<a class="nav-link" href="#banner">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#projects">Projects</a>
</li>
</ul>
</div>
</nav>
<img class="banner img-fluid" src="images/d1.png" alt="P+AIR" id="banner">
<div class="title container" id="about">
<h2 class="display-2">Project-CI</h2>
</div>
<div class="subtitle container">
<h3></h3>
</div>
<div class="pair-copy container">
<div class="row">
<div col="col"></div>
<p class="lead col-xl-3 col-lg-3 col-md-3 col-sm-4">
Project-CI is devoted to advancing the research and design of people-centric AI system.
</p>
<p class="col-xl-6 col-lg-6 col-md-6 col-sm-8">
We're interested in the full spectrum of human interaction with machine intelligence, from supporting people to understanding everyday experiences with AI and its implications. Our goal is to do fundamental research, implement new algorithms and create frameworks for design in order to drive a humanistic approach to artificial intelligence and supporting in advancing the state of the art. And we want to be as open as possible: we’re building an open source decentralized data sharing platform where everyone can share any kind of data thereby prividing a marketplace for data owners and developers.
</p>
<div col="col"></div>
</div>
</div>
<hr class="separator">
<div class="heading container" id="projects">
<h3>Projects</h3>
</div>
<div class="projects container">
<div class="projects-cards row">
<div class="project-card col-lg-6 col-md-12 col-sm-12">
<a href="" target="_blank">
<p class="lead lev2 col-lg-3 col-md-4 col-sm-12"></p>
</a>
<p class="lev2 col-lg-offset-1 col-lg-8 col-md-8 col-sm-12"></p>
<p class="lev2 link-set col-lg-offset-1 col-lg-8 col-md-8 col-sm-12"><a href="" target="blank_">Demo Page</a> <a href="" target="blank_">Github Repository</a></p>
</div>
<div class="project-card col-lg-6 col-md-12 col-sm-12">
<a href="" target="_blank">
<p class="lead lev2 col-lg-3 col-md-4 col-sm-12"></p>
</a>
<p class="lev2 col-lg-offset-1 col-lg-8 col-md-8 col-sm-12"></p>
<p class="lev2 link-set col-lg-offset-1 col-lg-8 col-md-8 col-sm-12"><a href="" target="blank_">Demo Page</a> <a href="" target="blank_">Github Repository</a> <a href="" target="blank_">Paper</a></p>
</div>
<div class="project-card col-lg-6 col-md-12 col-sm-12">
<a href="" target="_blank">
<p class="lead lev2 col-lg-3 col-md-4 col-sm-12"></p>
</a>
<p class="lev2 col-lg-offset-1 col-lg-8 col-md-8 col-sm-12"></p>
<p class="lev2 link-set col-lg-offset-1 col-lg-8 col-md-8 col-sm-12"><a href="" target="blank_">Demo Page</a> <a href="">Github Repository</a></p>
</div>
</div>
</div>
</body>
<footer class="footer">
<div class="container footer-lockup">
<div class="row">
<div class="col-xl-1 col-lg-2 col-md-2 col-sm-3">
© 2018
</div>
<div class="col">
<p><a href="https://ci-ai.github.io" target="blank_" class="text-muted">AI Research Initiative</a> 
<a href="https://github.com/ci-ai" target="blank_" class="text-muted">Source on Github</a></p>
</div>
</div>
</div>
</footer>
</html>