The Wayback Machine - https://web.archive.org/web/20191226155019/http://ir.sia.cn/handle/173321/10234
Application Study on Internet of Things in Environment Protection Field
Li SX(李世兴) ; Wang H(王宏) ; Xu T(徐涛) ; Zhou GP(周桂平)
作者部门 工业信息学研究室
会议名称 2011 3rd International Asia Conference on Informatics in Control, Automation and Robotics
会议日期 December 24-25, 2011
会议地点 Shenzhen, China
会议录名称 Lecture Notes in Electrical Engineering
出版者 Springer Verlag
出版地 Heidelberg, Germany
2011
页码 99-106
收录类别 EI
EI收录号 20120814781381
产权排序 1
关键词 Environment
Internet Of Things
On-line Monitor
摘要 The conception of internet of things (IoT) and current situation are introduced and the disadvantages of traditional environment on-line monitor systems are discussed. According to the demands of environment protection and management, a basic framework of the environment internet of things is presented. The structure of the environment IoT contains three layers, namely data collection and process layer, network layer and application layer. Different layers play different parts in the environment IoT. Further, the cloud computing application is mentioned. In general, IoT is feasible and has a favorable prospect in the environment protection field in future.
语种 英语
文献类型 会议论文
条目标识符 http://ir.sia.cn/handle/173321/10234
专题 工业信息学研究室
作者单位 1.Shenyang Institute of Automation, Chinese Academy of Sciences, Shenyang 110016, China 2.Graduate University, Chinese Academy of Sciences, Beijing 100039, China 3.Institute of Industry Technology Guangzhou, Chinese Academy of Sciences, Guangzhou 511458, China
推荐引用方式 GB/T 7714
Li SX,Wang H,Xu T,et al. Application Study on Internet of Things in Environment Protection Field[C]. Heidelberg, Germany:Springer Verlag,2011:99-106.
文件名:
Application Study on Internet of Things in Environment Protection Field.pdf
格式:
Adobe PDF
除非特别说明,本系统中所有内容都受版权保护,并保留所有权利。
";
}
//$("#tab-sci-citation").show();
$("#sci-citation-data").html(html);
}
if(!flag)
{
$("#sci-citation-data").html("无");
$("#sci-citation-data").css("color","#999");
}
},
"html");
}
if(document.getElementById("cscd-citation-data")!=null)
{
$.get(""+"/get-cscd-citation",
{
item_id:15407,
timeid:new Date().getTime()
},
function(data){
if(data.length>10)
{
var data = eval('('+data+')');
$("#sci-citation-data").css("color","#000");
var html="";
if(data!=null && data.cscd_citataion[0].timesCited!=null && data.cscd_citataion[0].timesCited!="")
{
if(data.cscd_citataion[0].citingArticlesURL!=null)
{
flag=true;
html+="被引频次:
"+data.cscd_citataion[0].timesCited+" [CSCD] ";
}
else if(data.cscd_citataion[0].timesCited=="0")
{
flag=true;
html+="被引频次[CSCD]:"+data.cscd_citataion[0].timesCited+", ";
}
if(data.cscd_citataion[0].sourceURL!=null)
{
html+="
[CSCD记录] ";
}
if(data.cscd_citataion[0].relatedRecordsURL!=null)
{
html+="
[CSCD相关记录] ";
}
$("#cscd-citation-data").html(html);
}
else
{
$("#cscd-citation-data").html("无");
$("#cscd-citation-data").css("color","#999");
}
//$("#tab-sci-citation").show();
}
/*if(data!=null && data.citation_count!=null && data.citation_count!="-1")
{
//$("#tab-cscd-citation").show();
$("#cscd-citation-data").html("被引频次[CSCD]:"+data.citation_count);
}*/
else
{
$("#cscd-citation-data").html("无");
$("#cscd-citation-data").css("color","#999");
}
},
"html")
}
$(".pager").pager({ lang: true, pagenumber: currentPage, pagecount: pageCount, buttonClickCallback: PageClick });
$(".class-view-swf").click(function() {
var id=this.id.substring(this.id.lastIndexOf("-")+1);
if(id!="")
{
/*--var bitHandle=document.getElementById("span-view-swf-"+id);
if(bitHandle!=null && bitHandle.innerHTML!="")
{
var swf=baseURL+"/get-swf?bitHandle="+bitHandle.innerHTML;
displaySWF(swf);
}
else*/
{
var imgLoading=document.getElementById("id-view-swf-loading-"+id);
imgLoading.style.display = "";
$.get(""+"/bitstream",
{
orignalBitID:id,
itemID:15407,
method:"get-swf-bit",
timeid:new Date().getTime()
},
function(data){
imgLoading.style.display = "none";
if(data.substring(0,2)=="ok")
{
data=data.substring(3);
displaySWF(baseURL+"/get-swf?bitHandle="+data);
}
else
alert("暂不允许浏览");
},
"html")
}
}
});
$(".class-view-video").click(function() {
var id=this.id.substring(this.id.lastIndexOf("-")+1);
if(id!="")
{
var imgHandle=document.getElementById("span-view-video-img-"+id).innerHTML;
var videoHandle=document.getElementById("span-view-video-"+id).innerHTML;
document.getElementById("div-video-title").innerHTML = document.getElementById("span-bit-name-"+id).innerHTML;
jwplayer("myElement").setup({
width:620,
height:480,
file:videoHandle,
image: imgHandle,
primary: "flash"
});
}
});
setTimeout(function () {
var editorone=document.getElementById("editor1");
if(editorone!=null)
CKEDITOR.replace('editor1');
CKEDITOR.replace('editor2');
CKEDITOR.replace('editor3');
CKEDITOR.replace("editor4");
},500);
$("#div_modify_comment").on('show.bs.modal', function(){
var $this = $(this);
var $modal_dialog = $this.find('.modal-dialog');
$this.css('display', 'block');
$modal_dialog.css({'margin-top': Math.max(0, ($(window).height() - $modal_dialog.height()) / 2) });
});
});
/*
function commitForm(action,obj)
{
$("#callURL").attr("value",window.location.href);
if(action=="add")
{
var editor_data = CKEDITOR.instances.editor1.getData();
//var editor_data = $("#editor1").attr("value");
if(editor_data=="")
{
alert("请输入评论内容");
}
else
submitForm('add',editor_data,'0');
}
else if(action=="del")
{
if (confirm('您确定要删除吗?'))
{
var id=obj.id.replace("delete_","")
submitForm('delete','',id);
}
}
}*/
function displaySWF()
{
var loopedSlider=document.getElementById("loopedSlider");
var viewerPlaceHolders=getElementsByClass(loopedSlider, "viewerPlaceHolder", "div");
if(viewerPlaceHolders!=null)
{
for(var i=0; i
3 && data.substring(0,2)=="ok")
{
data=data.substring(3);
submitAlert('succeed',data);
document.getElementById("commentFormObjection").reset();
$("#item-comment").hide();
CKEDITOR.instances.editor2.setData("");
getCaptcha(baseURL, "objection");
//setTimeout("resetForm('commentFormObjection');",3000);
}
else
{
submitAlert('error',data);
}
//setTimeout("refreshThis();",1000);
},
"html")
}
function commitFeedbackForm()
{
var value_editor_data = CKEDITOR.instances.editor3.getData();
var value_input_title;
var value_email;
var value_code;
var input_title = document.getElementById("input-title-feedback");
value_input_title = input_title.value.trim();
if(value_input_title=="")
{
alert("请填写标题");
return;
}
if(value_editor_data.trim()=="")
{
alert("请输入反馈内容");
return;
}
var logined=false;
if(!logined)
{
var input_email = document.getElementById("input-email-feedback");
value_email=input_email.value.trim();
value_code=document.getElementById("input-code-objection").value;
var input_code = document.getElementById("input-code-feedback");
value_code=input_code.value;
if(value_code=="")
{
alert("请输入验证码");
return;
}
}
submitAlert('loading','正在提交...');
$.post(baseURL+"/comment",
{
"type":"feedback",
"content":value_editor_data,
"resourceID":'15407',
"title":value_input_title,
"email":value_email,
"code":value_code,
"num":Math.random()
},
function(data){
if(dialog!=null)
dialog.close();
if(data.length>3 && data.substring(0,2)=="ok")
{
data=data.substring(3);
submitAlert('succeed',data);
document.getElementById("commentFormFeedback").reset();
$("#item-comment").hide();
CKEDITOR.instances.editor3.setData("");
getCaptcha(baseURL, "feedback");
//setTimeout("resetForm('commentFormObjection');",3000);
}
else
{
submitAlert('error',data);
}
},
"html")
}
function submitForm(action, comment, comment_id)
{
submitAlert('loading','正在提交...');
$("#commentCurrPage").attr("value",1);
$.post(baseURL+"/comment",
{
"comment":comment,
"action":action,
"resourceID":'15407',
"commentID":comment_id
},
function(data){
submitAlert('succeed',data);
setTimeout("refreshThis();",1000);
},
"html")
}
function refreshThis()
{
$("#commentCurrPage").attr("value",1);
$("#rndComment").attr("value",new Date().getTime());
$("#viewItemForm").submit();
}
var dialog;
function submitAlert(iconName, text)
{
dialog=art.dialog({
title:'提示',
drag: false,
resize: false,
lock: true,
background: '#ccc', // 背景色
opacity: 0.57, // 透明度
content: text,
icon: iconName,
ok:true
});
}
function resetForm(formName)
{
if(dialog!=null)
dialog.close();
document.getElementById(formName).reset();
if(formName=="")
CKEDITOR.instances.editor2.setData("");
}
function alertLogin()
{
dialog=art.dialog({
title:'提示',
drag: false,
resize: false,
lock: true,
background: '#ccc', // 背景色
opacity: 0.57, // 透明度
content: '请您先登录!',
icon: 'warning',
ok:function () {
window.location.href=baseURL+"/password-login";
return true;
},
cancelVal: '取消',
cancel: true
});
}
PageClick = function(pageclickednumber) {
$(".pager").pager({ lang: true, pagenumber: pageclickednumber, pagecount: pageCount, buttonClickCallback: PageClick });
$("#commentCurrPage").attr("value",pageclickednumber);
$("#rndComment").attr("value",new Date().getTime());
$("#viewItemForm").submit();
}
function newReplay()
{
//var logined='false';
//if(logined=="true")
//{
$("#item-comment").show();
window.location.href=window.location.href+"#new_comment";
//}
//else
//{
// alertLogin();
//}
}
function showDetails(id) {
id="div_details_"+id;
dialog=art.dialog({
title:'详细信息',
drag: false,
width:800,
resize: false,
lock: true,
background: '#ccc', // 背景色
opacity: 0.57, // 透明度
content: $("#"+id).html(),
});
}
function submitComment () {
var comment_id = $("#comment_id").val();
var editor_data = CKEDITOR.instances.editor4.getData();
if(editor_data==="")
{
alert("请输入评论内容");
return;
}
$.post(baseURL+"/comment",
{
"type":"comment",
"commentID":comment_id,
"action":"modify",
"content":editor_data,
"num":Math.random()
},
function(data){
if(data.substring(0,2)=="ok")
submitAlert('succeed',data.substring(3));
else
submitAlert('error',data);
CKEDITOR.instances.editor4.setData("");
setTimeout("refreshThis();",1000);
},
"html");
}
function modifyComment(obj)
{
var comment_id=obj.id.replace("modify_","")
$("#comment_id").val(comment_id);
CKEDITOR.instances.editor4.setData($("#comment_"+comment_id).val());
$("#div_modify_comment").modal();
}
$(function(){
$(".table.detailed-table").parent().addClass("tabel-body");
});
修改评论