-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathportfolio.html
288 lines (285 loc) · 17.7 KB
/
portfolio.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
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html;charset=UTF-8" />
<meta charset="utf-8" />
<title>Quickbird | Portfolio</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<link rel="apple-touch-icon" href="pages/ico/60.png">
<link rel="apple-touch-icon" sizes="76x76" href="pages/ico/76.png">
<link rel="apple-touch-icon" sizes="120x120" href="pages/ico/120.png">
<link rel="apple-touch-icon" sizes="152x152" href="pages/ico/152.png">
<link rel="icon" type="image/x-icon" href="favicon.ico" />
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-touch-fullscreen" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="default">
<meta content="Quickbird Portfolio" name="description" />
<meta content="Animesh Mishra" name="author" />
<!-- BEGIN PLUGINS -->
<link href="plugins/pace/pace-theme-flash.css" rel="stylesheet" type="text/css" />
<link href="plugins/bootstrap/css/bootstrap.min.css" rel="stylesheet" type="text/css" />
<link href="plugins/font-awesome/css/font-awesome.css" rel="stylesheet" type="text/css" />
<link href="plugins/swiper/css/swiper.css" rel="stylesheet" type="text/css" media="screen" />
<!-- END PLUGINS -->
<!-- BEGIN PAGES CSS -->
<link class="main-stylesheet" href="pages/css/pages.css" rel="stylesheet" type="text/css" />
<link class="main-stylesheet" href="pages/css/pages-icons.css" rel="stylesheet" type="text/css" />
<!-- END PAGES CSS -->
<!-- BEGIN QUICKBIRD SCRIPTS -->
<script type="text/javascript" src="scripts/js/custom.js"></script>
<script type="text/javascript" src="http://maps.googleapis.com/maps/api/js"></script>
<script type="text/javascript" src="scripts/js/map.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
<link type="text/css" href="scripts/css/main.css" rel="stylesheet" />
<!-- END QUICKBIRD SCRIPTS -->
</head>
<body>
<!-- BEGIN HEADER -->
<nav class="header bg-header transparent-dark " data-pages="header" data-pages-header="autoresize" data-pages-resize-class="dark">
<div class="container relative">
<!-- BEGIN LEFT CONTENT -->
<div class="pull-left">
<!-- .header-inner Allows to vertically Align elements to the Center-->
<div class="header-inner">
<!-- BEGIN LOGO -->
<a href="http://www.quickbird.uk"><img src="assets/logos/full/blue/blue-200px.png" width="158" height="45" data-src-retina="assets/logos/full/blue/blue-400px.png" class="logo" alt=""></a>
<a href="http://www.quickbird.uk"><img src="assets/logos/full/white/logo-200px.png" width="158" height="45" data-src-retina="assets/logos/full/white/logo-400px.png" class="alt" alt=""></a>
</div>
</div>
<!-- BEGIN HEADER TOGGLE FOR MOBILE & TABLET -->
<div class="pull-right">
<div class="header-inner">
<div class="visible-sm-inline visible-xs-inline menu-toggler pull-right p-l-10" data-pages="header-toggle" data-pages-element="#header">
<div class="one"></div>
<div class="two"></div>
<div class="three"></div>
</div>
</div>
</div>
<!-- END HEADER TOGGLE FOR MOBILE & TABLET -->
<!-- BEGIN RIGHT CONTENT -->
<div class="menu-content mobile-dark pull-right clearfix" data-pages-direction="slideRight" id="header">
<!-- BEGIN HEADER CLOSE TOGGLE FOR MOBILE -->
<div class="pull-right">
<a href="#" class="padding-10 visible-xs-inline visible-sm-inline pull-right m-t-10 m-b-10 m-r-10" data-pages="header-toggle" data-pages-element="#header">
<i class=" pg-close_line"></i>
</a>
</div>
<!-- END HEADER CLOSE TOGGLE FOR MOBILE -->
<!-- BEGIN MENU ITEMS -->
<div class="header-inner">
<ul class="menu">
<li>
<a href="index.html">Home </a>
</li>
<li>
<a href="portfolio.html" class="active">Portfolio</a>
</li>
<li>
<a href="anywave.html">AnyWave</a>
</li>
<li>
<a href="about.html">About Us</a>
</li>
<li>
<a href="http://blog.quickbird.uk/">Blog</a>
</li>
</ul>
</div>
<!-- END MENU ITEMS -->
</div>
</div>
</nav>
<!-- END HEADER -->
<!-- BEGIN JUMBOTRON -->
<section class="jumbotron demo-custom-height-1 full-width"
data-pages-bg-image="assets/images/hero3.jpg" data-pages="parallax" data-bg-overlay="black" data-overlay-opacity="0.4">
<div class="inner full-height">
<div class="container-xs-height full-height">
<div class="col-xs-height col-middle text-left">
<div class="container">
<div class="col-sm-6 col-sm-offset-3 sm-m-t-30 sm-p-t-20 sm-p-b-20">
<h1 class="light text-center text-white xs-p-t-30 sm-p-b-30">
Digital solutions led by clarity, simplicity & honesty
</h1>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- END JUMBOTRON -->
<section class="p-b-50 p-t-50">
<div class="container">
<div class="panel panel-transparent">
<ul class="nav nav-tabs nav-tabs-simple nav-tabs bg-white" id="project-tabs">
<li class="active">
<a data-toggle="tab" href="#one">Forestry Management</a>
</li>
<li>
<a data-toggle="tab" href="#two">Engineering</a>
</li>
<li>
<a data-toggle="tab" href="#three">Health & Safety</a>
</li>
</ul>
<div class="tab-content bg-white">
<div class="row p-l-20 p-r-20 p-b-20 p-t-5 xs-no-padding tab-pane fade in active" id="one">
<div class="col-md-11">
<div>
<h5 class="font-montserrat text-uppercase fs-14 hint-text">Apremavi <b>|</b> Brazil</h5>
<h1>“You are telling me we can gather real-time data on illegal deforestation in the rainforest without endangering our staff....WOW!”</h1>
<br>
<div class="row">
<div class="col-sm-6">
<h6 class="block-title">Client</h6>
<p>Apremavi is an environmental NGO based in Brazil and is safeguarding and restoring the Upper Itajaí Valley area of the South American Atlantic rainforest.</p>
</div>
<div class="col-sm-6">
<h6 class="block-title">Objectives</h6>
<p>To precisely map and quantify the advance or retreat of the forest in the Upper Itajal Valley. Lack of government funding means the client is unable to accurately report on their main area of concern.</p>
</div>
</div>
<br>
<br>
<div class="reset">
<div class="project-map">
<iframe width='100%' height='350' frameborder='0' src='https://greenuav.cartodb.com/viz/d39ac1cc-1387-11e4-a879-0e230854a1cb/embed_map' allowfullscreen webkitallowfullscreen mozallowfullscreen oallowfullscreen msallowfullscreen></iframe>
</div>
</div>
<br>
<br>
<p>
Quickbird used UAVs for taking aerial images and employed state-of-the-art GIS technology to:
<br>
<ul class="achievements">
<li>
Produce in-depth reports on forest locales to <b class="highlight-blue">enable better understanding of problems</b> when compared to traditional satelite imagery,
</li>
<li>
Generate <b class="highlight-blue">high-resoultion land use maps</b> in the region to be used for spatial analysis and planning,
</li>
<li>
<b class="highlight-blue">Recommend best land management practices</b> based on the data gathered,
</li>
<li>
Provide <b class="highlight-blue">insights and analysis reports</b> on the fluid state of illegal deforestation, agricultural land use, urban development and forest cover
</li>
</ul>
</p>
</div>
</div>
</div>
<div class="row p-l-20 p-r-20 p-b-20 p-t-5 xs-no-padding tab-pane fade in" id="two">
<div class="col-md-11">
<div>
<h5 class="font-montserrat text-uppercase fs-14 hint-text">Duro Felguera <b>|</b> Spain</h5>
<h1>“It saved us a ton of time and money that we have otherwise spent on them laser scanners.”</h1>
<br>
<div class="row">
<div class="col-sm-6">
<h6 class="block-title">Client</h6>
<p>Duro Felguera</p>
</div>
<div class="col-sm-6">
<h6 class="block-title">Objectives</h6>
<p>To estimate the volume of coal extracted out a mine</p>
</div>
</div>
<br>
<p>
The stereo images captured by Quickbird drones were postprocessed and pressed through a photogrammetry software to calculate heights and estimate coal volume. The correction between points in each pair of stereo images was done manually to reduce error.
<ul class="achievements">
<li>
A <b class="highlight-blue">very-high resolution(5 cm) spatial model</b> was generated
</li>
<li>
Our <b class="highlight-blue">optically calibrated cameras</b> ensured high fidelity data capture
</li>
<li>
Manual correction was applied to shadows/building during post-processing to deliver an <b class="highlight-blue">accurate dataset</b>
</li>
<li>
Deliverables, including point cloud and digital elevation models, could easily be used with industry-standard GIS software such as <b class="highlight-blue">ArcMap/ArcGIS, AutoCAD and 3DSMax</b>
</li>
</ul>
</p>
<br>
<br>
<div class="reset">
<div class="project-map">
<img src="assets/images/coal.png" width="100%">
</div>
</div>
</div>
</div>
</div>
<div class="row p-l-20 p-r-20 p-b-20 p-t-5 xs-no-padding tab-pane fade in" id="three">
<div class="col-md-11">
<div>
<h5 class="font-montserrat text-uppercase fs-14 hint-text">Gaia <b>|</b> Spain</h5>
<h1>“Aerial scans of the forest helped us identify issues faster and optimize data collection.”</h1>
<br>
<div class="row">
<div class="col-sm-6">
<h6 class="block-title">Client</h6>
<p>Gaia</p>
</div>
<div class="col-sm-6">
<h6 class="block-title">Objectives</h6>
<p>To track, geolocate and tag health & safety issues on trekking trails</p>
</div>
</div>
<br>
<p>
Quickbird UAVs survey the forest, evaluate the quality of the environment surrounding the trail and estimate the severity of the problem. The drone imagery advised the ground-level data collection following the scans and a database was generated to organize teamwork and visualize all the findings.
</p>
<br>
<br>
<div class="reset">
<div class="project-map">
<img src="assets/images/trail.jpg" width="100%">
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- BEGIN FOOTER -->
<section class="p-b-55 p-t-75 xs-p-b-20 bg-master-darker ">
<div class="container">
<a href="http://www.b-seen.biz"><img src="assets/logos/support/bseen-logo.png" alt="bseen logo" class="support-logo" id="bseen"></a>
<a href="http://www.entrepreneurial-spark.com"><img src="assets/logos/support/espark-logo.png" alt="espark logo" class="support-logo" id="espark"></a>
<a href="http://www.climate-kic.org"><img src="assets/logos/support/climate-logo.png" alt="climate kic logo" class="support-logo" id="ckic"></a>
<a href="https://developers.arcgis.com/en/startups/"><img src="assets/logos/support/esri-logo.png" alt="rackspace logo" class="support-logo" id="esri"></a>
<a href="https://intranet.birmingham.ac.uk/as/employability/ei/enterprise/index.aspx"><img src="assets/logos/support/birmingham-logo.png" alt="birmingham uni logo" class="support-logo" id="ei"></a>
<a href="http://www.rackspace.com"><img src="assets/logos/support/rackspace-logo.png" alt="rackspace logo" class="support-logo" id="rackspace"></a>
<br /><br /><br />
<p class="fs-12 hint-text p-t-10 text-white">
Heimdall Ltd<br/>
Registered in England & Wales | Registration No. 09301940 | VAT Registration GB203856419<br/>
Registered Address | 7 Saunton Way, Birmingham B29 6QH
</p>
<p class="fs-12 hint-text p-t-10 text-white">Copyright © 2015. All Rights Reserved </p>
</div>
</section>
<!-- END FOOTER -->
<!-- BEGIN VENDOR JS -->
<script type="text/javascript" src="plugins/jquery/jquery-1.11.1.min.js"></script>
<script type="text/javascript" src="plugins/swiper/js/swiper.jquery.min.js"></script>
<script type="text/javascript" src="plugins/velocity/velocity.min.js"></script>
<script type="text/javascript" src="plugins/velocity/velocity.ui.js"></script>
<script type="text/javascript" src="plugins/jquery-unveil/jquery.unveil.min.js"></script>
<!-- END VENDOR JS -->
<!-- BEGIN PAGES FRONTEND LIB -->
<script type="text/javascript" src="pages/js/pages.frontend.js"></script>
<!-- END PAGES LIB -->
<!-- BEGIN YOUR CUSTOM JS -->
<script type="text/javascript" src="scripts/js/custom.js"></script>
<!-- END PAGES LIB -->
</body>
</html>