-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
244 lines (206 loc) · 9.03 KB
/
index.html
File metadata and controls
244 lines (206 loc) · 9.03 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
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
<!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>Daniel de Oliveira - Home Page</title>
<meta name="description" content="The Home Page of Professor Daniel de Oliveira">
<meta name="keywords" content="IC-UFF, Data Science, Cloud Computing, Bioinformatics">
<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;
}
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 {
display: flex;
flex-wrap: wrap;
padding: 40px;
gap: 40px;
}
.photo {
flex: 0 0 250px;
}
.photo img {
width: 100%;
height: auto;
border-radius: 8px;
border: 5px solid black; /* mantido da sua especificação */
}
.bio {
flex: 1;
max-width: 700px;
}
.bio p {
margin-bottom: 15px;
}
.social-icons img {
width: 60px;
height: 60px;
margin-right: 10px;
vertical-align: middle;
}
.quote {
font-style: italic;
font-size: 0.9em;
margin-top: 20px;
}
.dblp-search {
display: flex;
max-width: 500px;
margin: 20px 0;
border: 1px solid #ccc;
border-radius: 8px;
overflow: hidden;
box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}
.dblp-search input[type="text"] {
flex: 1;
padding: 10px 12px;
font-size: 16px;
border: none;
outline: none;
}
.dblp-search input[type="submit"] {
background: #004f9e;
color: #fff;
border: none;
padding: 10px 18px;
font-size: 16px;
cursor: pointer;
transition: background 0.2s ease;
}
.dblp-search input[type="submit"]:hover {
background: #003a75;
}
footer {
display: flex;
justify-content: space-between;
padding: 20px 40px;
border-top: 1px solid #ccc;
background-color: #f9f9f9;
font-size: 0.9em;
}
.banner {
display: flex;
flex-direction: column; /* coloca a imagem em cima e o texto embaixo */
align-items: center;
margin-top: 20px;
text-align: center;
}
.banner img {
width: 80%; /* 30% do tamanho original */
height: auto; /* mantém a proporção */
border-radius: 8px; /* opcional, arredonda os cantos */
}
.banner-text {
font-size: 0.95em;
margin-top: 10px;
max-width: 800px; /* limita a largura do texto para não ficar esticado demais */
}
</style>
</head>
<body>
<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>
<div class="photo">
<img src="arquivos/Daniel.jpeg" alt="Daniel de Oliveira">
</div>
<div class="bio">
<h1>Daniel de Oliveira - Associate Professor</h1>
<p>Welcome to my home page! I am an Associate Professor at the <a href="http://www.ic.uff.br">Institute of Computing</a> at Fluminense Federal University (IC/UFF), where I have been teaching and researching since 2013. I received my D.Sc. (2012) and M.Sc. (2008) in Systems and Computer Engineering from COPPE/UFRJ.</p>
<p>At UFF, I co-lead the <a href="https://github.com/UFFeScience">eScience Research Group (UFFeScience)</a>. I am a CNPq Productivity Fellow Level C (since 2016), a Scientist of the State (FAPERJ, since 2024), and was a Young Scientist of the State (FAPERJ, 2016–2023).</p>
<p>Chair of the <a href="https://www.sbc.org.br/biologia-computacional/">Special Commission on Computational Biology (2020-2022)</a> of the <a href="https://www.sbc.org.br/">Brazilian Computer Society</a>. Member of the <a href="https://www.sbc.org.br/bancos-de-dados/">Special Commissions on Databases (2022-2025)</a>
. Editor-in-Chief of the <a href="https://journals-sol.sbc.org.br/index.php/jidm">Journal of Information and Data Management (2022-2025)</a>.</p>
<p>My research interests include Data Science, Cloud Computing, Provenance Data Management, Workflow Management, Data Parallelism, Bioinformatics, and Machine Learning. I have published over 200 papers in indexed journals and top international conferences, and I regularly serve on program committees of venues such as VLDB, EDBT, ICDE, CIKM, IPAW, and SBBD.</p>
<p>If you are a graduate or undergraduate student, searching for academic orientation on some of the topics I am interested in, let's talk!</p>
<div class="social-icons">
<a href="https://dblp.org/pid/68/7553-1.html"><img src="arquivos/dblp.png" alt="DBLP"></a>
<a href="https://scholar.google.com/citations?user=T_YePXEAAAAJ&hl=pt-BR&oi=ao"><img src="arquivos/scholar.jpeg" alt="Google Scholar"></a>
<a href="http://lattes.cnpq.br/0743793296062293"><img src="arquivos/lattes.jpeg" alt="Lattes"></a>
<a href="https://orcid.org/0000-0001-9346-7651"><img src="arquivos/ORCID.png" alt="ORCID"></a>
<a href="https://www.linkedin.com/in/daniel-de-oliveira-b258368/"><img src="arquivos/linkedin.jpg" alt="ORCID"></a>
<a href="https://github.com/danielcmo"><img src="arquivos/github.png" alt="ORCID"></a>
<a href="https://ieeexplore.ieee.org/author/37547810400"><img src="arquivos/ieee.webp" alt="IEEE"></a>
<a href="https://dl.acm.org/profile/81350594654"><img src="arquivos/acm.jpg" alt="ACM"></a>
</div>
<br>
Most of my publications are available online on the platforms listed above (DBLP, IEEE, ACM, Google Scholar). If any paper is not accessible, feel free to <a href="mailto:danielcmo@ic.uff.br?subject=Publication Request&body=Hello, I would like to request a copy of your paper.">contact me</a> directly.
<br>
<div class="banner">
<img src="arquivos/UFFeScience_LinkedIn_Banner.jpeg" alt="UFFeScience Logo">
<div class="banner-text">
Follow the <a href="https://www.linkedin.com/company/uffescience-research-group/about/" target="_blank">UFFeScience page on LinkedIn</a> and connect with our dynamic research community!
</div>
</div>
<p class="quote">"...without clean data, or clean enough data, your data science is worthless." – Michael Stonebraker</p>
<form class="dblp-search" action="https://dblp.org/search" method="get" target="_blank">
<input type="text" name="q" placeholder="Search DBLP..." />
<input type="submit" value="Search" />
</form>
</div>
</main>
<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>