-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathportfolio.html
More file actions
156 lines (123 loc) · 6.88 KB
/
Copy pathportfolio.html
File metadata and controls
156 lines (123 loc) · 6.88 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description"
content="The personal Website of Alex Corkin">
<title>Soldier's 5 | Portfolio</title>
<link rel="stylesheet" href="css/pure-min.css">
<link href="//vjs.zencdn.net/4.11/video-js.css" rel="stylesheet">
<script src="//vjs.zencdn.net/4.11/video.js"></script>
<!--[if lte IE 8]>
<link rel="stylesheet" href="css/layouts/side-menu-old-ie.css">
<![endif]-->
<!--[if gt IE 8]><!-->
<link rel="stylesheet" href="css/layouts/side-menu.css">
<!--<![endif]-->
</head>
<body>
<div id="layout">
<!-- Menu toggle -->
<a href="#menu" id="menuLink" class="menu-link">
<!-- Hamburger icon -->
<span></span>
</a>
<div id="menu">
<div class="pure-menu pure-menu-open">
<a class="pure-menu-heading">Routes</a>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="skills.html">Skills</a></li>
<li><a href="#">Portfolio</a></li>
<li><a href="http://4lex.nz/blog/">Blog</a></li>
</ul>
</div>
</div>
<div id="main">
<div class="header">
<h1>Soldier's 5</h1>
<h2>Alex Corkin</h2>
</div>
<div class="content">
<h2 class="content-subhead">My Name is Alex</h2>
<p>And this is my portfolio overview.</p>
<h3>GIS Analysis: Dusky Sounds Moose Hunt</h3>
<video id="example_video_1" class="video-js vjs-default-skin vjs-big-play-centered"
controls preload="auto" width="640" height="264"
data-setup='{"example_option":true}'>
<source src="mooseHuntVid.mp4" type='video/mp4'/>
<p class="vjs-no-js">To view this video please enable JavaScript, and consider upgrading to a web
browser that <a href="http://videojs.com/html5-video-support/" target="_blank">supports HTML5
video</a></p>
</video>
<p>This project was inspired by a clothing store promotion - it focused around finding moose that have been
rumoured to live in the South
Island of New Zealand. Kind of like Bigfoot in the United States but not as extreme!</p>
<p>Completing this project exercised the analysis and research skills I've acquired over the years, and also
gave me a chance to flex my
GIS muscle. It made me realise how much I miss the analysis and discovery parts of my old army role. It
also reminded me that there
are a lot of opportunities out there to keep up my skills and learn more about GIS.</p>
<p>The enjoyment of I gained from this project validated my decision to persue a GIS specialisation within
my Geography studies in
addition to all the other stuff I love about geography.</p>
<a class="pure-button" href="mooseHunt.html">Show me the Imagery!</a>
<h3>This Website</h3>
<p> My old website was good for what it was. An initial foray into web development and design, that served
as a CV / Resume Replacement.
However it looks dated after four months in action. I made the decision: it needed to be refactored.
What you look at now is v2.0! I'm
pretty pleased with how it looks now - but ask me in six months and I'm sure I'll want to start from
scratch - again!</p>
<a class="pure-button" href="websiteInfo.html">Moar Details!</a>
<h3>Summer of Tech Hackfest 2014</h3>
<p>At <a href="http://summeroftech.co.nz" target="_blank">Summer of Tech</a>'s Inaugural Auckland Hackfest
in 2014, my team (The Land Bankers) won first
place. We created a python web app that pulls in data from a Land Information New Zealand (LINZ)
database and displays that data on a
map. We set the system up so that you can zoom in to any location in New Zealand and see every house
that was sold in that area, in a
given period of time. The animation rendered such that it was clear and intuitive - a new user could get
a sense for property sales
activity in Auckland City over a year, in just a few seconds.</p>
<p>The thing I loved most about this project was how extensible it was. We could substitute LINZ data for
Ministry of Education Data and
see how school decile ratings have changed. We could fuse decile ratings with house prices, sales
activity and crime data and create a
picture of how areas in Auckland are gentrifying over time - and be able to make predictions based on
that data.</p>
<h3>Bachelors Degree Planner</h3>
<p> Planning my double major was a major pain. I encountered pain points at virtually every stage of my
planning. From discovering courses
to scheduling those courses, to managing work load and dealing with course clashes. I designed a system
that would interface with the
University of Auckland's website (and hopefully later on, course databases) with the goal of making the
data easier to access and
process. In August 2014 I put this project on hold (I was about 40% through implementing it at the time)
because UoA have actually
released a tool simillar to what I was working on. Bugger!</p>
</div>
<div class="pure-g">
<div class="pure-u-1-3"></div>
<div class="pure-u-1-3">
<div>
<a href="http://www.linkedin.com/pub/alex-corkin/76/870/234"><img src="images/linkedin.png"
style="width: 20%; height: 20%"></a>
<a href="https://twitter.com/@4lexNZ"><img src="images/twitter.png"
style="width: 20%; height: 20%"></a>
<a href="https://github.com/AlexanderNZ"><img src="images/github.png"
style="width: 20%; height: 20%"></a>
<a href="mailto:alex@4lex.nz"><img src="images/email.png"
style="width: 20%; height: 20%"></a>
</div>
</div>
<div class="pure-u-1-3"></div>
</div>
</div>
</div>
</div>
<script src="js/ui.js"></script>
</body>
</html>