<?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/registries/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>Station registration</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("$home/html/include/header.php"); ?>

   <div id="maingeneral">
	 <div id="content">
  <?php include("leftmenu.php"); ?>
    <div id="rightinner">
<div id=lefttitle>  <h3>International Registry of Seismograph Stations</h3></div>
    <table>
        <tr>
            <td width="70%" style="vertical-align: top; ">
                Please register stations using the form below. Please ensure the fields are correct by following the <a href="#rules">station registration rules</a>.
            </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>

</div>

<br/>

<div id="content">
<center>
<h3>Provisional Station Registration</h3>

  <br/>
<form method="get" onsubmit="return checkdata()" action="/cgi-bin/register">
<table summary="Station details" class=header>
<tr>
<th colspan="4">Station Details <span class="smaller">(fields with</span> <span class="reds">*</span> <span class="smaller">must be completed)</span></th>
</tr>
<tr>
<td align="right"><a href="#code" target="help">Station code:</a></td>
<td align="left"><input type="text" name="code" size="9" maxlength="6" value=""><span class="red">*</span></td>
<td><span class="gray">Uppercase letters and digits</span></td>
</tr>
<tr>
<td align="right"><a href="#name" target="help">Station name:</a></td>
<td align="left"><input type="text" name="name" size="20" maxlength="80" value=""><span class="red">*</span></td>
<td><span class="gray">Name of a nearby town or city</span></td>
</tr>
<tr>
<td align="right"><a href="#lat" target="help">Latitude:</a></td>
<td align="left"><input type="text" name="lat" size="10" maxlength="12" value=""><span class="red">*</span></td>
<td><span class="gray">real number in [-90.0,+90.0] WGS84</span></td>
</tr>
<tr>
<td align="right"><a href="#lon" target="help">Longitude:</a></td>
<td align="left"><input type="text" name="lon" size="10" maxlength="12" value=""><span class="red">*</span></td>
<td><span class="gray">real number in [-180.0,+180.0] WGS84</span></td>
</tr>
<tr>
<td align="right"><a href="#elev" target="help">Elevation (metres):</a></td>
<td align="left"><input type="text" name="elev" size="6" maxlength="8" value=""><span class="red">*</span></td>
<td><span class="gray">surface height above geoid</span></td>
</tr>
<tr>
<td align="right"><a href="#depth" target="help">Depth (metres):</a></td>
<td align="left"><input type="text" name="depth" size="6" maxlength="8" value=""></td>
<td><span class="gray">instrument depth below surface</span></td>
</tr>
<tr>
<td align="right"><a href="#open" target="help">Open date:</a></td>
<td align="left"><input type="text" name="open" size="11" maxlength="10" value=""><span class="red">*</span></td>
<td><span class="gray">YYYY/MM/DD</span></td>
</tr>
<tr>
<td align="right"><a href="#close" target="help">Close date:</a></td>
<td align="left"><input type="text" name="close" size="11" maxlength="10" value=""></td>
<td><span class="gray">YYYY/MM/DD</span></td>
</tr>
</table>
<table summary="Contact details">
<tr>
<th colspan="5">Contact Details <span class="smaller">(required to confirm registration)</span></th>
</tr>
<tr>
<td align="right">Name:</td>
<td><input type="text" name="title"><span class="red">*</span></td>
<td>&nbsp;</td>
<td align="right">E-mail:</td>
<td><input type="text" name="email"><span class="red">*</span></td>
</tr>
<tr>
<td align="right">Institution:</td>
<td colspan="4"><input type="text" name="institution" size="64"><span class="red">*</span></td>
</tr>
</table>

<table summary="Form controls">
<tr>
<td><input type="submit" value="Register"></td>
<td><input type="reset"></td>
</tr>
</table>
</form>
</center>
</br>
<hr/>
<h3><a name="rules">Rules for the registration of stations</a></h3>
The following rules should be applied when registering stations:

<ul>
<li><a href="#code">Station code</a></li>
<li><a href="#name">Station name</a></li>
<li><a href="#lat">Latitude</a></li>
<li><a href="#lon">Longitude</a></li>
<li><a href="#elev">Elevation</a></li>
<li><a href="#depth">Depth</a></li>
<li><a href="#open">Open date</a></li>
<li><a href="#close">Close date</a></li>
<li><a href="#cont">Contact details</a></li>
</ul>

<table width="100%" summary="Section title and top link">
<tr>
<td align="left"><h4><a name="code">Station code</a></h4></td>
<td align="right"><a href="#TOP">top</a></td>
</tr>
</table>

<p>Codes must begin with an upper case letter in the Roman alphabet, but the remaining characters
 may be any combination of upper-case alphanumeric symbols. There must be at least 3 characters
 and a maximum of 5 characters used for the code. Codes containing non-alphanumeric
  characters (such as AB-) have been accepted in the past, but are no longer assigned because
   they violate the FDSN Standard for Exchange of Earthquake Data (SEED) format and they cause
    problems for computer programs designed to parse telegraphic streams.</p>

<p>In addition, codes which are</p>

<ul>
<li>the same as phase arrival designations (such as PKP)</li>
<li>are identical to keywords used in the International Telegraphic Format for Seismic Data Exchange (such as VEL or STOP)</li>
<li>which would interfere with telegraphic exchange of the data (such as NNNN)</li>
</ul>

<p>are discouraged. Most of these codes which have not yet been assigned to a station are
 listed as forbidden. In addition, certain network codes (such as MNLO) have been listed
 as forbidden. These codes would only be assigned to a station operated by that network.</p>

<p>If a code is suggested by the station operator which meets the restrictions above,
 that code is assigned if it is available and if no other international code has already
 been assigned to that location. If no code is requested by the operator, IRS will assign
 an available code which has some mnemonic relation to the station name and/or region
 or network. For example, GLD is assigned to Golden, Colorado; SPA is assigned to
 South Pole, Antarctica; and ETOR is assigned to Torete,
 Spain (E = Espa&ntilde;a, the Spanish word for Spain). Frequently, networks which
 operate a large number of stations assign their own local codes to stations in
 their network. In general, if this local code is available, IRS will also assign
 it as the international code for that station. If it is not available, a different
 international code will be assigned and the local code will be listed as a comment.
 With codes assigned recently, the international code is, whenever possible, derived
 by appending a fourth character representing the region or network to a three-character
 local code. It is strongly recommended that international codes be used when data are
 transmitted to international organizations such as NEIC, ISC or the European-Mediterranean
 Seismological Centre (CSEM/EMSC).</p>

<p>Because of the need for accurate station positions for hypocenter location programs,
 a new international code is assigned if a station is moved more than one (1) kilometer
 from the previous location. If the move is less than one (1) kilometer, a new code
 will be assigned if requested by the operator. Because of its importance for relocation
 studies of historic earthquakes, it is requested that operators notify international
 centers whenever a station is moved. It is also important to know the date that the
 move occurred. An attempt has been made in this publication to indicate that a station
 has been moved without having a new station code assigned by including a comment.
 However, there has been no exhaustive search of historic station locations to ensure
 that all stations which have moved have a comment stating that fact. If a new station
 position is obtained because of a more accurate survey, without the station being
 physically relocated, the coordinates will be changed in the station record, but
 a new code will not be assigned.</p>

<table width="100%" summary="Section title and top link">
<tr>
<td align="left"><h4><a name="name">Station name</a></h4></td>
<td align="right"><a href="#TOP">top</a></td>
</tr>
</table>

<p>A station name can simply be the name of the closest town or city. In many cases the name
of a nearby geographical feature such as a lake is used. Please note that this does not have
to be unique or subject to any limitations other than a length of 80 characters or less.</p>

<table width="100%" summary="Section title and top link">
<tr>
<td align="left"><h4><a name="lat">Latitude</a></h4></td>
<td align="right"><a href="#TOP">top</a></td>
</tr>
</table>

<p>This is a real number in the range +90.0 to -90.0 degrees. As such locations in the northern hemisphere
 are +ve and -ve in the southern. These should also be given in WGS84 coordinate system. 

<table width="100%" summary="Section title and top link">
<tr>
<td align="left"><h4><a name="lon">Longitude</a></h4></td>
<td align="right"><a href="#TOP">top</a></td>
</tr>
</table>

<p>This is a real number in the range +180.0 to -180.0 degrees. As such locations in the eastern hemisphere
 are +ve and -ve in the western. These should also be given in WGS84 coordinate system.

<table width="100%" summary="Section title and top link">
<tr>
<td align="left"><h4><a name="elev">Elevation</a></h4></td>
<td align="right"><a href="#TOP">top</a></td>
</tr>
</table>

<p>The surface height (metres) above geoid</p>

<table width="100%" summary="Section title and top link">
<tr>
<td align="left"><h4><a name="depth">Depth</a></h4></td>
<td align="right"><a href="#TOP">top</a></td>
</tr>
</table>

<p>The instrument depth (metres) below surface</p>

<table width="100%" summary="Section title and top link">
<tr>
<td align="left"><h4><a name="open">Open date</a></h4></td>
<td align="right"><a href="#TOP">top</a></td>
</tr>
</table>

<p>The first date of operation of instruments at the site. This is a fixed format
of YYYY/MM/DD.</p>

<table width="100%" summary="Section title and top link">
<tr>
<td align="left"><h4><a name="close">Close date</a></h4></td>
<td align="right"><a href="#TOP">top</a></td>
</tr>
</table>

<p>The last date of operation of instruments at the site. This is a fixed format
of YYYY/MM/DD.</p>

<table width="100%" summary="Section title and top link">
<tr>
<td align="left"><h4><a name="cont">Contact details</a></h4></td>
<td align="right"><a href="#TOP">top</a></td>
</tr>
</table>

<p>The International Registry of Seismograph Stations can be contacted at:<br><br>
<center><table>
<tr valign=top><td>
International Seismological Centre<br>
Pipers Lane, Thatcham, Berkshire<br>
United Kingdom RG19 4NS<br>
voice: +44 (0)1635 861022<br>
fax: +44 (0)1635 872351<br><br>
web site: <a href="/">http://www.isc.ac.uk/</a><br>
e-mail: station_reg<img src="/images/misc/s1.gif">isc.ac.uk<br>
</td>

</tr></table></centre>


</div>


  </div>

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