Update index.html
Browse files- index.html +25 -44
index.html
CHANGED
|
@@ -20,38 +20,7 @@
|
|
| 20 |
<script src="./static/js/bulma-carousel.min.js"></script>
|
| 21 |
<script src="./static/js/bulma-slider.min.js"></script>
|
| 22 |
<script src="./static/js/index.js"></script>
|
| 23 |
-
|
| 24 |
-
body {
|
| 25 |
-
font-family: 'Noto Sans', sans-serif;
|
| 26 |
-
}
|
| 27 |
-
.dnerf {
|
| 28 |
-
font-family: 'Google Sans', sans-serif;
|
| 29 |
-
font-size: 1.15em;
|
| 30 |
-
}
|
| 31 |
-
.publication-title {
|
| 32 |
-
font-family: 'Castoro', serif;
|
| 33 |
-
}
|
| 34 |
-
.author-block {
|
| 35 |
-
display: inline-block;
|
| 36 |
-
margin-right: 10px;
|
| 37 |
-
}
|
| 38 |
-
.publication-links {
|
| 39 |
-
margin-top: 20px;
|
| 40 |
-
}
|
| 41 |
-
.link-block {
|
| 42 |
-
margin-right: 8px;
|
| 43 |
-
}
|
| 44 |
-
.content figure {
|
| 45 |
-
margin: 20px 0;
|
| 46 |
-
}
|
| 47 |
-
.content figure img {
|
| 48 |
-
max-width: 100%;
|
| 49 |
-
height: auto;
|
| 50 |
-
}
|
| 51 |
-
.hero.is-light {
|
| 52 |
-
background-color: #f5f5f5;
|
| 53 |
-
}
|
| 54 |
-
</style>
|
| 55 |
</head>
|
| 56 |
<body>
|
| 57 |
|
|
@@ -62,22 +31,34 @@
|
|
| 62 |
<div class="column has-text-centered">
|
| 63 |
<h1 class="title is-1 publication-title">Atla Selene Mini:<br>A General Purpose Evaluation Model</h1>
|
| 64 |
<div class="is-size-5 publication-authors">
|
| 65 |
-
<span class="author-block">
|
| 66 |
-
|
| 67 |
-
<span class="author-block">
|
| 68 |
-
|
| 69 |
-
<span class="author-block">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 70 |
</div>
|
| 71 |
<div class="is-size-5 publication-authors">
|
| 72 |
-
<span class="author-block"
|
| 73 |
-
|
| 74 |
-
<span class="author-block"
|
| 75 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 76 |
</div>
|
| 77 |
<div class="is-size-5 publication-authors">
|
| 78 |
-
<span class="author-block"
|
| 79 |
-
|
| 80 |
-
<span class="author-block"
|
|
|
|
|
|
|
|
|
|
| 81 |
</div>
|
| 82 |
|
| 83 |
<div class="is-size-5 publication-authors">
|
|
|
|
| 20 |
<script src="./static/js/bulma-carousel.min.js"></script>
|
| 21 |
<script src="./static/js/bulma-slider.min.js"></script>
|
| 22 |
<script src="./static/js/index.js"></script>
|
| 23 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 24 |
</head>
|
| 25 |
<body>
|
| 26 |
|
|
|
|
| 31 |
<div class="column has-text-centered">
|
| 32 |
<h1 class="title is-1 publication-title">Atla Selene Mini:<br>A General Purpose Evaluation Model</h1>
|
| 33 |
<div class="is-size-5 publication-authors">
|
| 34 |
+
<span class="author-block">
|
| 35 |
+
Andrei Alexandru<sup>1</sup>,</span>
|
| 36 |
+
<span class="author-block">
|
| 37 |
+
Antonia Calvi<sup>1</sup>,</span>
|
| 38 |
+
<span class="author-block">
|
| 39 |
+
Henry Broomfield<sup>1</sup>,</span>
|
| 40 |
+
<span class="author-block">
|
| 41 |
+
Jackson Golden<sup>1</sup>,</span>
|
| 42 |
+
<span class="author-block">
|
| 43 |
+
Kyle Dai<sup>1</sup>,</span>
|
| 44 |
</div>
|
| 45 |
<div class="is-size-5 publication-authors">
|
| 46 |
+
<span class="author-block">
|
| 47 |
+
<b>Mathias Leys</b><sup>1</sup>,</span>
|
| 48 |
+
<span class="author-block">
|
| 49 |
+
<b>Maurice Burger</b><sup>1</sup>,</span>
|
| 50 |
+
<span class="author-block">
|
| 51 |
+
<b>Max Bartolo</b><sup>2,3</sup>,</span>
|
| 52 |
+
<span class="author-block">
|
| 53 |
+
<b>Roman Engeler</b><sup>1</sup>,</span>
|
| 54 |
</div>
|
| 55 |
<div class="is-size-5 publication-authors">
|
| 56 |
+
<span class="author-block">
|
| 57 |
+
<b>Sashank Pisupati</b><sup>1</sup>,</span>
|
| 58 |
+
<span class="author-block">
|
| 59 |
+
<b>Toby Drane</b><sup>1</sup>,</span>
|
| 60 |
+
<span class="author-block">
|
| 61 |
+
<b>Young Sun Park</b><sup>1</sup></span>
|
| 62 |
</div>
|
| 63 |
|
| 64 |
<div class="is-size-5 publication-authors">
|