-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
112 lines (103 loc) · 4.47 KB
/
Copy pathindex.html
File metadata and controls
112 lines (103 loc) · 4.47 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
<!DOCTYPE HTML>
<!--
Strata by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Kensuke Morris | Data Analyst</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
</head>
<body class="is-preload">
<!-- Header -->
<header id="header">
<div class="inner">
<a href="#" class="image avatar"><img src="images/me.png" alt="" /></a>
<h1> Human Centered - Data Driven </h1>
</div>
<nav id="nav">
<ul>
<li><a href="http://www.linkedin.com/in/kensukemorris" target="new" class="icon brands alt fa-linkedin-in"></a></li>
<li><a href="https://github.com/kensukemorris" target="new" class="icon brands alt fa-github"></a></li>
<li><a href="#three" class="icon solid alt fa-envelope"></a></li>
</ul>
</nav>
</header>
<!-- Main -->
<div id="main">
<!-- One -->
<section id="one">
<header class="major">
<h2> About Me </h2>
</header>
<p> Welcome! I’m Kensuke Morris, a Data Analyst seeking to have a human-centred, data-driven impact on my communities.
I have an academic background in User Research in the healthcare emergency domain. I am skilled in data exploration and communicating data insights from multiple standpoints.
My main tools and languages include R, Python, Tableau, and SQL.</p>
<ul class="actions">
<li><a href="files/Morris-Kensuke-Resume.pdf" class="button">View Resume</a></li>
</ul>
</section>
<!-- Two -->
<section id="two">
<header class="major">
<h2> Projects </h2>
</header>
<div class="row">
<article class="col-6 col-12-xsmall work-item">
<a target = 'new' href="files/caled_case_study_kensuke_morris.pdf" class="image fit thumb"><img src="images/storyboard_logo_caled.png" alt="" /></a>
<h3><a target = 'new' href="files/caled_case_study_kensuke_morris.pdf">ED Discharge Profiles and Race Group Encounters </h3></a>
<p> Conducted a preliminary investigation of discharge encounters related to patient race groups and ED discharge types using Python and Tableau.</p>
</article>
<article class="col-6 col-12-xsmall work-item">
<a target = 'new' href="files/instacart_case_study_kensuke_morris.pdf" class="image fit thumb"><img src="images/storyboard_logo_instacart.png" alt="" /></a>
<h3><a target = 'new' href="files/instacart_case_study_kensuke_morris.pdf">Instacart Customer Behaviours </h3></a>
<p> Conducted an exploratory analysis of customer data using Python.</p>
</article>
</div>
<ul class="actions">
<li><a target = 'new' href="files/all_case_studies.pdf" class="button"> View All Projects </a></li>
</ul>
</section>
<!-- Three -->
<section id="three">
<h2>Get In Touch</h2>
<p>Got a related idea you think I can assist with? Let's connect.</p>
<div class="col-4 col-12-small">
<ul class="labeled-icons">
<li>
<h3 class="icon solid fa-home"><span class="label">Location</span></h3>
Kyoto, Japan
</li>
<li>
<h3 class="icon solid fa-envelope"><span class="label">Email</span></h3>
<a href="mailto: kensuke.morris@gmail.com">kensuke.morris[at]gmail.com</a>
</li>
</ul>
</div>
</div>
</section>
</div>
<!-- Footer -->
<footer id="footer">
<div class="inner">
<ul class="icons">
<li><a href="http://www.linkedin.com/in/kensukemorris" class="icon brands alt fa-linkedin"><span class="label">LinkedIn</span></a></li>
<li><a href="https://github.com/kensukemorris" class="icon brands alt fa-github"><span class="label">GitHub</span></a></li>
</ul>
<ul class="copyright">
<li>© Kensuke Morris</li><li> Design: <a href="http://html5up.net">HTML5 UP</a></li>
</ul>
</div>
</footer>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.poptrox.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>