-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
118 lines (102 loc) · 5.92 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
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
<!DOCTYPE HTML>
<!--
Dimension by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Shardul Dabhane</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">
<!-- Wrapper -->
<div id="wrapper">
<!-- Header -->
<header id="header">
<div class="content">
<div class="inner">
<h1>Shardul Dabhane</h1>
<p>Coder.Film Connoisseur.Football Enthusiast.Trivia Enjoyer</p>
</div>
</div>
<nav>
<ul>
<li><a href="#intro">Intro</a></li>
<li><a href="#education">Education</a></li>
<li><a href="#work">Work</a></li>
<li><a href="#projects">Projects</a></li>
<li><a href="#skills">Skills</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</nav>
</header>
<!-- Main -->
<div id="main">
<!-- Intro -->
<article id="intro">
<h2 class="major">Intro</h2>
<p>I am a Computer Science professional with 2 years of professional Software Engineering experience, primarily as a Backend Developer. I have worked on projects dealing Machine Learning and Computer Vision.</p>
<p>I also have hands-on experience with Full-Stack development.</p>
</article>
<!-- Education -->
<article id="education">
<h2 class="major">Education</h2>
<p> Master of Science in Computer Science from <a href="https://cs.indiana.edu/programs/ms-computer-science.html" target="_blank">Indiana University Bloomington</a>, graduated May 2023. </p>
<p> Bachelor of Engineerring in Computer Engineering from <a href="http://www.unipune.ac.in/" target="_blank">Savitribai Phule Pune University</a>, graduated in May 2019.</p>
</article>
<!-- Work -->
<article id="work">
<h2 class="major">Work</h2>
<p>1 and a half years of experience working as a Graduate Research Assistant for the <a href="https://hipgraph.luddy.indiana.edu/group/" target="_blank">HipGraph Group</a>, under the guidance of Dr. Ariful Azad.</p>
<p>Two years of Professional experience, working as a Software Engineer at <a href="https://www.persistent.com/" target="_blank">Persistent Systems</a>, working on commercial products as a Backend and Full-Stack Developer.</p>
<p>One year of experience working as a Project Intern at <a href="https://www.pre-scient.com/" target="_blank">Prescient Technologies</a> </p>
<p>You can find my projects: personal and coursework on <a href="https://github.com/sharduldabhane" target="_blank">my Github</a>.</p>
</article>
<!-- Projects -->
<article id="projects">
<h2 class="major">Projects</h2>
<p><a href="https://github.com/HipGraph/SpLib/" target="_blank"> Sparse Matrix Library</a>: I worked on enhancing an open-source C++ Parallel Sparse Matrix library. Additionally, I constructed a Python interface to streamline the conversion of graphs into sparse matrices and to enable parallel operations like Matrix Addition. This interface aimed to assist Python developers in executing graph-related tasks such as PageRank, and I had also written unit test cases for the project using GoogleTest.</p>
<p>Food Contamination Detection Using Computer Vision: Created an ensemble-based automated
system using Computer Vision to identify defects in bottle caps and detect suspended impurities and foreign objects in beverages
of varying densities for a Prescient Technologies, Pvt. Ltd sponsored project in Pune. Published and presented an <a href="https://ieeexplore.ieee.org/abstract/document/8844942" target="_blank">IEEE paper</a> on the same</p>
</article>
<!-- Skills -->
<article id="skills">
<h2 class="major">Skills</h2>
<p>Languages: C++, Python, Node.js, Angular, Java, C, Golang, Javascript, Typescript, Bash, C#, React, Perl.</p>
<p>Platforms: Linux, Android, AWS, Azure, Unity, GCP, IBM Cloud, Django, Flask, Salesforce.</p>
<p>Database Technologies: MongoDB, MySQL, PostgreSQL.</p>
<p>Tools: Docker, Git, JIRA, Eclipse, Visual Studio, Octave, Spring Boot, Heroku, NLP.</p>
</article>
<!-- Contact -->
<article id="contact">
<h2 class="major">Contact</h2>
<img src="images/linkedin.png" width="35" height="35">
<a href="https://www.linkedin.com/in/shardul-dabhane-b71119138/" target="_blank" style = "position:relative; top:-10px;">My LinkedIn</a>
<img src="images/githubicon.png" width="35" height="35" style = "position:relative; left:5px;">
<a href="https://github.com/sharduldabhane" target="_blank" style = "position:relative; top:-10px; left:5px;"> My Github</a>
<img src="images/instagram.png" width="35" height="35" style = "position:relative; left:10px;">
<a href="https://www.instagram.com/shardul23197/" target="_blank" style = "position:relative; top:-10px; left: 10px;"> My Instagram</a>
<img src="images/twitter.png" width="35" height="35" style = "position:relative; left:10px;">
<a href="https://twitter.com/ShardulDabhane/" target="_blank" style = "position:relative; top:-10px;left:10px;"> My Twitter</a>
</article>
</div>
<!-- Footer -->
<footer id="footer">
<p class="copyright">© Shardul Dabhane. All Rights Reserved. Designed using: <a href="https://html5up.net">HTML5 UP</a>.</p>
</footer>
</div>
<!-- BG -->
<div id="bg"></div>
<!-- Scripts -->
<script src="assets/js/jquery.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>