Spaces:
Running
Running
malteos
commited on
Commit
•
4e0231c
1
Parent(s):
67b0366
anthology urls
Browse files- index.html +3 -1
- papers_with_anthology_urls.js +0 -0
index.html
CHANGED
@@ -91,6 +91,8 @@ document.addEventListener('DOMContentLoaded', function() {
|
|
91 |
|
92 |
if (url == '') {
|
93 |
url = 'https://2022.emnlp.org/#unavailable'
|
|
|
|
|
94 |
}
|
95 |
|
96 |
// circleMarker, Marker
|
@@ -132,7 +134,7 @@ document.addEventListener('DOMContentLoaded', function() {
|
|
132 |
<div id="map"></div>
|
133 |
</div>
|
134 |
|
135 |
-
<script src="./
|
136 |
<script src="https://unpkg.com/[email protected]/dist/leaflet.js"></script>
|
137 |
<script src="https://opengeo.tech/maps/leaflet-search/src/leaflet-search.js"></script>
|
138 |
|
|
|
91 |
|
92 |
if (url == '') {
|
93 |
url = 'https://2022.emnlp.org/#unavailable'
|
94 |
+
} else {
|
95 |
+
url = 'https://preview.aclanthology.org/emnlp-22-ingestion/' + url
|
96 |
}
|
97 |
|
98 |
// circleMarker, Marker
|
|
|
134 |
<div id="map"></div>
|
135 |
</div>
|
136 |
|
137 |
+
<script src="./papers_with_anthology_urls.js"></script>
|
138 |
<script src="https://unpkg.com/[email protected]/dist/leaflet.js"></script>
|
139 |
<script src="https://opengeo.tech/maps/leaflet-search/src/leaflet-search.js"></script>
|
140 |
|
papers_with_anthology_urls.js
ADDED
The diff for this file is too large to render.
See raw diff
|
|