-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathintern.php
More file actions
475 lines (362 loc) · 30 KB
/
Copy pathintern.php
File metadata and controls
475 lines (362 loc) · 30 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
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
<!DOCTYPE html>
<html lang="en" class="no-js">
<?php $pagetitle = 'Internship Fair | Consortium'; ?>
<!-- Begin Head -->
<?php include("includes/head.php")?>
<!-- End Head -->
<!-- Body -->
<body>
<!--========== HEADER ==========-->
<header class="navbar-fixed-top s-header js__header-sticky js__header-overlay">
<!-- Navbar -->
<nav class="s-header-v2__navbar">
<div class="container g-display-table--lg">
<!-- Navbar Row -->
<div class="s-header-v2__navbar-row">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="s-header-v2__navbar-col">
<button type="button" class="collapsed s-header-v2__toggle" data-toggle="collapse" data-target="#nav-collapse" aria-expanded="false">
<span class="s-header-v2__toggle-icon-bar"></span>
</button>
</div>
<div class="s-header-v2__navbar-col s-header-v2__navbar-col-width--180">
<!-- Logo -->
<div class="s-header-v2__logo">
<a href="/" class="s-header-v2__logo-link">
<!--<img class="s-header-v2__logo-img s-header-v2__logo-img--default" src="https://startupconclave.ecellvnit.org/static/img/E-Cell_white.png" alt="Ecell Logo" height="50">-->
<img class="s-header-v2__logo-img s-header-v2__logo-img--shrink" src="img/icon.png" alt="Conso" height="40">
</a>
</div>
<!-- End Logo -->
</div>
<div class="s-header-v2__navbar-col s-header-v2__navbar-col--right">
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse s-header-v2__navbar-collapse" id="nav-collapse">
<ul class="s-header-v2__nav">
<li class="s-header-v2__nav-item"><a href="index.php" class="s-header-v2__nav-link">Home</a></li>
<li class="s-header-v2__nav-item"><a href="#about" class="s-header-v2__nav-link">About</a></li>
<li class="s-header-v2__nav-item">
<!--<a href="#events" class="s-header-v2__nav-link">Events</a>-->
<a href="index.html" class="dropdown-toggle s-header-v2__nav-link -is-active" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Events <span class="g-font-size-10--xs g-margin-l-5--xs ti-angle-down"></span></a>
<ul class="dropdown-menu s-header-v2__dropdown-menu">
<li><a href="https://startupconclave.ecellvnit.org" class="s-header-v2__dropdown-menu-link">Startup Conclave</a></li>
<li><a href="/ceo.php" class="s-header-v2__dropdown-menu-link">CEO</a></li>
</ul>
</li>
<li class="s-header-v2__nav-item">
<!--<a href="#events" class="s-header-v2__nav-link">Events</a>-->
<a href="/attractions.php" class="dropdown-toggle s-header-v2__nav-link -is-active" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Attractions <span class="g-font-size-10--xs g-margin-l-5--xs ti-angle-down"></span></a>
<ul class="dropdown-menu s-header-v2__dropdown-menu">
<li><a href="#townhall" class="s-header-v2__dropdown-menu-link">TownHall</a></li>
<li><a href="#zerotoone" class="s-header-v2__dropdown-menu-link">Zero To One</a></li>
<li><a href="/intern.php" class="s-header-v2__dropdown-menu-link">Internship Fair</a></li>
<li><a href="#expo" class="s-header-v2__dropdown-menu-link">Startup Expo</a></li>
<li><a href="/attractions.php" class="s-header-v2__dropdown-menu-link">Workshops & Webinars</a></li>
</ul>
</li>
<li class="s-header-v2__nav-item"><a href="#companies" class="s-header-v2__nav-link">Recruiters</a></li>
<li class="s-header-v2__nav-item"><a href="https://www.ecellvnit.org/spons.php" class="s-header-v2__nav-link">Sponsors</a></li>
<li class="s-header-v2__nav-item"><a href="/team.php" class="s-header-v2__nav-link">Team</a></li>
<?php if($_SESSION['email']){ ?>
<li class="s-header-v2__nav-item"><a href="logout.php" class="s-header-v2__nav-link">Logout</a></li>
<?php }else{ ?>
<!--<li class="s-header-v2__nav-item"><a href="reg.php" class="s-header-v2__nav-link">Register</a></li>-->
<!-- <li class="s-header-v2__nav-item"><a href="login.php" class="s-header-v2__nav-link">Login</a></li> -->
<?php } ?>
</ul>
</div>
<!-- End Nav Menu -->
</div>
</div>
<!-- End Navbar Row -->
</div>
</nav>
<!-- End Navbar -->
</header>
<!--========== END HEADER ==========-->
<!--========== PROMO BLOCK ==========-->
<!--Internship Fair-->
<div class="s-promo-block-v3 g-bg-position--center internship g-fullheight--xs" style="background:#121211; display: flex;align-items: center;">
<div style="" class="intern-back"> </div>
<div class="container g-padding-y-100--xs g-padding-y-0--lg">
<!--<img src="img/logo/logo-teentitans.png" alt="" width="280" style="margin-top:-180px">-->
<div class="g-margin-t-34--xs g-margin-t-60--sm g-margin-t-100--md g-margin-b-30--xs g-margin-b-70--md g-margin-l-20--xs g-margin-l-80--sm">
<br>
<p class="g-color--white-opacity g-font-size-18--xs" style="position: relative;"><b>E-Cell VNIT </b>presents</p>
<h1 class="g-font-size-36--xs g-font-size-40--sm g-font-size-80--lg g-color--white" style="font-weight:900; text-shadow: 2px 0 #333;letter-spacing:2px;position: relative;"><b>INTERNSHIP<br>FAIR</b></h1>
<div class="row">
<div class="col-sm-4">
<p class="g-color--white g-font-size-16--sm">An entrepreneur is also a job provider. Why shouldn't Consortium be one? Not interned yet?</p>
<p class="g-color--white"> <span class="g-font-size-24--xs">Stipend Upto <span class="g-color--red">₹ 50K </span></span><br>8th - 10th March 2019 | VNIT Nagpur<br>Registrations are open!</p>
</div>
</div>
</div>
</div>
</div>
<div class="g-promo-section" style="background:#000" id="about">
<div class="container g-padding-y-30--xs g-padding-y-30--sm g-padding-x-80--md g-padding-x-60--sm g-padding-x-40--xs">
<div class="row">
<div class="col-md-4 g-margin-t-45--xs g-margin-b-60--xs g-margin-b-0--lg">
<div class="wow fadeInLeft" data-wow-duration=".3" data-wow-delay=".1s">
<h2 class="g-font-size-40--xs g-font-size-50--sm g-font-size-60--md g-color--white" style="font-weight:900">About</h2>
</div>
<p class="g-font-size-14--xs g-font-size-16--sm g-color--white-opacity">Internship Fair is a chance to refine your skills, build up your personality and attain an experience of a lifetime which impact on your CV.<br>And it's a time to put the first step forward in the journey of becoming a leader of tomorrow because the expert in anything was once a beginner.<br>Apna time aa gya!</p>
</div>
<div class="col-md-7 col-md-offset-1">
<img src="img/expo-about.jpg" alt="" style="max-width:100%; max-height:400px">
</div>
</div>
<!--</div>-->
</div>
</div>
<!--========== END PROMO BLOCK ==========-->
<!-- Features -->
<div class="container g-padding-x-40--sm g-padding-x-20--xs g-padding-y-40--xs g-padding-y-60--sm" id="companies">
<h1 class="g-margin-l-20--xs g-margin-l-80--sm g-font-size-40--xs g-font-size-50--sm g-font-size-60--md g-color--dark" style="font-weight:900; text-shadow: 2px 0 #333;letter-spacing:2px;position: relative;"><b>Recruiters<br></b></h1>
<div class="card" id="event-card-bg">
<!--<div class="card-tabs">-->
<!-- <ul class="tabs tabs-fixed-width">-->
<!-- <li class="tab"><a class="active" href="#perks" id="but_perks">Companies</a></li>-->
<!-- <li class="tab"><a id="but_startups" href="#startups">Timeline</a></li>-->
<!-- </ul>-->
<!--</div>-->
<div class="">
<div id="perks">
<div class="container g-padding-y-30--xs g-padding-x-40--sm g-padding-x-0--xs" style="text-align:center">
<div class="row ">
<div class="col-sm-12 col-md-4">
<a class="g-color--dark-light footer-para g-font-size-14--xs" style="display:flex; align-items: center;">
<img src="img/internshipfair/oneplus.png" width="200" alt="logo" style="margin-left:calc(50% - 100px)">
</a>
<p><a class="g-padding-x-10--xs g-padding-y-10--xs g-font-size-15--xs g-color--primary g-padding-x-10--xs" href="#oneplus">Registrations are closed!</a></p>
</div>
<div class="col-sm-12 col-md-4">
<a class="g-color--dark-light footer-para g-font-size-14--xs" style="display:flex; align-items: center;">
<img src="img/internshipfair/ibhubs.png" width="180" alt="logo" style="margin-left:calc(50% - 90px)">
</a>
<p><a class="g-padding-x-10--xs g-padding-y-10--xs g-font-size-15--xs g-color--primary g-padding-x-10--xs" href="https://goo.gl/forms/XmXPZQ6Eb5ILWNRd2" target="_blank">Register Now</a></p>
<p><a style="pointer:cursor" class="g-padding-x-10--xs g-padding-y-10--xs g-font-size-15--xs g-color--primary g-padding-x-10--xs" onclick="showmodel('ibhubs')">View Job Profile</a></p>
</div>
<div class="col-sm-12 col-md-4">
<a class="g-color--dark-light footer-para g-font-size-14--xs" style="display:flex; align-items: center;">
<img src="img/internshipfair/ecozen.png" width="220" alt="logo" style="margin-left:calc(50% - 100px)">
</a>
<p><a class="g-padding-x-10--xs g-padding-y-10--xs g-font-size-15--xs g-color--primary g-padding-x-10--xs" target="_blank">Registrations are closed!</a></p>
</div>
<!-- <div class="col-sm-12 col-md-4">
<a href="https://www.simplecrm.com.sg/" class="g-color--dark-light footer-para g-font-size-14--xs">
<img src="img/internshipfair/simplecrm.png" width="220" alt="logo" style="margin-left:calc(50% - 100px)">
</a>
<p>Registrations will be open soon</p>
</div>
<div class="col-sm-12 col-md-4">
<a href="https://navigus.in/" class="g-color--dark-light footer-para g-font-size-14--xs">
<img src="img/internshipfair/navigus.png" width="220" alt="logo" style="margin-left:calc(50% - 100px)">
</a>
<p>Registrations will be open soon</p>
</div> -->
<!-- <div class="col-sm-12 col-md-4">
<a href="https://makerdemy.com/" class="g-color--dark-light footer-para g-font-size-14--xs">
<img src="img/internshipfair/makerdomy.png" width="220" alt="logo" style="margin-left:calc(50% - 100px)">
</a>
<p>Registrations will be open soon</p>
</div> -->
</div>
<p class="g-color--dark-light footer-para g-font-size-14--xs">Other Companies will be released soon!</p>
</div>
</div>
</div>
</div>
</div>
<!-- End Features -->
<div class="container g-padding-x-40--sm g-padding-x-20--xs g-padding-y-40--xs g-padding-y-80--sm" style="background:#000" >
<h2 class="g-font-size-30--xs g-font-size-30--sm g-font-size-30--md g-color--white g-padding-x-20--xs" style="text-align:center">Get In Touch</h2>
<div id="managers" class="row g-row-col--5 g-padding-x-40--xs g-padding-y-40--xs g-padding-x-20--md g-padding-x-100--lg">
<div class="col-xs-4 col-sm-offset-2 g-full-width--xs g-margin-b-50--xs g-margin-b-0--sm">
<div class="g-text-center--xs">
<h4 class="g-font-size-18--xs g-color--white g-margin-b-5--xs">Ayush Singh</h4>
<p class="g-color--white">+91 94235 39984<br>ayushsingh@ecellvnit.org</p>
</div>
</div>
<div class="col-xs-4 g-full-width--xs g-margin-b-50--xs g-margin-b-0--sm">
<div class="g-text-center--xs">
<h4 class="g-font-size-18--xs g-color--white g-margin-b-5--xs">Sri Charan Mahavadi</h4>
<p class="g-color--white">+91 89194 84722<br>sricharan@ecellvnit.org</p>
</div>
</div>
</div>
</div>
<div id="oneplus" class="intern-model" style="display:none; overflow:scroll;">
<div class="container g-padding-y-40--xs g-padding-y-80--sm g-padding-x-20--xs g-padding-x-20--xs g-padding-x-100--md g-margin-t-40--xs">
<a class="g-color--white g-font-size-20--xs" onclick="closemodel('oneplus');" style="position:absolute; left:90%" >X</a>
<h3 class="g-font-size-30--xs g-font-size-30--sm g-font-size-40--md g-color--white ">One Plus</h3>
<p class="g-color--white g-font-size-16--xs">
OnePlus started in the winter of 2013 with a simple, bold idea: make a better phone. But, not just a better phone – a better way of doing things. A new kind of tech company that works hand in hand with users to do something amazing, something meaningful.
</p>
<p class="g-color--white g-font-size-16--xs">We gather exceptional talent from all over the world with various backgrounds, beliefs, and perspectives, but we all share one common dream: change things for the better and leave a mark on the world.</p>
<p class="g-color--white g-font-size-16--xs">
Visit us at the mentioned website to know more : <a href="https://www.oneplus.in/">https://www.oneplus.in/</a>
</p>
<p class="g-color--white">Name of the company : <b>OnePlus (ENASYN is our new entity name in for Hyderabad R&D center)</b><br>
Eligible branch and qualifications : <b>B.Tech and M.Tech : CSE, ECE, EEE, Mechanical Engineering</b> <br>
Year Of Study : <b>FINAL YEARS ONLY (Open to all students - Already Placed & Unplaced)</b> <br>
Job profile : <b>Software Trainee – 6 Months Internship program followed by PPO</b></p>
<h4 class="g-font-size-22--xs g-font-size-26--md g-color--white ">Roles & responsibilities</h4>
<ol>
<li class="g-color--white g-font-size-16--xs">Develop and implement new software programs in the Domains like: Android platform, Kernel, Network and Applications.</li>
<li class="g-color--white g-font-size-16--xs">Maintain and improve the performance of existing software modules.</li>
<li class="g-color--white g-font-size-16--xs">Clearly and regularly communicate with management and technical support colleagues.</li>
<li class="g-color--white g-font-size-16--xs">Test and maintain software products to ensure strong functionality and optimisation.</li>
<li class="g-color--white g-font-size-16--xs">Recommend improvements to existing software programs as necessary.</li>
</ol>
<h4 class="g-font-size-22--xs g-font-size-26--md g-color--white">Job location</h4>
<p class="g-color--white g-font-size-16--xs">Hyderabad</p>
<h4 class="g-font-size-22--xs g-font-size-26--md g-color--white">Selection Process </h4>
<ol>
<li class="g-color--white g-font-size-16--xs">Online Test : MCQs (Android, Linux, Java, C++, C, Imaging) Programming questions (Counting Subarrays, Distribute the weights)</li>
<li class="g-color--white g-font-size-16--xs">In Person Interview – Technical, HR</li>
</ol>
<p class="g-color--white g-font-size-16--xs">Stipend / CTC : 25K PM during internship.
(PPO shall be given basis performance during internship.)
<br><br><b>Please note : Recruitment is not through the Training & Placement Department of VNIT.</b></p>
<div class="wow fadeInLeft g-margin-t-40--xs" data-wow-duration=".3" data-wow-delay=".5s">
<a href="https://goo.gl/forms/eVGNHsJfTGjl902i2" title="Register" target="_blank">
<span class="text-uppercase s-btn--primary-bg g-radius--50 g-padding-x-30--xs g-padding-y-15--xs g-font-size-13--xs g-color--white g-padding-x-15--xs">Fill Form <span class="ti-angle-right"></span></span>
</a>
</div>
</div>
</div>
<!-- Ibhubs -->
<div id="ibhubs" class="intern-model" style="display:none; overflow:scroll;">
<div class="container g-padding-y-40--xs g-padding-y-80--sm g-padding-x-20--xs g-padding-x-20--xs g-padding-x-100--md g-margin-t-40--xs">
<a class="g-color--white g-font-size-20--xs" onclick="closemodel('ibhubs');" style="position:absolute; left:90%" >X</a>
<h3 class="g-font-size-30--xs g-font-size-30--sm g-font-size-40--md g-color--white ">Ib Hubs (STARTUPS AND BEYOND...)</h3>
<p class="g-color--white g-font-size-16--xs">
Visit us at the mentioned website to know more : <a href="https://www.oneplus.in/">https://ibhubs.co/</a>
</p>
<p class="g-color--white">
Job profile : <b>Director of Photography – 2 to 6 months internship</b></p>
<h4 class="g-font-size-22--xs g-font-size-26--md g-color--white ">Job Profile</h4>
<ol>
<li class="g-color--white g-font-size-16--xs">Director of Photography – 2 to 6 months internship</li>
<li class="g-color--white g-font-size-16--xs">Motions Graphics Designer – 2 to 6 months internship</li>
<li class="g-color--white g-font-size-16--xs">VFX Designer – 2 to 6 months internship</li>
</ol>
<h4 class="g-font-size-22--xs g-font-size-26--md g-color--white ">Eligible qualifications</h4>
<ol>
<li class="g-color--white g-font-size-16--xs">Thorough knowledge of continuity.</li>
<li class="g-color--white g-font-size-16--xs">Hands-on experience on any DSLR camera (like Canon 5D, etc.)</li>
<li class="g-color--white g-font-size-16--xs">Creativity and passion in film and cinematography.</li>
<li class="g-color--white g-font-size-16--xs">The ability to listen to others and to work well as part of a team.</li>
<li class="g-color--white g-font-size-16--xs">Good written and verbal communication.</li>
<li class="g-color--white g-font-size-16--xs">Attention to detail.</li>
<li class="g-color--white g-font-size-16--xs">Time management skills.</li>
<li class="g-color--white g-font-size-16--xs">Ability to deliver with in deadlines.</li>
<li class="g-color--white g-font-size-16--xs">Integrity and the zeal to grow.</li>
</ol>
<h4 class="g-font-size-22--xs g-font-size-26--md g-color--white ">Roles & responsibilities</h4>
<ol>
<li class="g-color--white g-font-size-16--xs">Determining lighting requirements on set.</li>
<li class="g-color--white g-font-size-16--xs">Deciding on the best camera angles and frames for scenes.</li>
<li class="g-color--white g-font-size-16--xs">Ordering and testing lighting and camera equipment.</li>
<li class="g-color--white g-font-size-16--xs">Supervising camera crew and directing camera movement.</li>
<li class="g-color--white g-font-size-16--xs">Determining camera aperture settings.</li>
<li class="g-color--white g-font-size-16--xs">Controlling natural or artificial lighting conditions.</li>
<li class="g-color--white g-font-size-16--xs">Determining elements such as filters, shutter angles, focus, depth of field and camera distance</li>
<li class="g-color--white g-font-size-16--xs">Editing visual elements in post-production.</li>
</ol>
<h4 class="g-font-size-22--xs g-font-size-26--md g-color--white">Job location</h4>
<p class="g-color--white g-font-size-16--xs">Hyderabad</p>
<h4 class="g-font-size-22--xs g-font-size-26--md g-color--white">Selection Process </h4>
<ol>
<li class="g-color--white g-font-size-16--xs">Porfolio screening</li>
<li class="g-color--white g-font-size-16--xs">Online Interview</li>
</ol>
<p class="g-color--white g-font-size-16--xs">Stipend / CTC : 10K -20K per month.
<br><br><b>Please note : Recruitment is not through the Training & Placement Department of VNIT.</b></p>
<div class="wow fadeInLeft g-margin-t-40--xs" data-wow-duration=".3" data-wow-delay=".5s">
<a href="https://goo.gl/forms/XmXPZQ6Eb5ILWNRd2" title="Register" target="_blank">
<span class="text-uppercase s-btn--primary-bg g-radius--50 g-padding-x-30--xs g-padding-y-15--xs g-font-size-13--xs g-color--white g-padding-x-15--xs">Fill Form <span class="ti-angle-right"></span></span>
</a>
</div>
</div>
</div>
<!-- EcoZen -->
<div id="ecozen" class="intern-model" style="display:none; overflow:scroll;">
<div class="container g-padding-y-40--xs g-padding-y-80--sm g-padding-x-20--xs g-padding-x-20--xs g-padding-x-100--md g-margin-t-40--xs">
<a class="g-color--white g-font-size-20--xs" onclick="closemodel('ecozen');" style="position:absolute; left:90%" >X</a>
<h3 class="g-font-size-30--xs g-font-size-30--sm g-font-size-40--md g-color--white ">EcoZen Solutions</h3>
<p class="g-color--white g-font-size-16--xs">
Ecozen Solutions is an energy-focussed company that provides renewable energy based products. It was started in Sep ’09 with a motive to create awareness against poor energy management practices, to drive sustainability in the burgeoning Indian market, and elevate the Indian industry to the standards and expectations of a developed nation in the new era.
</p>
<p class="g-color--white g-font-size-16--xs">Our primary USP is our innovative and a fresh approach to real life problems and solving them with the philosophy of lean solutions. Our team consists of extremely motivated and energetic individuals who walk hand in hand with company's principles and vision. We are extremely good at engineering our solutions according to the demand. These underlying traits of our model make us conventionally unconventional.</p>
<p class="g-color--white">Name of the company : <b>Ecozen Solutions Pvt Ltd</b><br>
Eligible branch and qualifications : <b> Mechanical Engg, Chemical Engg. , Electrical Engg. , Electronics and Communications Engg.</b> <br>
Year Of Study : <b>Pre Final Year ( 3rd Year B.Tech and 1st Year M.Tech)</b><br>(Open to all - Already Placed & Unplaced)<br>
<h4 class="g-font-size-22--xs g-font-size-26--md g-color--white ">Job profile</h4>
<ol>
<li class="g-color--white g-font-size-16--xs">Mechanical Engineering Intern (Undergrad/Postgrad: Mechanical engineering)
Design or analysis of systems or components
Applications oriented around Solar or cooling systems</li>
<li class="g-color--white g-font-size-16--xs">Thermal Engineering Intern (Undergrad: Mechanical engineering, Postgrad: Mechanical/Chemical with specialization Thermal/Refrigeration engineering)
To analyze heat transfer, air-flow and other requirements aspects of refrigeration system.
To analyze novel cooling systems.
Needs to be familiar with some programming language or FLUENT. </li>
<li class="g-color--white g-font-size-16--xs">Electronics Engineering Intern (Undergrad: Electrical, Electronics, Instrumentation, Energy)
Evaluate and/or develop hardware systems or software algorithms for novel sensing or driving technologies</li>
<li class="g-color--white g-font-size-16--xs">Thermal Application Engineering Intern (Undergrad: Mechanical/Chemical engineering, Postgrad: Mechanical/Chemical )
To design/analysis innovative cooling systems like Vacuum cooling.
To understand crop chemistry and experiment novel ways to extend their shelf-life.</li>
</ol>
<h4 class="g-font-size-22--xs g-font-size-26--md g-color--white">Job location</h4>
<p class="g-color--white g-font-size-16--xs">Pune</p>
<p class="g-color--white g-font-size-16--xs">Stipend: Rs. 20,000 per month.
<br><br><b>Please note : Recruitment is not through the Training & Placement Department of VNIT.</b></p>
<div class="wow fadeInLeft g-margin-t-40--xs" data-wow-duration=".3" data-wow-delay=".5s">
<a href="https://goo.gl/forms/sb15I2uj2ElbOVGb2" title="Register" target="_blank">
<span class="text-uppercase s-btn--primary-bg g-radius--50 g-padding-x-30--xs g-padding-y-15--xs g-font-size-13--xs g-color--white g-padding-x-15--xs">Fill Form <span class="ti-angle-right"></span></span>
</a>
</div>
</div>
</div>
<!-- End Coordinator -->
<!--========== END PAGE CONTENT ==========-->
<!--========== FOOTER ==========-->
<?php include("includes/footer_landing.php");?>
<?php include("includes/script.php");?>
<script type="text/javascript">
$("#reg_button").click(function(){
$("#popup").css({"display":"block","color":"white"});
var x = $("#popup").offset().top;
$("html ,body").animate({ scrollTop: x},800);
});
$("#close").click(function(){
$("#popup").css({"display":"none"});
var y = $("#login").offset().top;
$("html ,body").animate({ scrollTop: y},800);
});
$("#but_perks").click(function(){
$("#perks").css({"display":"block"});
$("#perks").animate({opacity: 1}, 1000);
$("#startups").css({"display":"none"});
$("#startups").animate({opacity: 0}, 100);
});
$("#but_startups").click(function(){
$("#perks").css({"display":"none"});
$("#perks").animate({opacity: 0}, 1000);
$("#startups").css({"display":"block"});
$("#startups").animate({opacity: 1}, 100);
});
</script>
<script>
function showmodel(company){
$("#"+company).css({"display": "block"});
}
function closemodel(company){
$("#"+company).css({"display": "none"},100);
}
</script>
<!--========== END JAVASCRIPTS ==========-->
</body>
<!-- End Body -->
</html>