-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
86 lines (61 loc) · 3.71 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link href='https://fonts.googleapis.com/css?family=Architects+Daughter' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/github-light.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/print.css" media="print">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<title>A. Sheppard - Samples by ASheppardWork</title>
</head>
<body>
<header>
<div class="inner">
<h1>A. Sheppard - Samples</h1>
<h2>a page to store github project samples</h2>
<a href="https://github.com/ASheppardWork" class="button"><small>Follow me on</small> GitHub</a>
</div>
</header>
<div id="content-wrapper">
<div class="inner clearfix">
<section id="main-content">
<h3>
<a id="welcome-to-my-github-page" class="anchor" href="#welcome-to-my-github-page" aria-hidden="true"><span class="octicon octicon-link"></span></a>Welcome to my GitHub Page.</h3>
<p>This is a site for storing different examples of things I have worked on:</p>
<h3>
<a id="help-desk-request-form" class="anchor" href="#help-desk-request-form" aria-hidden="true"><span class="octicon octicon-link"></span></a>Help Desk Request Form</h3>
<p>This form was created with the intention of being a tool for tier 1 support at a multi-national company. The questions it goes through were compiled from a list of tasks there were being handled by the implementation team. It was found that more often than not, the same few questions would prevent them from doing the leg-work of validating the basic information needed to start work.</p>
<p><a href="HelpDeskRequestForm/request_form.htm">Help Desk</a></p>
<h3>
<a id="heatmap-rigs-and-permits" class="anchor" href="#heatmap-rigs-and-permits" aria-hidden="true"><span class="octicon octicon-link"></span></a>Heatmap Rigs and Permits</h3>
<p>This map application is to show a small sample of Oklahoma, Kansas, and Colorado looking for patterns in where Rigs and Permits are located. It allows the user to control the data sources that are on the map and the attributes of the map markers. </p>
<p><a href="HeatMap/maps/index.htm">Heat Map</a></p>
<p></p>
<p>Static Sample Report from the Heat Map:</p>
<p></p>
<p><a href="HeatMap/maps/Rigs_v_Permits_simple.JPG">Sample Report</a></p>
<h3>
<a id="d3-zoomable-sunburst" class="anchor" href="#d3-zoomable-sunburst" aria-hidden="true"><span class="octicon octicon-link"></span></a>D3 Zoomable Sunburst</h3>
<p>This data visualization uses the javascript library D3. In order to obtain the look and functionality the javascript was customized heavily. The sunburst shows the US Rig Counts for the 2nd week in September for years 2013 thru 2015 as provided by Baker Hughes.</p>
<p>This example demonstrates:</p>
<ul>
<li>Zoomable Sunburst with Labels </li>
<li>Coloration of layers based on data in cells </li>
<li>Breadcrumb trail to highlight where the hover is </li>
<li>Change in opacity along the trail </li>
<li>Control of widths of layers based on order</li>
</ul>
<p><a href="D3_Sunburst/index.html">Zoomable Sunburst</a></p>
</section>
<aside id="sidebar">
<p>This page was generated by <a href="https://pages.github.com">GitHub Pages</a> using the Architect theme by <a href="https://twitter.com/jasonlong">Jason Long</a>.</p>
</aside>
</div>
</div>
</body>
</html>