-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcollab.html
More file actions
181 lines (175 loc) Β· 14.5 KB
/
collab.html
File metadata and controls
181 lines (175 loc) Β· 14.5 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
<!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>Collaborations - Daniel de Oliveira</title>
<meta name="description" content="Collaborations of Daniel de Oliveira">
<meta name="keywords" content="Collaborations, 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;
}
.news-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 20px;
margin-top: 20px;
}
.news-card {
display: flex;
align-items: center;
background: #f9f9f9;
border: 1px solid #ddd;
border-radius: 8px;
padding: 12px;
gap: 15px;
}
.news-card img {
height: 60px;
width: 60px;
border-radius: 6px;
object-fit: cover;
}
.news-card div {
flex: 1;
}
.news-card span.flag {
margin-left: 8px;
font-size: 1.2em;
}
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>
<p>This page highlights the colleagues and collaborators with whom I have had the privilege of working throughout my career. Over the years, I have engaged in a variety of research initiatives, academic projects, and professional endeavors, each of which has been enriched by the contributions and dedication of these individuals.
</p>
<h2>Brazil</h2>
<div class="news-grid">
<div class="news-card"><img src="arquivos/Marta.jpeg"><div><a href="https://www.cos.ufrj.br/~marta/">Profa. Marta Mattoso</a> (COPPE/UFRJ) <span class="flag">π§π·</span></div></div>
<div class="news-card"><img src="arquivos/Aline.jpeg"><div><a href="https://www.ic.uff.br/~alinepaes">Profa. Aline Paes</a> (IC/UFF) <span class="flag">π§π·</span></div></div>
<div class="news-card"><img src="arquivos/MarcosLage.jpeg"><div><a href="https://www.ic.uff.br/~mlage">Prof. Marcos Lage</a> (IC/UFF) <span class="flag">π§π·</span></div></div>
<div class="news-card"><img src="arquivos/Vanessa.jpeg"><div><a href="https://www.ic.uff.br/~vanessa">Profa. Vanessa Braganholo</a> (IC/UFF) <span class="flag">π§π·</span></div></div>
<div class="news-card"><img src="arquivos/Isabel.jpeg"><div><a href="https://www.ic.uff.br/~rosseti">Profa. Isabel Rosseti</a> (IC/UFF) <span class="flag">π§π·</span></div></div>
<div class="news-card"><img src="arquivos/Yuri.jpeg"><div><a href="https://www.ic.uff.br/~yuri">Prof. Yuri Frota</a> (IC/UFF) <span class="flag">π§π·</span></div></div>
<div class="news-card"><img src="arquivos/Simone2.png"><div><a href="https://www.ic.uff.br/~simone">Profa. Simone Martins</a> (IC/UFF) <span class="flag">π§π·</span></div></div>
<div class="news-card"><img src="arquivos/MarcosBedo.jpeg"><div><a href="https://www.professores.uff.br/marcosbedo/">Prof. Marcos Bedo</a> (IC/UFF) <span class="flag">π§π·</span></div></div>
<div class="news-card"><img src="arquivos/Vania.jpeg"><div><a href="https://www.ic.uff.br/~vania">Profa. Vania Neves</a> (IC/UFF) <span class="flag">π§π·</span></div></div>
<div class="news-card"><img src="arquivos/Alvaro.jpeg"><div><a href="http://lattes.cnpq.br/6402361744624287">Prof. Alvaro Coutinho</a> (COPPE/UFRJ) <span class="flag">π§π·</span></div></div>
<div class="news-card"><img src="arquivos/Fernanda.jpeg"><div><a href="https://www.ind.puc-rio.br/equipe/fernanda-baiao/">Profa. Fernanda BaiΓ£o</a> (PUC-Rio) <span class="flag">π§π·</span></div></div>
<div class="news-card"><img src="arquivos/Victor.jpeg"><div><a href="http://lattes.cnpq.br/7561791813071961">Prof. Victor StrΓΆele</a> (UFJF) <span class="flag">π§π·</span></div></div>
<div class="news-card"><img src="arquivos/RodrigoSalvador.png"><div><a href="http://lattes.cnpq.br/0023809873085852">Prof. Rodrigo Salvador</a> (IC/UFF) <span class="flag">π§π·</span></div></div>
<div class="news-card"><img src="arquivos/Nivan.jpg"><div><a href="https://www.cin.ufpe.br/~nivan/">Prof. Nivan Ferreira</a> (UFPE) <span class="flag">π§π·</span></div></div>
<div class="news-card"><img src="arquivos/Mann.jpeg"><div><a href="https://paulomann.github.io/">Prof. Paulo Mann</a> (IC/UFRJ) <span class="flag">π§π·</span></div></div>
<div class="news-card"><img src="arquivos/Elaine.png"><div><a href="http://lattes.cnpq.br/6253898580239376">Profa. Elaine Parros</a> (USP) <span class="flag">π§π·</span></div></div>
<div class="news-card"><img src="arquivos/Cristina.png"><div><a href="http://lattes.cnpq.br/6160731201666681">Profa. Cristina Asvolinsque</a> (HUAP/UFF) <span class="flag">π§π·</span></div></div>
<div class="news-card"><img src="arquivos/BrunoFrancesco.jpeg"><div>Prof. Bruno Francesco Rodrigues de Oliveira (UFF) <span class="flag">π§π·</span></div></div>
<div class="news-card"><img src="arquivos/Debora.jpeg"><div>D.Sc. DΓ©bora Barbosa Pina (UFRJ) <span class="flag">π§π·</span></div></div>
<div class="news-card"><img src="arquivos/LuizGustavo.jpeg"><div><a href="https://integra.ifgoiano.edu.br/portfolio/pessoas/luiz-gustavo-dias/rbi">Prof. Luiz Gustavo Dias</a> (IFGoiano) <span class="flag">π§π·</span></div></div>
<div class="news-card"><img src="arquivos/Liliane.jpeg"><div>D.Sc. Liliane Kunstmann (IMPA) <span class="flag">π§π·</span></div></div>
<div class="news-card"><img src="arquivos/Flavia.jpeg"><div><a href="https://www.ic.uff.br/~fcbernardini">Profa. Flavia Bernardini</a> (IC/UFF) <span class="flag">π§π·</span></div></div>
<div class="news-card"><img src="arquivos/Agma.jpeg"><div><a href="https://sites.icmc.usp.br/agma/">Profa. Agma Traina</a> (ICMC/USP) <span class="flag">π§π·</span></div></div>
<div class="news-card"><img src="arquivos/Julia.jpeg"><div><a href="https://orcid.org/0000-0003-3023-8362">PhD Julia Gschwend</a> (LIneA) <span class="flag">π§π·</span></div></div>
<div class="news-card"><img src="arquivos/Nicolaci.jpeg"><div><a href="http://lattes.cnpq.br/1349310682644311">PhD Luiz Nicolaci da Costa</a> (LIneA) <span class="flag">π§π·</span></div></div>
<div class="news-card"><img src="arquivos/Boeres.png"><div><a href="https://www.ic.uff.br/~boeres">Profa. Cristina Boeres</a> (IC/UFF) <span class="flag">π§π·</span></div></div>
<div class="news-card"><img src="arquivos/Bruno.jpeg"><div><a href="https://www.ic.uff.br/~bruno">Prof. Bruno Lopes</a> (IC/UFF) <span class="flag">π§π·</span></div></div>
<div class="news-card"><img src="arquivos/Murta.jpg"><div><a href="https://www.ic.uff.br/~leomurta">Prof. Leonardo Murta</a> (IC/UFF) <span class="flag">π§π·</span></div></div>
<div class="news-card"><img src="arquivos/Plastino.jpeg"><div><a href="https://www.ic.uff.br/~plastino">Prof. Alexandre Plastino</a> (IC/UFF) <span class="flag">π§π·</span></div></div>
<div class="news-card"><img src="arquivos/Lucia.jpeg"><div><a href="https://www.ic.uff.br/~lucia">Profa. Lucia Drummond</a> (IC/UFF) <span class="flag">π§π·</span></div></div>
<div class="news-card"><img src="arquivos/Kary.jpeg"><div><a href="https://www.lncc.br/~karyann/">D.Sc. Kary OcaΓ±a</a> (LNCC) <span class="flag">π§π·</span></div></div>
<div class="news-card"><img src="arquivos/Lenora.jpeg"><div><a href="http://lattes.cnpq.br/1747786817645740">Profa. Lenora Schwaitzer</a> (UFES) <span class="flag">π§π·</span></div></div>
<div class="news-card"><img src="arquivos/FabioPorto.jpeg"><div><a href="https://dexl.lncc.br/team/fabio-porto">Prof. Fabio Porto</a> (LNCC) <span class="flag">π§π·</span></div></div>
<div class="news-card"><img src="arquivos/Javam.jpeg"><div><a href="https://mdcc.ufc.br/pt/corpo-docente/javam-de-castro-machado/">Prof. Javam Machado</a> (UFC) <span class="flag">π§π·</span></div></div>
<div class="news-card"><img src="arquivos/Sergio.jpeg"><div><a href="https://www.inf.puc-rio.br/blog/professor/sergio-lifschitz/">Prof. Sergio Lifschitz</a> (PUC-Rio) <span class="flag">π§π·</span></div></div>
<div class="news-card"><img src="arquivos/JoseMaria.jpeg"><div><a href="https://mdcc.ufc.br/pt/corpo-docente/jose-maria-da-silva-monteiro-filho/">Prof. JosΓ© Maria Monteiro</a> (UFC) <span class="flag">π§π·</span></div></div>
<div class="news-card"><img src="arquivos/Rafaelli.jpeg"><div><a href="https://integra.cefet-rj.br/portfolio/pessoas/rafaelli-de-carvalho-coutinho">Profa. Rafaelli Coutinho</a> (CEFET/RJ) <span class="flag">π§π·</span></div></div>
<div class="news-card"><img src="arquivos/Ubiratam.jpeg"><div><a href="https://sigaa.ufrrj.br/sigaa/public/docente/portal.jsf?siape=2242634">Prof. Ubiratam de Paula</a> (UFRRJ) <span class="flag">π§π·</span></div></div>
<div class="news-card"><img src="arquivos/Eduardo.jpeg"><div><a href="https://eic.cefet-rj.br/~eogasawara/">Prof. Eduardo Ogasawara</a> (CEFET/RJ) <span class="flag">π§π·</span></div></div>
</div>
<h2>International</h2>
<div class="news-grid">
<div class="news-card"><img src="arquivos/Patrick.jpeg"><div><a href="https://www.inria.fr/en/patrick-valduriez">Prof. Patrick Valduriez</a> (INRIA - France) <span class="flag">π«π·</span></div></div>
<div class="news-card"><img src="arquivos/Age.jpeg"><div><a href="https://www.turing.ac.uk/people/researchers/adriane-chapman">Profa. Adriane Chapman</a> (University of Southampton - UK) <span class="flag">π¬π§</span></div></div>
<div class="news-card"><img src="arquivos/FabioMiranda.jpeg"><div><a href="https://cs.uic.edu/profiles/miranda-fabio/">Prof. Fabio Miranda</a> (University of Illinois at Chicago - USA) <span class="flag">πΊπΈ</span></div></div>
<div class="news-card"><img src="arquivos/luan.png"><div><a href="https://www.luanteylo.com/">D.Sc. Luan Teylo</a> (INRIA Bordeaux - France) <span class="flag">π«π·</span></div></div>
<div class="news-card"><img src="arquivos/Rafael.jpeg"><div><a href="https://www.ornl.gov/staff-profile/rafael-ferreira-da-silva">Dr. Rafael Ferreira da Silva</a> (Oak Ridge National Laboratory - USA) <span class="flag">πΊπΈ</span></div></div>
<div class="news-card"><img src="arquivos/Vitor.jpeg"><div>D.Sc. VΓtor Sousa (Apple Inc. - USA) <span class="flag">πΊπΈ</span></div></div>
<div class="news-card"><img src="arquivos/Paolo.jpeg"><div><a href="https://www.birmingham.ac.uk/staff/profiles/computer-science/academic-staff/missier-paolo">Prof. Paolo Missier</a> (University of Birmingham - UK) <span class="flag">π¬π§</span></div></div>
<div class="news-card"><img src="arquivos/Gaetan.jpeg"><div><a href="https://www.uni-goettingen.de/en/662758.html">Dr. GaΓ«tan Heidsieck</a> (GΓΆttingen University - Germany) <span class="flag">π©πͺ</span></div></div>
<div class="news-card"><img src="arquivos/Esther.jpeg"><div><a href="https://cv.hal.science/esther-pacitti">Profa. Esther Pacitti</a> (UniversitΓ© de Montpellier - France) <span class="flag">π«π·</span></div></div>
<div class="news-card"><img src="arquivos/Renan.jpeg"><div><a href="https://renansouza.org/">Dr. Renan Souza</a> (Oak Ridge National Laboratory - USA) <span class="flag">πΊπΈ</span></div></div>
<div class="news-card"><img src="arquivos/Ji.jpeg"><div><a href="https://scholar.google.com/citations?user=C16EBHUAAAAJ&hl=en">Dr. Ji Liu</a> (Hithink RoyalFlush - China) <span class="flag">π¨π³</span></div></div>
<div class="news-card"><img src="arquivos/Carol.jpeg"><div><a href="https://www.linkedin.com/in/carolvfs/">Profa. Carolina Veiga</a> (James Madison University - USA) <span class="flag">πΊπΈ</span></div></div>
<div class="news-card"><img src="arquivos/Nils.jpeg"><div><a href="https://www.sci.pitt.edu/people/nils-murrugarra-llerena">Prof. Nils Murrugarra</a> (University of Pittsburgh - USA) <span class="flag">πΊπΈ</span></div></div>
<div class="news-card"><img src="arquivos/Pradal.jpeg"><div><a href="https://https://orcid.org/0000-0002-2555-761X">Prof. Christophe Pradal</a> (CIRAD DΓ©partement SystΓ¨mes biologiques - France) <span class="flag">π«π·</span></div></div>
<div class="news-card"><img src="arquivos/Tardieu.jpeg"><div><a href="https://orcid.org/0000-0002-7287-0094">Prof. FranΓ§ois Tardieu</a> (INRAE Centre de Montpellier - France) <span class="flag">π«π·</span></div></div>
</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>