-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathabout.php
74 lines (70 loc) · 2.44 KB
/
about.php
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
<?php include("header.php");?>
<?php include('db_con.php');?>
<div class="container-fluid">
<div class="row" id="wrapper">
<?php require_once'menubar.php';?>
<div class="col-sm-12">
<div class="panel panel-default">
<div class="panel-body">
<center><h1>Department of Computer Science and Engineering</h1>
<b>Founded on: 1993</b></center>
<hr>
<div class="col-sm-6">
<b>Degree offers with duration:</b>
<ul>
<li>Four years program, B.Sc. (Engg.)</li>
<li>Two years program, M.Sc.(Engg.)</li>
<li>Minimum two years research program, M.Phil</li>
<li>Minimum three years research program, PhD</li>
<li>Professional Degree: PDG in IT (one year)</li>
</ul>
<p> - Program organization: Two semesters per year
Undergraduate/Graduate students intake: 50</p>
<br>
<br>
<b>Resources:</b>
<ul>
<li>Number of faculty members: 30</li>
<li>Number of technical staff: 03</li>
<li>Internet: Department wide internet service with Wi-Fi Support</li>
<li>Teaching-Learning facilities</li><br>
<li><b>Undergraduate Laboratories:</b><br>
Computer Lab, Network Lab
DBMS Lab, Communications Lab
Electronics & Digital Systems Lab
Microprocessor Lab
Image Processing Lab
Signal Processing Lab
Software Engineering Lab</li>
</ul>
<br>
<br>
<b>Admission:</b><br>
<p>Admission process starts in early July of each year. The local student will be notified through daily newspaper. The International student have to apply through Bangladeshi mission located in their country, for further information visit www.dept.ru.ac.bd/cse or email us [email protected]</p>
</div>
<div class="col-sm-6">
<b>Research Groups:</b><br>
<ul>
<li>Signal Processing and Neuoro Science</li>
<li>Embedded Systems and Robotics</li>
<li>Multimedia Processing</li>
<li>Intelligent Computing</li>
<li>Network Computing</li>
<li>Seminar Library: More than 2500 titles with Internet facilities.</li>
</ul>
<p> -- All labs and class rooms are equippedwith audio-visual supports</p>
<br>
<b>Extra-curriculum activities:</b><br>
<ul>
<li>Programming contest</li>
<li>Project development contest</li>
<li>Cultural program, debating and sports</li>
<li>National wide achievements in programming contest and project</li>
<li>development</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>