forked from citris-ucmerced/citris
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresearch.html
130 lines (123 loc) · 6.43 KB
/
research.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
<!DOCTYPE HTML>
<html>
<head>
<title>CITRIS @ UC Merced</title>
<link rel="icon" href="images/favicon.png">
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!--[if lte IE 8]><script src="assets/js/ie/html5shiv.js"></script><![endif]-->
<link rel="stylesheet" href="assets/css/main.css" />
<!--[if lte IE 8]><link rel="stylesheet" href="assets/css/ie8.css" /><![endif]-->
</head>
<body class="homepage">
<div id="page-wrapper">
<!-- Header -->
<header id="header">
<div class="logo container">
<div>
<h1 id="logo">Research</h1>
</div>
</div>
</header>
<!-- Nav -->
<nav id="nav">
<a href="index">
<img style="position:absolute; z-index: 100000; margin: .5em 0em 0em .5em; float:left; height:36px; width:243px"
class="image featured" src="images/logo.png" />
</a>
<ul>
<li>
<a href="about">About</a>
<ul>
<li>
<a href="initiatives">Initiatives</a>
<li>
<li>
<a href="activities">Activities</a>
<ul>
<li>
<a href="activities#mac">Mobile App Challenge</a>
</li>
<li>
<a href="activities#atd">Ag Tech Day</a>
</li>
<li>
<a href="activities#fit">Frontiers in Technology</a>
</li>
<li>
<a href="activities#cad">Cyber Aware Day</a>
</li>
</ul>
</li>
<li>
<a href="people">People</a>
</li>
</ul>
</li>
<li>
<a href="news">News</a>
</li>
<li>
<a href="events">Events</a>
<ul>
<li>
<a href="events">Upcoming Events</a>
</li>
<li>
<a href="archive">Archived Events</a>
</li>
</ul>
</li>
<li>
<a href="research">Research</a>
<ul>
<li>
<a href="seed-grants">Seed Grants</a>
</li>
<li>
<a href="projects">Projects</a>
</li>
</ul>
</li>
<li>
<a href="aviation">Aviation</a>
</li>
<li>
<a href="donate">Donate</a>
</li>
</ul>
</nav>
<!-- Main -->
<div id="main-wrapper">
<div id="main" class="container">
<div class="row">
<div class="12u">
<div class="content">
<p>
CITRIS and the Banatao Institute bring together hundreds of affiliated faculty members and students to generate social and economic impact. Together with more than 70 public and private collaborators, we are shaping the future of technology in ways that cross traditional boundaries. Sustainable solutions for society's complex infrastructure, governance, and economic needs will be found at the intersection of diverse disciplines - each working together in the spirit of the University of California's ingenuity and public mission. Building on a 15-year record of success, CITRIS and the Banatao Institute are uniquely positioned to discover and accelerate these interdisciplinary innovations for the benefit of California and the world.
Our faculty and students gain the opportunity to see firsthand where technological needs and markets are headed and can bring their expertise to bear on these challenges. In turn, industrial and institutional partners gain access to leading-edge research at one of the top public university systems in the world, along with the ability to recruit outstanding students and place visiting fellows or entrepeneurs in CITRIS-affiliated research labs.
Our research initiatives apply deep expertise to emerging frontiers of information technology: Sustainable Infrastructures, People and Robots, Connected Communities, and Health. Several themes cut across all four initiatives, including opportunities in data analytics, attention to resilience strategies, and a global lens on IT applications. Our focus on solving complex, large-scale challenges exemplifies the interdisciplinary mission and strengths of CITRIS and the Banatao Institute.
</p>
</div>
</div>
</div>
</div>
</div>
<!-- Footer: Controlled by HTML snippet in snippets/footer.html-->
<div id="footer"></div>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.dropotron.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/skel-viewport.min.js"></script>
<script src="assets/js/util.js"></script>
<!--[if lte IE 8]><script src="assets/js/ie/respond.min.js"></script><![endif]-->
<script src="assets/js/main.js"></script>
<script>
$(function () {
$("#footer").load("snippets/footer.html"); /*Footer: Controlled by HTML snippet in snippets/footer.html*/
});
</script>
</body>
</html>