-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpapers-heatmap.html
33 lines (33 loc) · 1.17 KB
/
papers-heatmap.html
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
<!DOCTYPE html>
<html>
<head>
<title>INSPIRE papers</title>
<meta name="viewport" content="initial-scale=1.0, user-scalable=no" />
<style type="text/css">
html { height: 100% }
body { height: 100%; margin: 0px; padding: 0px }
#map_canvas { height: 100% }
</style>
<script type="text/javascript"
src="http://maps.google.com/maps/api/js?sensor=true">
</script>
<script type="text/javascript"
src=" http://maps.google.com/maps?file=api&v=2&key=ABQIAAAA1UTPuNkH-E1e3LvRiuv-kRRwERtSkX9gEROXMlSKTW9nkgOIFxRrmCH2tcls94acq_CNbxxFuOoTWg">
</script>
<script type="text/javascript"
src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js">
</script>
<script type="text/javascript"
src="http://www.heatmapapi.com/javascript/HeatmapAPI2.aspx?k=086854a5-5550-481f-ac30-8625756ded65">
</script>
<script type="text/javascript"
src="http://www.heatmapapi.com/javascript/HeatmapAPIGoogle2.js">
</script>
<script type="text/javascript" src="js/heatmap.js"></script>
</head>
<body onload="initialize_map()">
<div id="map_canvas" style="width:100%; height:90%"></div>
<input type="hidden" id="HMMapdata">
<input type="hidden" name="HMImageURL" id="HMImageURL">
</body>
</html>