-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresume.html
More file actions
328 lines (300 loc) · 18.4 KB
/
resume.html
File metadata and controls
328 lines (300 loc) · 18.4 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
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
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Simran</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-GLhlTQ8iRABdZLl6O3oVMWSktQOp6b7In1Zl3/Jr59b6EGGoI1aFkw7cmDA6j6gD" crossorigin="anonymous">
</head>
<body>
<nav class="navbar fixed-top bg-body-tertiary ">
<div class="container-fluid">
<a class="navbar-brand nav-link" href="index.html">Home</a>
<a class="navbar-brand nav-link" href="projects.html">Projects</a>
</div>
</nav>
<!--ABOUT-->
<div class="container" style="padding-top: 10vh;padding-bottom:10vh">
<div class="row align-items-center px-2">
<div class="col-12 col-md-7 col-lg-6">
<div class="lc-block mb-4">
<div editable="rich">
<h1>Simran Bansal </h1>
<p>I am passionated about bioinformatics and as an IT Engineer and a Bioinformatician(aspiring!!), I am interested in the convergence of the two fields. I am interested in AI, ML, DL and NLP and exploring it's application in bioinformatics.</p>
<p>My areas of interests are - </p>
<ul>
<li>Leveraging the potential presented by DNA for the storage of information.</li>
<li>Application of Natural Language Processing to bioinformatics to gather meaningful insights from the biological literature.</li>
<li>Use of machine learning and deep learning to gather insights into life through the analyses based on genomes and proteomes.</li>
</ul>
<p><a href="https://github.com/SimranBansal98">Github</a>
<a href="http://www.linkedin.com/in/simran-bansal-ai">LinkedIn</a></p>
</div>
</div><!-- /lc-block -->
<div class="lc-block d-flex mb-5">
<div class="pe-3">
<h3 class="h2 mb-0 text-secondary" editable="inline">Python & ML</h3>
<span editable="inline" class="mb-0 text-muted">Numpy, Pandas, Matplotlib, Seaborn, Scikit-learn, Django</span>
</div>
<div class="border-start"></div>
<div class="px-3">
<h3 class="h2 mb-0 text-secondary" editable="inline">NLP</h3>
<span editable="inline" class="mb-0 text-muted">Regex, NLTK, BS4</span>
</div>
<div class="border-start"></div>
<div class="ps-3">
<h3 class="h2 mb-0 text-secondary" editable="inline">Database</h3>
<span editable="inline" class="mb-0 text-muted"> SQL, PostgreSQL, MongoDB </span>
</div>
<div class="ps-3">
<h3 class="h2 mb-0 text-secondary" editable="inline">Backend Dev</h3>
<span editable="inline" class="mb-0 text-muted">JAVA, Spring Boot, KeyCloak, AOP</span>
</div>
</div><!-- /lc-block -->
</div><!-- /col -->
<div class="col-12 col-md-5 col-lg-6">
<div class="lc-block"><img alt="" class="img-fluid mx-auto d-block" src="img/woman_work_undraw.png"></div><!-- /lc-block -->
</div><!-- /col -->
</div>
</div>
<!--Education-->
<div class="container py-5">
<div class="row">
<div class="col-md-3">
<div class="lc-block mb-5 mb-md-0">
<div editable="rich">
<h2 class="display-4">Education</h2>
<p>About my degrees and certifications</p>
<img src="img/OpenDoodlesFocused.png" alt="Work" class="img-fluid mx-auto d-block">
</div>
</div>
</div>
<div class="col-md-7 offset-md-1">
<div class="lc-block mb-2">
<div editable="rich">
<p class="h4">Master of Technology, Bioinformatics</p>
<p class="text-muted">Netaji Subhas University of Technology <br>
GPA = 8.4 </p>
</div>
</div>
<div class="lc-block mb-2">
<div editable="rich">
<p class="h4">Bachelor of Technology, Information Technology and Mathematical Innovation</p>
<p class="text-muted">University of Delhi <br>Percentage = 83%</p>
</div>
</div>
<div class="lc-block mb-2">
<div editable="rich">
<p><span class="h4">Django</span><br><span class="text-muted">Udemy</span></p>
</div>
</div>
<div class="lc-block mb-2">
<div editable="rich">
<p><span class="h4">Machine Learning<br></span><span class="text-muted">Coursera</span></p>
</div>
</div>
<div class="lc-block mb-2">
<div editable="rich">
<p><span class="h4">Finding hidden messages in DNA- with honors<br></span><span class="text-muted">Coursera</span></p>
</div>
</div>
<div class="lc-block mb-2">
<div editable="rich">
<p><span class="h4">Python for Data Science, AI and Development<br></span><span class="text-muted">Coursera</span></p>
</div>
</div>
<div class="lc-block mb-2">
<div editable="rich">
<p ><span class="h4">Tools for Data Science</span><br><span class="text-muted">Coursera</span></p>
</div>
</div>
<div class="lc-block mb-2">
<div editable="rich">
<p><span class="h4">What is Data Science</span><br><span class="text-muted">Coursera</span></p>
</div>
</div>
</div>
</div>
</div>
<!---Work Experience-->
<div class="container py-5">
<div class="row">
<div class="col-md-3">
<div class="lc-block mb-5 mb-md-0">
<div editable="rich">
<h2 class="display-4">Work Experience</h2>
<p>About my Work</p>
<img src="img/woman_work_undraw.png" alt="Work" class="img-fluid mx-auto d-block">
</div>
</div>
</div>
<div class="col-md-7 offset-md-1">
<div class="lc-block mb-5">
<div editable="rich">
<p><span class="h4">Scry AI </span><span class="text-muted">2023 - (currently working here)</span></p>
<ul>
<li>Designation - Software Engineer</li>
<li>My roles and responsibilities
<ul>
<li>Worked with the backend using JAVA Spring Boot</li>
<li>Designed APIs as per requirements</li>
<li>Added KeyCloak Role Based Validation</li>
<li>Edited Swagger Documentation</li>
<li>Explored and researched about Aspect Oriented Programming and it's various libraries like Spring AOP, AspectJ and Micronaut AOP</li>
</ul>
</li>
</ul>
<p></p>
</div>
</div>
<div class="lc-block mb-5">
<div editable="rich">
<p><span class="h4">Startup - DataMuni </span><span class="text-muted">2019-2021</span></p>
<ul>
<li>Work started in 2019 with a team of 5.</li>
<li>Startup was officially registered with GOI in July 2020</li>
<li>Objective - Providing IT services to MSMEs and automation module for Agriculture</li>
<li>Tasks done
<ul>
<li>Development of IoT based module which could be installed in a farm. This would then collect information like pH levels, water moisture levels, PM 2.5, PM 5 levels, temperature of the surroundings. This information was then be sent to the farmer along with daily weather information to enable them to make informed decision.</li>
<li>Web Development Services to a few companies</li>
</ul>
</li>
<li>My roles and responsibilities
<ul>
<li>Management of communication</li>
<li>Perform data analaysis on data obtained from the sensors module and send insights back to the farmer</li>
<li>Front-end Web Development</li>
</ul>
</li>
</ul>
<p></p>
</div>
</div>
<div class="lc-block mb-5">
<div editable="rich">
<p><span class="h4">Summer Intern- IIIT-D </span><span class="text-muted">2019, 2mos</span></p>
<ul>
<li>Learnt Theory of Inventive Problem Solving i.e. TRIZ</li>
<li>Applied the tools and techniques to help find solution for real world problems.</li>
<li>Tools used - Adobe Illustrator and MS PowerPoint</li>
</ul>
</div>
</div>
<div class="lc-block mb-5">
<div editable="rich">
<p><span class="h4">Summer Intern- University of Delhi </span><span class="text-muted">2018, 4mos</span></p>
<ul>
<li>Learnt Unity 3D and C# for 3D game development</li>
<li>Developed 4 different types of games.</li>
</ul>
</div>
</div>
<div class="lc-block mb-5">
<div editable="rich">
<p><span class="h4">Summer Intern- DRDO </span><span class="text-muted">2017, 3mos</span></p>
<ul>
<li>Study and implementation of cryptographic algorithms in C++</li>
<li>Study of biological computation techniques to solve problems like the Chinese Postman Problem here DNA is used instrad of electrical counterparts to run and operate the machine and then, solve the problem</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<!---Languages-->
<div class="container py-4 py-md-6">
<div class="row mb-4">
<div class="col-md-12">
<div class="lc-block text-center mb-4">
<div editable="rich">
<h2 class="display-4 ">Languages I know </h2>
</div>
</div>
<!-- /lc-block -->
</div>
<!-- /col -->
</div>
<div class="row">
<div class="col-12 col-md-6 col-xl-3 mb-4">
<div class="lc-block text-center ">
<div class="lc-block">
<div editable="rich">
<h5 class="">English</h5>
<p class="text-muted">Business Proficiency</p>
</div>
</div>
</div>
</div>
<div class="col-12 col-md-6 col-xl-3 mb-4">
<div class="lc-block text-center ">
<div class="lc-block">
<div editable="rich">
<h5 class="">Hindi</h5>
<p class="text-muted">My native language! :-)</p>
</div>
</div>
</div>
</div>
<div class="col-12 col-md-6 col-xl-3 mb-4">
<div class="lc-block text-center ">
<div class="lc-block">
<div editable="rich">
<h5 class="">German</h5>
<p class="text-muted">B1 level - Goethe Certified</p>
</div>
</div>
</div>
</div>
<div class="col-12 col-md-6 col-xl-3 mb-4">
<div class="lc-block text-center ">
<div class="lc-block">
<div editable="rich">
<h5 class="">Mandarian Chinese</h5>
<p class="text-muted">HSK Level 1</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!---Contact-->
<div class="container py-5">
<div class="row min-vh-25 align-items-center text-center">
<div class="col-xl-6 mb-2 mb-xl-0">
<div class="lc-block">
<a href="http://www.linkedin.com/in/simran-bansal-ai">
<div class="d-inline-flex">
<div>
<svg width="2em" height="2em" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M18.72 3.99997H5.37C5.19793 3.99191 5.02595 4.01786 4.86392 4.07635C4.70189 4.13484 4.55299 4.22471 4.42573 4.34081C4.29848 4.45692 4.19537 4.59699 4.12232 4.75299C4.04927 4.909 4.0077 5.07788 4 5.24997V18.63C4.01008 18.9901 4.15766 19.3328 4.41243 19.5875C4.6672 19.8423 5.00984 19.9899 5.37 20H18.72C19.0701 19.9844 19.4002 19.8322 19.6395 19.5761C19.8788 19.32 20.0082 18.9804 20 18.63V5.24997C20.0029 5.08247 19.9715 4.91616 19.9078 4.76122C19.8441 4.60629 19.7494 4.466 19.6295 4.34895C19.5097 4.23191 19.3672 4.14059 19.2108 4.08058C19.0544 4.02057 18.8874 3.99314 18.72 3.99997ZM9 17.34H6.67V10.21H9V17.34ZM7.89 9.12997C7.72741 9.13564 7.5654 9.10762 7.41416 9.04768C7.26291 8.98774 7.12569 8.89717 7.01113 8.78166C6.89656 8.66615 6.80711 8.5282 6.74841 8.37647C6.6897 8.22474 6.66301 8.06251 6.67 7.89997C6.66281 7.73567 6.69004 7.57169 6.74995 7.41854C6.80986 7.26538 6.90112 7.12644 7.01787 7.01063C7.13463 6.89481 7.2743 6.80468 7.42793 6.74602C7.58157 6.68735 7.74577 6.66145 7.91 6.66997C8.07259 6.66431 8.2346 6.69232 8.38584 6.75226C8.53709 6.8122 8.67431 6.90277 8.78887 7.01828C8.90344 7.13379 8.99289 7.27174 9.05159 7.42347C9.1103 7.5752 9.13699 7.73743 9.13 7.89997C9.13719 8.06427 9.10996 8.22825 9.05005 8.3814C8.99014 8.53456 8.89888 8.6735 8.78213 8.78931C8.66537 8.90513 8.5257 8.99526 8.37207 9.05392C8.21843 9.11259 8.05423 9.13849 7.89 9.12997ZM17.34 17.34H15V13.44C15 12.51 14.67 11.87 13.84 11.87C13.5822 11.8722 13.3313 11.9541 13.1219 12.1045C12.9124 12.2549 12.7546 12.4664 12.67 12.71C12.605 12.8926 12.5778 13.0865 12.59 13.28V17.34H10.29V10.21H12.59V11.21C12.7945 10.8343 13.0988 10.5225 13.4694 10.3089C13.84 10.0954 14.2624 9.98848 14.69 9.99997C16.2 9.99997 17.34 11 17.34 13.13V17.34Z" fill="#000000"/>
</svg>
</div>
<div class="ms-3 align-self-center" editable="rich">
<p class="lead">LinkedIn</p>
</div>
</div>
</a>
</div><!-- /lc-block -->
</div><!-- /col -->
<div class="col-xl-6 mb-2 mb-xl-0">
<div class="lc-block">
<div class="d-inline-flex">
<div>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="2em" height="2em" viewBox="0 0 24 24" style="" lc-helper="svg-icon" fill="currentColor">
<path d="M13 17H17V14L22 18.5L17 23V20H13V17M20 4H4A2 2 0 0 0 2 6V18A2 2 0 0 0 4 20H11V18H4V8L12 13L20 8V14H22V6A2 2 0 0 0 20 4M12 11L4 6H20Z"></path>
</svg>
</div>
<div class="ms-3 align-self-center" editable="rich">
<p class="lead">simranbansal90@gmail.com</p>
</div>
</div>
</div><!-- /lc-block -->
</div><!-- /col -->
</div>
</div>
<script src="js/projects.js"></script>
</body>
</html>