-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathanalytics.html
More file actions
177 lines (153 loc) · 7.42 KB
/
analytics.html
File metadata and controls
177 lines (153 loc) · 7.42 KB
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
<!DOCTYPE html>
<html>
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>HealthStar Informatics</title>
<!--plugins-->
<link href="assets/css/plugins/plugins.css" rel="stylesheet">
<!--master slider-->
<link rel="stylesheet" href="assets/masterslider/style/masterslider.css"/>
<link href="assets/masterslider/skins/default/style.css" rel='stylesheet'>
<link href="assets/css/master-slider-custom.css" rel="stylesheet" type="text/css">
<!--cube portfolio-->
<link href="assets/cubeportfolio/css/cubeportfolio.min.css" rel='stylesheet'>
<!--Custom css-->
<link href="assets/css/style.css" rel="stylesheet">
</head>
<body data-spy="scroll">
<div id="preloader">
<div id="preloader-inner"></div>
</div><!--/preloader-->
<!--back to top-->
<a href="#" class="scrollToTop"><i class="ion-android-arrow-dropup-circle"></i></a>
<!--back to top end-->
<nav class="navbar navbar-toggleable-sm navbar-light search-header">
<div class="container">
<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 logo-scroll" href="index.html">
<img src="assets/img/myown_white_small.png" class=" visible-default" alt="">
</a>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="nav navbar-nav ml-auto smooth-scroll">
<li class="nav-item"><a class="nav-link" href="index.html#home"><i class="ion-home"></i> Home</a></li>
<li class="nav-item"><a class="nav-link" href="index.html#services"><i class="ion-settings"></i> Services</a></li>
<li class="nav-item"><a class="nav-link" href="index.html#about"><i class="ion-person-stalker"></i> About</a></li>
</ul>
</div>
</div>
</nav><!--nav end-->
<section id="content-region-3" class="padding-40 page-tree-bg">
<div class="container">
<h3 class="page-tree-text">
Services
</h3>
</div>
</section><!--page-tree end here-->
<div class="space-70"></div>
<div class="container">
<div class="row">
<div class="col-md-12">
<h4 class="heading-mini">
Analytics
</h4>
<p>
We are immersed in the overall field of data analytics and understand how data management, data visualization, data mining, and artificial intelligence techniques are critical to the analysis process and how these can be applied to solve real-world data challenges. Our established best practices enable the clients to collect, clean, and curate data for the purpose of analyzing trends, discovering patterns, and building mathematical-based decision models for well-reasoned decision support.
</p>
</div>
</div>
</div>
<div class="clearfix"></div>
<div class="clearfix"></div>
<div class="space-70"></div>
<div class="space-70"></div>
<div class="space-70"></div>
<div class="space-70"></div>
<div class="space-70"></div>
<section id="contact">
<div id="footer">
<div class="footer-copyright">
<div class="container">
<div class="row">
<div class="col-md-5 footer-logo">
<a href="index.html">
<img src="assets/img/myown_white_small.png" alt="">
</a>
</div>
<div class="col-md-4">
<p>© Copyright 2017. All right reserved</p>
</div>
<div class="col-md-3">
<p>11710 Plaza America Drive <br/> Suite 2000 <br/> Reston, VA 20190 <br/> (301)-395-6823</p>
</div>
</div>
</div>
</div>
</div><!--footer main end-->
</section>
<!-- jQuery plugins. -->
<script src="assets/js/plugins/plugins.js"></script>
<script src="assets/js/app.js"></script>
<!--page template scripts-->
<script src="assets/masterslider/masterslider.min.js"></script>
<script src="assets/js/masterslider-custom.js" type="text/javascript"></script>
<script src="assets/cubeportfolio/js/jquery.cubeportfolio.min.js"></script>
<script>
//auto close navbar-collapse on click a
$('a.nav-link').on('click', function () {
$('.navbar-toggler:visible').click();
});
(function ($, window, document, undefined) {
'use strict';
// init cubeportfolio
$('#js-grid-mosaic-flat').cubeportfolio({
filters: '#js-filters-mosaic-flat',
layoutMode: 'mosaic',
sortToPreventGaps: true,
mediaQueries: [{
width: 1500,
cols: 6
}, {
width: 1100,
cols: 4
}, {
width: 800,
cols: 3
}, {
width: 480,
cols: 2,
options: {
caption: '',
gapHorizontal: 15,
gapVertical: 15
}
}],
defaultFilter: '*',
animationType: 'fadeOutTop',
gapHorizontal: 0,
gapVertical: 0,
gridAdjustment: 'responsive',
caption: 'fadeIn',
displayType: 'fadeIn',
displayTypeSpeed: 100,
// lightbox
lightboxDelegate: '.cbp-lightbox',
lightboxGallery: true,
lightboxTitleSrc: 'data-title',
lightboxCounter: '<div class="cbp-popup-lightbox-counter">{{current}} of {{total}}</div>',
});
})(jQuery, window, document);
</script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-98102940-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>