-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
85 lines (77 loc) · 4.32 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Roddy Ackerman</title>
<link rel="stylesheet" href="css/stylesheet.css">
</head>
<body>
<div name="header" class="header">
<h1>Roddy Ackerman</h1>
<h2>Data Analyst</h2>
</div>
<div class="profile-pic">
<img src="img/profile-pic-square-website.jpg" alt="portfolio picture">
</div>
<div class="profile-para">
<p>I am a Data Analyst proficient in Excel, Python, Tableau, SQL, and PostgreSQL. I have a degree in Philosophy which has taught me how to logically approach problems. I enjoy translating data that a business collects into understandable visualization models to help them make better decisions for their future goals.
</p>
</div>
<div class="strengths-label">
<p>
I am comfortable with the following technologies and languages:
</p>
</div>
<div class="strengths">
<ul>
<li>SQL</li>
<li>Excel</li>
<li>Python</li>
<li>Tableau</li>
<li>HTML</li>
<li>CSS</li>
<li>Javascript</li>
</ul>
</div>
<div class="interests-label">
<p>
Some areas of interest for me are:
</p>
</div>
<div class="interests">
<ul>
<li>Gaming Analytics</li>
<li>Business Analytics</li>
<li>Game development and design</li>
</ul>
</div>
<div class="projects">
<div class="interests-label">
<p>
Here are links to some of my projects:
</p>
</div>
<h2><a href="https://colab.research.google.com/drive/1z-2c-VG9MFm0RDz_jsjRNFYu_3IspdM3" target="_blank">Effects of Critic Scores on Video Game Sales</a></h2>
<p>This project explored how much impact a Metacritic score has on video game sales in North America and outside North America.</p> <p><b>Technologies used for this project were:</b> Google Colab, Python, Seaborn, Pandas, and Scipy. </p>
<h2><a href="https://drive.google.com/file/d/1z1rzHLtdPyB63wwj9ZjPKuHrVnKxcKBl/view?usp=sharing" target="_blank">Fuel Economy of Electric Cars vs. Other Cars</a></h2>
<p>This project looked at the difference in fuel economy and annual fuel costs of electric cars vs. other cars. There is a dashboard that reacts to user input and displays graphs dependent on the input compared to other metrics. There were also t-test run to determine if there is a statistical significant difference between the electric cars and other cars fuel economy and annual fuel costs. </p>
<p><b>This project was done using only Excel</b></p>
<h2><a href="https://cross-gen-games.itch.io/" target="_blank">Cross Gen Games</a></h2>
<p>This is my small game development studio hobby. All of these games were made in a week for weekly game jam competitons. The game jam organizers provided a theme and I had to make a game in a week based on that theme. </p>
<p><b>Technologies used for this project were:</b> GameMaker studio 2, Inkscape, Audacity, and gml (GameMaker Language) </p>
<h2><a href="https://public.tableau.com/profile/roddy.ackerman#!/vizhome/ThinkfulSuperstoreStrategicDashboard_16160970080310/Dashboard1" target="_blank">Superstore Strategic Dashboard</a></h2>
<p>This is a Tableau dashboard of a simulated company's performance in 2016-2017 broken up by region and sales categories. </p>
<p><b>This project was done using only Tableau</b></p>
<h2><a href="/~https://github.com/Roddy-Ackerman/capstone_excel_model" target="_blank">Lariat Car Rentals Capstone Project</a></h2>
<p>This is a simulated car rental company for my Thinkful Data Analytics course in which I had to analyze the data from 2018 of this fake car company and provide some strategies to make more money for 2019 using Excel. The Excel model shows the tables I created out of the data collected and also the models that allow for user input data manipulation and projection models. </p>
<p><b>This project was done using only Excel</b></p>
</div>
</body>
</html>
<!--
Three keys to portfolio website
1. Concise
2. Easy to navigate
3. Visually appealing
-->