Directions

From HLT@INESC-ID

Revision as of 14:25, 5 July 2006 by David (talk | contribs)

<php>

print "<script src=\"http://maps.google.com/maps?file=api&v=2&key=ABQIAAAAiipWyrjj27U9JMBnqzAhKBRy0aIh4Aw9l5upTCWHrfmyWW9BTxTXBAH2m-5wlu8a5fw-q9XGF9QETg\" type=\"text/javascript\"></script>

<script type=\"text/javascript\">function createMarker(point,html) { var marker = new GMarker(point, \"batata\"); GEvent.addListener(marker, \"click\", function() { marker.openInfoWindowHtml(html); }); return marker; } function load() { if (GBrowserIsCompatible()) { var map = new GMap2(document.getElementById(\"map\")); map.addControl(new GLargeMapControl()); map.addControl(new GMapTypeControl()); map.setCenter(new GLatLng(38.736436,-9.140646), 13); var ptl2f = new GLatLng(38.736436,-9.140646); var ptist = new GLatLng(38.736703,-9.139026);var mkl2f = createMarker(ptl2f,'<a href=\"http://www.l2f.inesc-id.pt/\">Spoken Language Systems Lab</a>
Rua Alves Redol 9
1000-029 LISBOA
Portugal

Email: <a href=\"mailto:info@l2f.inesc-id.pt\">info@l2f.inesc-id.pt</a>
Phone: +351 213 100 268
Fax: +351 213 145 843'); var mkist = createMarker(ptist,'<a href=\"http://www.ist.utl.pt/\">Instituto Superior Técnico</a>
Avenida Rovisco Pais
1049-001 LISBOA
Portugal'); map.addOverlay(mkl2f); map.addOverlay(mkist); } } load();</script> ";

</php>

Addresses and Other Information

Address: INESC-ID Lisboa
Spoken Language Systems Lab
R. Alves Redol, 9
1000-029 LISBOA, Portugal
Phone: +351 213 100 268
Fax: +351 213 145 843
E-mail: info@l2f.inesc-id.pt
Web: http://www.l2f.inesc-id.pt/