index.html
changeset 312 f40c44330340
parent 309 d89e541bbde9
child 318 c6b9cc8899bb
equal deleted inserted replaced
311:ad23aa434cd1 312:f40c44330340
     7       #map_canvas {
     7       #map_canvas {
     8         width: 500px;
     8         width: 500px;
     9         height: 400px;
     9         height: 400px;
    10       }
    10       }
    11     </style>
    11     </style>
    12     <script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?sensor=false"></script>
       
    13     <script type="text/javascript">
       
    14       function initialize() {
       
    15         var Latlng = new google.maps.LatLng(32.060255, 118.796877);
       
    16         var map_canvas = document.getElementById('map_canvas');
       
    17         var map_options = {
       
    18           center: Latlng,
       
    19           zoom: 0,
       
    20           mapTypeId: google.maps.MapTypeId.HYBRID
       
    21         }
       
    22         var map = new google.maps.Map(map_canvas, map_options)
       
    23 
       
    24         var marker = new google.maps.Marker({
       
    25           position: Latlng,
       
    26           map: map,
       
    27           title: 'Nanjing'
       
    28         });
       
    29       }
       
    30       google.maps.event.addDomListener(window, 'load', initialize);
       
    31     </script>
       
    32 <style type="text/css">
    12 <style type="text/css">
    33   body { font-family: "trebuchet ms", helvetica, sans-serif; }
    13   body { font-family: "trebuchet ms", helvetica, sans-serif; }
    34 </style>
    14 </style>
    35 </head>
    15 </head>
    36 
    16 
   190 a letter of invitation which Chunhan will send you (chunhanwu at 126 dot com).
   170 a letter of invitation which Chunhan will send you (chunhanwu at 126 dot com).
   191 You need to provide him with your name, title, DOB, work address, e-mail and paper title
   171 You need to provide him with your name, title, DOB, work address, e-mail and paper title
   192 (if you present a paper). See the <A HREF="booklet2.pdf">booklet</A> for
   172 (if you present a paper). See the <A HREF="booklet2.pdf">booklet</A> for
   193 details about the visa application.
   173 details about the visa application.
   194 
   174 
   195 <p>
   175 <!-- <p>
   196 <center>
   176 <center>
   197 <div id="map_canvas" style="width: 300px; height: 170px"></div>
   177 <div id="map_canvas" style="width: 300px; height: 170px"></div>
   198 </center>
   178 </center> -->
   199 
   179 
   200 <H4>Registration</H4>
   180 <H4>Registration</H4>
   201 
   181 
   202 The early rate of the registration fee will be 3300&#20803; (ca. &pound;350/$533/&euro;488).
   182 The early rate of the registration fee will be 3300&#20803; (ca. &pound;350/$533/&euro;488).
   203 The late rate starting from 1 August will be 3800&#20803;.
   183 The late rate starting from 1 August will be 3800&#20803;.
   217 
   197 
   218 The conference will take place at the
   198 The conference will take place at the
   219 <A HREF="http://english.ctrip.com/hotels/nanjing-hotel-detail-66456/nanjing-hanyuan-mansion-center-of-academic-exchange/">Hanyuan
   199 <A HREF="http://english.ctrip.com/hotels/nanjing-hotel-detail-66456/nanjing-hanyuan-mansion-center-of-academic-exchange/">Hanyuan
   220 Hotel</A>, which is relatively inexpensive
   200 Hotel</A>, which is relatively inexpensive
   221 (ca. 390&#20803;/&pound;34/$52/&euro;47 per night including breakfast)
   201 (ca. 390&#20803;/&pound;34/$52/&euro;47 per night including breakfast)
   222 and in easy reach from the city centre (see <A HREF="https://maps.google.com/maps?q=Hanyuan+Mansion,+20+Tongwei+Road,+Xuanwu,+Nanjing,+Jiangsu,+China,+210095&amp;hl=en&amp;ll=32.029617,118.838768&amp;spn=0.204033,0.292854&amp;sll=32.010405,118.824692&amp;sspn=0.204076,0.292854&amp;t=m&amp;z=12">here</A>
   202 and in easy reach from the city centre
   223 at Google Maps). The conference hotel has the usual amenities (Wifi, conference rooms, etc)
   203 <!-- (see <A HREF="https://maps.google.com/maps?q=Hanyuan+Mansion,+20+Tongwei+Road,+Xuanwu,+Nanjing,+Jiangsu,+China,+210095&amp;hl=en&amp;ll=32.029617,118.838768&amp;spn=0.204033,0.292854&amp;sll=32.010405,118.824692&amp;sspn=0.204076,0.292854&amp;t=m&amp;z=12">here</A>
       
   204 at Google Maps). -->
       
   205 The conference hotel has the usual amenities (Wifi, conference rooms, etc)
   224 and includes a restaurant. 
   206 and includes a restaurant. 
   225 We have reserved some rooms in the hotel for participants. See the
   207 We have reserved some rooms in the hotel for participants. See the
   226 <A HREF="booklet2.pdf">booklet</A> for information about the hotel booking.
   208 <A HREF="booklet2.pdf">booklet</A> for information about the hotel booking.
   227 
   209 
   228 
   210