-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathteaching.html
124 lines (103 loc) · 4.71 KB
/
teaching.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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
<!DOCTYPE html>
<html>
<link rel="shortcut icon" type="image/icon" href="/favicon.ico">
<link rel="apple-touch-icon" type="image/png" href="/images/infinity.png">
<head>
<title> Reza Nopour – Teaching Exprience </title>
<link rel="stylesheet" href="styles.css">
</head>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<body>
<ul class = "navigation">
<li> <a class = "white" href="index.html"> Home </a> </li>
<li> <a class = "active" href="curriculum.html"> Curriculum </a> </li>
<li> <a class = "white" href="publications.html"> Research </a> </li>
</ul>
<ul class = "subnavigation">
<li> <a class = "black" href = "curriculum.html"> Academic </a> </li>
<li> <a class = "black" href = "professional.html"> Professional </a> </li>
<li> <a class = "bold" href = "teaching.html"> Teaching </a> </li>
<li> <a class = "black" href = "other.html"> Licenses & certifications </a> </li>
</ul>
<div class = "header" />
<div class = "header" />
<div class = "row">
<div class = "main column wide">
<h3> Mechanical Vibration </h3>
<p class ="subtitle">
from Sep. 2023 until Feb. 2024 <br>
<b>Instructor:</b> Dr. Afshin Taghvaeipour
Mechanical Engineering Department, Amirkabir University of Technology</p>
<p> </p>
</div>
<div class = "row">
<div class = "main column wide">
<h3> Introduction to Mechanical Engineering & MATLAB </h3>
<p class ="subtitle">
from Sep. 2023 until Feb. 2024 <br>
<b>Instructor:</b> Dr. Afshin Taghvaeipour
Mechanical Engineering Department, Amirkabir University of Technology</p>
<p> </p>
</div>
<div class = "row">
<div class = "main column wide">
<h3> Dynamics of Machinery </h3>
<p class ="subtitle">
from Sep. 2022 until Feb. 2023 <br>
<b>Instructor:</b> Dr. Afshin Taghvaeipour
Mechanical Engineering Department, Amirkabir University of Technology</p>
<p> </p>
</div>
<div class = "row">
<div class = "main column wide">
<h3> Dynamics of Multi-Body Systems </h3>
<p class ="subtitle">
from Feb 2022 until Aug 2022 <br>
<b>Instructor:</b> Dr. Afshin Taghvaeipour
Mechanical Engineering Department, Amirkabir University of Technology</p>
<p> </p>
</div>
<div class = "column narrow" style = "padding-top:20px;">
<a href = "http://aut.ac.ir" target = "_blank">
<img
src = "images/amir.jpg"
alt = " Amirkabir University of Technology"
width=100%
height=100% />
</a>
</div>
</div>
<div class = "row">
<div class = "main column wide">
<h3> Mechanical Engineering Design ( I & II ) </h3>
<p class ="subtitle">
from Oct 2019 until Jul 2020 <br>
<b>Instructor:</b> Prof. Farzad Ebrahimi
Mechanical Engineering Department, Imam Khomeini International University</p>
<p> </p>
</div>
<div class = "column narrow" style = "padding-top:20px;">
<a href = "http://ikiu.ac.ir" target = "_blank">
<img
src = "images/IKIU_A.jpg"
alt = "Imam Khomeini International University"
width=100%
height=100% />
</a>
</div>
</div>
<div class = "row main">
<p><a href = "professional.html" style = "text-decoration: underline;">
Professional experience</a></p>
<p><a href = "teaching.html" style = "text-decoration: underline;">
Teaching experience</a></p>
<p><a href = "research.html" style = "text-decoration: underline;">
Research projects</a></p>
<p><a href = "publications.html" style = "text-decoration: underline;">
List of publications</a></p>
<p><a href = "index.html" style = "text-decoration: underline;">
Contact</a></p>
</div>
<p class = "footer"> © </p>
</body>
</html>