-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
44 lines (43 loc) · 2.7 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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>Kelvin Tran - GitHub</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/pygment_trac.css">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="wrapper">
<header>
<h1>Kelvin Tran</h1>
<p>
<img src="static/profile.jpg" style="width:140px;height:140px;border-radius: 10px;">
</p>
<p>I'm a software engineer, formerly at <a href="https://www.litimetrics.com">Litimetrics</a> (acquired 2019).</p>
<p class="view"><a href="http://github.com/kelvin-tran">GitHub</a> | <a href="http://twitter.com/_kelvintran">Twitter</a> | <a href="https://au.linkedin.com/in/kelvintran">LinkedIn</a></p>
</header>
<section>
<p>Some things I've worked on:</p>
<ul>
<li><p>a <a href="https://www.litimetrics.com/">platform</a> that makes the legal market way more transparent using data from court records</p></li>
<li><p>a <a href="http://nprmyride.com">web app</a> that plots a map of the NPR stations based on user-inputted origin, waypoints (like In-N-Out) and destination</p></li>
<li><p>a <a href="http://kelvin-tran.github.io/australian-attitudes-refugees">choropleth map</a> depicting Australian attidudes towards refugees (by federal electorate)</p></li>
<li><p>a <a href="http://kelvin-tran.github.io/planning-application-map">map</a> of City of Melbourne planning permit applications</p></li>
<li><p><a href="http://kelvin-tran.github.io/non-immigrant-workers-in-US">visualisations</a> of data about Australian and other non-immigrant workers published by the US Office of Foreign Labor Certification</p></li>
<li><p>the <a href="http://kelvin-tran.github.io/non-immigrant-workers-in-US/all_workers.html">bivariate hexbin map</a> (below) of the quantity and median salary across the US of all non-immigrant workers certified in 2014</p></li>
</ul>
<p>Contact me via <a href="http://twitter.com/_kelvintran">Twitter</a> or <a href="https://www.linkedin.com/in/kelvintran">LinkedIn</a></p>
</section>
<footer>
<p>This page is maintained by <a href="http://github.com/kelvin-tran">Kelvin Tran</a></p>
<p><small>Hosted on GitHub Pages — Theme by <a href="https://github.com/orderedlist">orderedlist</a></small></p>
</footer>
</div>
<script src="javascripts/scale.fix.js"></script>
</body>
</html>