<?php
$home = getenv('WEB');
?>
<!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>ISC-GEM Catalogue Sponsors</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("include/leftmenu.php"); ?>
            <div id="rightinner">
                <div id=lefttitle>
                    <h3>Current Sponsors</h3>

<!--                    <p>
                        Since January 1, 2018 we are working on the 4-year project to advance the ISC-GEM catalogue
                        as explained in the
                        <a href="/iscgem/advancement.php">Advancement Project</a> page. This work is done
                        with additional financial support from:
                    </p> -->


                    <p>Our work on the ISC-GEM catalogue continues with support of all ISC Members (incl. NSF Award 1811737) and the following Sponsors:</p>


<br>
<br>


                    <?php include("$home/html/sponsors/sponsor_logos.php"); ?>

                    <br/>
                    <br/>
                    <br/>
                    <p style="text-align: center">
                        <a href="/iscgem/former_sponsors.php">Former Sponsors</a> of the ISC-GEM catalogue
                    </p>

                    <hr>
                </div>

                <br/>
                <br/>
                <br/>
                <br/>
                <br/>
                <br/>
                <br/>
                <br/>
                <br/>
            </div>
        </div>

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