-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
302 lines (276 loc) · 15 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
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
<!DOCTYPE html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Ashurosh Shirole</title>
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link rel="icon" href="favicon.ico" type="image/x-icon">
<link href="https://fonts.googleapis.com/css?family=Lato:300,400,700,900" rel="stylesheet">
<link rel="stylesheet" href="libs/font-awesome/css/font-awesome.min.css">
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/styles.css" rel="stylesheet">
</head>
<body>
<div id="mobile-menu-open" class="shadow-large">
<i class="fa fa-bars" aria-hidden="true"></i>
</div>
<!-- End #mobile-menu-toggle -->
<header>
<div id="mobile-menu-close">
<span>Close</span> <i class="fa fa-times" aria-hidden="true"></i>
</div>
<ul id="menu" class="shadow">
<li>
<a href="#about">About</a>
</li>
<li>
<a href="#education">Education</a>
</li>
<li>
<a href="#projects">Projects</a>
</li>
<li>
<a href="#skills">Skills</a>
</li>
<li>
<a href="#contact">Contact</a>
</li>
</ul>
</header>
<!-- End header -->
<div id="lead">
<div id="lead-content">
<h1>Ashutosh Shirole</h1>
<br>
<br>
<a href="Ashutosh_Shirole_CV.pdf" target="_blank" class="btn-rounded-white">Download Resume</a>
</div>
<!-- End #lead-content -->
<div id="lead-overlay"></div>
<div id="lead-down">
<span>
<i class="fa fa-chevron-down" aria-hidden="true"></i>
</span>
</div>
<!-- End #lead-down -->
</div>
<div class="textlead">
<a href="https://telanganatoday.com/tie-hyderabad-to-roll-out-200mn-300-mn-social-impact-fund" target="_blank"><h1 style="margin: 0.199999999999999em 0;">Image Source: Social Imapct fund article by Telangana today</h1></a>
</div>
<!-- End #lead -->
<div id="about">
<div class="container">
<div class="row">
<div class="col-md-4">
<h2 class="heading">About Me</h2>
</div>
<div class="col-md-8">
<p>
Hi, I am Ashutosh Shirole (He/Him), a graduate student of B.Tech in Mechanical engineering from Shivaji University, Kolhapur. Currently I am working as a assistant system engineer at Tech-giant TCSL. I aspire to become policy-maker in the energy field. Policies are constrained by socio-economical, geo-political, techno-environmental aspects. Therefore I believe that interdisciplinary knowledge and integration of fields is a key to produce sustainable output. At present I am working on Hybrid energy system optimization. In my leisure time I like to play cricket and read books.
</p>
</div>
</div>
</div>
</div>
<!-- End #about -->
<!-- start #experience -->
<div id="experience" class="background-alt">
<h2 class="heading">Experience</h2>
<div id="experience-timeline">
<div data-date="September 2021 – Present">
<h3>Tata Consultancy Services Ltd</h3>
<h4>Assitant System Engineer</h4>
<p>
<ul style="list-style-type:circle;">
<li>Analyse the data to provide quality datasets and insights to business critical decisions.</li>
<li>Import, clean, and filter the data from a major database, COSMOS to retrieve audience as per the targeting criteria.</li>
<li>Analyse the user behaviour data to review targeting criteria, generating KPI (Key Performers Indicators) analytics report</li>
<li>Convert data into actionable items by predicting and modelling future outcomes.</li>
<li>Recommend and implement ways to improve data reliability, efficiency and quality.</li>
</ul>
</p>
</div>
</div>
</div>
<!-- End #experience -->
<div id="education">
<h2 class="heading">Education</h2>
<div class="education-block">
<h3>Shivaji University</h3>
<span class="education-date">August 2018 - August 2021</span>
<h4>B.Tech in Mechanical engineering</h4>
<p>
GPA - 8.47/10 (First class with distiction)
</p>
</div>
<!-- End .education-block -->
<div class="education-block">
<h3>MSBTE Mumbai</h3>
<span class="education-date">August 2015 - July 2018</span>
<h4>Diploma in Mechanical engineering</h4>
<p>
Percentage - 90.71% (First class with distiction)
</p>
</div>
<!-- End .education-block -->
<div class="education-block">
<h3>S.M.Lohia High School, Kolhapur</h3>
<span class="education-date">June 2009 - May 2015</span>
<h4>High School</h4>
<p>
10<sup>th</sup> Standard SSC exam percentage - 96.20%
</p>
</div>
</div>
<!-- End #education -->
<div id="projects" class="background-alt">
<h2 class="heading">Projects</h2>
<!DOCTYPE HTML>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<title></title>
<link href="https://fonts.googleapis.com/css2?family=PT+Sans:wght@400;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css/style.css" />
</head>
<body>
<div class="project shadow-large">
<div class="section-container">
<div class="columns image" style="background-image:url('images/Distributed.jpg');">
<div class="trial">
<a href="https://www.freepik.com/vectors/green-factory" target="_blank"><h1 style="margin: 0.199999999999999em 0;">Image Source: Green factory vector created by freepik</h1></a>
</div>
</div>
<div class="columns content">
<div class="content-container">
<h5>Short-term energy scenario of district energy system using optimized renewable energy mix with and without energy storage</h5>
<p>
In order to mitigate anthropogenic climate change, increasing non-polluting fuel generation, especially VRE (Variable renewable energy) generation, has gained traction across the world. However, VRE sources are intermittent and uncertain, and hence, high grid flexibility requirements are inevitable. Therefore this project proposes an integrated renewable energy system model for district energy system and analyses the impact of VRE penetration on the energy grid. A multi-objective, multi-node optimisation model intending to reduce total system cost and CO2 emissions for 2025 and 2030 year is developed. The IRENA Flextool, an open source energy modeling software is used for the assessment. The energy system assessment is performed using numerous key indicators such as curtailment, loss of load, inertia requirement, energy dispatch. The project also evaluated the role of battery storage system in reducing curtailment due to high VRE penetration. The study concluded with policy recommendations which will help to provide a less polluting, economically effective and reliable energy grid. Following is the link for published paper
</p>
<div class="container2">
<a href="https://doi.org/10.1016/j.rineng.2023.101017" target="_blank"><button class="btn btn1">View more</button></a>
</div>
</div>
</div>
</div>
</div>
<div class="project shadow-large">
<div class="section-container">
<div class="columns content">
<div class="content-container">
<h5>Thermal Performance Comparison of PTC using various Nanofluids</h5>
<p>
The project’s objective is to investigate the theoretical performance of PTC using various nanofluid. The nanofluids chosen for study are Al2O3, graphite, magnetite, SWCNH, CuO, SiO2, MWCNT, TiO2, Fe2O3, and ZnO in water. A detailed thermal model is developed where heat transfer equations, thermodynamic properties of nanofluid and pumping power were taken into account. Thermal efficiency of PTC is calculated, economic viability of technology is predicted for a range of nanofluid concentration. Click below buttom to view published research paper.
</p>
<div class="container2">
<a href="http://dx.doi.org/10.14710/ijred.2021.33801" target="_blank"><button class="btn btn1">View more</button></a>
</div>
</div>
</div>
<div class="columns image" style="background-image:url('images/nanofluids.jpg')">
<div class="texttwo">
<a href="https://new.abb.com/news/detail/66742/nanofluid-cooling-for-data-centers" target="_blank"><h1 style="margin: 0.199999999999999em 0;">Image Source: Nanofluid cooling for data centers by ABB Review</h1></a>
</div>
</div>
</div>
</div>
<div class="project shadow-large">
<div class="section-container">
<div class="columns image" style="background-image:url('images/Compressor.jpg')">
</div>
<div class="columns content">
<div class="content-container">
<h5>Multipurpose air compressor</h5>
<p>
This project was undertaken as a part of final year curriculum at Diploma in Mechanical engineering. This was an industrial sponsored project build for a local garage. The problem statement was to build a mobile device which could produce electricity as well as provide ancillary services such as compress air, operate pneumatic and grinding tools. The built device was an assembly of engine coupled with two stage compressor and reservoir. Additionally, we provided a feature could charge battery on desire with the help of alternator. The company loved the project considering the delivered output and budget constraints.
</p>
<div class="container2">
<a href="https://drive.google.com/file/d/1ty1VT0G7zqUiCs-tQ7yiTZCCws-VmaCO/view?usp=sharing" target="_blank"><button class="btn btn1">View more</button></a>
</div>
</div>
</div>
</div>
</div>
<div class="project shadow-large">
<div class="section-container">
<div class="columns content">
<div class="content-container">
<h5>Additive Manufacturing (Seminar)</h5>
<p>
As a part of curriculum I presented a seminar report on Additive manufacturing. I referred a pool of latest literature to prepare the presentation. This provided a thorough insight into additive manufacturing process. This helped me to get a bird eye view on numerous additive manufacturing process, their benefits over one others, materials. I also presented the challenges in implementing the additive manufacturing.
</p>
</div>
</div>
<div class="columns image" style="background-image:url('images/Additive%20manufacturing.jpg')">
<div class="textthree">
<a href="https://www.freepik.com/vectors/printer" target="_blank"><h1 style="margin: 0.199999999999999em 0;">Image Source: Printer vector created by macrovector/Freepik</h1></a>
</div>
</div>
</div>
</div>
</body>
</html>
</div>
<!-- End #projects -->
<div id="skills">
<h2 class="heading">Interests</h2>
<ul>
<li>Energy system modeling and optimisation</li>
<li>Renewable energy integration</li>
<li>Climate finance</li>
<li>ESG</li>
</ul>
</div>
<!-- End #skills -->
<div id="skills">
<h2 class="heading">Coding language</h2>
<ul>
<li>Python</li>
<li>R and R Studio</li>
<li>SQL</li>
</ul>
</div>
<!-- End #skills -->
<div id="contact">
<h2>Get in Touch</h2>
<div id="contact-form">
<form method="POST" action="https://formspree.io/f/myyaybjw">
<input type="hidden" name="_subject" value="Contact request from personal website" />
<input type="email" name="_replyto" placeholder="Your email" required>
<textarea name="message" placeholder="Your message" required></textarea>
<button type="submit">Send</button>
</form>
</div>
<!-- End #contact-form -->
</div>
<!-- End #contact -->
<footer>
<div class="container">
<div class="row">
<div class="col-sm-5 copyright">
<p>
Copyright © 2022 Ashutosh Shirole
</p>
<p>
Images used on website are part of owner’s copyrights and respective owners with links are provided to each image. If the images needed to be removed, please contact; it will be removed immediately.
</p>
</div>
<div class="col-sm-2 top">
<span id="to-top">
<i class="fa fa-chevron-up" aria-hidden="true"></i>
</span>
</div>
</div>
</div>
</footer>
<!-- End footer -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="js/scripts.min.js"></script>
</body>
</html>