﻿{"id":2,"date":"2015-09-28T10:53:17","date_gmt":"2015-09-28T10:53:17","guid":{"rendered":"https:\/\/airsenseur.org\/website\/?page_id=2"},"modified":"2017-07-29T23:58:37","modified_gmt":"2017-07-29T21:58:37","slug":"sample-page","status":"publish","type":"page","link":"https:\/\/airsenseur.org\/website\/","title":{"rendered":"Home"},"content":{"rendered":"<!-- shortcode slider --><div id=\"slider-3998\" class=\"shortcode clearfix slider  effect-scroll\">\n\t\n\t<ul class=\"slides\">\n<li><div class=\"slide-wrap\">\n<h3><span style=\"color: #ffffff; text-shadow: 2px 2px #002152;\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-4369 size-full\" src=\"https:\/\/airsenseur.org\/website\/wp-content\/uploads\/2015\/10\/Graphs_Header.png\" alt=\"Graphs Strip View\" width=\"1024\" height=\"296\" srcset=\"https:\/\/airsenseur.org\/website\/wp-content\/uploads\/2015\/10\/Graphs_Header.png 1024w, https:\/\/airsenseur.org\/website\/wp-content\/uploads\/2015\/10\/Graphs_Header-300x87.png 300w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/span><\/h3>\n<h3><span style=\"color: #ffffff; text-shadow: 2px 2px #002152;\">Interest in mobile low-cost sensors, targeted to\u00a0air quality monitoring for regulatory purposes, laboratory of private citizens, is rapidly growing.<\/span><\/h3>\n<\/div><\/li>\n<li><div class=\"slide-wrap\">\n<h3><span style=\"color: #ffffff; text-shadow: 2px 2px #002152;\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-4371 size-full aligncenter\" src=\"https:\/\/airsenseur.org\/website\/wp-content\/uploads\/2015\/10\/Oscilloscope_Header.png\" alt=\"Oscilloscope Strip View\" width=\"1024\" height=\"296\" srcset=\"https:\/\/airsenseur.org\/website\/wp-content\/uploads\/2015\/10\/Oscilloscope_Header.png 1024w, https:\/\/airsenseur.org\/website\/wp-content\/uploads\/2015\/10\/Oscilloscope_Header-300x87.png 300w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/span><\/h3>\n<h3><span style=\"color: #ffffff; text-shadow: 2px 2px #002152;\">Several sensor systems have been developed, but none of them fits all needs and are generally subjected to confidentiality of the intellectual property rights.<\/span><\/h3>\n<\/div><\/li>\n<li><div class=\"slide-wrap\">\n<h3><span style=\"color: #ffffff; text-shadow: 2px 2px #002152;\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-4375 size-full\" src=\"https:\/\/airsenseur.org\/website\/wp-content\/uploads\/2015\/10\/Licences_Header.png\" alt=\"Licences Strip View\" width=\"1024\" height=\"296\" srcset=\"https:\/\/airsenseur.org\/website\/wp-content\/uploads\/2015\/10\/Licences_Header.png 1024w, https:\/\/airsenseur.org\/website\/wp-content\/uploads\/2015\/10\/Licences_Header-300x87.png 300w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/>The AirSensEUR framework fills the gaps and aims to become the low cost, open reference framework for air pollution monitoring systems.<\/span><\/h3>\n<\/div><\/li>\n<\/ul><\/div>\n\t<script type=\"text\/javascript\">\n\t(function($){\n\t\t$(window).load(function() {\n\t\t\tvar $slider_slides = $(\"#slider-3998 .slides\");\n\t\t\t$slider_slides.find( \"> br, > p\" ).remove();\n\t\t\t$slider_slides.carouFredSel({\n\t\t\tresponsive: true,\n\t\t\t\tprev: \"#slider-3998 .carousel-prev\",\n\t\t\t\tnext: \"#slider-3998 .carousel-next\",\n\t\t\t\tpagination: \"#slider-3998 .carousel-pager\",\n\t\t\tcircular: true,\n\t\t\tinfinite: true,\n\t\t\tauto: {\n\t\t\t\tplay : true,\n\t\t\t\ttimeoutDuration: 10*1000,\n\t\t\t\tduration: 1*1000,\n\t\t\t\tpauseOnHover: false\n\t\t\t},\n\t\t\tswipe: true,\n\t\t\tscroll: {\n\t\t\t\titems: 1,\n\t\t\t\tduration: 1*1000,\n\t\t\t\tfx: \"scroll\"\n\t\t\t},\n\t\t\titems: {\n\t\t\t\tvisible: {\n\t\t\t\t\tmin: 1,\n\t\t\t\t\tmax: 1\n\t\t\t\t},\n\t\t\t\twidth: 120\n\t\t\t},\n\t\t\tonCreate : function (){\n\t\t\t\t\t$(\".slider\").css( {\n\t\t\t\t\t\"height\": \"auto\",\n\t\t\t\t\t\"visibility\" : \"visible\"\n\t\t\t\t});\n\t\t\t}\n\t\t});\n\t\t\t\n\t\t\tvar tscsDidResize = false;\n\t\t\t$(window).on(\"resize\", function() {\n\t\t\t\ttscsDidResize = true;\n\t\t\t});\n\t\t\tsetInterval(function() {\n\t\t\t\tif ( tscsDidResize ) {\n\t\t\t\t\ttscsDidResize = false;\n\n\t\t\t\t\t$(\".slides\").each(function(){\n\t\t\t\t\t\tvar heights = [],\n\t\t\t\t\t\t\tnewHeight,\n\t\t\t\t\t\t\t$self = $(this);\n\t\t\t\t\t\t$self.find(\"li\").each( function() {\n\t\t\t\t\t\t\theights.push( $(this).outerHeight() );\n\t\t\t\t\t\t});\n\t\t\t\t\t\tnewHeight = Math.max.apply( Math, heights );\n\t\t\t\t\t\t$self.outerHeight( newHeight );\n\t\t\t\t\t\t$(\".caroufredsel_wrapper\").outerHeight( newHeight );\n\t\t\t\t\t});\n\n\t\t\t\t}\n\t\t\t}, 500);\n\n\t});\n\t})(jQuery);\n\t<\/script> <!-- \/shortcode slider -->\n<p style=\"text-align: center;\"><a href=\"https:\/\/airsenseur.org\/website\/?p=4379\" class=\"shortcode button large rounded blue \" style=\"\" target=\"\" onclick=\"\">Tell me\u00a0more<\/a>\n<p style=\"text-align: left;\"><code><style>\n#short_code_si_icon img \n {width:32px; \n}\n.scid-1 img \n{\nwidth:32px !important; \n}\n<\/style><div id='short_code_si_icon' style='text-align:center;' class='acx_fsmi_float_fix scid-1'><a href='http:\/\/www.twitter.com\/AirSensEUR' target='_blank'   title='Visit Us On Twitter'><img src='https:\/\/airsenseur.org\/website\/wp-content\/plugins\/floating-social-media-icon\/images\/themes\/19\/twitter.png' style='border:0px;' alt='Visit Us On Twitter' height='32px' width='32px' \/><\/a><a href='http:\/\/www.facebook.com\/airsenseur' target='_blank'  title='Visit Us On Facebook'><img src='https:\/\/airsenseur.org\/website\/wp-content\/plugins\/floating-social-media-icon\/images\/themes\/19\/facebook.png' style='border:0px;' alt='Visit Us On Facebook' height='32px' width='32px' \/><\/a><a href='https:\/\/www.youtube.com\/channel\/UCvpgo3DMcskJyns8G9ouMKA' target='_blank'  title='Visit Us On Youtube'><img src='https:\/\/airsenseur.org\/website\/wp-content\/plugins\/floating-social-media-icon\/images\/themes\/19\/youtube.png' style='border:0px;' alt='Visit Us On Youtube' height='32px' width='32px' \/><\/a><\/div><\/code><\/p>\n<div id=\"themify_builder_content-2\" data-postid=\"2\" class=\"themify_builder_content themify_builder_content-2 themify_builder themify_builder_front\">\n\t<\/div>\n<!-- \/themify_builder_content -->","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"open","template":"","meta":{"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"class_list":["post-2","page","type-page","status-publish","hentry","has-post-title","no-post-date","no-post-category","no-post-tag","has-post-comment","no-post-author"],"_links":{"self":[{"href":"https:\/\/airsenseur.org\/website\/wp-json\/wp\/v2\/pages\/2","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/airsenseur.org\/website\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/airsenseur.org\/website\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/airsenseur.org\/website\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/airsenseur.org\/website\/wp-json\/wp\/v2\/comments?post=2"}],"version-history":[{"count":38,"href":"https:\/\/airsenseur.org\/website\/wp-json\/wp\/v2\/pages\/2\/revisions"}],"predecessor-version":[{"id":4708,"href":"https:\/\/airsenseur.org\/website\/wp-json\/wp\/v2\/pages\/2\/revisions\/4708"}],"wp:attachment":[{"href":"https:\/\/airsenseur.org\/website\/wp-json\/wp\/v2\/media?parent=2"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}