-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathteach.html
More file actions
105 lines (95 loc) · 4.77 KB
/
teach.html
File metadata and controls
105 lines (95 loc) · 4.77 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Teaching</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width; initial-scale=1.0">
<link rel="stylesheet" type="text/css" media="screen" href="./css/style.css">
<script type="text/javascript" src="./js/jquery-1.8.1.min.js"></script>
<script type="text/javascript" src="./js/superfish.js"></script>
<script type="text/javascript" src="./js/jquery.responsivemenu.js"></script>
<script type="text/javascript" src="./js/jquery.mobilemenu.js"></script>
<script type="text/javascript" src="./js/jquery.flexslider.js"></script>
<script type="text/javascript" src="./js/jquery.easing.1.3.js"></script>
<script src="./js/jquery.equalheights.js" type="text/javascript"></script>
<script src="./js/script.js"></script>
<script type="text/javascript">
$(window).load(function() {
$('.flexslider').flexslider({
animation: "fade"
});
});
</script>
</head>
<body id="main_page">
<div class="main_box">
<div class="container_12">
<!--==============================header=================================-->
<div class="grid_12">
<header>
<h1><a class="logo" href="index.html">Cluster</a></h1>
<nav>
<ul class="sf-menu">
<li><a href="index.html">home</a></li>
<li><a href="./team.html">People</a></li>
<li><a href="#">Research</a>
<ul>
<li><a href="./facility.html">Facilities</a></li>
<li><a href="./pub.html">PUBLICATION</a></li>
<li><a href="./project.html">PROJECTS</a></li>
<li><a href="./honor.html">Honor</a></li>
<li><a href="./sponsor.html">Funding</a></li>
<li><a href="./co.html">Collaborator</a></li>
<li><a href="./resource.html">Resource</a></li>
</ul>
</li>
<li class="current"><a href="./teach.html">Teaching</a></li>
<li><a href="./gallery.html">ACTIVITY</a></li>
<li><a href="./contact.html">contact us</a></li>
</ul>
</nav>
</header><br>
<div class="bg"></div>
</div>
<div class="clear"></div>
<!--==============================content================================-->
<section id="content" class="cont_pad">
<div class="wrapper">
<article class="grid_12">
<h2 class="ind3">Teaching</h2><p>
<div style="float:none">
<h3>Ph. D.<font style="text-transform: lowercase;"></font> Courses</h3>
<ol class="leaders">
<li>Advanced Topics in Electrical and Computer Engineering (<a>ELCE818</a>)</li>
<li>Doctoral Thesis(<a>ELCE899</a>)</li>
</ol><p>
</div>
<div style="float:none">
<h3>M.S<font style="text-transform: lowercase;">c</font>. Courses</h3>
<ol class="leaders">
<li>Academic Thesis (<a>ELCE798</a>)</li>
<li>Biomedical Transducers and Instruments (<a href="http://www.fst.umac.mo/en/courses/msc/imse023.html">IMSE023</a>)</li>
<li>Medical Imaging Systems (<a href="http://www.fst.umac.mo/en/courses/msc/index.php?code=ELCE726°ree=4&year=2">ELCE726</a>)</li>
<li>Introduction to Research (<a href="http://www.fst.umac.mo/en/courses/msc/index.php?code=ELCE701°ree=4&year=1">ELCE701</a>)</li>
<li>Thesis (<a href="http://www.fst.umac.mo/en/courses/msc/index.php?code=ELCE799°ree=4&year=1">ELEC799</a>)</li>
</ol><p>
</div>
<div style="float:none">
<h3>B. S<font style="text-transform: lowercase;">c</font>. Courses</h3>
<ol class="leaders">
<li>Introduction to Biomedical Engineering (<a href="http://www.fst.umac.mo/en/courses/bsc/elec483.pdf">ELEC483</a>/<a href="http://www.fst.umac.mo/en/courses/bsc/index.php?code=ECEB350&dept=4">ECEB350</a>)</li>
<li>Introduction to Biomedical Imaging (<a href="http://www.fst.umac.mo/en/courses/bsc/index.php?code=ECEB453&dept=4">ECEB453</a>)</li>
<li>ECE Seminars (<a href="http://www.fst.umac.mo/en/courses/bsc/index.php?code=ECEB321&dept=4">ECEB321</a>)</li>
<li>Honours Project (HONR400)</li>
<li>Project (<a href="http://www.fst.umac.mo/en/courses/bsc/elec402.pdf">ELEC402</a>)</li>
</ol><p>
</div>
</article>
</div>
</section>
</div>
</div>
<!--==============================footer=================================-->
<center><footer><img src="./images/um.jpg" width="60">©2013 Biomedical Imaging Laboratory , University Of Macau<img src="./images/fst.jpg" width="60"> </footer></center>
</body>
</html>