<?php
  //use environmental variables for my path
// Works as of PHP 4.3.0
$home = getenv('WEB');

#home=$_ENV['WEB'];
set_include_path("$home/html/include");
// Works in all PHP versions
ini_set('include_path', "$home/html/include");
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
          "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
    <meta name="viewport" content="initial-scale=1.0, user-scalable=no" />
    <title>International Registry of Seismograph Stations </title>
    <link rel="icon" href="/images/favicon.ico" type="image/ico" />
    <link rel="stylesheet" type="text/css" href="/css/iscschema.css">
  </head>
   <body>
  <div id="container">
   <?php include("header.php"); ?>

   <div id="maingeneral">
	 <div id="content">
  <?php include("include/leftmenu.php"); ?>
    <div id="rightinner">
<div id=lefttitle>
  <h3>International Registry of Seismograph Stations (IR)</h3>
</div>
<!-- Table with sponsor logo-->
    <table>
        <tr>
            <td width="70%" style="vertical-align: top; ">
                The International Seismograph Station Registry (IR) has been jointly maintained by the ISC and the World Data Center for Seismology (<a href=http://neic.usgs.gov/>NEIC/USGS</a>) since the 1960s.</br>
                At present there are over 26000 (including those already closed) with globally unique codes registered in the IR:
            </td>
        </tr>
    </table>

 <!-- Table with sponsor logo-->
    <h3 align="center">Sponsored by:</h3>
     <table align="center" width="80%">
         <tr>
             <td align="center" style="padding-top:15px;">
                 <a href="http://reftek.com/" target="_blank" rel="noopener noreferrer"><img src="/images/misc/REF-TEK-logo.png" width="170"></a>
             </td>
             <td align="center" width="5%">
                 &nbsp;
             </td>

             <td align="center" style="padding-top:15px;">
                 <a href="http://www.geosig.com/" target="_blank" rel="noopener noreferrer"><img src="/images/misc/GS_logo.png" width="170"></a>
             </td>
             <td align="center" width="5%">
                 &nbsp;
             </td>
             <td align="center" style="padding-top:15px;">
                <a href="http://www.tai-de.com/en/" target="_blank" rel="noopener noreferrer"><img src="/sponsors/images/Taide_logo.jpg" width="170"></a>
             </td>
             <td align="center" width="5%">
                 &nbsp;
             </td>
<!--             <td align="center" style="padding-top:15px;">
                <a href="http://www.guralp.com"><img src="/images/misc/Guralp.jpg" width="170"></a>
             </td>
             <td align="center" width="5%">
                 &nbsp;
             </td>-->
<!---             <td align="center" style="padding-top:15px;">
                <a href="http://src.com.au"><img src="/sponsors/images/SRC_Logo.jpg" width="170"></a>
             </td>-->

         </tr>
     </table>
<!--2ndTable-->
     <table align="center" width="80%">
         <tr>
             <td align="center" style="padding-top:15px;">
                <a href="https://asirseismic.com/" target="_blank" rel="noopener noreferrer"><img src="/sponsors/images/ASIR_logo_black.png" width="170"></a>
             </td>
             <td align="center" width="5%">
                 &nbsp;
             </td>
             <td align="center" width="5%">
                 &nbsp;
             </td>
             <td align="center" style="padding-top:15px;">
                <a href="https://sara.pg.it/" target="_blank" rel="noopener noreferrer"><img src="/sponsors/images/SARA_logo_screenshot.png" width="170"></a>
             </td>

         </tr>
     </table>

<!--3rdTable-->
     <table align="center" width="80%">
         <tr>
             <td align="center" style="padding-top:15px;">
                <a href="http://www.guralp.com" target="_blank" rel="noopener noreferrer"><img src="/images/misc/Guralp.jpg" width="170"></a>
             </td>
             <td align="center" width="5%">
                 &nbsp;
             </td>
             <td align="center" width="5%">
                 &nbsp;
             </td>
             <td align="center" style="padding-top:15px;">
                <a href="http://src.com.au" target="_blank" rel="noopener noreferrer"><img src="/sponsors/images/SRC_Logo.jpg" width="170"></a>
             </td>

         </tr>
     </table>


<br>

</br>
       <?php //image should be resized to 600px DO NOT use 'width=' or
													   // quality will be poor in some browsers
 ?>
 <img width=600 src="images/station_registry.png"><br><br>
<br/>
<p>The ISC and NEIC are currently making plans for a major update of the IR to include the new IASPEI station coding standard (<a href="download/IR_implementation.pdf">Agency.Deployment.Station.Location.Channel</a>). This work is being done with input from the EMSC and FDSN.</p>

      <h4><a href="search/">Station search</a></h4>
  <p>The station book may be searched by station codes, or by defining a search region.</p>

<h4><a href="listing/">Station listings</a></h4>
  <p>As an alternative to the search page, the listings page categorises stations by:
 <ul>
  <li>station code (A-Z)</li>
  <li>station name (A-Z)</li>
  <li>geographic region</li>
 </ul>
  A <a href="/cgi-bin/stations?lista">complete list</a> of stations is also available (~2 Mb is size).</p>
  <p>To view stations in google earth, the station list is available as a <a href="download/stations.kmz">KMZ file</a>. </p>

 <h4>Station registration</h4>
  <p>New stations should be registered on the <a href="registration/">registration page</a>.</p>

</div>

  </div>

  </div>
<?php include("footer.php"); ?>
   <?php
//close the container div
?>
</div>
</body>
</html>
