-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathADMISSION AFTER 10TH.html
More file actions
executable file
·733 lines (496 loc) · 17.5 KB
/
ADMISSION AFTER 10TH.html
File metadata and controls
executable file
·733 lines (496 loc) · 17.5 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
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
<!DOCTYPE html>
<head>
<title>Admission</title>
<link rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-
awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="home/css/font-icons.css"
type="text/css" /><style>
* {box-sizing:border-box}
body
{background-color:white;
font-family: Verdana, Geneva, sans-serif;
font-size:14px;
}
.sidenav {
height: 100%;
width: 0;
position: fixed;
z-index: 1;
top: 0;
left: 0;
background-color: #111;
overflow-x: hidden;
transition: 0.5s;
padding-top: 60px;
}
.sidenav a {
padding: 8px 8px 8px 32px;
text-decoration: none;
font-size: 25px;
color: #818181;
display: block;
transition: 0.3s;
}
.sidenav a:hover, .offcanvas a:focus{
color: #f1f1f1;
}
.sidenav .closebtn {
position: absolute;
top: 0;
right: 25px;
font-size: 36px;
margin-left: 50px;
}
@media screen and (max-height: 450px) {
.sidenav {padding-top: 15px;}
.sidenav a {font-size: 18px;}
}
.container {
position: absolute;
width: 50%;
}
.image {
display: block;
width: 140%;
height: 100px;
}
.overlay {
position: absolute;
top: 0;
bottom: 0;
left: 170px;
right: 250px;
height: 100%;
width: 140%;
opacity: 0;
transition: .5s ease;
background-color: #ffffff;
}
.container:hover .overlay {
opacity: 0.8;
}
.text {
color: Black;
font-size: 40px;
font-family: "Comic sans ms";
font-style: oblique;
position: relative;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
}
a.apply:hover {background: silver;}
.fa {
padding: 9px;
font-size: 12px;
width: 7px;
text-align: center;
text-decoration: none;
margin: 3px 1px;
}
.fa:hover {
opacity: 0.7;
}
.fa-facebook {
background: #3B5998;
color: white;
}
.fa-twitter {
background: #55ACEE;
color: white;
}
.fa-google {
background: #dd4b39;
color: white;
}
.fa-linkedin {
background: #007bb5;
color: white;
}
.fa-rss {
background: #ff6600;
color: white;
}
#icons
{
float:right;
}
#header{
background-color:white;
color:white;
font-size:18px;
font-weight:bold;
text-align:center;
}
.nav{
margin-top:60px;
float:left;
width:200px;}
.article{
margin-left:250px;
border-left:1px solid black;
}
.footer{padding:15px;
color:white;
background-color:black;
text-align:center;
}
ul {
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
background-color: #333;
float: middle ;
position: fixed;
top: 0;
width: 100%;
font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
li {
float: left;
}
li a {
display: block;
color: white;
text-align: center;
padding: 14px 16px;
text-decoration: none;
}
li a:hover {
background-color: #111;
}
.a1
{
width:700px;
float:right;
}
.a2
{
width:100%;
float:left;
}
.a2
{
width:100%;
float:right;
}
</style>
</head>
<body>
<ul >
<li><a href="home.html">Home </a></li>
<li><a href="courses.html">Courses </a></li>
<li><a href="Admissions after 10th.html">Admissions </a></li>
<li><a href="faculty.html">Faculty </a></li>
<li><a href="host.html">Hostel Facilities </a></li>
<li><a href="pc.html">Placement Cell </a></li>
<li><a href="eventa.html">Events </a></li>
<li><a href="about.html">About </a></li>
<li><a href="cu.html">Contact Us </a></li>
<li>
</li>
<li><br/></li>
<li style=" background-color: #f48220 ;"> <a style="color: #000;"
class="apply" href="http://admission.lpu.in/index?
Nest=Engineering" target="_blank">Apply Now</a> </li>
</ul>
<br><br><br>
<div id ="icons" style="float:top;">
<!-- Add font awesome icons -->
<a href="https://www.facebook.com/LPUUniversity/"
target="blank" class="fa fa-facebook"></a>
<a href="https://twitter.com/lpuuniversity" target="blank"
class="fa fa-twitter"></a>
<a href="https://plus.google.com/+LpuIn-lovely-professional-
university" target="blank" class="fa fa-google"></a>
<a href="https://in.linkedin.com/in/lovelyprofessionaluniversity"
target="blank" class="fa fa-linkedin"></a>
<a href="#" class="fa fa-rss"></a>
</div>
<br><br>
<div id="mySidenav" class="sidenav">
<a href="javascript:void(0)" class="closebtn" onclick="closeNav()">×</a>
<a href="#history">AFTER 10th</a>
<a href="#rank">AFTER 12th</a>
<a href="#infra">AFTER GRADUATION</a>
<a href="#chance">AFTER POST GRADUATION</a>
</div>
<span style="font-size:30px;cursor:pointer" onclick="openNav()">☰ open</span>
<script>
function openNav() {
document.getElementById("mySidenav").style.width = "250px";
}
function closeNav() {
document.getElementById("mySidenav").style.width = "0";
}
</script>
<div class="table">
<table cellpadding="70">
<tr>
<td>
<img src="career-after-10th.png" width=100%/>
<br></td>
<tr>
<td>
<img src="27-1432705540-lpu-classroom.jpg" width=100%/>
<br></td>
<tr>
<td>
<img src="27-1432705534-lpu-lab.jpg" width=100%/>
<br></td>
</tr>
</div>
<a id="after10th"></a>
<hr align="center" width="30%">
<br>
<center> <h2>Admission after 10th</h2>
</center>
<br>
<hr width=30%>
<div class="a1">
<p >
<h3> <center>ADMISSION</center></h3>
Admission in Lovely Professional University in all courses is conducted on a merit basis through an online entrance exam. LPU organizes its own entrance exam, called the Lovely Professional University National Entrance and Scholarship Test (LPU NEST). It is conducted every year in the month of April and May. In 2015 over 400,000 students appeared for the entrance examination. The exam has been conducted online since 2011.
<h3>Eligibility Criteria (Qualifying Exam)</h3>
Pass with 50% aggregate marks in 10th (with Mathematics, Science and English) or equivalent.
For a candidate, who has not studied English as a subject, the condition of English may be waived off provided the candidate in his qualifying exam has studied in English medium.
<h3> Merit in qualifying examination</h3>
<h3>Autumn Term</h3>
<h3> Autumn Term is the first/odd semester of an academic session/year.</h3>
APPLIED CHEMISTRY-I
APPLIED CHEMISTRY LABORATORY- I
STUDENT CENTERED ACTIVITY-I
ENGINEERING DRAWING–I
GENERAL WORKSHOP PRACTICE–I
APPLIED MATHEMATICS-I
ENGLISH AND COMMUNICATION SKILLS -I
ENGLISH AND COMMUNICATION SKILLS-I LABORATORY
APPLIED PHYSICS-I
APPLIED PHYSICS LABORATORY- I
<h2>Spring Term</h2>
<h3> Spring Term is the second/even semester of an academic session/year.</h3>
BASIC ELECTRONICS
BASIC ELECTRONICS LABORATORY
STUDENT CENTERED ACTIVITY-II
BASIC ELECTRICAL ENGINEERING
BASIC ELECTRICAL ENGINEERING LABORATORY
BASICS OF INFORMATION TECHNOLOGY
GENERAL WORKSHOP PRACTICE-II
APPLIED MATHEMATICS-II
ENGLISH AND COMMUNICATION SKILLS -II
ENGLISH AND COMMUNICATION SKILLS-II LABORATORY
APPLIED PHYSICS-II
APPLIED PHYSICS LABORATORY- II
<h3>Scholarship on the basis of LPUNEST </h3>
Following are the details of criteria and scholarship amount applicable
<h3>Scholarship Details</h3>
Percentage Slab Scholarship amount (per semester) (in Rs.) <br/>
90% marks in LPUNEST- 2017* 15000 <br/>
Top 10% applicants appearing for LPUNEST- 2017* 15000 <br/>
Next 10% (11% to 20%) applicants appearing for LPUNEST- 2017* 10000 <br/>
Next 15% (21% to 35%) applicants appearing for LPUNEST- 2017* 5000 <br/>
* Subject to qualifying LPUNEST- 2017
<br/>
<br/>
<h3>Scholarship on the basis of Percentage in qualifying exam </h3>
Scholarship on the basis of Percentage marks in qualifying examination (scoring equal to or more than 70% marks)
<h4>Following are the details of criteria and scholarship amount applicable </h4>
<h3>Scholarship Details</h3
<h4>Criteria Scholarship amount (per semester) (in Rs.) </h4>
98% or above or for CBSE 10 CGPA in 10th 15000 <br/>
90% - 97.99% in 10th 15000 <br/>
80% - 89.99% in 10th 10000 <br/>
70% - 79.99% in 10th 5000 <br/>
</p>
<div class="a2">
<div class="table">
<table cellpadding="70">
<tr>
<td>
<img src="Courses-After-12th-Class.jpg" width=100% border="3"/>
<br></td>
<tr>
<td>
<img src="Student's of B.Sc Agriculture doing Organic Farming at LPU campus.jpg" width=100% border="3"/>
<br></td>
<tr>
<td>
<img src="Students of Airlines & Tourism programs learning the practical skills in a 'Practice Aircraft' at Lovely Professional University (LPU)...JPG" width=80% border="3"/>
<br></td>
<tr>
<td>
</tr>
</div>
<a id="after12th"></a>
<hr align="center" width="30%">
<br>
<center> <h2>Admission After 12th</h2>
</center>
<br>
<hr width=30%>
<div class="a1">
<p >
<center><h3>After 12th</center></h3>
An Engineering program which seamlessly articulates the concepts from basic science to technology with relevant practice through lab and projects for building the problem solving skills, keeping industry requirements in place. Students will develop competence in areas like Programming, Database Management Systems, Networks and Security, Operating Systems, Cloud Computing etc. To enable the students to keep pace with changing technological advances, the university has industrial tie-ups with Oracle and SAP. Studying these courses as a part of the curriculum would provide a WILD CARD entry to industry.
To enable the students to keep pace with changing technological advances, the university has industrial tie-ups with Oracle and SAP. Studying these courses as a part of the curriculum would provide a WILD CARD entry to industry.
A training that costs over Rs. 3 Lac is provided to LPU students completely free
Oracle's training worth Rs. 1 Lac is provided for free to LPU students.
<h4>Eligibility Criteria (Qualifying Exam)</h4>
Pass with 60% aggregate marks in 10+2 (with Physics, Mathematics and English) or equivalent, subject to qualifying LPUNEST-2017 <br/>
For a candidate, who has not studied English as a subject, the condition of English may be waived off provided the candidate in his qualifying exam has studied in English medium.</br>
<h3>Admission Criteria</h3>
Merit in LPUNEST-2017, subject to eligibility criteria.
Entrance/Eligibility Test
LPUNEST-2017 is applicable.
<h3>Programmes Offered</h3>
<h4>After 12th</h4>
<br/>
Management<br/>
Commerce<br/>
Arts<br/>
Computer Applications(CA)/Information Technology(IT)<br/>
Library And Information Sciences<br/>
Management<br/>
Bachelor of Business Administration [BBA]<br/>
Min. Duration 3 Years<br/>
Max. Duration 6 Years<br/>
Commerce<br/>
Bachelor of Commerce [B.Com]<br/>
Min. Duration 3 Years<br/>
Max. Duration 6 Years<br/>
Arts<br/>
Bachelor of Arts [B.A.]<br/>
Min. Duration 3 Years<br/>
Max. Duration 6 Years<br/>
Computer Applications(CA)/Information Technology(IT)<br/>
Bachelor of Computer Applications [BCA] <br/>
Min. Duration 3 Years<br/>
Max. Duration 6 Years<br/>
Bachelor of Science (Information Technology) [B.Sc IT] <br/>
Min. Duration 3 Years<br/>
Max. Duration 6 Years<br/>
Diploma in Computer Applications [DCA]<br/>
Min. Duration 1 Year<br/>
Max. Duration 3 Years<br/>
Library And Information Sciences<br/>
Diploma in Library & Information Sciences [DLIS] <br/>
Min. Duration 1 Year<br/>
Max. Duration 3 Years<br/>
</p>
<div class="table">
<table cellpadding="70">
<tr>
<td>
<img src="Capture.png" width=100%/>
<br></td>
<tr>
<td>
<img src="Capture1.PNG" width=100%/>
<br></td>
<tr>
<td>
<img src="27-1432705534-lpu-lab.jpg" width=100%/>
<br></td>
</tr>
</div>
<a id="after10th"></a>
<hr align="center" width="30%">
<br>
<center> <h2>Admission after GRADUATION</h2>
</center>
<br>
<hr width=30%>
<div class="a1">
<p >
<h3> <center>ADMISSION</center></h3>
Learners are matured in a specific area of specialization by extending their prior knowhow through meticulous set of advanced courses with a dissertation to showcase their research potential. The focus for thesis is to solve an industry centric problem.
<h3>Eligibility Criteria (Qualifying Exam)</h3>
Pass with 60% aggregate marks in B.E. or B.Tech. (Mechanical or Production or Industrial or Automobile or Aeronautical) or equivalent, subject to qualifying LPUNEST-2017 or GATE.
OR
In case marks scored in Graduation are 70% or above, then LPUNEST-2017 or GATE will be exempted and candidate may apply for admission.
<h3> Admission Criteria</h3>
Merit in qualifying examination, subject to eligibility criteria.
<img src="Capture3.PNG" width=100%>
<h3>Salient Features</h3>
<h4>Industry Immersion</h4><br/>
Trainings, projects and guest lectures collaborated with industries help to learn from real life situations<br/>
<h4>Career Prospects</h4>
<h4>Primary Prospects<h4/><br/>
<p>Students can attain various professional positions as Developers, Design Engineers, Data Base Administrator, Network Administrator, Data Analyst in IT industry and facilitate their placement in government, semi-government and leading companies like Cognizant, Accenture, HCL , Wipro Technologies, TCS, LG Soft, Tech Mahindra and Infosys.Career in teaching as Lecturer or Assistant Professor in various universities and academic institution can also be started.</p>
<h4>Secondary Prospects</h4>
<p>Opportunities also include pursuing PhD and research position in reputed universities and taking up research assignments in algorithm, database, data mining, cloud computing, networking, artificial intelligence, intelligent systems, web development and various allied areas. Graduates can also enroll into DRDO, CSIO, ISRO labs for doctorate programmes.<p><br/>
<h4>Tertiary Prospects<h4/>
<p>Entrepreneurship ventures such as consultancy, coaching institutes, training centres and computer retail stores can be started.</p>
<h3>Scholarship on the basis of LPUNEST </h3>
Following are the details of criteria and scholarship amount applicable
<h3>Scholarship Details</h3>
Percentage Slab Scholarship amount (per semester) (in Rs.) <br/>
90% marks in LPUNEST- 2017* 15000 <br/>
Top 10% applicants appearing for LPUNEST- 2017* 15000 <br/>
Next 10% (11% to 20%) applicants appearing for LPUNEST- 2017* 10000 <br/>
Next 15% (21% to 35%) applicants appearing for LPUNEST- 2017* 5000 <br/>
* Subject to qualifying LPUNEST- 2017
<div class="table">
<table cellpadding="70">
<tr>
<td>
<img src="Capture.png" width=100%/>
<br></td>
<tr>
<td>
<img src="Capture1.PNG" width=100%/>
<br></td>
<tr>
<td>
<img src="27-1432705534-lpu-lab.jpg" width=100%/>
<br></td>
</tr>
</div>
<br/>
<br/><br/><br/><br/><br/><br/><br/><br/><br/>
<a id="after10th"></a>
<hr align="center" width="30%">
<br>
<center> <h2>Admission After POST GRADUATION</h2>
</center>
<br>
<hr width=30%>
<div class="a1">
<p >
<h3> <center>ADMISSION</center></h3>
<h3><center>Courses Offered In LPU</center></h3>
<img src="Capture7.PNG" width=100% >
<h3>Eligibility Criteria (Qualifying Exam)</h3>
<h4>Pass with 55% aggregate marks in M.Sc. (Economics) or M.A. (Economics) or equivalent, subject to qualifying LPUNEST-2017 and Interview.
(5% relaxation to SC/ST/OBC candidates)</h4>
<h4>Admission Criteria</h4>
Merit in LPUNEST-2017 and interview
<h3> Admission Criteria</h3>
Merit in qualifying examination, subject to eligibility criteria.
<img src="Capture3.PNG" width=100%>
<h3>Salient Features</h3>
<h4>Industry Immersion</h4><br/>
Trainings, projects and guest lectures collaborated with industries help to learn from real life situations<br/>
<h4>Career Prospects</h4>
<h4>Primary Prospects<h4/><br/>
<p>Students can attain various professional positions as Developers, Design Engineers, Data Base Administrator, Network Administrator, Data Analyst in IT industry and facilitate their placement in government, semi-government and leading companies like Cognizant, Accenture, HCL , Wipro Technologies, TCS, LG Soft, Tech Mahindra and Infosys.Career in teaching as Lecturer or Assistant Professor in various universities and academic institution can also be started.</p>
<h4>Secondary Prospects</h4>
<p>Opportunities also include pursuing PhD and research position in reputed universities and taking up research assignments in algorithm, database, data mining, cloud computing, networking, artificial intelligence, intelligent systems, web development and various allied areas. Graduates can also enroll into DRDO, CSIO, ISRO labs for doctorate programmes.<p><br/>
<h4>Tertiary Prospects<h4/>
<p>Entrepreneurship ventures such as consultancy, coaching institutes, training centres and computer retail stores can be started.</p>
<h3>Scholarship on the basis of LPUNEST </h3>
Following are the details of criteria and scholarship amount applicable
<h3>Scholarship Details</h3>
Percentage Slab Scholarship amount (per semester) (in Rs.) <br/>
90% marks in LPUNEST- 2017* 15000 <br/>
Top 10% applicants appearing for LPUNEST- 2017* 15000 <br/>
Next 10% (11% to 20%) applicants appearing for LPUNEST- 2017* 10000 <br/>
Next 15% (21% to 35%) applicants appearing for LPUNEST- 2017* 5000 <br/>
* Subject to qualifying LPUNEST- 2017
<br/>
<br/>
</body>
</html>