-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
75 lines (64 loc) · 3.76 KB
/
index.html
File metadata and controls
75 lines (64 loc) · 3.76 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="Federico Barbero">
<meta name="description" content="Research Scientist at Google DeepMind">
<title>Federico Barbero</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/css/all.min.css" integrity="sha256-+N4/V/SbAFiW1MPBCXnfnP9QSN3+Keu+NlB+0ev/YKQ=" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/academicons/1.8.6/css/academicons.min.css" integrity="sha256-uFVgMKfistnJAfoCUQigIl+JfUaP47GrRKjf6CTPVmw=" crossorigin="anonymous">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-Zenh87qX5JnK2Jl0vWa8Ck2rdkQ2Bzep5IDxbcnCeuOxjzrPF/et3URy9Bv1WTRi" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.0/css/all.min.css">
<link rel="shortcut icon" type="image/x-icon" href="images/favicon.ico?v=2">
<meta name="theme-color" content="#712cf9">
<link href="style/style.css" rel="stylesheet">
<script async src="https://www.googletagmanager.com/gtag/js?id=G-JP5RSX23NW"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-JP5RSX23NW');
</script>
</head>
<body class="d-flex text-center text-bg-dark min-100">
<div class="cover-container d-flex w-100 p-3 mx-auto flex-column">
<header class="mb-auto">
<div>
<h3 class="float-md-start mb-0">Federico Barbero</h3>
<nav class="nav nav-masthead justify-content-center float-md-end">
<a class="nav-link fw-bold py-1 px-0 active" aria-current="page" href="index.html">Home</a>
<a class="nav-link fw-bold py-1 px-0" href="publications.html">Publications</a>
</nav>
</div>
</header>
<main class="px-3" style="margin-top: 5px">
<img src="images/me-square-beach.jpg" class="img-fluid" style="width: 300px; border-radius: 5px; aspect-ratio: 1 / 1 !important;">
<br><br>
<h1 class="small-screen-name">Federico Barbero</h1>
<h4 class="small-screen-title">Research Scientist, Google DeepMind<h4>
<h5 class="small-screen-email">
fedz[at]google[dot]com
</h5>
<h2>
<a href="https://twitter.com/fedzbar" target="_blank" rel="noopener"><i class="fab fa-twitter big-icon"></i></a>
<a href="https://scholar.google.com/citations?user=jpYtKMEAAAAJ" target="_blank" rel="noopener"><i class="ai ai-google-scholar big-icon"></i></a>
<a href="https://www.youtube.com/channel/UCPSicHM25H1i7u91C8-AdAA" target="_blank" rel="noopener"><i class="fab fa-youtube big-icon"></i></a>
</h2>
<br>
<p class="lead justify small-screen">Hi! I'm a Research Scientist at Google DeepMind working on understanding and improving LLMs from first principles. I will soon update this website with more information hopefully :D
<br><br>
I am always happy to meet new people! Feel free to contact me either on Twitter or via email.
<!-- <p class="lead">
<a href="#" class="btn btn-lg btn-secondary fw-bold border-white bg-white">Learn more</a>
</p> -->
</main>
<footer class="mt-auto text-white-50">
<!-- Hi there! -->
<!-- <img src="images/ox-logo.png" class="float-left" style="height: 50px;"> -->
</footer>
</div>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-OERcA2EqjJCMA+/3y+gxIOqMEjwtxJY7qPCqsdltbNJuaOe923+mo//f6V8Qbsw3" crossorigin="anonymous"></script>
</body>
</html>