-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
executable file
·746 lines (635 loc) · 42.4 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
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="icon" href="/Website/img/favicon.png" type="image/png">
<title>Bit-track</title>
<link rel="stylesheet" href="./Website/css/bootstrap.css">
<link rel="stylesheet" href="./Website/vendors/linericon/style.css">
<link rel="stylesheet" href="./Website/css/font-awesome.min.css">
<link rel="stylesheet" href="./Website/vendors/owl-carousel/owl.carousel.min.css">
<link rel="stylesheet" href="./Website/vendors/lightbox/simpleLightbox.css">
<link rel="stylesheet" href="./Website/vendors/nice-select/css/nice-select.css">
<link rel="stylesheet" href="./Website/vendors/animate-css/animate.css">
<link rel="stylesheet" href="./Website/vendors/jquery-ui/jquery-ui.css">
<link rel="stylesheet" href="./Website/css/style.css">
<link rel="stylesheet" href="./Website/css/responsive.css">
</head>
<body>
<section class="home_banner_area">
<div class="container">
<div class="row">
<div class="blog_text_slider owl-carousel" style="padding-top:0px; padding-bottom:0px;">
<div class="item">
<img class="img-fluid" src="./Website/img/logo.png" style="height:200px; align-content: center; align-self: center;">
<div class="blog_text">
<!-- <h4>Bit Track</h4> -->
<p>
Computer Science inverts the normal. In normal science ,you’re given a world and your job is to find out the rules.
In computer science,you give the computer the rules and it creates the world.<br>
-Alan Kay<br>
<br>
BitTrack-the official college newsletter offers the latest news in the Computer Science department and in the
techie world.Offering sneak peeks into the activities and achievements of students ranging from workshops,
cultural nights, sports, and the best placements.It also has a few excerpts from interviews with our alumnus.
</p>
</div>
</div>
<div class="item">
<div class="blog_text" style="padding-top: 0%">
<h4>OUR BEST PLACEMENTS</h4>
<img class="img-fluid" src="Website/img/placement.png" width="1000px" >
<h3>ACHIEVEMENTS</h3>
<div class="card-deck">
<div class="card">
<img src="Website/img/Aarya R Shankar.jpg" alt="Card image cap" class="card-img-top" id="aarya">
<div class="card-body">
<h5 class="card-title">Aarya R Shankar</h5>
<p class="card-text">Winner of Google Women TechMaker's scholarship</p>
</div>
</div>
<!-- <div class="card-deck">
<div class="card">
<img src="Website/img/ANAND.png" alt="Card image cap" class="card-img-top" >
<div class="card-body">
<h5 class="card-title">Anand R</h5>
<p class="card-text">This is a longer card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.</p>
<p class="card-text"><small class="text-muted">Last updated 3 mins ago</small></p>
</div>
</div>-->
<div class="card">
<img src="Website/img/Alan Anto.JPG" alt="Card image cap" class="card-img-top" id="alan">
<div class="card-body">
<h5 class="card-title">Alan Anto</h5>
<p class="card-text">Winner of IEEE Richard E. Merwin Student Scholarship</p>
</div>
</div>
<div class="card">
<img src="Website/img/nasa.jpg" alt="Card image cap"class="card-img-top" id="nasa">
<div class="card-body">
<h5 class="card-title">Albin Antony | Muhammed Bilal A | Nandukrishnan MG | Amrith M</h5>
<p class="card-text">NASA space app challenge winners</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- <img class="card-img-top" src="Website/img/interview.jpg" height="900px" width="100px" alt="Card image cap"> -->
<div class="container" >
<hr><hr>
<h1>ALUMNI INTERVIEW</h1>
<div style="padding-right: 1cm">
<div class="card" style="width: 18rem; float: left;">
<img class="card-img-top" src="Website/img/interview.jpg" alt="Card image cap">
<div class="card-body">
<h5 class="card-title">Balagopal Unnikrishnan</h5>
<p class="card-text">Research Engineer at Institute for Infocomm Research | Deep Learning | Medical Imaging</p>
<!-- <a href="#" class="btn btn-primary">Go somewhere</a> -->
</div>
</div>
</div>
<div class="container" >
<!-- <p>The blockquote element is used to present content from another source:</p> -->
<blockquote class="blockquote" style="font-style: italic;padding-left: 3cm; color:chocolate" >
<pclass="mb-0" >What is the first thing that comes to your mind when you think about CET ?
</p>
<!-- <footer class="blockquote-footer">Someone famous in <cite title="Source Title">Source Title</cite></footer> -->
</blockquote>
<blockquote class="blockquote text-right" style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif" style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif">
<p class="mb-0">Freedom. I’ll always associate that with CET. There was always room to try out things that you loved and cherished and you had options. Most engineering institutions have sadly turned into schools to produce degree bearers. However, CET gave you freedom and room to experiment, make your own mistakes and still have fun. I attribute that to the reason why CET, on top of producing top notch engineers and technologists, also have a long list of film-makers, politicians, technocrats and writers as their alumni.
</p>
<!-- <footer class="blockquote-footer">Someone famous in <cite title="Source Title">Source Title</cite></footer> -->
</blockquote>
<blockquote class="blockquote" style="font-style: italic;color:chocolate">
<pclass="mb-0">It is often said that 4 years at CET prepares you to face anything in life. Do you agree with this ? How do you think CET prepares one for the same?
</p>
<!-- <footer class="blockquote-footer">Someone famous in <cite title="Source Title">Source Title</cite></footer> -->
</blockquote>
<blockquote class="blockquote text-right" style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif">
<p class="mb-0">It might seem a bit counter-intuitive, but there is something inherently powerful about the in-your-face brand of CET criticism that gets you ready to face anything. You learn to filter and take healthy criticism. That feedback loop for me was essential. This is why most CETians leave college ready for anything life throws at them.
</p>
<!-- <footer class="blockquote-footer">Someone famous in <cite title="Source Title">Source Title</cite></footer> -->
</blockquote>
<blockquote class="blockquote" style="font-style: italic;color:chocolate">
<pclass="mb-0">Why did you choose Computer Science over other departments ?
</p>
<!-- <footer class="blockquote-footer">Someone famous in <cite title="Source Title">Source Title</cite></footer> -->
</blockquote>
<blockquote class="blockquote text-right" style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif">
<p class="mb-0">This was never an issue. For me, it has always been CS for me ever since I started coding in school. Though I don’t claim to be a master coder or anything, computers make my eyes sparkle, so to speak. Plus the excellent placements and brand of the department didn’t hurt. I don’t think that it was a difficult choice.
</p>
<!-- <footer class="blockquote-footer">Someone famous in <cite title="Source Title">Source Title</cite></footer> -->
</blockquote>
<blockquote class="blockquote" style="font-style: italic;color:chocolate">
<pclass="mb-0">How did your experience in CET prepare you for your career ?
</p>
<!-- <footer class="blockquote-footer">Someone famous in <cite title="Source Title">Source Title</cite></footer> -->
</blockquote>
<blockquote class="blockquote text-right" style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif">
<p class="mb-0">As I had mentioned before, four years in CET does make you adept in taking criticism and turning it into something positive. Plus, from a professional standpoint, volunteering with IEEE was a huge bonus. I got a safe zone to hone my soft and tech skills. I didn’t realize then that those skills and networks would come in handy later while taking career decisions. My first conference is responsible for my first job and my projects in colleges are the reason for my current field of interest and career choices.
</p>
<!-- <footer class="blockquote-footer">Someone famous in <cite title="Source Title">Source Title</cite></footer> -->
</blockquote>
<blockquote class="blockquote" style="font-style: italic;color:chocolate">
<pclass="mb-0">What was the most challenging thing you had to face in these four years?
</p>
<!-- <footer class="blockquote-footer">Someone famous in <cite title="Source Title">Source Title</cite></footer> -->
</blockquote>
<blockquote class="blockquote text-right" style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif">
<p class="mb-0">Weighing opportunities. CETians are always spoilt for choices. If you skipped class, you had a dozen things to do. If you were keen on volunteering, you had umpteen clubs to choose from. And most CSE students end up with multiple career options. It’s choices like this that are most challenging to me - whatever be the decision to take. That associated opportunity cost : What do you lose when you pick something over the other? I usually deal with this by dissecting things in detail -- it’s time consuming, but then again, it’s part of my habit.
</p>
<!-- <footer class="blockquote-footer">Someone famous in <cite title="Source Title">Source Title</cite></footer> -->
</blockquote>
<blockquote class="blockquote" style="font-style: italic;color:chocolate">
<pclass="mb-0">What was the most memorable days in your college life ?
</p>
<!-- <footer class="blockquote-footer">Someone famous in <cite title="Source Title">Source Title</cite></footer> -->
</blockquote>
<blockquote class="blockquote text-right" style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif">
<p class="mb-0">Ironically, the best moments in college life were never in college. Best moments in college life were spent travelling. All the prize money from fests went directly into travelling. I was lucky enough to travel inside and outside India during my college days. Be it be the impromptu trips to see the Kanyakumari sunrise or the classic college tour moment in front of the Taj Mahal or the IEEE meet in Sri Lanka and the backpacking trip to Cambodia, all were incredibly memorable.
</p>
<!-- <footer class="blockquote-footer">Someone famous in <cite title="Source Title">Source Title</cite></footer> -->
</blockquote>
<blockquote class="blockquote" style="font-style: italic;color:chocolate">
<pclass="mb-0">Being a recent graduate from Dept. of CSE, what do you think about the coding culture in CET ?
</p>
<!-- <footer class="blockquote-footer">Someone famous in <cite title="Source Title">Source Title</cite></footer> -->
</blockquote>
<blockquote class="blockquote text-right" style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif">
<p class="mb-0">It’s usually limited to small groups. Some are deep into competitive coding and some code from an applications point of view. Coding culture needs to permeate well before the time that people run about for their projects. I genuinely hope to see CS students, writing and contributing code from their first year onwards. Ramping up our open source contributions from CS Department would be a good first step.
</p>
<!-- <footer class="blockquote-footer">Someone famous in <cite title="Source Title">Source Title</cite></footer> -->
</blockquote>
<blockquote class="blockquote" style="font-style: italic;color:chocolate">
<pclass="mb-0">As an alumni, what are some things which you think needs to be changed ?
</p>
<!-- <footer class="blockquote-footer">Someone famous in <cite title="Source Title">Source Title</cite></footer> -->
</blockquote>
<blockquote class="blockquote text-right" style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif">
<p class="mb-0">The nature of college-alumni interactions has lots of room for change. Usually, the only time students mail the alumni is while looking for sponsorship. While to a student who spends a year in a sponsorship committee, this might look usual, it is a huge turn off for most alumni who receive these requests every year. We have a large resource pool of senior alumni who we can tap for their networks, guidance and opportunities for our students. I know some positive changes have taken place in recent years. I hope that continues. I hope to see more of our older alumni getting involved and returning to college to share their stories and experiences.
</p>
<!-- <footer class="blockquote-footer">Someone famous in <cite title="Source Title">Source Title</cite></footer> -->
</blockquote>
<blockquote class="blockquote" style="font-style: italic;color:chocolate">
<pclass="mb-0">If you had to go back and do your College experience all over again, what would you change and why?
</p>
<!-- <footer class="blockquote-footer">Someone famous in <cite title="Source Title">Source Title</cite></footer> -->
</blockquote>
<blockquote class="blockquote text-right" style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif">
<p class="mb-0">Nothing. I don’t mean this in a everything-was-perfect kind of way. But, all the mistakes I made in college are mine to keep. The school kid that entered the department is not the one that came out four years later. A large part of that change has to do with the mistakes I had the opportunity to make. I hope to retain every moment of joy, hardships and friendships exactly the same.
<br>
Tongue-in-cheek side note :
Starting all over again, if that water cooler in the department worked, that would have been nice.
</p>
<!-- <footer class="blockquote-footer">Someone famous in <cite title="Source Title">Source Title</cite></footer> -->
</blockquote>
<blockquote class="blockquote" style="font-style: italic;color:chocolate">
<pclass="mb-0">What is your advice for your juniors ?
</p>
<!-- <footer class="blockquote-footer">Someone famous in <cite title="Source Title">Source Title</cite></footer> -->
</blockquote>
<blockquote class="blockquote text-right" style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif">
<p class="mb-0">I don’t consider myself old or experienced enough to start doling out advice to my juniors yet. I’ll just leave you with two things that worked for me. If you need help, always ask. മുട്ടുവിൻ തുറക്കപ്പെടും എന്നാണല്ലോ. Whatever be it, someone has already gone through it before. And, do things for yourself. At the end of the day, have something that you really badly want. That ambition is going to drive you a long long way.
P.S : I know I needn’t remind you all to have a nice time. You are in CET, I’m sure you’ll have the best of times :)
</p>
<!-- <footer class="blockquote-footer">Someone famous in <cite title="Source Title">Source Title</cite></footer> -->
</blockquote>
</div>
<section class="blog_area p_120" style="padding-top: 0px; padding-bottom:0px;">
<hr><hr>
<div class="container">
<div class="row">
<h1 class="display-3" id="tech-updates">Tech Updates</h1>
<!-- <div class="card-deck">
<div class="card">
<img src="Website/img/tech1.jpg" alt="Card image cap" class="card-img-top" >
<div class="card-body">
<h3 class="card-title">New Microsoft patent may turn your smartphone into a handheld Xbox</h3>
<p class="card-text">In an apparent bid to take on the popular Nintendo gaming Switch, a new Microsoft patent has revealed plans for controllers that would turn your smartphone into hand-held Xbox.
According to a report in Digital Trends late Sunday, the patent shows "a charging device for removable input modules. While there is no specific mention of the Xbox in the application, a couple of the drawings feature all-too-familiar buttons and symbols".
Possible features for the controllers include built-in speakers, a headphone jack, and wireless headphones support.
The detachable controllers in the patent looks similar to the Nintendo Switch but a key difference with Nintendo's hybrid console is that Microsoft controllers would "focus on enabling the Project xCloud video game streaming service on mobile phones".
According to Microsoft, Project xCloud's state-of-the-art global game-streaming technology will offer you the freedom to play on the device you want without being locked to a particular device.
</p>
<i class="fa fa-calendar" aria-hidden="true"></i> March 14, 2019</a>
</div>
</div>
<div class="card">
<img src="Website/img/interview.jpg" alt="Card image cap" class="card-img-top">
<div class="card-body">
<h5 class="card-title">Card title</h5>
<p class="card-text">This card has supporting text below as a natural lead-in to additional content.</p>
<p class="card-text"><small class="text-muted">Last updated 3 mins ago</small></p>
</div>
</div>
<div class="card">
<img src="Website/img/interview.jpg" alt="Card image cap"class="card-img-top">
<div class="card-body">
<h5 class="card-title">Card title</h5>
<p class="card-text">This is a wider card with supporting text below as a natural lead-in to additional content. This card has even longer content than the first to show that equal height action.</p>
<p class="card-text"><small class="text-muted">Last updated 3 mins ago</small></p>
</div>
</div>
</div> -->
<div class="col-lg-118">
<article class="blog_style1">
<div class="blog_img">
<img class="img-fluid"
src="Website/img/tech1.jpg"
alt=""
width="1100px"
>
</div>
<div class="blog_text">
<div class="blog_text_inner">
<div class="cat">
<a class="cat_btn" href="#tech-updates">Tech updates</a>
<i class="fa fa-calendar" aria-hidden="true"></i> March 14, 2019</a>
</div>
<h4>New Microsoft patent may turn your smartphone into a handheld Xbox
</h4>
<p>In an apparent bid to take on the popular Nintendo gaming Switch, a new Microsoft patent has revealed plans for controllers that would turn your smartphone into hand-held Xbox.
According to a report in Digital Trends late Sunday, the patent shows "a charging device for removable input modules. While there is no specific mention of the Xbox in the application, a couple of the drawings feature all-too-familiar buttons and symbols".
Possible features for the controllers include built-in speakers, a headphone jack, and wireless headphones support.
The detachable controllers in the patent looks similar to the Nintendo Switch but a key difference with Nintendo's hybrid console is that Microsoft controllers would "focus on enabling the Project xCloud video game streaming service on mobile phones".
According to Microsoft, Project xCloud's state-of-the-art global game-streaming technology will offer you the freedom to play on the device you want without being locked to a particular device.
</p>
</div>
</div>
</article>
<article class="blog_style1">
<div class="blog_img">
<img class="img-fluid"
src="Website/img/tech2.jpg"
alt=""
width="1100px">
</div>
<div class="blog_text">
<div class="blog_text_inner">
<div class="cat">
<a class="cat_btn" href="#">Tech updates</a>
<i class="fa fa-calendar" aria-hidden="true"></i> March 14, 2019</a>
</div>
<h4>Microsoft's Digital Crime Unit busy catching cyber thugs in India</h4>
<p>In a significant operation earlier this month, the cyber cell of Delhi Police arrested 24 people who posed as Microsoft tech support staff and duped several US citizens.
This could not have been possible without the the real-time monitoring of cyber crimes by Microsoft's Digital Crime Unit (DCU) in Redmond that is using Cloud, Big Data, Machine Learning (ML) and Business Intelligence (BI) to improve the security of its products and services, protect vulnerable populations, fight malware, and reduce digital risks.
The real-time data analytics and sharing of key inputs with relevant law enforcement agencies helped bust 10 companies that were illegally running call centres at various places in Delhi that targeted Microsoft Windows users.
"It was real-time monitoring that helped us crack the Delhi gang behind the large-scale tech support fraud. The whole operation has been encouraging in our fight against cyber crimes," Shilpa Bratt, Director (Shared Services) of Digital Crimes Unit, told IANS.
</p>
</div>
</div>
</article>
<article class="blog_style1">
<div class="blog_img">
<img class="img-fluid"
src="Website/img/tech3.jpg"
alt=""
width="1100px">
</div>
<div class="blog_text">
<div class="blog_text_inner">
<div class="cat">
<a class="cat_btn" href="#">Tech updates</a>
<i class="fa fa-calendar" aria-hidden="true"></i> March 14, 2019</a>
</div>
<h4>LG dual screen phone teased, will be launched at IFA 2019
</h4>
<p>LG dual screen phone is slated to be launched at the upcoming IFA 2019 in Berlin. The dual screen phone is expected to be the V60 ThinQ.
LG Electronics on Monday unveiled a teaser video of the second 5G phone with a detachable dual screen, which is set to make its global debut next month.LG plans to launch the new smartphone on September 6 on the eve of the Internationale Funkausstellung (IFA) in Berlin, Europe’s largest tech show, four months after releasing the V50 ThinQ.
The 15-second video titled “Dual, the Better” shows an hour hand move from 6 o’ clock to 12 o’ clock in a half-face watch screen, indicating an upgraded movement of the second screen of V50, which can be positioned at either 104 degree or 180 degree, Yonhap news agency has reported.
The new 5G phone, tentatively named V60, is expected to face stiff competition from Samsung’s Galaxy Note 10, set for late August, and Galaxy Fold, late September launch.
</p>
</div>
</div>
</article>
<!-- <article class="blog_style1">
<div class="blog_img">
<img class="img-fluid"
src="https://images.theconversation.com/files/199508/original/file-20171215-17857-cns8cs.jpg?ixlib=rb-1.1.0&q=45&auto=format&w=926&fit=clip"
alt="">
</div>
<div class="blog_text">
<div class="blog_text_inner">
<div class="cat">
<a class="cat_btn" href="#">Tech updates</a>
<i class="fa fa-calendar" aria-hidden="true"></i> March 14, 2018</a>
</div>
<h4>blog 2</h4>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor
incididunt ut
labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation
ullamco laboris
nisi ut aliquip.Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do
eiusmod tempor incididunt ut
labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation
ullamco laboris
nisi ut aliquip.</p>
</div>
</div>
</article> -->
</div>
</div>
</div>
</section>
<section class="blog_area p_120" style="padding-top: 0px; padding-bottom:0px;">
<hr><hr>
<div class="container" style="padding-top: 0%">
<div class="row">
<h1 class="display-3">Tech Articles</h1>
<div class="col-lg-118">
<article class="blog_style1">
<div class="blog_img">
<img class="img-fluid"
src="Website/img/article1.jpg"
alt="">
</div>
<div class="blog_text">
<div class="blog_text_inner">
<div class="cat">
</div>
<a class="cat_btn" href="#">Tech updates</a>
<i class="fa fa-calendar" aria-hidden="true"></i> March 14, 2019</a>
</div>
<h4>The Contemporary Apocalypse </h4>
</h4> <h5 style="text-align: right">by Arun Jose <br> S2</h5><br>
<p>The power of hindsight as a source of insight is often understated. Looking back into history, one could identify the German condition after World War 1 as the perfect breeding ground for unbridled powerlust. We look at the Dark Ages, and deem fit to call it so, because it seems obvious to us that the spread of scientific pursuit is what propels
us forward. This begs the question, then: what would the future see our time as?
World War 2 saw underground shelters to counter air raids, the Cold War saw nuclear bunkers to survive a fallout, and today, the tradition lives on, with billionaires throwing their monies at comfortable impenetrable bunkers. But this is no longer the age of nuclear holocaust. It is not quite that a bunker won't protect you, it's that a
sufficiently advanced AI wouldn't let you get to the bunker at all. If we told a superintelligence to just cure cancer, without aligning it more on actual end goals, it might look upon humanity, and decide that enslaving and experimenting on them would be the swiftest way to achieve its goals. This is the age of insufficient AI alignment theory.
</p>
</div>
</div>
</article>
<article class="blog_style1">
<div class="blog_img">
<img class="img-fluid"
src="Website/img/article2.png"
alt=""
width="1100px"
>
</div>
<div class="blog_text">
<div class="blog_text_inner">
<div class="cat">
<a class="cat_btn" href="#">Tech updates</a>
<i class="fa fa-calendar" aria-hidden="true"></i> March 14, 2019</a>
</div>
<h4>Neural Networks</h4>
<h5 style="text-align: right">by Blesson John Abraham<br>M1</h5><br>
<p>Neural networks are multi-layer networks of neurons where each nodes in every layer is interconnected with all the nodes on next layer (to previous layer also in case of feedback networks ) that we use to classify things, make predictions, etc
.<br> 1. The input layer of our model in orange.<br>
2. Our first hidden layer of neurons in blue. <br>
3. Our second hidden layer of neurons in magenta. <br>
4. The output layer (a.k.a. the prediction) of our model in green <br>
<b>Artificial neural network</b>
A neural network contains layers of interconnected nodes. Each node is a perceptron and is similar to a multiple linear regression. The perceptron feeds the signal produced by a multiple linear regression into an activation function that may be nonlinear.
In a multi-layered perceptron (MLP), perceptrons are arranged in interconnected layers. The input layer collects input patterns. The output layer has classifications or output signals to which input patterns may map.
Hidden layers adjusts the input weightings until the neural network’s margin of error is minimal. Each input is a weighted input , the perceptron fires only if the sum of the weighted inputs exceeds a threshold value .
<br><b>Advantages</b><br>
ANNs have some key advantages that make them most suitable for certain problems and situations:
<br>1. ANNs have the ability to learn and model non-linear and complex relationships, which is really important because in real-life, many of the relationships between inputs and outputs are non-linear as well as complex.
<br>2. ANNs can generalize — After learning from the initial inputs and their relationships, it can infer unseen relationships on unseen data as well, thus making the model generalize and predict on unseen data.
<br>3. Unlike many other prediction techniques, ANN does not impose any restrictions on the input variables (like how they should be distributed). Additionally, many studies have shown that ANNs can better model heteroskedasticity i.e. data with high volatility and non-constant variance, given its ability to learn hidden relationships in the data without imposing any fixed relationships in the data. This is something very useful in financial time series forecasting (e.g. stock prices) where data volatility is very high.
<br><b>Conclusion</b><br>
Neural networks are one of the most beautiful programming paradigms ever invented. In the conventional approach to programming, we tell the computer what to do and break big problems up into many small, precisely defined tasks that the computer can easily perform. In contrast, we don’t tell the computer how to solve our problems for a neural network. Instead, it learns from observational data and figures out its own solution to the problem
</p>
</div>
</div>
</article>
</div>
</div>
</div>
</section>
<section class="blog_area p_120" style="padding-top: 0px; padding-bottom:0px;">
<hr><hr>
<div class="container">
<div class="row">
<div class="col-md-12" style = "padding-top: 0px"><h1 class="display-3">INVITED TALKS</h1></div>
<div class="col-lg-118">
<article class="blog_style1">
<div class="blog_img">
<img class="img-fluid"
src="Website/img/vfs.png"
alt=""
width="1100px"> </div>
<div class="blog_text">
<div class="blog_text_inner">
<div class="cat">
<a class="cat_btn" href="#">Invited Talks</a>
<i class="fa fa-calendar" aria-hidden="true"></i>date??</a>
</div>
<h4>Expert Lecture Under Visiting Faculty Scheme </h4>
<p>TThe lecture started at 9.00 am and continued for four hours. Following were the main topics covered
in the session:
Dr. Jayalal, Professor from IIT madras had two sessions with the students of Computer Science
department in CET on 23rd of november 2018. The class began at around 9am .
Initial session started with an introduction to algorithmic concepts and discussed various concepts
like Randomized Algorithms, Approximation Algorithms, NP Completeness etc. The class also dealt
with complex areas NP Hard Problems and Reduction Algorithms.
The two sessions of visiting Faculty session was a mindstorming, idea oriented, interactive session
for the students. It opened new arenas to the theoretical
computational area of computer science. And the students responded with a very positive review.
</p>
</div>
</div>
</article>
</div>
</div>
</div>
</section>
<section class="blog_area p_120" style="padding-top: 0px; padding-bottom:0px;">
<hr><hr>
<div class="container">
<div class="row">
<div class="col-md-12" style = "padding: 100px"><h1 class="display-3">PAST EVENTS</h1></div>
<div class="col-lg-118">
<article class="blog_style1">
<div class="blog_text">
<div class="blog_text_inner">
<div class="row">
<div class="col-md-3">
<div class="blog_img" >
<figure>
<img class="img-fluid" id="dotslash"
src="Website/img/event1.jpg"
/>
</figure>
</div>
</div>
<div class="col-md-9">
<div class="cat">
<a class="cat_btn" href="#">Past events</a>
<i class="fa fa-calendar" aria-hidden="true"></i> April 8, 2019</a>
</div>
<h4>Dot Slash </h4>
<p>Dotslash , the official technical fest of the Computer Science department was conducted on 27th April 2019. It comprised of workshops , competitions and much more.An AR game development workshop was conducted to give students an insight into the latest AR technologies used.Competitions included ‘Debugger’ and ‘Pair Coding’.Both of these tested the coding skills and thinking capability of the participants.A vlogging workshop was conducted by Karthik Surya,one of the most prominent vloggers in Kerala.Apart from this,gaming events such as CS GO, PUBG and FIFA saw the widespread participation of students.The event would not have been possible without the whole hearted cooperation of faculty and students.
</p>
</div>
</div>
</div>
</div>
</article>
<article class="blog_style1">
<div class="blog_text">
<div class="blog_text_inner">
<div class="row">
<div class="col-md-3">
<div class="blog_img" >
<figure>
<img class="img-fluid" id="uiux"
src="Website/img/uiux.png"
height="200px"/>
</figure>
</div>
</div>
<div class="col-md-9">
<div class="cat">
<a class="cat_btn" href="#">Past events</a>
<i class="fa fa-calendar" aria-hidden="true"></i> March 27, 2019</a>
</div>
<h4>UI/UX Workshop </h4>
<p>The workshop was conducted as two sessions, 3 hours each. The initial session
consisted of the resource person (Rohil Nair, S6,-Architecture) giving insights on the
need for good UI and UX designs. Major focus was on on topics like the wireframe,
the importance of UX design, followed by case studies on the UI/UX of popular apps
like Instagram and Whatsapp. The first day concluded with the attendees getting a
broad view on the workings of User Interface/ User Experience Design.<br>
Day 2 of the workshop was more of a hands on session. All participants installed
AdobeXD, adobe’s UI/UX design application, for websites and mobile phones. The
resource person then went on to give his views on the impact that a good UI/UX can
have, on a prospective client/customer in deciding between apps of similar
functionality. The session was well paced, accommodating everyone from absolute
beginners to people with a strong understanding of UI Design. The session was very
well received, and the feedback form provided displayed a positive feedback.</p>
</div>
</div>
</div>
</div>
</article>
<article class="blog_style1">
<div class="blog_text">
<div class="blog_text_inner">
<div class="row">
<div class="col-md-3">
<div class="blog_img" >
<figure>
<img class="img-fluid" id="dotslash"
src="Website/img/algorithm.png"
/>
</figure>
</div>
</div>
<div class="col-md-9">
<div class="cat">
<a class="cat_btn" href="#">Past events</a>
<i class="fa fa-calendar" aria-hidden="true"></i>February 12, 2019</a>
</div>
<h4>Algorithm Day </h4>
<p>Algorithm Day was an event organised by the Department of Computer Science And Engineering, in collaboration with FOSS Cell CET and IEEE CS Society.
The event was aimed at familiarizing all participants with concepts such as time complexity and and to make them familiar with more efficient algorithms
<br>
The topics Covered were : <br> 1. Sorting and Searching Algorithms<br> 2. Standard Template libraries <br> 3. Basic Data structures and Implementation
</p>
</div>
</div>
</div>
</div>
</article>
</div>
</div>
</div>
</section>
<section class="blog_area p_120">
<div class="container">
<div class="row">
<h1 class="display-3">UPCOMING EVENTS</h1>
<div class="col-lg-118">
<article class="blog_style1">
<div class="blog_img">
<img class="img-fluid"
src="Website/img/upcoming.jpg"
alt=""
height="60px">
</div>
<div class="blog_text">
<div class="blog_text_inner">
<div class="cat">
<a class="cat_btn" href="#">Upcoming events</a>
<i class="fa fa-calendar" aria-hidden="true"></i> September 8, 2019</a>
</div>
<h4>IEEE XTREME PRE-SERIES</h4>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Praesentium quidem placeat sint, ipsa aliquid quae optio non doloribus nemo adipisci quas aut enim, officia dolore iure libero! Molestias, laborum amet. Lorem ipsum, dolor sit amet consectetur adipisicing elit. In harum libero expedita cupiditate dolorem quod eos provident natus veritatis quisquam aut ratione, vel, eius inventore magni ipsam tempore nemo quae.
</p>
</div>
</div>
</article>
</div>
</div>
</div>
</section>
<footer class="footer-area p_120">
<div class="container">
<div class="row">
<div class="col-lg-3 col-md-6 col-sm-6">
<div class="single-footer-widget">
<h6 class="footer_title">About Us</h6>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut
labore dolore magna aliqua.</p>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-6">
<div class="single-footer-widget">
<h6 class="footer_title">Bit-Track</h6>
<p>Stay updated with our latest trends</p>
<div id="mc_embed_signup">
<form target="_blank"
action="https://spondonit.us12.list-manage.com/subscribe/post?u=1462626880ade1ac87bd9c93a&id=92a4423d01"
method="get" class="subscribe_form relative">
<div class="input-group d-flex flex-row">
<input name="EMAIL" placeholder="Email Address" onfocus="this.placeholder = ''"
onblur="this.placeholder = 'Email Address '" required="" type="email">
<button class="btn sub-btn"><span class="lnr lnr-arrow-right"></span></button>
</div>
<div class="mt-10 info"></div>
</form>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 col-sm-6">
</div>
<div class="col-lg-2 col-md-6 col-sm-6">
<div class="single-footer-widget f_social_wd">
<h6 class="footer_title">Follow Us</h6>
<p>Let us be social</p>
<div class="f_social">
<a href="#"><i class="fa fa-facebook"></i></a>
<a href="#"><i class="fa fa-twitter"></i></a>
</div>
</div>
</div>
</div>
</p>
</div>
</div>
</footer>
<script src="js/jquery-3.2.1.min.js"></script>
<script src="js/popper.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/stellar.js"></script>
<script src="vendors/lightbox/simpleLightbox.min.js"></script>
<script src="vendors/nice-select/js/jquery.nice-select.min.js"></script>
<script src="vendors/isotope/imagesloaded.pkgd.min.js"></script>
<script src="vendors/isotope/isotope-min.js"></script>
<script src="vendors/owl-carousel/owl.carousel.min.js"></script>
<script src="vendors/jquery-ui/jquery-ui.js"></script>
<script src="js/jquery.ajaxchimp.min.js"></script>
<script src="js/mail-script.js"></script>
<script src="js/theme.js"></script>
</body>
</html>