-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
234 lines (223 loc) · 12.8 KB
/
Copy pathindex.html
File metadata and controls
234 lines (223 loc) · 12.8 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
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
<!DOCTYPE HTML>
<!--
Hyperspace by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
Redesigned for BlueGranite by Colby Ford
-->
<html>
<head>
<title>BlueGranite | Open Source</title>
<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" />
<link rel="shortcut icon" href="favicon.ico">
<link rel="icon" href="favicon.ico">
<!--[if lte IE 9]><link rel="stylesheet" href="assets/css/ie9.css" /><![endif]-->
<!--[if lte IE 8]><link rel="stylesheet" href="assets/css/ie8.css" /><![endif]-->
</head>
<link href="https://fonts.googleapis.com/css?family=Open+Sans:400,700" rel="stylesheet">
<body>
<!-- Sidebar -->
<section id="sidebar">
<div class="inner">
<nav>
<ul>
<li><img src="images/white-tagline.svg" width=100%></li>
<li><a href="#intro">Welcome</a></li>
<li><a href="#one">Visualization</a></li>
<li><a href="#two">Training Repos</a></li>
<li><a href="#three">Get in touch</a></li>
<li><p style="text-align:center"><br>This site is the home for open-source BlueGranite resources and code.</p></li>
</ul>
</nav>
</div>
</section>
<!-- Wrapper -->
<div id="wrapper">
<!-- Intro -->
<section id="intro" class="wrapper style1 fullscreen fade-up">
<div class="inner">
<h1>BlueGranite | Open Source</h1>
<p>Transforming Your Enterprise through Data, Insights, & Analytics.</p>
<ul class="actions">
<li><a href="https://www.blue-granite.com/" class="button special" target="_blank">Main Site</a></li>
<li><a href="https://www.blue-granite.com/blog" class="button special" target="_blank">Blog</a></li>
<li><a href="https://www.blue-granite.com/contact-us" class="button special" target="_blank">Contact Us</a></li>
</ul>
</div>
</section>
<!-- One -->
<section id="one" class="wrapper style2 spotlights">
<section>
<a href="FlexDashboards/earthquakes.html" class="image" target="_blank"><img src="images/fijiearth.png" alt="" data-position="center center" /></a>
<div class="content">
<div class="inner">
<h2>flexdashboard</h2>
<p>flexdashboards allow users to create R dashboards using Markdown. Our example, <i>Fiji Earthquakes</i> is a sample R flexdashboard showing data from the R quakes dataset. It uses Leaflet, ThreeJS, and ggvis.</p>
<ul class="actions">
<li><a href="flex-dashboard.html" target="_blank" class="button">Learn more</a></li>
</ul>
</div>
</div>
</section>
<section>
<a href="LeafletMaps/wash-dc-outage-cluster.html" class="image" target="_blank"><img src="images/leafletmap.png" alt="" data-position="top center" /></a>
<div class="content">
<div class="inner">
<h2>leaflet</h2>
<p>Leaflet is a JavaScript library for creating interactive maps. Our example, <i>Utility Outage Clusters</i> is a Leaflet map showcasing marker clusters. As you zoom out, circle markers that represent individual outages converge into clusters. Outage data was fabricated for twenty outages and represent locations around Washington DC.</p>
<ul class="actions">
<li><a href="leaflet.html" class="button" target="_blank">Learn more</a></li>
</ul>
</div>
</div>
</section>
<section>
<a href="https://github.com/BlueGranite/pbiHexbinScatterplot" class="image" target="_blank"><img src="https://raw.githubusercontent.com/deldersveld/pbiHexbinScatterplot/master/assets/hexbin1.PNG" alt="" data-position="25% 25%" /></a>
<div class="content">
<div class="inner">
<h2>Hexbin Scatterplot for Power BI</h2>
<p>The Hexbin Scatterplot is a custom visual for Microsoft Power BI that displays points on top of hexagonal "bins". Color saturation for the hexbins shows the density of points within each bin, with darker bins showing more points.</p>
<ul class="actions">
<li><a href="https://github.com/BlueGranite/pbiHexbinScatterplot" class="button" target="_blank">Learn more</a></li>
</ul>
</div>
</div>
</section>
<section>
<a href="https://github.com/BlueGranite/rDataTable" class="image" target="_blank"><img src="https://github.com/deldersveld/rDataTable/raw/master/images/rDataTable.PNG" alt="" data-position="25% 25%" /></a>
<div class="content">
<div class="inner">
<h2>rDataTable</h2>
<p>Based on the DT package, rDataTable is an interactive Power BI R custom visual that helps you easily explore table data. It is pending approval in the Office Store / AppSource.</p>
<ul class="actions">
<li><a href="https://github.com/BlueGranite/rDataTable" class="button" target="_blank">Learn more</a></li>
</ul>
</div>
</div>
</section>
<section>
<a href="https://github.com/BlueGranite/pbiImageTimeline" class="image" target="_blank"><img src="https://raw.githubusercontent.com/deldersveld/pbiImageTimeline/master/assets/timeline.PNG" alt="" data-position="25% 25%" /></a>
<div class="content">
<div class="inner">
<h2>Image Timeline for Power BI</h2>
<p>The Image Timeline is a custom visual for Microsoft Power BI that displays events along a horizontal timeline. Events appear as either circles or custom images.</p>
<ul class="actions">
<li><a href="https://github.com/BlueGranite/pbiImageTimeline" class="button" target="_blank">Learn more</a></li>
</ul>
</div>
</div>
</section>
</section>
<!-- Two -->
<section id="two" class="wrapper style3 fade-up">
<div class="inner">
<h2>Training Repositories</h2>
<p>BlueGranite offers training in many areas from data visualization to advanced analytics. Below are the Github repositories that correspond to our training offers.</p>
<ul class="actions">
<li><a href="https://www.blue-granite.com/offers" class="button special" target="_blank">View Offers</a></li>
</ul>
<div class="features">
<section>
<span class="icon major fa-cog"></span>
<h3>Advanced Analytics Workshop</h3>
<p>Kick start your advanced analytics practice with a short workshop. Your team will learn new data science skills plus facilitate a brainstorming session around the potential for machine learning and big data in your organization.</p>
<ul class="actions">
<li><a href="https://github.com/BlueGranite/Advanced-Analytics-Workshop" class="button special fit" target="_blank">Repo</a></li>
<li><a href="https://www.blue-granite.com/offers" class="button fit" target="_blank">Learn More</a></li>
</ul>
</section>
<section>
<span class="icon major fa-server"></span>
<h3>Microsoft ML Server Training</h3>
<p>Combine the power of R with parallel computing with Microsoft ML Server. This training will help your team unlock the distributed computing fuctions of the RevoScaleR and MicrosoftML R packages.</p>
<ul class="actions">
<li><a href="https://github.com/BlueGranite/BlueGranite-R-Training" class="button special fit" target="_blank">Repo</a></li>
<li><a href="https://www.blue-granite.com/offers" class="button fit" target="_blank">Learn More</a></li>
</ul>
</section>
<section>
<span class="icon major fa-code"></span>
<h3>Python for Data Science Training</h3>
<p>Learn Python skills relevant to a data science workflow. From data ingestion, manipulation, visualization, and machine learning, this training helps your team members kick start a strong Python skillset.</p>
<ul class="actions">
<li><a href="https://github.com/BlueGranite/BlueGranite-Python-Training" class="button special fit" target="_blank">Repo</a></li>
<li><a href="https://www.blue-granite.com/offers" class="button fit" target="_blank">Learn More</a></li>
</ul>
</section>
<section>
<span class="icon major fa-bar-chart"></span>
<h3>Power BI Training</h3>
<p>Through this curriculum based approach with hands-on labs and in-person guidance, attendees will be able to build and share stunning visualizations and valuable data insights quickly and easily with Power BI.</p>
<ul class="actions">
<li><a href="https://www.blue-granite.com/power-bi-training" class="button special fit" target="_blank">Repo</a></li>
<li><a href="https://www.blue-granite.com/power-bi-training" class="button fit" target="_blank">Learn More</a></li>
</ul>
</section>
</div>
</div>
</section>
<!-- Three -->
<section id="three" class="wrapper style1 fade-up">
<div class="inner">
<div class="split style1">
<section>
<h2>We strive to be the best data and analytics consulting firm in the industry.</h2>
<p>We provide architecture, design, development, training and support for both mid-market and enterprise clients across the U.S. BlueGranite’s “think big, but start small” philosophy helps our clients embrace data as a strategic asset. With our unique framework, we create roadmaps, build solutions, and deliver value across organizations.</p>
<p>Our “let’s get real” approach helps you easily identify issues and solve them with a variety of Cloud Analytics solutions, from predictive analytics and machine learning, to data lakes and self-service BI.</p>
<p>Contact us today and we'll be happy to help!</p>
<ul class="actions">
<li><a href="https://www.blue-granite.com/contact-us" class="button scrolly" target="_blank">Contact Us</a></li>
</ul>
</section>
<section>
<ul class="contact">
<li>
<h3>Address</h3>
<span>2750 Old Centre Rd Ste 150<br />
Portage, MI 49024<br />
USA</span>
</li>
<li>
<h3><a href="https://binged.it/2ryj1iA" class="button special" target="_blank">Get Directions</a></h3>
</li>
<li>
<h3>Phone</h3>
<span><a href="tel:18778170736">(877) 817-0736</a></span>
</li>
<li>
<h3>Social</h3>
<ul class="icons">
<li><a href="https://twitter.com/bluegraniteinc" class="fa-twitter" target="_blank"><span class="label">Twitter</span></a></li>
<li><a href="https://github.com/BlueGranite" class="fa-github" target="_blank"><span class="label">GitHub</span></a></li>
<li><a href="https://www.linkedin.com/company/bluegranite" class="fa-linkedin"><span class="label" target="_blank">LinkedIn</span></a></li>
</ul>
</li>
</ul>
</section>
</div>
</div>
</section>
</div>
<!-- Footer -->
<footer id="footer" class="wrapper style1-alt">
<div class="inner">
<ul class="menu">
<li>© 2018 <a href="https://www.blue-granite.com/" target="_blank">BlueGranite, Inc.</a> All rights reserved.</li>
<li><a href="https://www.blue-granite.com/privacy-policy" target="_blank">Privacy Policy</a></li>
<li>Theme: <a href="http://html5up.net" target="_blank">HTML5 UP</a></li>
</ul>
</div>
</footer>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/skel.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>
</body>
</html>