<?php
//use environmental variables for my path
// Works as of PHP 4.3.0
$home = getenv('WEB');
error_log($home);
#home=$_ENV['WEB'];
set_include_path("$home/html/include");
// Works in all PHP versions
ini_set('include_path', "$home/html/iscbulletin/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>Summary of the Bulletin of the ISC</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>Summary of the Bulletin of the ISC</h3>
                </div>
                <table width="100%">
                    <tr>
                        <td width="70%">
			<p>The Summary of the Bulletin of the ISC is a biannual printed product that replaced the previous paper-based Bulletin that listed hypocentre solutions and station readings published by the ISC. It is published soon after the analysis of the Reviewed ISC Bulletin for the corresponding time period is completed by the ISC analysts.</p></td></tr>


<tr><td width="70%"><p>This relatively new publication was first published in 2013 and comprised data year 2010. The Summary presents an overview and analysis of half a year of ISC data and also contains information on the ISC itself, its supporters and data providers, the history, staff and working statutes, as well as important seismological standards and procedures used by the ISC in its operations. In addition, we include small articles on notable seismic events that occurred during the half-year period, and articles describing the history and operational standards and procedures used at various observatories and networks that contribute their data to the ISC.</p></td></tr>

<tr><td width="70%"><p>The Summary is published two or three times a year. For the first two months after publication it is only available to <a href="http://www.isc.ac.uk/members/">ISC members</a> and <a href="http://www.isc.ac.uk/sales/">Summary subscribers</a>. After two months it is publicly available online. Full issues of the Summary and all articles are available here</p></td></tr>

<tr><td width="70%"><p style="font-size: 14px"><b><a href="http://publications.isc.ac.uk">http://publications.isc.ac.uk</a></b></p></td></tr>
                        </td>
                    </tr>
                </table>
                <p>We hope that you would find this new publication useful in your work. If your home-institution or company is unable, for one reason or another, to support the long-term international operations of the ISC in full by becoming a Member, then, please, consider subscribing to this publication by contacting us at <a href="mailto:admin@isc.ac.uk?subject=ISC Bulletin Summary: ">admin<img src="/images/staff/at.jpg" height="13"></img>isc.ac.uk</a></p>

                <div style="margin-left: -30%; padding-top: 15px; padding-bottom: 10px">
                <table width="100%">
                    <tr>
                        <td width="50%"><img src="images/fig-9-10.jpg" width="450px"></img></td>
                        <td width="50%"><img src="images/fig-10-2.jpg" width="450px"></img></td>
                    </tr>
                    <tr>
                        <td width="50%" style="padding-left: 15px;"><i><b>Figure 9.10:</b> Map of all hypocentres collected by the ISC for the period Jan-June 2010. The scatter shows the large variation of the multiple hypocentres that are reported for each event. Compare with Figure 10.2</i></td>
                        <td width="50%" style="vertical-align: top; padding-left: 25px;"><i><b>Figure 10.2:</b> Map of all events in the ISC Bulletin for the period of Jan-June 2014. Prime hypocentre locations are shown. Compare with Figure 9.10.</i></td>
                    </tr>
                </table>
                </div>
                <br><br>

                <p>  Data prior to 2010 have been summarised for various poster presentations. A selection of these annual summaries are shown below. Details of where the posters were presented may be found on the <a href=/docs/papers/>papers and presentations</a> page.</p>


                <h4>Annual summaries</h4>
                <ul>
	            <li><a href="/docs/papers/download/2001p08/">Summary of the ISC Bulletin of Events of 1998</a>
                    <li><a href="/docs/papers/download/2002p02/">Summary of the ISC Bulletin of Events of 1999</a>
                    <li><a href="/docs/papers/download/2003p03/">Summary of the ISC Bulletin of Events of 2000</a>
                    <li><a href="/docs/papers/download/2004p01/">Summary of the ISC Bulletin of Events of 2001</a>
                    <li><a href="/docs/papers/download/2006p02/">Summary of the ISC Bulletin of Events of 2003</a>
                </ul>
            </div>
        </div>

<!--        <div id="frontleft">-->
<!---->
<!--        </div>-->


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