-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathawards.html
More file actions
169 lines (154 loc) · 6 KB
/
awards.html
File metadata and controls
169 lines (154 loc) · 6 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
<!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>Awards - Daniel de Oliveira</title>
<meta name="description" content="Awards and Honors of Daniel de Oliveira">
<meta name="keywords" content="Awards, Honors, Research, 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;
}
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; }
h1 { margin-bottom: 20px; }
h2 {
margin-top: 30px;
background-color: #004f9e;
color: #fff;
padding: 8px 12px;
border-radius: 4px;
}
.award-card {
background: #f9f9f9;
border: 1px solid #ddd;
border-radius: 8px;
padding: 20px;
margin-bottom: 25px;
}
.award-card h3 {
margin-top: 0;
color: #004f9e;
}
.award-meta {
font-style: italic;
color: #555;
margin-bottom: 10px;
}
footer {
display: flex;
justify-content: space-between;
padding: 20px 40px;
border-top: 1px solid #ccc;
background-color: #f9f9f9;
font-size: 0.9em;
}
</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>
<h1>Awards and Honors</h1>
<p>This page lists the main awards and recognitions received by Daniel de Oliveira over the years.</p>
<h2>2025</h2>
<div class="award-card">
<h3>Best Demo Award at SBBD 2025</h3>
<div class="award-meta">Brazilian Symposium on Databases· Brazilian Computer Society</div>
<p><b>Paper:</b> "Plug and Flow: Executing Scientific Workflows in Containers with the AkôFlow Middleware"</p>
</div>
<div class="award-card">
<h3>Best Paper at BreSci 2025</h3>
<div class="award-meta">Brazilian eScience Workshop · Brazilian Computer Society</div>
<p><b>Paper:</b> "Evaluating the Capability of LLMs to Specify Workflows"</p>
</div>
<div class="award-card">
<h3>Best Paper in the "Social Network and Media Analysis" track</h3>
<div class="award-meta">ACM Symposium on Applied Computing 2025 · Association for Computing Machinery (ACM)</div>
<p><b>Paper:</b> "Language Flavors in the Lusophone World"</p>
</div>
<h2>2024</h2>
<div class="award-card">
<h3>Best Full Paper Award</h3>
<div class="award-meta">Data Management End-to-End Machine Learning Workshop (co-located with SIGMOD 2024) · ACM</div>
<p><b>Paper:</b> "DLProv: A Data-Centric Support for Deep Learning Workflow Analyses"</p>
</div>
<div class="award-card">
<h3>TCCLS Best Paper Award</h3>
<div class="award-meta">IEEE CBMS International Symposium on Computer-Based Medical Systems · IEEE Technical Committee on Computational Life Sciences (TCCLS)</div>
<p><b>Paper:</b> "Aggregating embeddings from image and radiology reports for multimodal Che"</p>
</div>
<div class="award-card">
<h3>Best Paper Award</h3>
<div class="award-meta">Brazilian e-Science Workshop (BreSci 2024) · Sociedade Brasileira de Computação</div>
<p><b>Paper:</b> "Busca e Recuperação de Workflows em Repositórios por meio de Transformers e Modelagem de Tópicos"</p>
</div>
<div class="award-card">
<h3>Honorable Mention - Demo Session</h3>
<div class="award-meta">SBBD 2024 · Sociedade Brasileira de Computação</div>
<p><b>Paper:</b> "ImageLogViewer: An open-source solution for exploring images from micro-resistivity and ultrasonic boreholes"</p>
</div>
<div class="award-card">
<h3>José Mauro Castilho Best Full Paper Award</h3>
<div class="award-meta">XXXIX Simpósio Brasileiro de Banco de Dados · Sociedade Brasileira de Computação</div>
<p><b>Paper:</b> "Scientific Workflow Deployment Container Provenance in HPC"</p>
</div>
<div class="award-card">
<h3>Second Best Paper</h3>
<div class="award-meta">KDMILE 2024 · Sociedade Brasileira de Computação</div>
<p><b>Paper:</b> "Multiple Voices, Greater Power: A Strategy for Combining Language Models to Combat Hate Speech"</p>
</div>
<!-- Seguir o mesmo padrão para os demais anos e prêmios -->
</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>