-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathaviation-remote.html
140 lines (117 loc) · 8.35 KB
/
aviation-remote.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
137
138
139
140
<!DOCTYPE HTML>
<html lang="en">
<head>
<title>CITRIS and the Banatao Institute at 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">
<!-- NAVIGATION: Controlled by HTML snippet in snippets/nav.html -->
<nav id="nav"></nav>
<!-- Banner -->
<span class="image featured">
</span>
<!-- Main -->
<div id="main-wrapper">
<div id="main" class="container">
<div class="row">
<div class="12u">
<div class="content">
<article class="box page-content">
<section>
<h2 class="major2">Aviation and Remote Sensing</h2>
<!-- <img class="left" src="/images/kelpfire/Fire.jpg" width="50%" alt=""> -->
<p>
CITRIS Aviation specializes in gathering scientific data using unmanned aerial vehicles and
satellites, especially in the fields of landscape ecology and agriculture. We emphasize through
research, consultation and courses developing practical solutions, promoting the use of timely
aerial data, and understanding information.
</p>
<br />
<div>
<h2>KelpFire</h2>
<p>
KelpFire studies how coastal wildfires deliver sediments and carbon into ocean
ecosystems, including National Marine Sanctuaries and the unique kelp-based
ecosystems. Over four years a team of geospatial experts at NASA Jet Propulsion
Laboratory, Woods Hole Oceanographic Institute, UCLA and led by Dr. Erin Hestir and
colleagues at UC Merced will train the next generation of diverse NASA innovators and
advance understanding and forecasting of wildfire on the California coast. The
multidisciplinary research focuses on several wildfire impacted watersheds along the
California coast.
</p>
<a class='button' href="/kelpfire.html" target = "_blank">Learn More</a>
</div>
<br />
<div>
<h2>BioSCape: Biodiversity Survey of the Cape</h2>
<p>
Through cross-disciplinary research, NASA is conducting its first biodiversity field
campaign by assembling airborne imageing spectroscopy, LIDAR, and field observations of
a critical and highly diverse area of the world, the South African Greater Cape Floristic
Region’s coastal and marine environments. Dr. Erin Hestir co-directs the program that is
designed to engage scholars from South Africa and to improve understanding of the
distribution and abundance of biodiversity, the role of biodiversity in ecosystem function,
and the impacts of biodiversity change on ecosystem services.
</p>
<a class='button' href="https://www.bioscape.io/" target = "_blank" >Learn More</a>
</div>
<br />
<div>
<h2>AquaWatch</h2>
<p>
The quality of freshwater resources is a concern shared by humanity across the world, vital
to preserving agriculture, ecosystems, and our communities. UC Merced and UC Davis
have teamed up with CSIRO Australia to join an international constellation of space and
ground sensor systems integrated into a near-real time space-based IoT system to deliver
timely water information to those that need it most. Using California as a key pilot site for
development, UC Merced is leading research that will inform sensor development and data
integration from ground-based sensors, space-based sensors, advanced analytics, and
predictive modeling to delivery decision-ready information to end-users.
</p>
<a class='button' href="https://www.csiro.au/en/about/challenges-missions/aquawatch" target = "_blank">Learn More</a>
</div>
<br />
<div>
<h2>Center of Excellence</h2>
<p>
The UC Merced campus is distinguished as the UC Center of Excellence on Unmanned Aircraft System
(UAS) Safety, offering expertise and ensuring regulatory compliance for UAS operations
across the entire University of California system. The Center is authorized to grant certain forms
of approval for UAS operations in the US via the Federal Aviation Administration. The UC
Center of Excellence on UAS Safety specializes in dedicated training for operators, researchers
and technical users.
</p>
<a class='button' href="https://www.ucop.edu/safety-and-loss-prevention/environmental/program-resources/unmanned-aircraft-systems-safety.html" target = "_blank">Learn More</a>
</div>
<br />
</section>
</article>
</div>
</div>
</div>
</div>
</div>
<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 () {
$("#nav").load("../snippets/nav.html"); /*Navigation: Controlled by HTML snippet in snippets/nav.html*/
$("#navPanel").load("snippets/nav.html"); /*Navigation: Controlled by HTML snippet in snippets/nav.html*/
$("#footer").load("snippets/footer.html"); /*FOOTER: Controlled by HTML snippet in snippets/footer.html*/
});
</script>
</body>
</html>