| @@ -0,0 +1,139 @@ | ||
| <!doctype html> | ||
| <html> | ||
| <head> | ||
| <meta charset="utf-8"> | ||
| <meta name="keywords" content=""> | ||
| <meta name="description" content=""> | ||
| <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=0"> | ||
| <link rel="shortcut icon" type="image/png" href="favicon.png"> | ||
|
|
||
| <link rel="stylesheet" type="text/css" href="./css/bootstrap.min.css"> | ||
| <link rel="stylesheet" type="text/css" href="style.css"> | ||
| <link rel="stylesheet" href="./css/animate.min.css"><link rel="stylesheet" href="./css/font-awesome.min.css"><link rel="stylesheet" href="./css/feather.min.css"><link rel="stylesheet" href="./css/ionicons.min.css"><link href='https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900&subset=latin,latin-ext' rel='stylesheet' type='text/css'> | ||
|
|
||
| <script src="./js/jquery-2.1.0.min.js"></script> | ||
| <script src="./js/bootstrap.min.js"></script> | ||
| <script src="./js/blocs.min.js"></script> | ||
| <title>Findings</title> | ||
|
|
||
|
|
||
| <!-- Google Analytics --> | ||
|
|
||
| <!-- Google Analytics END --> | ||
|
|
||
| </head> | ||
| <body> | ||
| <!-- Main container --> | ||
| <div class="page-container"> | ||
|
|
||
| <!-- nav-bloc --> | ||
| <div class="bloc b-parallax bgc-medium-jungle-green d-bloc sticky-nav" id="nav-bloc"> | ||
| <div class="container"> | ||
| <nav class="navbar row"> | ||
| <div class="navbar-header"> | ||
| <a class="navbar-brand" href="index.html"><img src="img/POSSe%20Logo%20white.png" alt="logo" height="50" /></a> | ||
| <button id="nav-toggle" type="button" class="ui-navbar-toggle navbar-toggle" data-toggle="collapse" data-target=".navbar-1"> | ||
| <span class="sr-only">Toggle navigation</span><span class="icon-bar"></span><span class="icon-bar"></span><span class="icon-bar"></span> | ||
| </button> | ||
| </div> | ||
| <div class="collapse navbar-collapse navbar-1"> | ||
| <ul class="site-navigation nav navbar-nav"> | ||
| <li> | ||
| <a href="index.html">Home</a> | ||
| </li> | ||
| <li> | ||
| <a href="climate-change.html">Climate Change</a> | ||
| </li> | ||
| <li> | ||
| <a href="findings.html">Findings</a> | ||
| </li> | ||
| <li> | ||
| <a href="contact-us-.html">Contact Us!</a> | ||
| </li> | ||
| </ul> | ||
| </div> | ||
| </nav> | ||
| </div> | ||
| </div> | ||
| <!-- nav-bloc END --> | ||
|
|
||
| <!-- bloc-14 --> | ||
| <div class="bloc bg-camera-overlay bgc-outer-space d-bloc" id="bloc-14"> | ||
| <div class="container bloc-lg"> | ||
| <div class="row"> | ||
| <div class="col-sm-12"> | ||
| <h1 class="mg-md text-center"> | ||
| <strong><u>Findings: POSSe Molecules</u></strong> | ||
| </h1> | ||
| </div> | ||
| </div> | ||
| </div> | ||
| </div> | ||
| <!-- bloc-14 END --> | ||
|
|
||
| <!-- bloc-15 --> | ||
| <div class="bloc bgc-cyan-process d-bloc" id="bloc-15"> | ||
| <div class="container bloc-sm"> | ||
| <div class="row"> | ||
| <div class="col-sm-12"> | ||
| <div class="row"> | ||
| <div class="col-sm-12"> | ||
| <h3 class="mg-md"> | ||
| Our Solution | ||
| </h3> | ||
| <p class=" text-left mg-md"> | ||
| Polyhedral Oligomeric Silsesquioxane or POSS monomers as membrane sealants. | ||
| </p> | ||
| <h3 class="mg-md"> | ||
| POSS Molecules | ||
| </h3> | ||
| <p> | ||
| POSS monomers contain variable side chain organic functional groups, which can easily form cross linkages between molecules, thus successfully plugging large defects in the membrane. | ||
| </p> | ||
| <h3 class="mg-md"> | ||
| A molecular “zip-loc” bag | ||
| </h3> | ||
| <p class=" mg-lg"> | ||
| POSSe Mlecules can be used in place of ineffective membrane based solutions for efficient carbon dioxide capture. | ||
| </p><img src="img/Screen%20Shot%202016-12-11%20at%203.56.15%20PM.jpg" class="img-responsive center-block" /> | ||
| <p> | ||
| Fig. 1) Illustration of interfacial polymerization reaction. Organic solution of Trimesoyl chloride in hexane reacts with OctaAmmonium POSS on a polycarbonate track etch membrane (PCTEM) | ||
| </p> | ||
| </div> | ||
| </div> | ||
| </div> | ||
| </div> | ||
| </div> | ||
| </div> | ||
| <!-- bloc-15 END --> | ||
|
|
||
| <!-- Footer - bloc-18 --> | ||
| <div class="bloc bgc-white b-parallax bg-newyork d-bloc" id="bloc-18"> | ||
| <div class="container bloc-lg"> | ||
| <div class="row animated fadeIn"> | ||
| <div class="col-sm-12"> | ||
| <div class="row"> | ||
| <div class="col-sm-12"> | ||
| <h1 class="mg-md text-center"> | ||
| <strong>We are EcoPOSSe</strong> | ||
| </h1> | ||
| <h4 class="mg-md text-center "> | ||
| For nature, for Earth, for a better future<br> | ||
| </h4> | ||
| <div class="text-center"> | ||
| <a href="findings.html" class="btn btn-wire btn-lg">Find Out How</a> | ||
| </div> | ||
| </div> | ||
| </div> | ||
| </div> | ||
| </div> | ||
| </div> | ||
| </div> | ||
| <!-- Footer - bloc-18 END --> | ||
|
|
||
| </div> | ||
| <!-- Main container END --> | ||
|
|
||
|
|
||
| </body> | ||
| </html> |
| @@ -0,0 +1,23 @@ | ||
| <?php | ||
| if(empty($_POST['name']) && strlen($_POST['name']) == 0 || empty($_POST['email']) && strlen($_POST['email']) == 0 || empty($_POST['message']) && strlen($_POST['message']) == 0) | ||
| { | ||
| return false; | ||
| } | ||
|
|
||
| $name = $_POST['name']; | ||
| $email = $_POST['email']; | ||
| $message = $_POST['message']; | ||
|
|
||
| $to = 'methanexcdmz@gmail.com'; // Email submissions are sent to this email | ||
|
|
||
| // Create email | ||
| $email_subject = "Message from MethaneX."; | ||
| $email_body = "You have received a new message. \n\n". | ||
| "Name: $name \nEmail: $email \nMessage: $message \n"; | ||
| $headers = "MIME-Version: 1.0\r\nContent-type: text/plain; charset=UTF-8\r\n"; | ||
| $headers .= "From: methanexcdmz@gmail.com\n"; | ||
| $headers .= "Reply-To: $email"; | ||
|
|
||
| mail($to,$email_subject,$email_body,$headers); // Post message | ||
| return true; | ||
| ?> |
| @@ -1,30 +1,341 @@ | ||
| <!doctype html> | ||
| <html> | ||
| <head> | ||
| <meta charset="utf-8"> | ||
| <meta name="keywords" content=""> | ||
| <meta name="description" content=""> | ||
| <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=0"> | ||
| <link rel="shortcut icon" type="image/png" href="favicon.png"> | ||
|
|
||
| <link rel="stylesheet" type="text/css" href="./css/bootstrap.min.css"> | ||
| <link rel="stylesheet" type="text/css" href="style.css"> | ||
| <link rel="stylesheet" href="./css/animate.min.css"><link rel="stylesheet" href="./css/font-awesome.min.css"><link rel="stylesheet" href="./css/feather.min.css"><link rel="stylesheet" href="./css/ionicons.min.css"><link href='https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900&subset=latin,latin-ext' rel='stylesheet' type='text/css'> | ||
|
|
||
| <script src="./js/jquery-2.1.0.min.js"></script> | ||
| <script src="./js/bootstrap.min.js"></script> | ||
| <script src="./js/blocs.min.js"></script> | ||
| <title>Home</title> | ||
|
|
||
|
|
||
| <!-- Google Analytics --> | ||
|
|
||
| <!-- Google Analytics END --> | ||
|
|
||
| </head> | ||
| <body> | ||
| <!-- Main container --> | ||
| <div class="page-container"> | ||
|
|
||
| <!-- hero-bloc --> | ||
| <div id="hero-bloc" class="bloc b-parallax bloc-fill-screen bg-highway bgc-medium-jungle-green d-bloc"> | ||
| <div class="container sticky-nav fill-bloc-top-edge"> | ||
| <nav class="navbar row"> | ||
| <div class="navbar-header"> | ||
| <a class="navbar-brand" href="index.html"><img src="img/POSSe%20Logo%20white.png" alt="logo" height="50" /></a> | ||
| <button id="nav-toggle" type="button" class="ui-navbar-toggle navbar-toggle" data-toggle="collapse" data-target=".navbar-1"> | ||
| <span class="sr-only">Toggle navigation</span><span class="icon-bar"></span><span class="icon-bar"></span><span class="icon-bar"></span> | ||
| </button> | ||
| </div> | ||
| <div class="collapse navbar-collapse navbar-1"> | ||
| <ul class="site-navigation nav navbar-nav pull-right"> | ||
| <li> | ||
| <a href="index.html" class="animated fadeIn">Home</a> | ||
| </li> | ||
| <li> | ||
| <a class="animated fadeIn animDelay02" href="climate-change.html">Climate Change</a> | ||
| </li> | ||
| <li> | ||
| <a class="animated fadeIn animDelay04" href="findings.html">Findings</a> | ||
| </li> | ||
| <li> | ||
| <a href="contact-us-.html">Contact Us!</a> | ||
| </li> | ||
| </ul> | ||
| </div> | ||
| </nav> | ||
| </div> | ||
| <div class="container fill-bloc-bottom-edge"> | ||
| <div class="row"> | ||
| <div class="col-sm-12"> | ||
| <a id="scroll-hero" class="btn-dwn" href="#"><span class="fa fa-chevron-down"></span></a> | ||
| </div> | ||
| </div> | ||
| </div> | ||
| <div class="container"> | ||
| <div class="row"> | ||
| <div class="col-sm-12"> | ||
| <h1 class=" text-center animated fadeIn"> | ||
| There is another half to climate change | ||
| </h1> | ||
| <h3 class=" text-center mg-lg animated fadeIn animDelay04"> | ||
| ecoPOSSe: A Revolution in Methane Capture | ||
| </h3> | ||
| <div class="text-center"> | ||
| <a href="https://secure.avaaz.org/en/petition/Landfill_Companies_We_want_you_to_decrease_landfill_methane_and_gas_emissions/?nOjMYjb" class="btn-wire btn btn-xl animated fadeIn animDelay1">Act Now!</a> | ||
| </div> | ||
| </div> | ||
| </div> | ||
| </div> | ||
| </div> | ||
| <!-- hero-bloc END --> | ||
|
|
||
| <!-- bloc-2 --> | ||
| <div class="bloc bgc-medium-jungle-green d-bloc b-parallax" id="bloc-2"> | ||
| <div class="container bloc-xxl"> | ||
| <div class="col-sm-2 col-sm-offset-5 col-xs-6 col-xs-offset-3"> | ||
| <img src="img/ElonMusk.png" class="img-circle animated fadeIn img-responsive center-block" height="141" width="142" /> | ||
| </div> | ||
| <div class="col-xs-12 col-md-8 col-md-offset-2"> | ||
| <h3 class="text-center lg-shadow animated fadeIn"> | ||
| We're running the most dangerous experiment in history right now, which is to see how much carbon dioxide the atmosphere... can handle before there is an environmental catastrophe.<br> | ||
| </h3> | ||
| <p class="text-center animated fadeIn animDelay2"> | ||
| <strong>Elon Musk -</strong> Entrepreneur, Climate Change Activist | ||
| </p> | ||
| </div> | ||
| </div> | ||
| </div> | ||
| <!-- bloc-2 END --> | ||
|
|
||
| <!-- Bloc Group --> | ||
| <div class='bloc-group'> | ||
|
|
||
| <!-- bloc-3 --> | ||
| <div class="bloc bloc-tile-2 bgc-outer-space d-bloc" id="bloc-3"> | ||
| <div class="container bloc-lg"> | ||
| <div class="row animated fadeInLeft"> | ||
| <div class="col-sm-12"> | ||
| <div class="divider-h"> | ||
| <span class="divider divider-half"></span> | ||
| </div> | ||
| <h1 class="text-center mg-lg"> | ||
| Thousands displaced by Hurricane Sandy<br><br>“The second costliest hurricane in the United States history" | ||
| </h1> | ||
| <div class="divider-h"> | ||
| <span class="divider divider-half"></span> | ||
| </div> | ||
| </div> | ||
| </div> | ||
| </div> | ||
| </div> | ||
| <!-- bloc-3 END --> | ||
|
|
||
| <!-- bloc-4 --> | ||
| <div class="bloc bgc-white bloc-tile-2 bg-o-HURRICANE-SANDY-facebook d-bloc" id="bloc-4"> | ||
| <div class="container bloc-lg"> | ||
| <div class="row"> | ||
| <div class="col-sm-12"> | ||
| </div> | ||
| </div> | ||
| </div> | ||
| </div> | ||
| <!-- bloc-4 END --> | ||
| </div> | ||
| <!-- Bloc Group END --> | ||
|
|
||
| <!-- Bloc Group --> | ||
| <div class='bloc-group'> | ||
|
|
||
| <!-- bloc-5 --> | ||
| <div class="bloc bgc-white bloc-tile-2 bg-gettyimages-491284804 d-bloc" id="bloc-5"> | ||
| <div class="container bloc-lg"> | ||
| <div class="row"> | ||
| <div class="col-sm-12"> | ||
| </div> | ||
| </div> | ||
| </div> | ||
| </div> | ||
| <!-- bloc-5 END --> | ||
|
|
||
| <!-- bloc-6 --> | ||
| <div class="bloc bloc-tile-2 bgc-purple-taupe d-bloc" id="bloc-6"> | ||
| <div class="container bloc-lg"> | ||
| <div class="row animated fadeInRight"> | ||
| <div class="col-sm-12"> | ||
| <div class="divider-h"> | ||
| <span class="divider divider-half"></span> | ||
| </div> | ||
| <h1 class="mg-md text-center"> | ||
| <br>Millions in infrastructure damages in the 2015 South Carolina Flooding<br><br><br>Dams breached, families left homeless | ||
| </h1> | ||
| <div class="divider-h"> | ||
| <span class="divider divider-half"></span> | ||
| </div> | ||
| </div> | ||
| </div> | ||
| </div> | ||
| </div> | ||
| <!-- bloc-6 END --> | ||
| </div> | ||
| <!-- Bloc Group END --> | ||
|
|
||
| <!-- bloc-7 --> | ||
| <div class="bloc bgc-outer-space b-parallax bg-valley d-bloc" id="bloc-7"> | ||
| <div class="container bloc-xxl"> | ||
| <div class="row"> | ||
| <div class="col-sm-12"> | ||
| <h1 class="text-center mg-lg"> | ||
| <strong>Methane accounts for 25% of climate change</strong> | ||
| </h1> | ||
| <h3 class="mg-md"> | ||
| <span class="feather-icon icon-arrow-right"></span> Over 5.5 million people/year suffer due to air pollution | ||
| </h3> | ||
| <h3 class="mg-md"> | ||
| <span class="feather-icon icon-arrow-right"></span> Membrane based filtration systems have been previously used to separate gases, specifically carbon dioxide | ||
| </h3> | ||
| <h3 class="mg-md"> | ||
| <span class="feather-icon icon-arrow-right"></span> However, during filtration, defects develop over the membrane surface as a result of membrane fouling | ||
| </h3> | ||
| <h1 class="mg-md text-center"> | ||
| EcoPOSSe is the next generation cure for climate change! | ||
| </h1> | ||
| </div> | ||
| </div> | ||
| </div> | ||
| </div> | ||
| <!-- bloc-7 END --> | ||
|
|
||
| <!-- bloc-8 --> | ||
| <div class="bloc bgc-medium-turquoise b-parallax bg-golden-gate-overlay d-bloc" id="bloc-8"> | ||
| <div class="container bloc-xl"> | ||
| <div class="row"> | ||
| <div class="col-sm-12"> | ||
| <h1 class="text-center mg-md animated fadeIn"> | ||
| <strong>Climate Change isn’t a joke</strong> | ||
| </h1> | ||
| <p class="sub-heading text-center animated fadeIn"> | ||
| Methane, a huge detriment to mother nature | ||
| </p> | ||
| </div> | ||
| </div> | ||
| <div class="row voffset-lg animated fadeIn animDelay06"> | ||
| <div class="col-sm-2"> | ||
| <img class="img-circle center-block" src="img/iu1f7brY-2.png" width="155" height="155" /> | ||
| </div> | ||
| <div class="col-sm-4"> | ||
| <h3 class="mg-md"> | ||
| Barack Obama | ||
| </h3> | ||
| <p> | ||
| <i>"We are the first generation to feel the effect of climate change and the last generation who can do something about it"</i> | ||
| </p><br> | ||
| </div> | ||
| <div class="col-sm-2"> | ||
| <img class="center-block" src="https://pbs.twimg.com/profile_images/461964160838803457/8z9FImcv.png" width="155" height="155" /> | ||
| </div> | ||
| <div class="col-sm-4"> | ||
| <h3 class="mg-md"> | ||
| @AP_Politics | ||
| </h3> | ||
| <p> | ||
| <i>"US proposes to cut methane from oil, gas by nearly half in the next decade. <a href="index.html">http://apne.ws/1EAaicg</a>"</i> | ||
| </p><br> | ||
| </div> | ||
| </div> | ||
| <div class="row voffset-lg animated fadeIn animDelay1"> | ||
| <div class="col-sm-2"> | ||
| <img class="center-block" src="https://pbs.twimg.com/profile_images/458961725799145472/ZEXH12HO.jpeg" width="155" height="155" /> | ||
| </div> | ||
| <div class="col-sm-4"> | ||
| <h3 class="mg-md"> | ||
| @CleanAirMoms | ||
| </h3> | ||
| <p class="mg-clear "> | ||
| <i>"Rein in #methane: The @EPA rules are needed to cut greenhouse gases http://ow.ly/S3K7N via @PittsburghPG @CleanAirMoms_PA"</i> | ||
| </p><br> | ||
| </div> | ||
| <div class="col-sm-2"> | ||
| <img class="img-circle center-block" src="https://pbs.twimg.com/profile_images/649202007723499524/lBGS6rs6.png" width="155" height="155" /> | ||
| </div> | ||
| <div class="col-sm-4"> | ||
| <h3 class="mg-md"> | ||
| @SenSanders | ||
| </h3> | ||
| <p> | ||
| <i>"EPA’s plan to cut methane emissions is an important step but we must do more to tackle the crisis of climate change"</i> | ||
| </p><br> | ||
| </div> | ||
| </div> | ||
| </div> | ||
| </div> | ||
| <!-- bloc-8 END --> | ||
|
|
||
| <!-- bloc-9 --> | ||
| <div class="bloc bgc-medium-jungle-green b-parallax bg-newyork d-bloc" id="bloc-9"> | ||
| <div class="container bloc-md"> | ||
| <div class="row"> | ||
| <div class="col-sm-12"> | ||
| <h1 class="mg-md text-center"> | ||
| <strong>Join Us</strong> | ||
| </h1> | ||
| <div class="row voffset"> | ||
| <div class="col-sm-4"> | ||
| <div class="text-center"> | ||
| <span class="ion ion-edit icon-round icon-md"></span> | ||
| </div> | ||
| <h3 class="mg-md text-center"> | ||
| Sign our petition | ||
| </h3> | ||
| <p class="text-center"> | ||
| Strength in numbers! | ||
| </p> | ||
| </div> | ||
| <div class="col-sm-4"> | ||
| <div class="text-center"> | ||
| <span class="fa fa-group icon-round icon-md"></span> | ||
| </div> | ||
| <h3 class="mg-md text-center"> | ||
| Share with your friends | ||
| </h3> | ||
| <p class="mg-lg text-center"> | ||
| The more we share, the faster our world can be healed. | ||
| </p> | ||
| </div> | ||
| <div class="col-sm-4"> | ||
| <div class="text-center"> | ||
| <span class="ion ion-android-mail icon icon-mail icon-round icon-md"></span> | ||
| </div> | ||
| <h3 class="mg-md text-center"> | ||
| Email your local representatives | ||
| </h3> | ||
| <p class="text-center"> | ||
| And tell others to do so too! | ||
| </p> | ||
| </div> | ||
| </div> | ||
| </div> | ||
| </div> | ||
| </div> | ||
| </div> | ||
| <!-- bloc-9 END --> | ||
|
|
||
| <!-- Footer - bloc-18 --> | ||
| <div class="bloc bgc-white b-parallax bg-newyork d-bloc" id="bloc-18"> | ||
| <div class="container bloc-lg"> | ||
| <div class="row animated fadeIn"> | ||
| <div class="col-sm-12"> | ||
| <div class="row"> | ||
| <div class="col-sm-12"> | ||
| <h1 class="mg-md text-center"> | ||
| <strong>We are EcoPOSSe</strong> | ||
| </h1> | ||
| <h4 class="mg-md text-center "> | ||
| For nature, for Earth, for a better future<br> | ||
| </h4> | ||
| <div class="text-center"> | ||
| <a href="findings.html" class="btn btn-wire btn-lg">Find Out How</a> | ||
| </div> | ||
| </div> | ||
| </div> | ||
| </div> | ||
| </div> | ||
| </div> | ||
| </div> | ||
| <!-- Footer - bloc-18 END --> | ||
|
|
||
| </div> | ||
| <!-- Main container END --> | ||
|
|
||
|
|
||
| </body> | ||
| </html> |
| @@ -0,0 +1,64 @@ | ||
| $(function() | ||
| { | ||
| var successMsg = "Your message has been sent."; // Message shown on success. | ||
| var failMsg = "Sorry it seems that our mail server is not responding, Sorry for the inconvenience!"; // Message shown on fail. | ||
|
|
||
| $("input,textarea").jqBootstrapValidation( | ||
| { | ||
| preventSubmit: true, | ||
| submitSuccess: function($form, event) | ||
| { | ||
| if(!$form.attr('action')) // Check form doesnt have action attribute | ||
| { | ||
| event.preventDefault(); // prevent default submit behaviour | ||
|
|
||
| var processorFile = "./includes/"+$form.attr('id')+".php"; | ||
| var formData = {}; | ||
|
|
||
| $form.find("input, textarea, option:selected").each(function(e) // Loop over form objects build data object | ||
| { | ||
| var fieldData = $(this).val(); | ||
| var fieldID = $(this).attr('id'); | ||
|
|
||
| if($(this).is(':checkbox')) // Handle Checkboxes | ||
| { | ||
| fieldData = $(this).is(":checked"); | ||
| } | ||
| else if($(this).is(':radio')) // Handle Radios | ||
| { | ||
| fieldData = $(this).val()+' = '+$(this).is(":checked"); | ||
| } | ||
| else if($(this).is('option:selected')) // Handle Option Selects | ||
| { | ||
| fieldID = $(this).parent().attr('id'); | ||
| } | ||
|
|
||
| formData[fieldID] = fieldData; | ||
| }); | ||
|
|
||
| $.ajax({ | ||
| url: processorFile, | ||
| type: "POST", | ||
| data: formData, | ||
| cache: false, | ||
| success: function() // Success | ||
| { | ||
| $form.append("<div id='form-alert'><div class='alert alert-success'><button type='button' class='close' data-dismiss='alert' aria-hidden='true'>×</button><strong>"+successMsg+"</strong></div></div>"); | ||
| }, | ||
| error: function() // Fail | ||
| { | ||
| $form.append("<div id='form-alert'><div class='alert alert-danger'><button type='button' class='close' data-dismiss='alert' aria-hidden='true'>×</button><strong>"+failMsg+"</strong></div></div>"); | ||
| }, | ||
| complete: function() // Clear | ||
| { | ||
| $form.trigger("reset"); | ||
| }, | ||
| }); | ||
| } | ||
| }, | ||
| filter: function() // Handle hidden form elements | ||
| { | ||
| return $(this).is(":visible"); | ||
| }, | ||
| }); | ||
| }); |
| @@ -0,0 +1,106 @@ | ||
| <!doctype html> | ||
| <html> | ||
| <head> | ||
| <meta charset="utf-8"> | ||
| <meta name="keywords" content=""> | ||
| <meta name="description" content=""> | ||
| <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=0"> | ||
| <link rel="shortcut icon" type="image/png" href="favicon.png"> | ||
|
|
||
| <link rel="stylesheet" type="text/css" href="./css/bootstrap.min.css"> | ||
| <link rel="stylesheet" type="text/css" href="style.css"> | ||
| <link rel="stylesheet" href="./css/animate.min.css"><link rel="stylesheet" href="./css/font-awesome.min.css"><link rel="stylesheet" href="./css/feather.min.css"><link rel="stylesheet" href="./css/ionicons.min.css"><link href='https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900&subset=latin,latin-ext' rel='stylesheet' type='text/css'> | ||
|
|
||
| <script src="./js/jquery-2.1.0.min.js"></script> | ||
| <script src="./js/bootstrap.min.js"></script> | ||
| <script src="./js/blocs.min.js"></script> | ||
| <title>Sources-and-Citations</title> | ||
|
|
||
|
|
||
| <!-- Google Analytics --> | ||
|
|
||
| <!-- Google Analytics END --> | ||
|
|
||
| </head> | ||
| <body> | ||
| <!-- Main container --> | ||
| <div class="page-container"> | ||
|
|
||
| <!-- nav-bloc --> | ||
| <div class="bloc b-parallax bgc-medium-jungle-green d-bloc sticky-nav" id="nav-bloc"> | ||
| <div class="container"> | ||
| <nav class="navbar row"> | ||
| <div class="navbar-header"> | ||
| <a class="navbar-brand" href="index.html"><img src="img/POSSe%20Logo%20white.png" alt="logo" height="50" /></a> | ||
| <button id="nav-toggle" type="button" class="ui-navbar-toggle navbar-toggle" data-toggle="collapse" data-target=".navbar-1"> | ||
| <span class="sr-only">Toggle navigation</span><span class="icon-bar"></span><span class="icon-bar"></span><span class="icon-bar"></span> | ||
| </button> | ||
| </div> | ||
| <div class="collapse navbar-collapse navbar-1"> | ||
| <ul class="site-navigation nav navbar-nav"> | ||
| <li> | ||
| <a href="index.html">Home</a> | ||
| </li> | ||
| <li> | ||
| <a href="climate-change.html">Climate Change</a> | ||
| </li> | ||
| <li> | ||
| <a href="findings.html">Findings</a> | ||
| </li> | ||
| <li> | ||
| <a href="contact-us-.html">Contact Us!</a> | ||
| </li> | ||
| </ul> | ||
| </div> | ||
| </nav> | ||
| </div> | ||
| </div> | ||
| <!-- nav-bloc END --> | ||
|
|
||
| <!-- bloc-16 --> | ||
| <div class="bloc bg-path-overlay bgc-cadet d-bloc" id="bloc-16"> | ||
| <div class="container bloc-lg"> | ||
| <div class="row"> | ||
| <div class="col-sm-12"> | ||
| <h1 class="mg-md text-center"> | ||
| <strong><u>Biblography</u></strong><br> | ||
| </h1> | ||
| <p> | ||
| LoreAir Pollution Prevention and Control Division,. (2009). Measurement of emissions from produced water ponds: Upstream oil and gas study #1 (pp. 1-416). Cincinnati: National Risk Management Research Laboratory.<br><br>Flowers, B., & Hartman, R. (2014). Abstract: Increases in Methane/Water Solubility Via the Addition of α-Cyclodextrin and Its Effects on the Microfluidic Synthesis of Methane (sI) and Propane (sII) Hydrates (2014 Annual Meeting). Aiche.confex.com. Retrieved 9 December 2015, from https://aiche.confex.com/aiche/2014/webprogram/Paper387130.html<br><br>Ho, T. M., Howes, T., & Bhandari, B. R. (2014). Encapsulation of gases in powder solid matrices and their applications: A review. Powder Technology, 259, 87–108. http://doi.org/10.1016/j.powtec.2014.03.054<br><br>NYSDEC Division of Water, NYSDEC Division of Air Resources, NYSDEC Division of Lands and Forests, NYSDEC Division of Fish Wildlife and Marine Resources, & NYSDEC Division of Mineral Resources. (2009). Supplemental Generic Environmental Impact Statement on the Oil, Gas and Solution Mining Regulatory Program. Retrieved from http://ehp.niehs.nih.gov/121-a117/\npapers3://publication/doi/10.1289/ehp.121-a117<br><br>Li, X., Zhu, K., & Hao, X. (2009). Surface modification of zeolite with β-cyclodextrin for removal of p-nitrophenol from aqueous solution. Water Science and Technology, 60(2), 329–337. http://doi.org/10.2166/wst.2009.315<br><br>Miller, S., Wofsy, S., Michalak, A., Kort, E., Andrews, A., & Biraud, S. et al. (2013). Anthropogenic emissions of methane in the United States. Proceedings Of The National Academy Of Sciences, 110(50), 20018-20022. http://dx.doi.org/10.1073/pnas.1314392110<br><br>Mohammadi, A., Manteghian, M., & Mirzaei, M. (2011). Effect of β-cyclodextrin on dissolution of methane in water. Chemical Engineering Research And Design, 89(4), 421-427. http://dx.doi.org/10.1016/j.cherd.2010.07.011<br><br>Myhre, G., Shindell, D., Bréon, F.-M., Collins, W., Fuglestvedt, J., Huang, J., … Zhan, H. (2013). 2013: Anthropogenic and Natural Radiative Forcing. Climate Change 2013: The Physical Science Basis. Contribution of Working Group I to the Fifth Assessment Report of the Intergovernmental Panel on Climate Change, 659–740. http://doi.org/10.1017/ CBO9781107415324.018<br><br>Powell, J., Townsend, T., & Zimmerman, J. (2015). Estimates of solid waste disposal rates and reduction targets for landfill gas emissions. Nature Climate Change. http://dx.doi.org/10.1038/nclimate2804Thoma. (2009). Measurement of Emissions from Produced Water Ponds: Upstream Oil and Gas Study #1, (October).<br><br>Zhang, C. X., Zhang, Z. N., Wang, Y. X., & Mebra, O. (2012). Methane distribution surrounding closed landfill sites in China. Environmental Technology, 33(18), 2159–2166. http://doi.org/10.1080/09593330.2012.660654 | ||
| </p> | ||
| </div> | ||
| </div> | ||
| </div> | ||
| </div> | ||
| <!-- bloc-16 END --> | ||
|
|
||
| <!-- Footer - bloc-18 --> | ||
| <div class="bloc bgc-white b-parallax bg-newyork d-bloc" id="bloc-18"> | ||
| <div class="container bloc-lg"> | ||
| <div class="row animated fadeIn"> | ||
| <div class="col-sm-12"> | ||
| <div class="row"> | ||
| <div class="col-sm-12"> | ||
| <h1 class="mg-md text-center"> | ||
| <strong>We are EcoPOSSe</strong> | ||
| </h1> | ||
| <h4 class="mg-md text-center "> | ||
| For nature, for Earth, for a better future<br> | ||
| </h4> | ||
| <div class="text-center"> | ||
| <a href="findings.html" class="btn btn-wire btn-lg">Find Out How</a> | ||
| </div> | ||
| </div> | ||
| </div> | ||
| </div> | ||
| </div> | ||
| </div> | ||
| </div> | ||
| <!-- Footer - bloc-18 END --> | ||
|
|
||
| </div> | ||
| <!-- Main container END --> | ||
|
|
||
|
|
||
| </body> | ||
| </html> |