-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathabout.html
executable file
·244 lines (236 loc) · 10.5 KB
/
about.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
<!DOCTYPE html>
<html>
<head>
<title>About</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="keywords" content="Truck Responsive web template, Bootstrap Web Templates, Flat Web Templates, Andriod Compatible web template,Smartphone Compatible web template, free webdesigns for Nokia, Samsung, LG, SonyErricsson, Motorola web design" />
<script type="application/x-javascript"> addEventListener("load", function() { setTimeout(hideURLbar, 0); }, false); function hideURLbar(){ window.scrollTo(0,1); } </script>
<!-- bootstarp-css -->
<link href="css/bootstrap.css" rel="stylesheet" type="text/css" media="all" />
<!--// bootstarp-css -->
<!-- css -->
<link rel="stylesheet" href="css/style.css" type="text/css" media="all" />
<!--// css -->
<script src="js/jquery-1.11.1.min.js"></script>
<!--fonts-->
<link href='http://fonts.useso.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,800,700,600' rel='stylesheet' type='text/css'>
<!--/fonts-->
<link href="css/animate.css" rel="stylesheet" type="text/css" media="all">
<script src="js/wow.min.js"></script>
<script>
new WOW().init();
</script>
<!--start-smoth-scrolling-->
<script type="text/javascript" src="js/move-top.js"></script>
<script type="text/javascript" src="js/easing.js"></script>
<script type="text/javascript">
jQuery(document).ready(function($) {
$(".scroll").click(function(event){
event.preventDefault();
$('html,body').animate({scrollTop:$(this.hash).offset().top},900);
});
});
</script>
<!--start-smoth-scrolling-->
</head>
<body>
<!-- banner -->
<div id="home" class="banner a-banner">
<!-- container -->
<div class="container">
<div class="header">
<div class="head-logo">
<a href="index.html"><img src="images/logo.png" alt="" /></a>
</div>
<div class="top-nav">
<span class="menu"><img src="images/menu.png" alt=""></span>
<ul class="nav1">
<li class="hvr-sweep-to-bottom"><a href="index.html">Home<i><img src="images/nav-but1.png" alt=""/></i></a></li>
<li class="hvr-sweep-to-bottom active"><a href="about.html">About<i><img src="images/nav-but2.png" alt=""/></i></a></li>
<li class="hvr-sweep-to-bottom"><a href="services.html">Services<i><img src="images/nav-but3.png" alt=""/></i></a></li>
<li class="hvr-sweep-to-bottom"><a href="blog.html">News<i><img src="images/nav-but4.png" alt=""/></i></a></li>
<li class="hvr-sweep-to-bottom"><a href="mail.html">Mail Us<i><img src="images/nav-but5.png" alt=""/></i></a></li>
<div class="clearfix"> </div>
</ul>
<!-- script-for-menu -->
<script>
$( "span.menu" ).click(function() {
$( "ul.nav1" ).slideToggle( 300, function() {
// Animation complete.
});
});
</script>
<!-- /script-for-menu -->
</div>
<div class="clearfix"> </div>
</div>
</div>
<!-- //container -->
</div>
<!-- //banner -->
<!-- about -->
<div class="about-top">
<!-- container -->
<div class="container">
<div class="about-info wow fadeInLeft animated" data-wow-delay="0.4s" style="visibility: visible; -webkit-animation-delay: 0.4s;">
<h3>About Us</h3>
<h5>Data Sources:
<span>https://data.gov.au/dataset/oil-and-gas-pipelines-of-australia</span>
<span>OSM australia </span></h5>
</div>
<div class="banner-bottom-grids a-banner-bottom-grids">
<div class="col-md-5 banner-bottom-right wow fadeInRight animated animated" data-wow-delay="0.5s" style="visibility: visible; -webkit-animation-delay: 0.5s;">
<img src="images/img1.jpg" alt="">
</div>
<div class="col-md-7 a-banner-bottom-text">
<div class="jumbotron banner-bottom-left wow fadeInLeft animated animated" data-wow-delay="0.5s" style="visibility: visible; -webkit-animation-delay: 0.5s;">
<h3>Illuminate Prospecting</h3>
<h5>In the future integrate huginn, create a data pipeline to do ETL</h5>
<p>Our data ingestion stage involves acquiring data from remote sources, pre-processing them and storing them in a staging location.
From there, our applications will have their setup code designed to take data from the staging location and make use of them for analysis.
Our staging location atm will be AWS. In the future, this staging location could be extended to database service like PostGIS or MonetDB or whatever.
Remote sources include any stable location. It's preferable for there to be a stable location, or some direct API access.
Pre-processing can mean producing formats that we would like. Like acquiring geojson.
</p>
</div>
</div>
<div class="clearfix"> </div>
</div>
</div>
<!-- //container -->
</div>
<!-- //about -->
<!-- about-bottom -->
<div class="about-bottom">
<!-- container -->
<div class="container">
<h3 class="wow fadeInRight animated" style="visibility: visible;">A new generation of Tunnel Mining</h3>
<div class="about-bottom-grids">
<div class="col-md-6 about-bottom-left wow fadeInLeft animated animated" data-wow-delay="0.5s" style="visibility: visible; -webkit-animation-delay: 0.5s;">
<h4>Tunnel mining for precious metal</h4>
<p>In a tunnel mining operation, assessment of ore quality in the tunnel, guides the drilling direction.
Currently this assessment involves geologists manually analysing images taken at the drill.
<span>We developed an algorithm to use image data to automatically derive ore quality, and support faster decision making for mining managers and geologists in the context of tunnel mining.
</span>
</p>
</div>
<div class="col-md-6 about-bottom-left about-bottom-right wow fadeInRight animated animated" data-wow-delay="0.5s" style="visibility: visible; -webkit-animation-delay: 0.5s;">
<h4>Ore quality assessment while tunneling</h4>
<p>Images at various cross sections of the tunnel can help to establish 3D ore distribution map.
<span>From which favourable drilling direction can be determined.</span>
</p>
</div>
<div class="clearfix"> </div>
</div>
</div>
<!-- //container -->
</div>
<!-- //about-bottom -->
<!-- team -->
<div class="team">
<!-- container -->
<div class="container">
<div class="team-info">
<h3 class="wow bounceIn animated" data-wow-delay="0.4s" style="visibility: visible; -webkit-animation-delay: 0.4s;">Meet Our Team</h3>
<div class="team-grids">
<div class="col-md-3 team-grid wow bounceIn animated" data-wow-delay="0.4s" style="visibility: visible; -webkit-animation-delay: 0.4s;">
<img src="images/b8.jpg" alt="">
<h6>Roger Qiu</h6>
<p>Founder of Matrix AI</p>
</div>
<div class="col-md-3 team-grid wow bounceIn animated" data-wow-delay="0.4s" style="visibility: visible; -webkit-animation-delay: 0.4s;">
<img src="images/b9.jpg" alt="">
<h6>Jack Zhang</h6>
<p>Engineer at FEI</p>
</div>
<div class="col-md-3 team-grid wow bounceIn animated" data-wow-delay="0.4s" style="visibility: visible; -webkit-animation-delay: 0.4s;">
<img src="images/b7.jpg" alt="">
<h6>Thomas Li</h6>
<p>Applied mathematics PhD student at the Australian National University</p>
</div>
<div class="col-md-3 team-grid wow bounceIn animated" data-wow-delay="0.4s" style="visibility: visible; -webkit-animation-delay: 0.4s;">
<img src="images/b9.jpg" alt="">
<h6>Jack Zhang</h6>
<p>Engineer at FEI</p>
</div>
<div class="clearfix"> </div>
</div>
</div>
</div>
<!-- //container -->
</div>
<!-- //team -->
<!-- footer -->
<div class="footer">
<!-- container -->
<div class="container">
<div class="col-md-6 footer-left wow fadeInLeft animated" data-wow-delay="0.4s" style="visibility: visible; -webkit-animation-delay: 0.4s;">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="services.html">Services</a></li>
<li><a href="blog.html">News</a></li>
<li><a href="mail.html">Mail Us</a></li>
</ul>
<form>
<input type="text" placeholder="Email" required="">
<input type="submit" value="Subscribe">
</form>
</div>
<div class="col-md-3 footer-middle wow bounceIn animated" data-wow-delay="0.4s" style="visibility: visible; -webkit-animation-delay: 0.4s;">
<h3>Address</h3>
<div class="address">
<p>23 Taunton Road,
<span>Hurstville, NSW 2200</span>
</p>
</div>
<div class="phone">
<p>+(61) 420 925 975</p>
</div>
</div>
<div class="col-md-3 footer-right wow fadeInRight animated" data-wow-delay="0.4s" style="visibility: visible; -webkit-animation-delay: 0.4s;">
<a href="#"><img src="images/logo.png" alt="" /></a>
<p>illuminate your ore</p>
</div>
<div class="clearfix"> </div>
</div>
<!-- //container -->
</div>
<!-- //footer -->
<div class="copyright">
<!-- container -->
<div class="container">
<div class="copyright-left wow fadeInLeft animated" data-wow-delay="0.4s" style="visibility: visible; -webkit-animation-delay: 0.4s;">
<p>Copyright © 2017.Company name All rights reserved.</p>
</div>
<div class="copyright-right wow fadeInRight animated" data-wow-delay="0.4s" style="visibility: visible; -webkit-animation-delay: 0.4s;">
<ul>
<li><a href="#" class="twitter"> </a></li>
<li><a href="#" class="twitter facebook"> </a></li>
<li><a href="#" class="twitter chrome"> </a></li>
<li><a href="#" class="twitter pinterest"> </a></li>
<li><a href="#" class="twitter linkedin"> </a></li>
<li><a href="#" class="twitter dribbble"> </a></li>
</ul>
</div>
<div class="clearfix"> </div>
<script type="text/javascript">
$(document).ready(function() {
/*
var defaults = {
containerID: 'toTop', // fading element id
containerHoverID: 'toTopHover', // fading element hover id
scrollSpeed: 1200,
easingType: 'linear'
};
*/
$().UItoTop({ easingType: 'easeOutQuart' });
});
</script>
<a href="#home" id="toTop" class="scroll" style="display: block;"> <span id="toTopHover" style="opacity: 1;"> </span></a>
</div>
<!-- //container -->
</div>
</body>
</html>