-
Notifications
You must be signed in to change notification settings - Fork 3
/
experience.html
178 lines (152 loc) · 12.9 KB
/
experience.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
<!DOCTYPE html>
<html>
<head>
<title>
VIThink
</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!--CSS-->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bulma/0.7.1/css/bulma.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.2.0/css/all.css" integrity="sha384-hWVjflwFxL6sNzntih27bfxkr27PmbbK/iSvJ+a4+0owXq79v+lsFkW54bOGbiDQ" crossorigin="anonymous">
<link rel="stylesheet" href="./css/styles.css">
<!--JS-->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="js/actions.js"></script>
<!--Favicon-->
<link rel="apple-touch-icon" sizes="57x57" href="img/favicon/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="img/favicon/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="img/favicon/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="img/favicon/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="img/favicon/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="img/favicon/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="img/favicon/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="img/favicon/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="img/favicon/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="img/favicon/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="img/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="img/favicon/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="img/favicon/favicon-16x16.png">
<link rel="manifest" href="img/favicon/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="img/favicon/ms-icon-144x144.png">
<meta name="theme-color" content="#191970">
</head>
<body style="font-family:'Merriweather Sans', sans-serif;">
<nav class="navbar" role="navigation" aria-label="main navigation">
<div class="navbar-brand">
<a role="button" style="color: #2f2f2f;" class="navbar-burger burger" aria-label="menu" aria-expanded="false" data-target="navbarBasicExample">
<span></span>
<span></span>
<span></span>
</a>
</div>
<div style="background-color: #2f2f2f; color: white;" id="navbarBasicExample" class="navbar-menu">
<div class="has-text-white navbar-start">
<a class="has-text-white home-tab navbar-item">
Home
</a>
<a class="has-text-white ai-training-tab navbar-item">
AI Training
</a>
<a class="has-text-white about-us-tab navbar-item">
About Us
</a>
<a class="has-text-white events-tab navbar-item">
Events
</a>
<a class="has-text-white mentors-tab navbar-item">
Mentors
</a>
<a class="has-text-white experience-tab navbar-item">
Student Experience
</a>
<a class="has-text-white resources-tab navbar-item">
Resources
</a>
</div>
</div>
</nav>
<section id="about-us" class="home section">
<div class="container">
<div class="container" id="main">
<img id="logo" class="image" src="img/VIThink_Logo.png" alt="VIThink">
</div>
<div class="container is-size-7 has-text-centered has-text-weight-bold" style="color: darkblue">
SCHOOL OF ELECTRONICS ENGINEERING (SENSE)<br>
<a href="http://chennai.vit.ac.in" class="has-text-dark">VELLORE INSTITUTE OF TECHNOLOGY, CHENNAI</a>
</div>
</section>
<section class="section">
<div class="container is-widescreen" style="text-align: center">
<!-- Code to zoom on hover. -->
<style>
.zoom {
transition: transform .2s; /* Animation */
margin: 0 auto;
}
.zoom:hover {
transform: scale(1.5); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
box-shadow: 0 0 1000px 1000px rgba(0, 0, 0, 0.2), 0 0 1000px 1000px rgba(0, 0, 0, 0.19);
}
</style>
<div class="card events-card has-text-justified">
<div class="card-image">
<figure>
<img class="zoom" src="img/SE/priyanka.jpg" alt="Priyanka @Standford">
</figure>
</div>
<div class="card-content">
<div class="media">
<div class="media-content">
<p class="title is-4">Priyanka's internship at Stanford</p>
<p class="subtitle is-6" style="color: darkblue">@Stanford</p>
</div>
</div>
<div id="content-1" class="content" style="overflow: hidden; height: 10em;
line-height: 1.2em;">
<p>My trip to Stanford,<br />It came as a sweet testament to my realization that I was selected to attend the Summer Semester at Stanford University during mid-April, 2018. Post the chaos of visa and packing I left India to San Francisco on 20th June. It was a 65 days of pure learning experience. I did the courses ‘Probability for Computer Scientists – CS109’ by Prof. Lisa Yan and ‘Data Mining and Analysis - STATS 202’ by Prof. Rajan Patel (Google). Just two courses in a week did not fill my thirsty soul which wanted to have a all round experience. So, I started applying to visit/attend events/meet people at various companies like Google, Microsoft, Oracle… to name a few. I also knocked at the doors of many professors at Stanford (many of them I have seen through a screen from across the world at home while doing MOOCs) and asked them if they have any work that I could do and learn from. All these reaped good outcome when I got many optimistic emails from companies. I started visiting various companies, attended events, did some cool activities and met dope people (details below). The best of it all was when I got emails from various Stanford calling me for interviews and talks over lunch. Later did I realize all of those meetings and interviews were meant to check my consistency and provide me an internship at the all famous NASA Ames Research Centre at Palo Alto. I worked for an open source satellite team called ‘Kick Sat - 2’ as the team lead for GPS. Working for NASA, visiting companies and managing the course work at Stanford was a heavenly and sweet burden. The courses I did were very well structured and interesting. We had a class project to build a search engine for STATS 202 instead of a final exam, giving us a whole hands-on experience on ‘R’. Following are all the cool stuff I did at various companies,<br />- Google: Attended the flutter meet up and understand the bts of the google street view.<br />- Microsoft: Attended the workshop on Microsoft Azure to build a chatbot and <br />- Oracle: Attended a workshop on Oracle chatbot<br />- Qualcomm: Attend an event on massive MIMO based devices.<br />- Cisco Meraki: Attended the open house of Cisco Meraki.<br />- Visa: Attended an event on ‘AI in the field of blockchain’<br />- AWS: Attended the mobile week at AWS loft.<br />The whole experience was absolutely worth it and has left me with the take-home message “You can do anything you want to, if you want to”. On that note, I left San Francisco back to the hustle and bustle of VIT with a motivated mind.</p>
<a href="#" style="color: darkblue">#ml</a> <a href="#" style="color: darkblue">#standford</a>
<br>
</div>
<a class=" read-more-1 has-text-info">Read More</a>
<a class="hide-more-1 has-text-info" style="display: none">Hide</a>
</div>
</div>
<div class="card events-card has-text-justified">
<div class="card-image">
<figure>
<img class="zoom" src="img/SE/janhavi.jpeg" alt="Janhavi">
</figure>
</div>
<div class="card-content">
<div class="media">
<div class="media-content">
<p class="title is-4">Janhavi's Research</p>
<p class="subtitle is-6" style="color: darkblue">@vitcc</p>
</div>
</div>
<div id="content-2" class="content" style="overflow: hidden; height: 10em;
line-height: 1.2em;">
<p>Janhavi made a presentation about her ongoing research. Her interests in the field of Neuro-economics was the primary motivation in the work she is carrying out. As part of the research she had developed a portal to conduct a survey related to her topic of interest. <br /><br />The survey named 'PeekAtYou', was launched at the VIThink forum held on 31st August 2018 and it aims at analyzing DISC personality and smartphone affinity of the people.<br />DISC is a behavior assessment tool based on the theory by psychologist William Moulton Marston,which centers around four different behavioral traits:<br />D - Dominance<br />I - Influential<br />S - Steady<br />C - Compliant<br /><br />Data of this survey is being used for studying the affect of Nomophobia in the society.<br />Nomophobia(no mobile phone phobia), as the name says is the fear of not able to use your smartphones. It is the latest lifestyle disorder that is affecting our society.<br /><br />Try the 'PeekAtYou' Survey:<br /><br /><a href="http://peekatyou.000webhostapp.com/" target="_blank" data-saferedirecturl="https://www.google.com/url?q=http://Peekatyou.000webhostapp.com&source=gmail&ust=1539275569557000&usg=AFQjCNFUiCvtrW452lVZVdsq4r3JFJtcRw" style="color: darkblue">Peekatyou.000webhostapp.com</a></p>
<div class="yj6qo"> </div>
<a href="#" style="color: darkblue">#ml</a> <a href="#" style="color: darkblue">#neuro_economics</a>
<br>
</div>
<a class="read-more-2 has-text-info">Read More</a>
<a class="hide-more-2 has-text-info" style="display: none">Hide</a>
</div>
</div>
</div>
</section>
<section id="footer" class="section is-widescreen has-text-justified">
<div class="foot has-text-centered has-text-white" style="top: 560px;">
2018, AI <i class="fas fa-heart" style="color: red"></i>
</div>
<div>
<div class="email is-size-7 has-text-centered has-text-white">[email protected]</div>
</div>
<div class="is-size-7 has-text-centered has-text-white"><a href="https://chat.whatsapp.com/invite/7FBSWSPrIM11IuV6gVsCNR">WhatsApp</a></div>
</section>
</body>
</html>