Skip to content

Commit

Permalink
phd page added and styled
Browse files Browse the repository at this point in the history
  • Loading branch information
blip-cmd committed Nov 23, 2023
1 parent e116501 commit beec04f
Show file tree
Hide file tree
Showing 4 changed files with 112 additions and 36 deletions.
36 changes: 1 addition & 35 deletions about.html
Original file line number Diff line number Diff line change
Expand Up @@ -86,41 +86,7 @@ <h3>Distance Learning</h3>
</section>






































<footer class="site-footer">


Expand Down
Binary file added img/PHD.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
105 changes: 105 additions & 0 deletions phd.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,105 @@
<!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="#">Faculty</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>
<h4>Phone & Email</h4>
<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>
7 changes: 6 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -496,4 +496,9 @@ h2 {
}


/* Undergraduate Programmes */
/* PHD */

#phd{
height: 600px;
width: 100%;
}

0 comments on commit beec04f

Please sign in to comment.