-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcur.html
More file actions
191 lines (174 loc) · 5.28 KB
/
cur.html
File metadata and controls
191 lines (174 loc) · 5.28 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
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
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-C4TVS1004P"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-C4TVS1004P');
</script>
<meta charset="UTF-8">
<title>Courses - Daniel de Oliveira</title>
<meta name="description" content="Courses taught by Daniel de Oliveira at UFF">
<meta name="keywords" content="Courses, Teaching, Daniel de Oliveira, UFF, IC-UFF">
<style>
body {
font-family: Arial, Helvetica, sans-serif;
background-color: #ffffff;
color: #333333;
margin: 0;
padding: 0;
line-height: 1.6;
}
a { color: #004f9e; text-decoration: none; }
a:hover { text-decoration: underline; }
header {
display: flex;
align-items: center;
justify-content: space-between;
padding: 20px 40px;
border-bottom: 1px solid #ccc;
background: #fafafa;
}
header img { height: 60px; }
nav ul {
list-style: none;
padding: 0;
margin: 0;
display: flex;
gap: 20px;
}
nav ul li a { font-weight: bold; }
main {
padding: 40px;
max-width: 1100px;
margin: auto;
}
h1 {
margin-bottom: 20px;
font-size: 2em;
}
h2 {
margin-top: 40px;
margin-bottom: 20px;
background-color: #004f9e;
color: #fff;
padding: 10px 15px;
border-radius: 4px;
}
/* Course card style */
.courses-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 20px;
}
.course-item {
display: flex;
flex-direction: column;
background: #f9f9f9;
padding: 15px;
border-radius: 6px;
box-shadow: 0 2px 5px rgba(0,0,0,0.08);
transition: transform 0.2s;
}
.course-item:hover {
transform: scale(1.02);
}
.course-title {
font-weight: bold;
font-size: 1.1em;
margin-bottom: 8px;
color: #004f9e;
}
.course-code {
font-size: 0.9em;
color: #666;
margin-bottom: 10px;
}
.course-description {
font-size: 0.95em;
color: #444;
margin-bottom: 10px;
}
.course-links a {
font-size: 0.9em;
margin-right: 10px;
color: #004f9e;
}
footer {
display: flex;
justify-content: space-between;
padding: 20px 40px;
border-top: 1px solid #ccc;
background-color: #f1f1f1;
font-size: 0.9em;
}
</style>
</head>
<body>
<!-- Header -->
<header>
<a href="http://www.uff.br"><img src="arquivos/uff.png" alt="UFF Logo"></a>
<nav>
<ul>
<li><a href="https://danielcmo.github.io">Home</a></li>
<li><a href="https://danielcmo.github.io/cv.html">Publications</a></li>
<li><a href="https://danielcmo.github.io/books.html">Books</a></li>
<li><a href="https://danielcmo.github.io/ap.html">Research Areas</a></li>
<li><a href="https://danielcmo.github.io/cur.html">Teaching</a></li>
<li><a href="https://danielcmo.github.io/collab.html">Collaborations</a></li>
<li><a href="https://danielcmo.github.io/li.html">Students</a></li>
<li><a href="https://danielcmo.github.io/awards.html">Awards</a></li>
<li><a href="https://danielcmo.github.io/projects.html">Projects</a></li>
<li><a href="https://danielcmo.github.io/per.html">News</a></li>
</ul>
</nav>
<a href="http://www.ic.uff.br"><img src="arquivos/logo-ic.png" alt="IC-UFF Logo"></a>
</header>
<!-- Main -->
<main>
<h1>Courses</h1>
<p>
This page presents undergraduate and graduate courses taught at the
<b>Institute of Computing – Fluminense Federal University (UFF)</b>.
Each course includes its description, main objectives, and links to materials when available.
</p>
<!-- Undergraduate Courses -->
<h2>Undergraduate Courses 2025.2</h2>
<div class="courses-grid">
<div class="course-item">
<div class="course-title">Principles of Databases (Princípios de Bancos de Dados)</div>
<div class="course-code">TCC00334</div>
<div class="course-description">
Introduction to database concepts, data modeling, relational algebra, SQL,
transaction management, and fundamentals of database design.
</div>
<div class="course-links">
<a href="https://classroom.google.com/c/Nzc0MjA2MjAyMDU5">Google Classroom</a>
</div>
</div>
<div class="course-item">
<div class="course-title">Data Warehouse, NoSQL and Big Data (Bancos de Dados Não Convencionais)</div>
<div class="course-code">TCC00336</div>
<div class="course-description">
Focuses on big data ecosystems, distributed processing (Hadoop, Spark),
machine learning applications, and real-world case studies.
</div>
<div class="course-links">
<a href="https://classroom.google.com/c/Nzc0MjA2Mjc4NzM5">Google Classroom</a>
</div>
</div>
</main>
<!-- Footer -->
<footer>
<div>
<b>Phone: +55 (21) 2629-5637<br>Fax: +55 (21) 2629-5627</b>
</div>
<div>
<b>danielcmo (at) ic (dot) uff (dot) br</b>
</div>
</footer>
</body>
</html>