-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathteaching.html
137 lines (134 loc) · 7.72 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
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
<title>Project Page - Guilherme Fróes Silva</title>
<meta name="description" content="Guilherme's Site">
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lato:300,400,700">
<link rel="stylesheet" href="assets/fonts/fontawesome-all.min.css">
<link rel="stylesheet" href="assets/fonts/font-awesome.min.css">
<link rel="stylesheet" href="assets/fonts/ionicons.min.css">
<link rel="stylesheet" href="assets/fonts/fontawesome5-overrides.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/pikaday/1.6.1/css/pikaday.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/Swiper/3.3.1/css/swiper.min.css">
<link rel="stylesheet" href="assets/css/Projects-Horizontal.css">
<link rel="stylesheet" href="assets/css/Simple-Slider.css">
</head>
<body>
<nav class="navbar navbar-dark navbar-expand-lg fixed-top bg-white portfolio-navbar gradient">
<div class="container"><a class="navbar-brand logo" href="index.html">Guilherme Fróes Silva</a><button data-toggle="collapse" class="navbar-toggler" data-target="#navbarNav"><span class="sr-only">Toggle navigation</span><span class="navbar-toggler-icon"></span></button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav ml-auto">
<li class="nav-item"><a class="nav-link active" href="teaching.html">Teaching</a></li>
<li class="nav-item"><a class="nav-link" href="publications.html">Publications</a></li>
<li class="nav-item"><a class="nav-link" href="cv.html">Résumé</a></li>
<li class="nav-item"><a class="nav-link" href="contact.html">Contact</a></li>
</ul>
</div>
</div>
</nav>
<main class="page project-page">
<section class="portfolio-block project">
<div class="container">
<div class="heading">
<h2 style="filter: blur(0px);">Teaching Philosophy</h2>
</div>
<div class="row text-justify">
<div class="col-12 col-md-6 offset-md-1 info">
<p>I believe that students learn by making mistakes. A good teacher must provoke students to apply their previous knowledge in solving new problems, so they can fail and then learn from the experience.<br></p>
</div>
<div class="col-12 col-md-3 offset-md-1 meta">
<div class="tags"><span class="meta-heading">Resources</span><a class="text-left" href="https://www.hup.harvard.edu/catalog.php?isbn=9780674013254">What the Best College Teachers Do — Ken Bain<br></a></div>
<div class="tags"><a class="text-left" href="https://www.youtube.com/watch?v=pOk6odcV_vI&t=561s">Prof. David Carless on Feedback<br></a></div>
</div>
</div>
<div style="margin-top: 24pt;">
<h2 class="text-center">Units taught</h2>
</div>
<div class="text-center more-projects">
<h3 class="text-center">Queensland University of Technology, Australia</h3>
<div class="row row-cols-sm-1 row-cols-md-3 row-cols-lg-4 gallery" style="text-align: center;">
<div class="col-md-4 col-lg-3">
<div class="item">
<h4 class="text-center">Dynamic Systems and Control</h4>
</div>
</div>
<div class="col">
<div class="item">
<h4 class="text-center">Modern<br>Control<br></h4>
</div>
</div>
<div class="col">
<div class="item">
<h4 class="text-center">Autonomous Systems<br></h4>
</div>
</div>
<div class="col-md-4 col-lg-3">
<div class="item">
<h4 class="text-center">Aircraft Systems and Flight</h4>
</div>
</div>
</div>
</div>
<div class="text-center more-projects">
<h3 class="text-center">PUCRS, Brazil</h3>
<div class="row align-items-center gallery">
<div class="col-md-4 col-lg-3 align-self-end">
<div class="item">
<h5>Industrial<br>Automation<br></h5>
</div>
<div></div>
</div>
<div class="col-md-4 col-lg-3 align-self-end">
<div class="item">
<h5>Rapid<br>Prototyping<br></h5>
</div>
<div></div>
</div>
<div class="col-md-4 col-lg-3">
<div class="item">
<h5>Control Systems Laboratory<br></h5>
</div>
<div></div>
</div>
<div class="col-md-4 col-lg-3 align-self-end">
<div class="item">
<h5>Robot<br>Programming<br></h5>
</div>
<div></div>
</div>
<div class="col-md-4 col-lg-3 align-self-end">
<div class="item">
<h5>Discrete-Event System Simulation<br></h5>
</div>
<div></div>
</div>
<div class="col-md-4 col-lg-3 align-self-end">
<div class="item">
<h5>Integrated Manufacturing Systems<br></h5>
</div>
<div></div>
</div>
</div>
</div>
</div>
</section>
</main>
<footer class="page-footer">
<div class="container">
<div class="links"><a href="cv.html">About me</a><a href="contact.html">Contact me</a><a href="publications.html">Publications</a></div>
<div class="social-icons"><a href="https://www.facebook.com/codefroes"><i class="icon ion-social-facebook"></i></a><a href="https://www.linkedin.com/in/codefroes/"><i class="icon ion-social-linkedin"></i></a><a href="https://twitter.com/CodeFroes"><i class="icon ion-social-twitter"></i></a><a href="orcid.org/0000-0003-4717-2742"><i class="fab fa-orcid"></i></a></div>
</div>
</footer>
<script src="assets/js/jquery.min.js"></script>
<script src="assets/bootstrap/js/bootstrap.min.js"></script>
<script src="assets/js/bs-init.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/pikaday/1.6.1/pikaday.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/Swiper/3.3.1/js/swiper.jquery.min.js"></script>
<script src="assets/js/Simple-Slider.js"></script>
<script src="assets/js/theme.js"></script>
</body>
</html>