-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
131 lines (112 loc) · 6.31 KB
/
index.html
File metadata and controls
131 lines (112 loc) · 6.31 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
<!DOCTYPE HTML>
<!--
Solid State by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
</head>
<head>
<script src="https://kit.fontawesome.com/e594fe505b.js" crossorigin="anonymous"></script>
</head>
</head>
<head>
<title>Thanoosan Sathiescumar Portfolio</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" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
</head>
<body class="is-preload">
<!-- Page Wrapper -->
<div id="page-wrapper">
<!-- Banner -->
<section id="banner">
<div class="inner">
<i class="fa-solid fa-terminal"></i>
<h2>THANOOSAN SATHIESCUMAR</h2>
<p>DATA ANALYST PORTFOLIO</a></p>
<style>
body {
background-image: url('https://wallpaperaccess.com/full/1385507.jpg');
}
</style>
</div>
</section>
<!-- Wrapper -->
<section id="wrapper">
<!-- One -->
<section id="one" class="wrapper spotlight style1">
<div class="inner">
<a class="image"><img src="images/headshot.jpg" alt="" /></a>
<div class="content">
<h2 class="major">MY NAME IS THANOOSAN SATHIESCUMAR</h2>
<p>I am a data-driven Chemical Engineering Graduate from Toronto Metropolitan University's Class of 2023. I have over 6 years of professional experience in Project Management, Biotechnology, Renewable Natural Gas, and Manufacturing Industries in an Engineering role. I am well versed in leveraging data analytical tools like <b>Microsoft Excel, SQL, Python, Power BI, AVEVA PI, and Tableau</b> currently pursuing a data-oriented career.</p>
<p>Currently, I am the sole <b>Data Analytics Engineer for BerQ RNG</b>, a startup company specialized in producing Renewable Natural Gas in gas facilities across North America. I oversee all the plants and their production data for various use cases such as routine revenue reporting, manage data pipelines, conduct downtime asset tracking, create ad hoc reports, and trend production data for stakeholders. </p>
<a href="https://www.linkedin.com/in/thanoosan-sathies/" class="special">LinkedIn</a>
</div>
</div>
</section>
<!-- Four -->
<section id="four" class="wrapper alt style1">
<div class="inner">
<h2 class="major">Data Analyst Projects</h2>
<section class="features">
<article>
<a class="image"><img src="images/covid.jpg" alt="" /></a>
<h3 class="major">SQL Covid Data Exploration</h3>
<p>Explored COVID related data acquired from <a href='https://ourworldindata.org/coronavirus'>Our World in Data</a> to query tables and find correlations between relational databases. Used advanced SQL Querying, and Microsoft Excel for cleaning raw data before querying. </p>
<a href="https://github.com/ThanoosanS/Data-Analyst-Portfolio/blob/DataAnalystPortfolio/TS_Portfolio_SQL1Query.sql" class="special">Learn more</a>
</article>
<article>
<a class="image"><img src="images/excel.jpg" alt="" /></a>
<h3 class="major">Microsoft Excel Dashboard</h3>
<p>Created Dashboard on Microsoft Excel using customer data for Bike Company. Used Microsoft Excel for cleaning up raw data, Pivot Tables for Dashboard creating, Slicers for filters, and Charts. </p>
<a href="https://github.com/ThanoosanS/Data-Analyst-Portfolio/blob/DataAnalystPortfolio/TS_Portfolio_ExcelDashboard1.xlsx" class="special">Learn more</a>
</article>
<article>
<a class="image"><img src="images/powerbi.jpg" alt="" /></a>
<h3 class="major">Power BI Dashboard</h3>
<p>Created Dashboard summarizing data gathered from <a href='https://github.com/AlexTheAnalyst/Power-BI/blob/main/Power%20BI%20-%20Final%20Project.xlsx' >Data Professional Survey.</a> Used Power BI's Power Query, DAX, Bins and Lists, Drill Down, and relational databases. </p>
<a href="https://github.com/ThanoosanS/Data-Analyst-Portfolio/blob/DataAnalystPortfolio/TS_Portfolio_PowerBIDashboard1.pbix" class="special">Learn more</a>
</article>
<article>
<a class="image"><img src="images/tableau2.jpg" alt="" /></a>
<h3 class="major">Tableau Dashboard</h3>
<p>Used <a href='http://insideairbnb.com/get-the-data/'>AirBnB Listing Dataset for Toronto</a> to create a Tableau Dashboard. Used Microsoft Excel to clean AirBnB data and used Tableau to create dashboard. </p>
<a href="https://github.com/ThanoosanS/Data-Analyst-Portfolio/blob/DataAnalystPortfolio/TS_Portfolio_TableauDashboard2.twbx" class="special">Learn more</a>
</article>
</section>
<ul class="actions">
<li><a href="https://github.com/ThanoosanS/Data-Analyst-Portfolio/tree/DataAnalystPortfolio" class="button">Browse All</a></li>
</ul>
</div>
</section>
</section>
<!-- Footer -->
<section id="footer">
<div class="inner">
<h2 class="major">CONTACT</h2>
<ul class="contact">
<li class="icon solid fa-home">Toronto, Ontario</li>
<li class="icon solid fa-phone">(647) 991-2230</li>
<li class="icon solid fa-envelope">sathies.thanoosan@gmail.com</li>
<li class="icon brands fa-linkedin"><a href="https://www.linkedin.com/in/thanoosan-sathies/">linkedin.com/in/thanoosan-sathies/</a></li>
<li class="icon brands fa-github"><a href="https://github.com/ThanoosanS/Data-Analyst-Portfolio">github.com/ThanoosanS</a></li>
</ul>
<ul class="copyright">
<li>Design: <a href="http://html5up.net">HTML5 UP</a></li>
</ul>
</div>
</section>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.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>