forked from Nana-king-netizen/Dummy_LMS_Frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
phd.html
104 lines (84 loc) · 4.48 KB
/
phd.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<title>UG || Computer Science</title>
</head>
<body>
<header class="header">
<div class="dept-logo">
<img src="img/CS_logo.png" class="logo" alt="Computer Science Department">
</div>
<nav class="navbar">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="gallery.html" target="_blank">Gallery</a></li>
<li><a href="contact.html">Contact Us</a></li>
</ul>
</nav>
</header>
<section class="intro-hm intro-about" id="intro-udergrad">
<div class="intro-txt" >
<h1>PHD Programmes</h1>
</div>
</section>
<div class="intro-txt about-content" id="intro-txt-undergrad">
<h2></h2>
<p> Our doctoral programme is a full-time research programme with expected duration of 4-years. For the successful completion of this programme, a high level of commitment is required.
Students are therefore expected to reside close to the University and be a full-time participant in the program. With guidance from postgraduate committee, Ph.D. students will create a personalized program of study that includes a major area of specialization and at least two minor areas of specialization.
In addition to coursework, the department holds regular seminars where students and faculty review and critique research in the field. To foster prudent critique, students are expected to join at most one research lab and participate in research activities carried out by the group. The research areas of the department are Intelligent Space and Machine Learning, Data Science/Big Data Analytics, Networking and Communications Engineering, and Cyber Security
</p>
</div>
<div class="about-section">
<div class="about-content">
<h3>Course Structure</h3>
<p>CSCD 721Grand Research Challenges in Computer Science
Wireless communication has become a ubiquitous part of modern life, from global cellular telephone systems to local and even personal-area networks. This course provides an in-depth introduction to digital mobile wireless networks, illustrating theoretical underpinnings with a wide range of real-world examples. The course will review propagation phenomena, modulation techniques, multiple access schemes, and coding techniques, air interface design, wireless network planning and operations, GSM, TDMA and CDMA technologies</p>
</div>
<div class="about-image">
<img src="./img/PHD.jpg" id="phd">
</div>
</div>
<div class="register-now">
<a href="contact.html" class="learn-more register" target="_blank">Contact Us</a>
</div>
<footer class="site-footer">
<div class="footer-links">
<div class="footer-section">
<h3>Academics</h3>
<ul>
<li><a href="#">Undergraduate Courses</a></li>
<li><a href="#">Graduate Courses (MPhil Computer Science)</a></li>
<li><a href="#">Graduate Courses (MSc Computer Science)</a></li>
<li><a href="#">Graduate Courses (PhD)</a></li>
</ul>
</div>
<div class="footer-section">
<h3>Admissions</h3>
<ul>
<li><a href="#">Undergraduate</a></li>
<li><a href="#">Graduate</a></li>
<li><a href="#">International Students</a></li>
<li><a href="#">Entry Requirements</a></li>
</ul>
</div>
<div class="footer-section">
<h3>Contact Us</h3>
<p>+233 501 382 035</p>
<p>+233 559 145 698</p>
<p>[email protected]</p>
<div class="social-media">
<!-- <div class="social-icons">
<a href="#" class="fa-brands fa-instagram"></a>
<a href="#" class="fa-brands fa-twitter"></a>
<a href="#" class="fa-brands fa-facebook"></a>
</div> -->
</div>
</div>
</footer>
<script src="script.js"></script>
</body>
</html>