Spaces:
Running
Running
Uploading paper explorer
Browse files- index.html +1 -1
index.html
CHANGED
|
@@ -154,7 +154,7 @@ document.addEventListener('DOMContentLoaded', function() {
|
|
| 154 |
|
| 155 |
// Circle marker with popup on click / tooltip
|
| 156 |
marker = new L.circleMarker(new L.latLng(loc), {title: title, radius: 5, className: 'label-' + label} );
|
| 157 |
-
marker.bindPopup('<b><a href="'+ url + '">' + title + '</a></b> [' + labels[label] + '] <i>' + authors + '. Published at ' + venue + ':<br />' + abstract );
|
| 158 |
marker.bindTooltip(title)
|
| 159 |
marker.setStyle({color: colors[label], opacity: 1, fillOpacity: 0.2, weight: 1});
|
| 160 |
|
|
|
|
| 154 |
|
| 155 |
// Circle marker with popup on click / tooltip
|
| 156 |
marker = new L.circleMarker(new L.latLng(loc), {title: title, radius: 5, className: 'label-' + label} );
|
| 157 |
+
marker.bindPopup('<b><a href="'+ url + '" target="_blank">' + title + '</a></b> [' + labels[label] + '] <i>' + authors + '. Published at ' + venue + ':<br />' + abstract );
|
| 158 |
marker.bindTooltip(title)
|
| 159 |
marker.setStyle({color: colors[label], opacity: 1, fillOpacity: 0.2, weight: 1});
|
| 160 |
|