-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
649 lines (530 loc) · 39.6 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
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
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
<!DOCTYPE html>
<html class="no-js ss-preload" lang="en">
<head>
<!--- basic page needs
================================================== -->
<meta charset="utf-8">
<title>Prem Rana</title>
<meta name="description" content="">
<meta name="author" content="">
<!-- mobile specific metas
================================================== -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- CSS
================================================== -->
<link rel="stylesheet" href="css/vendor.css">
<link rel="stylesheet" href="css/styles.css">
<!-- favicons
================================================== -->
<link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="favicon-16x16.png">
<link rel="manifest" href="site.webmanifest">
</head>
<body id="top">
<!-- # preloader
================================================== -->
<div id="preloader">
<div id="loader">
</div>
</div>
<!-- # page wrap
================================================== -->
<div class="s-pagewrap">
<div class="circles">
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
</div>
<!-- ## site header
================================================== -->
<header class="s-header">
<div class="header-mobile">
<span class="mobile-home-link"><a href="index.html">Prem Rana.</a></span>
<a class="mobile-menu-toggle" href="#0"><span>Menu</span></a>
</div>
<div class="row wide main-nav-wrap">
<nav class="column lg-12 main-nav">
<ul>
<li><a href="index.html" class="home-link">Prem Rana.</a></li>
<li class="current"><a href="#intro" class="smoothscroll">Intro</a></li>
<li><a href="#about" class="smoothscroll">About</a></li>
<li><a href="#works" class="smoothscroll">Works</a></li>
<li><a href="#contact" class="smoothscroll">Say Hello</a></li>
</ul>
</nav>
</div>
</header> <!-- end s-header -->
<!-- ## main content
==================================================- -->
<main class="s-content">
<!-- ### intro
================================================== -->
<section id="intro" class="s-intro target-section">
<div class="row intro-content wide">
<div class="column">
<div class="text-pretitle with-line">
Hello World
</div>
<h1 class="text-huge-title">
My Name is Prem Rana, <br>
a Data Scientist <br>
Engineer <br>
Musician <br>
Entertainer<br>
& Creator
</h1>
</div>
<ul class="intro-social">
<li><a href="https://twitter.com/ranamerp">Twitter</a></li>
<li><a href="https://github.com/ranamerp">Github</a></li>
<li><a href="https://www.linkedin.com/in/prem-rana">Linkedin</a></li>
<li><a href="https://open.spotify.com/artist/1txaTl2p63KQQdvtNwS7JD">Spotify</a></li>
<li><a href="https://soundcloud.com/indianmambaofficial">Soundcloud</a></li>
</ul>
</div> <!-- end intro content -->
<a href="#about" class="intro-scrolldown smoothscroll">
<svg width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd"><path d="M11 21.883l-6.235-7.527-.765.644 7.521 9 7.479-9-.764-.645-6.236 7.529v-21.884h-1v21.883z"/></svg>
</a>
</section> <!-- end s-intro -->
<!-- ### about
================================================== -->
<section id="about" class="s-about target-section">
<div class="row about-info wide" data-animate-block>
<div class="column lg-6 md-12 about-info__pic-block">
<img src="images/about-photo.jpg"
srcset="images/about-photo.jpg 1x" alt="" class="about-info__pic" data-animate-el>
</div>
<div class="column lg-6 md-12">
<div class="about-info__text" >
<h2 class="text-pretitle with-line" data-animate-el>
About
</h2>
<p class="attention-getter" data-animate-el>
I'm currently an undergraduate student at <b> Southern Illinois University Carbondale </b> studying <b> Computer Science </b> along with <b> Digital Media </b>.
I really like making things, whether it be developing applications, creating art, or anything in between.
In my free time, I'm either coding, making music, gaming, or hanging out with friends and family.
</p>
<a href="https://drive.google.com/uc?export=download&id=1Mb4Jv4_ASF_zhi4m9A4ItdQjQN7VhxdQ" class="btn btn--medium u-fullwidth" data-animate-el>Download CV</a>
</div>
</div>
</div> <!-- about-info -->
<div class="row about-expertise" data-animate-block>
<div class="column lg-12">
<h2 class="text-pretitle" data-animate-el>Expertise</h2>
<ul class="skills-list h1" data-animate-el>
<li>Machine Learning</li>
<li>Data Analytics</li>
<li>Data Visualization</li>
<li>Database Management</li>
<li>Information Technology</li>
<li>Computer Science</li>
<li>Media Production</li>
<li>Visual Design</li>
<li>Marketing</li>
<li>Project Management</li>
</ul>
</div>
</div> <!-- end about-expertise -->
<div class="row about-timelines" data-animate-block>
<div class="column lg-6 tab-12">
<h2 class="text-pretitle" data-animate-el>
Experience
</h2>
<div class="timeline" data-animate-el>
<div class="timeline__block">
<div class="timeline__bullet"></div>
<div class="timeline__header">
<h4 class="timeline__title">Green Roof Team</h3>
<h5 class="timeline__meta">Lead Data Engineer</h5>
<p class="timeline__timeframe">November 2019 - Present</p>
</div>
<div class="timeline__desc">
Prem works as part of the Green Roof Team to create student-built green energy solutions. <br>
As the Lead Data Engineer, Prem:<br>
-Researches the application of Machine Learning and Deep Learning techniques to optimize irrigation on a garden roof. <br>
-Implements a microcontroller master-slave system that blends analog and digital data collection in order to gather information on soil moisture habits in a garden roof.<br>
-Optimizes power distribution from student-built Wind Turbine towards irrigation system to create fully self-sustaining microcontroller system.<br>
-Develops data pipelines and web interfaces to streamline and display the data collected. <br>
</div>
</div>
<div class="timeline__block">
<div class="timeline__bullet"></div>
<div class="timeline__header">
<h4 class="timeline__title">Ingredion</h3>
<h5 class="timeline__meta">Data Analyst Intern</h5>
<p class="timeline__timeframe">May 2021 - August 2021</p>
</div>
<div class="timeline__desc">
Prem interned for Ingredion, a multinational ingredient provider, to analyze and improve data flow across the company.<br>
As a Data Analyst Intern, Prem: <br>
-Transformed a paper-based form system to a paperless-based system to improve the efficiency of plant operations through the use of Microsoft Power Apps <br>
-Improved Data Pipelines for faster and more dynamic flow of data. <br>
-Integrated and retooled previous SQL Server Databases to create easier opportunity for Data Analytics and Forecasting. <br>
</div>
</div>
<div class="timeline__block">
<div class="timeline__bullet"></div>
<div class="timeline__header">
<h4 class="timeline__title">Southern Illinois University Carbondale</h4>
<h5 class="timeline__meta">Undergraduate Research Assistant</h5>
<p class="timeline__timeframe">Jan 2021 - Sep 2021</p>
</div>
<div class="timeline__desc">
Prem worked with Dr. Koushik Sinha to create the Virus Contact Map, a tool that would visualize the spread of the COVID-19 Virus. <br>
As an Undergraduate Research Assistant, Prem: <br>
-Cleaned and manipulated various datasets using Pandas and SQL to understand researched COVID-19 strains in relation to Google Mobility Data and CDC published data <br>
-Created easy-to-use tool for in-house researchers to upload new COVID-19 Strain Data using Flask and Javascript <br>
-Trained and Researched Various Regression Models using Scikit-Learn to predict movement of COVID-19 Virus <br>
</div>
</div>
<div class="timeline__block">
<div class="timeline__bullet"></div>
<div class="timeline__header">
<h4 class="timeline__title">WSIU</h3>
<h5 class="timeline__meta">Media Producer</h5>
<p class="timeline__timeframe">August 2018 - Present</p>
</div>
<div class="timeline__desc">
Prem is part of the award-winning PBS news station, WSIU, where he works to produce shows for the greater Southern Illinois Area. <br>
As a producer, Prem: <br>
- Produces the award-winning show "Scholastic Hi-Q" <br>
- Directs the award-winning newscast "River Region Evening Edition" <br>
- Leads an entirely student-run team on a live newscast while teaching team about various roles in a television station. <br>
</div>
</div>
<div class="timeline__block">
<div class="timeline__bullet"></div>
<div class="timeline__header">
<h4 class="timeline__title">CDW</h3>
<h5 class="timeline__meta">Planning and Project Management Intern</h5>
<p class="timeline__timeframe">May 2020 - Aug 2020</p>
</div>
<div class="timeline__desc">
<p>Prem interned at CDW, a technology provider for businesses and
government. Roles included: <br>
-Data Analytics of client projects <br>
-Improvement of information pipeline between CDW and clients</p>
</div>
</div>
</div> <!-- end timeline -->
</div> <!-- end column -->
<div class="column lg-6 tab-12">
<h2 class="text-pretitle" data-animate-el>
Education
</h2>
<div class="timeline" data-animate-el>
<div class="timeline__block">
<div class="timeline__bullet"></div>
<div class="timeline__header">
<h4 class="timeline__title">Southern Illinois University Carbondale</h3>
<h5 class="timeline__meta">B.S in Computer Science</h5>
<p class="timeline__timeframe">Expected May 2022</p>
</div>
</div>
<div class="timeline__block">
<div class="timeline__bullet"></div>
<div class="timeline__header">
<h4 class="timeline__title">Southern Illinois University Carbondale</h3>
<h5 class="timeline__meta">B.A in Radio, Television, & Digital Media</h5>
<p class="timeline__timeframe">Expected May 2022</p>
</div>
</div>
<div class="timeline__block">
<div class="timeline__bullet"></div>
<div class="timeline__header">
<h4 class="timeline__title">Springboard</h3>
<h5 class="timeline__meta">Certified Machine Learning Engineer</h5>
<p class="timeline__timeframe">Jan 2020</p>
</div>
</div>
</div> <!-- end timeline -->
</div> <!-- end column -->
</div> <!-- end about-timelines -->
</section> <!-- end s-about -->
<!-- ### works
================================================== -->
<section id="works" class="s-works target-section">
<div class="row works-portfolio">
<div class="column lg-12" data-animate-block>
<h2 class="text-pretitle" data-animate-el>
Recent Works
</h2>
<p class="h1" data-animate-el>
Here are some of my projects.
</p>
<ul class="folio-list row block-lg-one-half block-stack-on-1000">
<li class="folio-list__item column" data-animate-el>
<a class="folio-list__item-link" href="#modal-01">
<div class="folio-list__item-pic">
<img src="https://i1.sndcdn.com/artworks-hX9OZmzS04eznhq7-z2jexQ-t500x500.jpg"
srcset="https://i1.sndcdn.com/artworks-hX9OZmzS04eznhq7-z2jexQ-t500x500.jpg 1x, https://i1.sndcdn.com/artworks-hX9OZmzS04eznhq7-z2jexQ-t500x500.jpg 2x" alt="">
</div>
<div class="folio-list__item-text">
<div class="folio-list__item-cat">
Single
</div>
<div class="folio-list__item-title">
Horizons.
</div>
</div>
</a>
<a class="folio-list__proj-link" href="#" title="project link">
<svg width="15" height="15" viewBox="0 0 15 15" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.14645 3.14645C8.34171 2.95118 8.65829 2.95118 8.85355 3.14645L12.8536 7.14645C13.0488 7.34171 13.0488 7.65829 12.8536 7.85355L8.85355 11.8536C8.65829 12.0488 8.34171 12.0488 8.14645 11.8536C7.95118 11.6583 7.95118 11.3417 8.14645 11.1464L11.2929 8H2.5C2.22386 8 2 7.77614 2 7.5C2 7.22386 2.22386 7 2.5 7H11.2929L8.14645 3.85355C7.95118 3.65829 7.95118 3.34171 8.14645 3.14645Z" fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"></path></svg>
</a>
</li> <!--end folio-list__item -->
<li class="folio-list__item column" data-animate-el>
<a class="folio-list__item-link" href="#modal-02">
<div class="folio-list__item-pic">
<img src="https://seeklogo.com/images/T/twitter-2012-negative-logo-5C6C1F1521-seeklogo.com.png"
srcset="https://seeklogo.com/images/T/twitter-2012-negative-logo-5C6C1F1521-seeklogo.com.png 1x, https://seeklogo.com/images/T/twitter-2012-negative-logo-5C6C1F1521-seeklogo.com.png 2x" alt="">
</div>
<div class="folio-list__item-text">
<div class="folio-list__item-cat">
Web Application
</div>
<div class="folio-list__item-title">
Tweettragedy
</div>
</div>
</a>
<a class="folio-list__proj-link" href="#" title="project link">
<svg width="15" height="15" viewBox="0 0 15 15" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.14645 3.14645C8.34171 2.95118 8.65829 2.95118 8.85355 3.14645L12.8536 7.14645C13.0488 7.34171 13.0488 7.65829 12.8536 7.85355L8.85355 11.8536C8.65829 12.0488 8.34171 12.0488 8.14645 11.8536C7.95118 11.6583 7.95118 11.3417 8.14645 11.1464L11.2929 8H2.5C2.22386 8 2 7.77614 2 7.5C2 7.22386 2.22386 7 2.5 7H11.2929L8.14645 3.85355C7.95118 3.65829 7.95118 3.34171 8.14645 3.14645Z" fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"></path></svg>
</a>
</li> <!--end folio-list__item -->
<li class="folio-list__item column" data-animate-el>
<a class="folio-list__item-link" href="#modal-03">
<div class="folio-list__item-pic">
<img src="https://i1.sndcdn.com/artworks-cGEqhJoBI6RluPeu-QZyDWg-t500x500.jpg"
srcset="https://i1.sndcdn.com/artworks-cGEqhJoBI6RluPeu-QZyDWg-t500x500.jpg 1x, https://i1.sndcdn.com/artworks-cGEqhJoBI6RluPeu-QZyDWg-t500x500.jpg 2x" alt="">
</div>
<div class="folio-list__item-text">
<div class="folio-list__item-cat">
Remix
</div>
<div class="folio-list__item-title">
Chance the Rapper - Same Drugs (Indian Mamba Remix).
</div>
</div>
</a>
<a class="folio-list__proj-link" href="#" title="project link">
<svg width="15" height="15" viewBox="0 0 15 15" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.14645 3.14645C8.34171 2.95118 8.65829 2.95118 8.85355 3.14645L12.8536 7.14645C13.0488 7.34171 13.0488 7.65829 12.8536 7.85355L8.85355 11.8536C8.65829 12.0488 8.34171 12.0488 8.14645 11.8536C7.95118 11.6583 7.95118 11.3417 8.14645 11.1464L11.2929 8H2.5C2.22386 8 2 7.77614 2 7.5C2 7.22386 2.22386 7 2.5 7H11.2929L8.14645 3.85355C7.95118 3.65829 7.95118 3.34171 8.14645 3.14645Z" fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"></path></svg>
</a>
</li> <!--end folio-list__item -->
<li class="folio-list__item column" data-animate-el>
<a class="folio-list__item-link" href="#modal-04">
<div class="folio-list__item-pic">
<img src="https://cdn.discordapp.com/avatars/823743849431433229/a3c88a06aef4404dbdf3e53b9fc33e29.webp"
srcset="https://cdn.discordapp.com/avatars/823743849431433229/a3c88a06aef4404dbdf3e53b9fc33e29.webp 1x, https://cdn.discordapp.com/avatars/823743849431433229/a3c88a06aef4404dbdf3e53b9fc33e29.webp 2x" alt="">
</div>
<div class="folio-list__item-text">
<div class="folio-list__item-cat">
Discord Bot
</div>
<div class="folio-list__item-title">
Athena 2.0
</div>
</div>
</a>
<a class="folio-list__proj-link" href="#" title="project link">
<svg width="15" height="15" viewBox="0 0 15 15" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.14645 3.14645C8.34171 2.95118 8.65829 2.95118 8.85355 3.14645L12.8536 7.14645C13.0488 7.34171 13.0488 7.65829 12.8536 7.85355L8.85355 11.8536C8.65829 12.0488 8.34171 12.0488 8.14645 11.8536C7.95118 11.6583 7.95118 11.3417 8.14645 11.1464L11.2929 8H2.5C2.22386 8 2 7.77614 2 7.5C2 7.22386 2.22386 7 2.5 7H11.2929L8.14645 3.85355C7.95118 3.65829 7.95118 3.34171 8.14645 3.14645Z" fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"></path></svg>
</a>
</li> <!--end folio-list__item -->
<li class="folio-list__item column" data-animate-el>
<a class="folio-list__item-link" href="#modal-05">
<div class="folio-list__item-pic">
<img src="https://i1.sndcdn.com/artworks-wF5bxR8ghjEGDqJ6-gO3UUw-t500x500.jpg"
srcset="https://i1.sndcdn.com/artworks-wF5bxR8ghjEGDqJ6-gO3UUw-t500x500.jpg 1x, https://i1.sndcdn.com/artworks-wF5bxR8ghjEGDqJ6-gO3UUw-t500x500.jpg 2x" alt="">
</div>
<div class="folio-list__item-text">
<div class="folio-list__item-cat">
EP
</div>
<div class="folio-list__item-title">
Seasons of Freestyle.
</div>
</div>
</a>
<a class="folio-list__proj-link" href="#" title="project link">
<svg width="15" height="15" viewBox="0 0 15 15" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.14645 3.14645C8.34171 2.95118 8.65829 2.95118 8.85355 3.14645L12.8536 7.14645C13.0488 7.34171 13.0488 7.65829 12.8536 7.85355L8.85355 11.8536C8.65829 12.0488 8.34171 12.0488 8.14645 11.8536C7.95118 11.6583 7.95118 11.3417 8.14645 11.1464L11.2929 8H2.5C2.22386 8 2 7.77614 2 7.5C2 7.22386 2.22386 7 2.5 7H11.2929L8.14645 3.85355C7.95118 3.65829 7.95118 3.34171 8.14645 3.14645Z" fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"></path></svg>
</a>
</li> <!--end folio-list__item -->
<li class="folio-list__item column" data-animate-el>
<a class="folio-list__item-link" href="#modal-06">
<div class="folio-list__item-pic">
<img src="https://media-exp1.licdn.com/dms/image/C4E0BAQFYWEJX_vW1ZA/company-logo_200_200/0/1598902874580?e=2159024400&v=beta&t=DVD4fo6tD3-QXbkqNUOAwUy_BWh5YPAj0FdS6bGmZy0"
srcset="https://media-exp1.licdn.com/dms/image/C4E0BAQFYWEJX_vW1ZA/company-logo_200_200/0/1598902874580?e=2159024400&v=beta&t=DVD4fo6tD3-QXbkqNUOAwUy_BWh5YPAj0FdS6bGmZy0 1x, https://media-exp1.licdn.com/dms/image/C4E0BAQFYWEJX_vW1ZA/company-logo_200_200/0/1598902874580?e=2159024400&v=beta&t=DVD4fo6tD3-QXbkqNUOAwUy_BWh5YPAj0FdS6bGmZy0 2x" alt="">
</div>
<div class="folio-list__item-text">
<div class="folio-list__item-cat">
Research Project
</div>
<div class="folio-list__item-title">
Autonomous Irrigation System.
</div>
</div>
</a>
<a class="folio-list__proj-link" href="#" title="project link">
<svg width="15" height="15" viewBox="0 0 15 15" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.14645 3.14645C8.34171 2.95118 8.65829 2.95118 8.85355 3.14645L12.8536 7.14645C13.0488 7.34171 13.0488 7.65829 12.8536 7.85355L8.85355 11.8536C8.65829 12.0488 8.34171 12.0488 8.14645 11.8536C7.95118 11.6583 7.95118 11.3417 8.14645 11.1464L11.2929 8H2.5C2.22386 8 2 7.77614 2 7.5C2 7.22386 2.22386 7 2.5 7H11.2929L8.14645 3.85355C7.95118 3.65829 7.95118 3.34171 8.14645 3.14645Z" fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"></path></svg>
</a>
</li> <!--end folio-list__item -->
</ul> <!-- end folio-list -->
</div> <!-- end column -->
<!-- Modal Templates Popup
-------------------------------------------- -->
<div id="modal-01" hidden>
<div class="modal-popup">
<iframe src="https://open.spotify.com/embed/album/7KuBgsdrdCsfPExNhNfvww" width="100%" height="200" frameborder="0" allowtransparency="true" allow="encrypted-media"></iframe>
<div class="modal-popup__desc">
<h5>Horizons</h5>
<p>This track was created for the Audius Beat Cypher Challenge by New Vibe Radio. I took a sample pack that they gave me, and using only their samples, created this track within the span of 3 days.</p>
<ul class="modal-popup__cat">
<li>Original Production</li>
<li>Audio Engineering</li>
</ul>
</div>
</div>
</div> <!-- end modal -->
<div id="modal-02" hidden>
<div class="modal-popup">
<img src="https://logos-world.net/wp-content/uploads/2020/04/Twitter-Logo.png" alt="">
<div class="modal-popup__desc">
<h5>Tweettragedy</h5>
<p>I worked on a disaster analyzer that leveraged Twitter and a multi-classifier
Machine Learning Model to determine relevant data to a disaster situation.
I helped develop the back-end code, as well as took a hands-on project managerial role to guide the team
forward.</p>
<ul class="modal-popup__cat">
<li>Python</li>
<li>Data Science</li>
<li>Machine Learning</li>
<li>Full-Stack Development</li>
<li>AGILE Project Management</li>
</ul>
</div>
<a href="https://github.com/ranamerp/Tweettragedy" class="modal-popup__details">Project link</a>
</div>
</div> <!-- end modal -->
<div id="modal-03" hidden>
<div class="modal-popup">
<iframe width="100%" height="300" scrolling="no" frameborder="no" allow="autoplay" src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/tracks/903083785&color=%23ff5500&auto_play=false&hide_related=true&show_comments=false&show_user=true&show_reposts=false&show_teaser=false&visual=true"></iframe><div style="font-size: 10px; color: #cccccc;line-break: anywhere;word-break: normal;overflow: hidden;white-space: nowrap;text-overflow: ellipsis; font-family: Interstate,Lucida Grande,Lucida Sans Unicode,Lucida Sans,Garuda,Verdana,Tahoma,sans-serif;font-weight: 100;"><a href="https://soundcloud.com/indianmambaofficial" title="Indian Mamba" target="_blank" style="color: #cccccc; text-decoration: none;">Indian Mamba</a> · <a href="https://soundcloud.com/indianmambaofficial/chance-the-rapper-same-drugs-indian-mamba-remix" title="Chance The Rapper - Same Drugs (Indian Mamba Remix)" target="_blank" style="color: #cccccc; text-decoration: none;">Chance The Rapper - Same Drugs (Indian Mamba Remix)</a></div>
<div class="modal-popup__desc">
<h5>Chance the Rapper - Same Drugs (Indian Mamba Remix)</h5>
<p>This song started out with a piano freestyle, which I layered Chance's vocals on. From there, the rest of the track developed. </p>
<ul class="modal-popup__cat">
<li>Remix Production</li>
<li>Audio Engineering</li>
</ul>
</div>
</div>
</div> <!-- end modal -->
<div id="modal-04" hidden>
<div class="modal-popup">
<img src="https://cdn.discordapp.com/attachments/828748806765805659/849398570943905812/OWL_Rainbow_Full.png" alt="">
<div class="modal-popup__desc">
<h5>Athena 2.0</h5>
<p>This is a Discord Bot used in the CompetitiveOverwatch Discord Server. Serving nearly 25,000 members, the bot provides information related to the Overwatch League along with some fun features for unique user interaction.</p>
<ul class="modal-popup__cat">
<li>Discord Bot</li>
<li>Python</li>
<li>SQL</li>
<li>Data Science</li>
</ul>
</div>
<a href="https://discord.gg/CompetitiveOW" class="modal-popup__details">Project link</a>
</div>
</div> <!-- end modal -->
<div id="modal-05" hidden>
<div class="modal-popup">
<iframe src="https://open.spotify.com/embed/album/7EyhhGwNRY6rWjo7abQNpz" width="100%" height="380" frameborder="0" allowtransparency="true" allow="encrypted-media"></iframe>
<div class="modal-popup__desc">
<h5>Seasons of Freestyle</h5>
<p>When I started making music, one of my goals was to create an cohesive experience. I wanted to make something that showcased my love for piano, while also pushing me to create something unique. This EP was made purely out of improvisational piano pieces, pieces that I've created and stored for almost a year now. I'm so excited to have been able to take these small ideas and develop them into something greater. A story of the changing seasons</p>
<ul class="modal-popup__cat">
<li>Original Production</li>
<li>Audio Engineering</li>
</ul>
</div>
</div>
</div> <!-- end modal -->
<div id="modal-06" hidden>
<div class="modal-popup">
<img src="https://media-exp1.licdn.com/dms/image/C4E22AQGEV4vNwqPK0A/feedshare-shrink_1280/0/1614100771912?e=1623888000&v=beta&t=fiV34CifkvPgV9DCSoz_nKWcnoNxpukc9fk4cSsmoEQ" alt="">
<div class="modal-popup__desc">
<h5>Autonomous Irrigation System</h5>
<p>The Autonomous Irrigation System looks to combine Agriculture with Computer Science. Awarded the REACH Grant, the goal with this project is to use predictive analysis to optimize water flow to the Green Roof, all without any human intervention. </p>
<ul class="modal-popup__cat">
<li>Python</li>
<li>Data Science</li>
<li>Machine Learning</li>
<li>Electrical Engineering</li>
<li>Full-Stack Development</li>
<li>AGILE Project Management</li>
</ul>
</div>
<a href="https://greenroof.siu.edu/green-roof-team/project-irrigation/" class="modal-popup__details">Project link</a>
</div>
</div> <!-- end modal -->
</div> <!-- end works-portfolio -->
</section> <!-- end s-works -->
<!-- ### contact
================================================== -->
<section id="contact" class="s-contact target-section">
<div class="row contact-top">
<div class="column lg-12">
<h2 class="text-pretitle">
Get In Touch
</h2>
<p class="h1">
You can reach me through any of the social media below.
</p>
</div>
</div> <!-- end contact-top -->
<div class="row contact-bottom">
<div class="column lg-3 md-5 tab-6 stack-on-550 contact-block">
<h3 class="text-pretitle">Reach me at</h3>
<p class="contact-links">
<a href="mailto:[email protected]" class="mailtoui">[email protected]</a> <br>
<a href="tel:6304604806">(630) 460 4806</a>
</p>
</div>
<div class="column lg-4 md-5 tab-6 stack-on-550 contact-block">
<h3 class="text-pretitle">Social</h3>
<ul class="contact-social">
<li><a href="https://twitter.com/ranamerp">Twitter</a></li>
<li><a href="https://github.com/ranamerp">Github</a></li>
<li><a href="https://www.linkedin.com/in/prem-rana">Linkedin</a></li>
<li><a href="https://open.spotify.com/artist/1txaTl2p63KQQdvtNwS7JD">Spotify</a></li>
<li><a href="https://soundcloud.com/indianmambaofficial">Soundcloud</a></li>
</ul>
</div>
<div class="column lg-4 md-12 contact-block">
<a href="mailto:[email protected]" class="mailtoui btn btn--medium u-fullwidth contact-btn">Say Hello.</a>
</div>
</div> <!-- end contact-bottom -->
</section> <!-- end contact -->
</main> <!-- end s-content -->
<!-- ## footer
================================================== -->
<footer class="s-footer">
<div class="row">
<div class="column ss-copyright">
<span>© Copyright Vibe Train 2021</span>
<span>Design by <a href="https://www.styleshout.com/">StyleShout</a></span>
</div>
<div class="ss-go-top">
<a class="smoothscroll" title="Back to Top" href="#top">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill-rule="evenodd" clip-rule="evenodd"><path d="M11 2.206l-6.235 7.528-.765-.645 7.521-9 7.479 9-.764.646-6.236-7.53v21.884h-1v-21.883z"/></svg>
</a>
</div>
</div>
</footer> <!-- end s-footer -->
</div> <!-- end -s-pagewrap -->
<!-- Java Script
================================================== -->
<script src="js/plugins.js"></script>
<script src="js/main.js"></script>
</body>
</html>