-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
64 lines (50 loc) · 4.04 KB
/
index.html
File metadata and controls
64 lines (50 loc) · 4.04 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Pol Benítez Colominas - PhD student</title>
<link rel="stylesheet" href="styles.css">
<link href='https://fonts.googleapis.com/css?family=DM Sans' rel='stylesheet'>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
<header>
<h1>Pol Benítez Colominas</h1>
<h3>FI PhD Candidate at UPC</h3>
<nav class="navheader">
<ul>
<li><a href="index.html">About</a></li>
<li><a href="research.html">Research</a></li>
<li><a href="publications.html">Publications</a></li>
<li><a href="software.html">Software</a></li>
<li><a href="cv.html">CV</a></li>
</ul>
</nav>
</header>
<main>
<div class="container" style="vertical-align: top;">
<h2><center>About</center></h2>
<p style="text-align: justify;">I am a PhD Candidate in Computational Physics at the Polytechnic University of Catalonia and a visiting Researcher at the University of Tokyo. My research focuses on Computational Materials Science, where I use first-principles atomistic modeling and machine learning techniques, such as Density Functional Theory, Machine Learning Interatomic Potentials, and Graph Neural Networks, to understand the physics and chemistry of materials, and to accelerate materials discovery and property prediction.<br>
My current research primarily revolves around two topics. First, I am deeply interested in how temperature influences the optoelectronic properties of semiconductors, and my second main interest lies in the creation of high-quality datasets for training machine learning models in materials science. In addition, my research experience spans various topics, including computational characterization of materials for energy applications, machine learning-based crystal structure prediction, and the study of phase competition in systems with multiple metastable states.<br>
Throughout my brief research career, I have worked in leading institutions across Spain, the United Kingdom, and Japan, collaborating in highly international and intellectually stimulating environments. I have presented my work at major international conferences, such as MRS (USA), EMRS (France), and AI4X (Singapore), and have authored and co-authored publications in high-impact journals, such as the Journal of the American Chemical Society.<br></p>
<img src="images/pol-photo.jpg" alt="Your Image" width=250 class="image-image">
<h3>Contact</h3>
<nav class="navheader">
<ul>
<li><a href="https://scholar.google.com/citations?user=Hagao9QAAAAJ&hl=en" style="color:black;">Google Scholar</a></li>
<li><a href="https://github.com/polbeni" style="color:black;">GitHub <i style="font-size:24px" class="fa"></i></a></li>
<li><a href="https://www.linkedin.com/in/pol-ben%C3%ADtez-colominas-3b3076235/" style="color:black;">LinkedIn <i style="font-size:24px" class="fa"></i></a></li>
<li><a href="https://www.researchgate.net/profile/Pol-Benitez-Colominas" style="color:black;">ResearchGate</a></li>
<li><a href="https://orcid.org/0009-0005-4910-7241" style="color:black;">ORCID</a></li>
<li><a href = "mailto: pol.benitez@upc.edu" style="color:black;">pol.benitez@upc.edu</a></li>
</ul>
</nav>
</div>
</main>
<footer>
<p>© 2026 Pol Benítez Colominas. All rights reserved.</p>
<p>Last update: 2026-02-16</p>
</footer>
</body>
</html>