-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
426 lines (395 loc) · 27.7 KB
/
index.html
File metadata and controls
426 lines (395 loc) · 27.7 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
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Home of Saahith Pochiraju's personal website">
<meta name="author" content="Saahith Pochiraju">
<meta name="keywords" content="Saahith Pochiraju, Personal Website, Resume ">
<title> Saahith Pochiraju || Analysis Code Design </title>
<link rel="icon" href="images/sp_icon.png"/>
<link rel="stylesheet" href="css/bootstrap.min.css"/>
<link rel="stylesheet" type="text/css" href="css/poochstyle.css"/>
<link rel="stylesheet" type="text/css" href="css/jquery.fullPage.css"/>
<script src='js/jquery.min.js'> </script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.min.js"></script>
<script src="js/jquery-ui.min.js"></script>
<script src="js/jquery.fullPage.js"></script>
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.13/css/all.css" integrity="sha384-DNOHZ68U8hZfKXOrtjWvjxusGo9WQnrNx2sqG0tfsghAvtVlRW3tvkXWZh58N9jp" crossorigin="anonymous">
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-110682568-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'UA-110682568-1');
</script>
<script type="text/javascript">
$(document).ready(function() {
$('#fullpage').fullpage({
sectionsColor: ['white', 'white', 'white','white'],
anchors: ['landing', 'about', 'audio','contact'],
menu: '#menu',
});
});
</script>
</head>
<body>
<header>
<nav class="navbar navbar-light fixed-top navbar-expand-lg navbar-toggleable-sm" style='background-color:white'>
<div data-menuanchor="landing" class="navbar-header"><a class="modern" style="text-decoration:none;color:black" href="#landing">Saahith Pochiraju</a></div>
<button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon" ></span>
</button>
<div class="collapse navbar-collapse ml-auto" id="navbarSupportedContent">
<ul id="menu" class="nav navbar-nav ml-auto">
<li data-menuanchor="about" class="nav-item nav-link"><a class="modern link-1" href="#about">About</a></li>
<li data-menuanchor="audio" class="nav-item nav-link"><a class="modern link-1" href="#audio">Audio</a></li>
<li data-menuanchor="contact" class="nav-item nav-link"><a class="modern link-1" href="#contact">Contact</a></li>
</ul>
</div>
</nav>
</header>
<div id="fullpage">
<div class="section" id="section0">
<div class='container-fluid'>
<div class='row h-100'>
<div class='col-lg-3 offset-lg-3 my-auto' >
<h1 class='modern temp-border'> Saahith Pochiraju </h1>
</div>
<div class='col-lg-1'>
<div class='borderz'></div>
</div>
<div class='col-lg-3 my-auto'>
<h3 class='modern' style='color:#375E97'> Analysis </h3>
<h3 class='modern' style='color:#FB6542'> Code </h3>
<h3 class='modern' style='color:#3F681C'> Design </h3>
<h3 class='modern mobile-status'> Mobile Site Under Construction</h3>
</div>
</div>
</div>
</div>
<div class="section" id="section1">
<div class="slide" id="slide1">
<div class='container-fluid'>
<div class='row'>
<div class='col-lg-3 offset-lg-1'>
<img class='pooch_img' src='images/poochpic.png' />
</div>
<div class='col-lg-7'>
<div class='row'>
<div class='col-lg-12'>
<div class='row'>
<div class='col-lg-12'>
<h3 class='modern'> Bio </h3>
<p class='modern pooch_font'> Always striving to improve the world, Saahith is an innovator looking to create change. Currently, he creating this change by building whole-cell models at the Karr Lab in the Icahn School of Medicine at Mount Sinai. These computational models account for the function of every gene and molecule in a cell and have been described as “a grand challenge for the 21st century”. Saahith is constructing an automated data curation service to create these models and hopes to one day use these models to improve pharmaceutical selection and revolutionize personalized medicine. When Saahith is not trying to solve complex computer science and mathematical problems, he is playing golf or watching the NY Rangers bring the Stanley Cup to where it belongs. </p>
</div>
</div>
<div class='row' style='padding:3vh 0px'>
<div class='col-lg-2'>
<h3 class='modern'> Education </h3>
<img style="width:100%" src='images/emory.png' />
</div>
<div class='col-lg-6'>
<h6 class='modern' style='padding:20% 0 0'> Applied Math and Biology, BS </h6>
<h6 class='modern'> Class of 2017 </h6>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="slide" id="slide2">
<div class='container-fluid'>
<div class='row'>
<div class='col-lg-3 offset-lg-1 temp-border my-auto modern'>
<h3 style="float:right;padding:20px"> Current Projects </h3>
</div>
<div class='col-lg-1'>
<div class='tiny-borderz'></div>
</div>
<div class='col-lg-6 my-auto modern'>
<div class='row'>
<h3> <a style='color:#375E97' href='https://github.com/KarrLab/kinetic_datanator'> Datanator </a></h3>
</div>
<div class='row'>
<h5 style='color:#375E97'> Creating functional, normalized data for Whole-Cell Models </h5>
</div>
<div class='row' style='padding:30px 0px 0px'>
<h3> <a style='color:#FB6542' href='http://visitgallery.co'> Gallery </a></h3>
</div>
<div class='row'>
<h5 style='color:#FB6542'> A digital art marketplace using the blockchain </h5>
</div>
</div>
</div>
<div class='row' style='padding:30px 0px'>
<div class='col-lg-3 offset-lg-1 temp-border my-auto'>
<h3 class='modern' style="float:right;padding:20px"> Papers </h3>
</div>
<div class='col-lg-1'>
<div class='tiny-borderz'></div>
</div>
<div class='col-lg-6 my-auto'>
<div class='row'>
<div class='modern'> <a style='color:#3F681C;font-size:110%' href='https://www.sciencedirect.com/science/article/pii/S2452310017301853'> A blueprint for human whole-cell modeling </a></div>
</div>
<div class='row'>
<div class='modern' style='color:#3F681C;font-style:italic;font-size:70%'> Current Opinion in Systems Biology</div>
</div>
<div class='row' style='padding:15px 0px 0px'>
<div class='modern'> <a style='color:#FFBB00;font-size:110%' href='https://www.liebertpub.com/doi/abs/10.1089/neu.2017.5538'>Variability of leg kinematics during overground walking in persons with chronic incomplete spinal cord injury </a></div>
</div>
<div class='row'>
<div class='modern' style='color:#FFBB00;font-style:italic;font-size:70%'> Journal of Neurotrama</div>
</div>
<div class='row' style='padding:15px 0px 0px'>
<div class='modern'> <a style='color:#375E97;font-size:110%' href='http://onlinelibrary.wiley.com/doi/10.1002/mus.25181/abstract'> Superficial fibular nerve sensory nerve conduction study in children </a></div>
</div>
<div class='row'>
<div class='modern' style='color:#375E97;font-style:italic;font-size:70%'> Muscle & Nerve </div>
</div>
</div>
</div>
</div>
</div>
<div class="slide" id="slide3">
<div class='container-fluid'>
<div class='row'>
<div class='offset-1 col-10'>
<div class='row'>
<div class='col-12'>
<h3 class='modern' style='padding:0px 0 40px'> Experience </h3>
</div>
</div>
<div class='row'>
<div class="col-lg-4" ontouchstart="this.classList.toggle('hover');">
<div class='flip-container'>
<div class="flipper">
<div class="front">
<img class='job_pics' src='images/sinai.png' />
</div>
<div class="back" style='background-color:#3F681C'>
<div class='modern-light pads-title'> Icahn School of Medicine at Mount Sinai </div>
<div class='modern-light pads'> Bioinformatician </div>
<div class='modern-light pads'> June 2017 - Current </div>
<div class='modern-light pads'> Built a comprehensive multi-scale biological database and web service for whole-cell model development </div>
<div class='modern-light pads'> Developed and simulated sub-cellular models using ODE, stochastic, and optimization representations and algorithms</div>
</div>
</div>
</div>
</div>
<div class="col-lg-4" ontouchstart="this.classList.toggle('hover');">
<div class='flip-container'>
<div class="flipper">
<div class="front">
<img class='job_pics' src='images/choa.png' />
</div>
<div class="back" style='background-color:#375E97'>
<div class='modern-light pads-title'> Children's Hospital of Atlanta </div>
<div class='modern-light pads'> Clinical Researcher </div>
<div class='modern-light pads'> May 2015 - May 2017 </div>
<div class='modern-light pads'> Developed normative nerve conduction velocity reference values for use in clinics across the country </div>
<div class='modern-light pads'> Identified national Myasthenia Gravis statistics using IBM’s Truven Marketscan® claims database</div>
</div>
</div>
</div>
</div>
<div class="col-lg-4" ontouchstart="this.classList.toggle('hover');">
<div class='flip-container'>
<div class="flipper">
<div class="front">
<img class='job_pics' style='padding:60px 0 0' src='images/emory_rehab.png' />
</div>
<div class="back" style='background-color:#FB6542'>
<div class='modern-light pads-title'> Emory Rehabilitation Hospital </div>
<div class='modern-light pads'> Lab Technician </div>
<div class='modern-light pads'> May 2016 - May 2017 </div>
<div class='modern-light pads'> Developed a metric for quantifying gait variability with motion tracking data</div>
<div class='modern-light pads'> Administered hypoxia and trained gait for spinal cord injury patients</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="slide" id="slide4">
<div class='container-fluid'>
<div class='row'>
<div class='col-3 offset-1'>
<h3 class='modern' style='padding:0 0 40px'> Skills </h3>
</div>
</div>
<div class='row'>
<div class='col-10 offset-1'>
<div class='contain'>
<div class='row'>
<div class='col-2'>
<h4 class='modern'> Languages </h4>
</div>
<div class='col-10'>
<img class='language' src='images/python.jpg' />
<img class='language' src='images/java.png' />
<img class='language' src='images/html.png' />
<img class='language' src='images/solidity.svg' />
<img class='language' src='images/sql.png' />
<img class='language' src='images/matlab.png' />
</div>
</div>
<div class='row' style='padding:20px 0px'>
<div class='col-2'>
<h4 class='modern'> Frameworks </h4>
</div>
<div class='col-10'>
<img class='language' src='images/flask.png' />
<img class='language' src='images/django.png' />
<img class='language' src='images/meteor.png' />
<img class='language' src='images/tensorflow.png' />
<img class='language' src='images/truffle.png' />
<img class='language' src='images/mongodb.png' />
<img class='language' src='images/sqlite.png' />
</div>
</div>
<div class='row' style='padding:20px 0px'>
<div class='col-2'>
<h4 class='modern'> Libraries </h4>
</div>
<div class='col-10'>
<h5 class='modern'> Sci-Kit Learn, D3, ReactJS, Jupyter Notebook,SQLAlchemy, NumPy, Matplotlib, SciPy, Pandas, Pytest, Mocha, Sphinx, Requests, Web3, Bootstrap</h5>
</div>
</div>
<div class='row' style='padding:20px 0px'>
<div class='col-2'>
<h4 class='modern'> Production </h4>
</div>
<div class='col-10'>
<img class='language-h' src='images/aws.jpg' />
<img class='language-h' src='images/heroku.png' />
</div>
</div>
<div class='row' style='padding:20px 0px'>
<div class='col-2'>
<h4 class='modern'> Quality Control </h4>
</div>
<div class='col-10'>
<img class='language-h' src='images/circleci.png' />
</div>
</div>
<div class='row' style='padding:20px 0px'>
<div class='col-2'>
<h4 class='modern'> Experimental </h4>
</div>
<div class='col-10'>
<h5 class='modern'> PCR, Cryosectioning, Immunostaining, Microscopy, Western Blot </h5>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="section" id="section3">
<div class='container-fluid'>
<div class='row'>
<div class='offset-lg-1 col-lg-5'>
<h3 class='modern' style='padding:0 0 40px'> Music </h3>
<div class='contain-music'>
<iframe allow="autoplay *; encrypted-media *;" frameborder="0" height="150" sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation-by-user-activation" src="https://embed.music.apple.com/us/album/95-till-infinity/1279423222?i=1279423849" width="100%"></iframe>
<iframe allow="autoplay *; encrypted-media *;" frameborder="0" height="150" sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation-by-user-activation" src="https://embed.music.apple.com/us/album/lazy-boy/1337790882?i=1337791444" width="100%"></iframe>
<iframe allow="autoplay *; encrypted-media *;" frameborder="0" height="150" sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation-by-user-activation" src="https://embed.music.apple.com/us/album/in-a-sentimental-mood/409726?i=409723&app=music" width="100%"></iframe>
<iframe allow="autoplay *; encrypted-media *;" frameborder="0" height="150" sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation-by-user-activation" src="https://embed.music.apple.com/us/album/you-only-live-once/299740383?i=299740483" width="100%"></iframe>
<iframe allow="autoplay *; encrypted-media *;" frameborder="0" height="150" sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation-by-user-activation" src="https://embed.music.apple.com/us/album/dreams/202271826?i=202272624" width="100%"></iframe>
<iframe allow="autoplay *; encrypted-media *;" frameborder="0" height="150" sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation-by-user-activation" src="https://embed.music.apple.com/us/album/long-live-a%24ap/581997130?i=581997146" width="100%"></iframe>
<iframe allow="autoplay *; encrypted-media *;" frameborder="0" height="150" sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation-by-user-activation" src="https://embed.music.apple.com/us/album/salad-days/799685692?i=799685693&app=music" width="100%"></iframe>
<iframe allow="autoplay *; encrypted-media *;" frameborder="0" height="150" sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation-by-user-activation" src="https://embed.music.apple.com/us/album/eventually/989492285?i=989492311&app=music" width="100%"></iframe>
<iframe allow="autoplay *; encrypted-media *;" frameborder="0" height="150" sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation-by-user-activation" src="https://embed.music.apple.com/us/album/put-me-thru/1065681363?i=1065681698" width="100%"></iframe>
<iframe allow="autoplay *; encrypted-media *;" frameborder="0" height="150" sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation-by-user-activation" src="https://embed.music.apple.com/us/album/tourist/335804043?i=335804235" width="100%"></iframe>
<iframe allow="autoplay *; encrypted-media *;" frameborder="0" height="150" sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation-by-user-activation" src="https://embed.music.apple.com/us/album/it-never-rains-in-southern-california/385801835?i=385802012" width="100%"></iframe>
</div>
</div>
<div class='col-lg-5'>
<h3 class='modern' style='padding:0 0 40px'> Podcasts </h3>
<div class='contain-music'>
<iframe src="https://www.npr.org/player/embed/608512576/608582078" height="290" frameborder="0" scrolling="no" title="NPR embedded audio player" width="100%"></iframe>
<iframe src="https://www.npr.org/player/embed/489828279/489828424" width="100%" height="290" frameborder="0" scrolling="no" title="NPR embedded audio player"></iframe>
<iframe src="https://www.npr.org/player/embed/543035808/546156152" height="290" frameborder="0" scrolling="no" title="NPR embedded audio player" width="100%"></iframe>
<iframe src="https://www.npr.org/player/embed/615621554/615656446" width="100%" height="290" frameborder="0" scrolling="no" title="NPR embedded audio player"></iframe>
<iframe src="https://www.npr.org/player/embed/622273540/622329100" width="100%" height="290" frameborder="0" scrolling="no" title="NPR embedded audio player"></iframe>
<iframe src="https://www.npr.org/player/embed/621571136/622453624" width="100%" height="290" frameborder="0" scrolling="no" title="NPR embedded audio player"></iframe>
</div>
</div>
</div>
</div>
</div>
<div class="section" id="section4">
<div class='container-fluid'>
<div class='row'>
<div class='mx-auto card'>
<div class='row'>
<div class='offset-lg-5 col-lg-6 pads'> </div>
</div>
<div class='row'>
<div class='col-lg-4' style='padding:0px 30px'>
<img style='width:75px;height:75px' src='images/sp_icon.png' />
</div>
<div class='col-lg-8' style='padding:5px 43px'>
<div class='row'>
<h4 class='modern'> Saahith Pochiraju </h4>
</div>
<div class='row'>
<h7 class='modern'> saahith116@gmail.com </h7>
</div>
<div class='row'>
<h7 class='modern'> New York, NY </h7>
</div>
</div>
</div>
<div class='row'>
<div class='col-lg-12' style='margin:20px 0px 0px'>
<div style='width:100%;height:15px;background-color:#FFBB00'> </div>
</div>
</div>
<div class='row'>
<div class='col-lg-12'>
<div style='width:100%;height:15px;background-color:#FB6542'> </div>
</div>
</div>
<div class='row'>
<div class='col-lg-12'>
<div style='width:100%;height:15px;background-color:#375E97'> </div>
</div>
</div>
<div class='row'>
<div class='col-lg-12'>
<div style='width:100%;height:15px;background-color:#3F681C'> </div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<footer class="container-fluid">
<nav class="navbar fixed-bottom">
<ul class="list-inline ml-auto" style='padding:0px 1vw' >
<li class="list-inline-item"><a href="https://www.facebook.com/saahith.pochiraju"><i class="fab fa-facebook-f icons"></i></a></li>
<li class="list-inline-item"><a href="https://twitter.com/saapooch"><i class="fab fa-twitter icons"></i></a></li>
<li class="list-inline-item"><a href="https://www.instagram.com/pooch116/?hl=en"><i class="fab fa-instagram icons"></i></a></li>
<li class="list-inline-item"><a href="https://www.linkedin.com/in/saahith-pochiraju-379a6394"><i class="fab fa-linkedin-in icons"></i></a></li>
<li class="list-inline-item"><a href="https://github.com/saapooch"><i class="fab fa-github icons"></i></a></li>
</ul>
</nav>
</footer>
<script>
</script>
</body>
</html>