-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdepartment-tmp.html
102 lines (65 loc) · 4.29 KB
/
department-tmp.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<title>Department</title>
</head>
<body>
<div class="logo-holder"><a href="https://college.bprathamesh.repl.co">
<img src="logo-nitw.png" alt="" class="logo"></a>
</div>
<div class="hero">
<!-- <img src="heronitw.jpg" alt="" class="hero-img"> -->
</div>
<div class="d-wrapper">
<div class="d-main">
<span class="d-head">
WELCOME TO DEPARTMENT
</span>
<p class="d-para">
The Department of Computer Science & Engineering was established in the year 1991. The department offers high quality undergraduate, postgraduate and doctoral programs. The B. Tech (Computer Science and Engineering) program was started in the year 1983 with an intake of 20 students. The intake was subsequently increased to120 in 2008. M. Tech (Computer Science and Engineering) program was started in 1987 with an intake of 18 and subsequently increased to 20 in 2008. M. Tech (Information Security) was introduced in the year 2008 Under ISEAP sanctioned by Ministry of Communication and Information Technology (MCIT), DOE, GOI, New Delhi with intake of 20. Later, it was renamed as Computer Science and Information Security. The Master of Computer Applications (MCA) program was started in 1986 with an intake of 30 and increased to 46 from 2008. B.Tech, M.Tech (CSE) and M.Tech (CSIS) programs were accredited in 2014 by NBA as per Washington Accord.
The department has distinguished and committed faculty members with PhD from reputed institutes. It has close rapport with MICROSOFT, TCS, INFOSYS, ORACLE, TRDDC-Pune, SUN Microsystems, EMC2, ACCENTURE, C-DAC, MOTOROLA, HONEYWELL, NOVELL, PHILIPS, SAMSUNG, and IBM-Bangalore. The department has MOUs with TCS, IBM, C-DAC and INFOSYS, for training students and faculty on latest cutting edge technologies and also to pursue Research and Development activities.The Department has been selected as a Remote Center under Information Security Awareness Project (ISEAP) Phase II, MCIT Dept of IT. Along with department of ECE, it is associated in E&ICT Academy project sanctioned by Department of Electronics and Information Technology, Govt of India for Rs.25 crores to train faculty from Engineering and Polytechnic Streams across Telangana, Andhra Pradesh, Karnataka States and Pudicherry, Andaman & Nicobar islands and Lakshadweep UTs.
</p>
<span class="d-head">
VISION
</span>
<p class="d-para">
Attaining global recognition in Computer Science & Engineering education, research and training to meet the growing needs of the industry and society.
</p>
<span class="d-head">
MISSION
</span>
<ul>
<li>Imparting quality education through well-designed curriculum in tune with the challenging software needs of the industry.</li>
<li>Providing state-of-art research facilities to generate knowledge and develop technologies in the thrust areas of Computer Science and Engineering.</li>
<li>Developing linkages with world class organizations to strengthen industry-academia relationships for mutual benefit.</li>
</ul>
</div>
<div class="d-sidebar">
<span class="d-head">
Faculty
</span>
<div class="faculty">
<div class="f-card">
<div class="f-left">
<svg xmlns="http://www.w3.org/2000/svg" width="40" height="40" fill="currentColor" class="bi bi-person-circle" viewBox="0 0 16 16">
<path d="M11 6a3 3 0 1 1-6 0 3 3 0 0 1 6 0z"/>
<path fill-rule="evenodd" d="M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8zm8-7a7 7 0 0 0-5.468 11.37C3.242 11.226 4.805 10 8 10s4.757 1.225 5.468 2.37A7 7 0 0 0 8 1z"/>
</svg>
</div>
<div class="f-right">
<span class="f-name">Arun Manani</span><br>
<span class="f-para"> HOD | COMPUTER DEPARTMENT</span>
</div>
</div>
</div>
</div>
</div>
<footer>
<p>National Institute of Technology, Warangal - 506004, TS, INDIA | Phone: +91-870-2459191 | FAX : +91-870-2459547</p>
</footer>
</body>
</html>