if($navinfor['smalltext']=="") {
echo '';
}
else{
echo '
【摘 要】
:
'.$navinfor[smalltext].'
';
}
?>
$str = '';
$pd_record = explode(',', trim($navinfor['writer']));
$pd_record = array_filter($pd_record);
if(!empty($pd_record)){
$str .= '
【作 者】
:
';
foreach($pd_record as $writer){
$str .= '
'.$writer. ' ';
}
$str = trim($str,',').'
';
}
echo $str;
?>
if($navinfor['author_org']=="") {
echo '';
}
else{
echo '
【机 构】
:
'.$navinfor[author_org].'
';
}
?>
if($navinfor['befrom']=="") {
echo '';
}
else{
echo '
【出 处】
:
'.$navinfor[befrom].'
';
}
?>
if($navinfor['year']=="") {
echo '';
}
else{
echo '
【发表日期】
:
'.$navinfor[year].'年'.$navinfor[issue_num].'期
';
}
?>
$str = '';
$pd_record = explode(',', trim($navinfor['keyboard']));
$pd_record = array_filter($pd_record);
if(!empty($pd_record)){
$str .= '
【关键词】
:
';
foreach($pd_record as $keyboard){
$str .= '
'.$keyboard. ' ';
}
$str = trim($str,',').'
';
}
echo $str;
?>
if($navinfor['fund_info']=="") {
echo '';
}
else{
echo '
【基金项目】
:
'.$navinfor[fund_info].'
';
}
?>
论文部分内容阅读
近年来,有不少消防员在建筑火灾扑救中牺牲。通过调查2003—2014年12年间建筑火灾扑救中消防员牺牲的15起火灾案例,分析48名消防员牺牲的原因,原因包括建筑坍塌、吸入过量的有毒烟气、烫灼、触电、高坠等。其中坍塌是最主要的牺牲原因。对此提出了建筑火灾扑救中避免消防员牺牲的对策。
In recent years, many firefighters sacrificed in building fire fighting. Analyze the causes of 48 firefighters’ sacrifices by investigating the 15 fire cases sacrificed by firefighters during the 12-year period from 2003 to 2014 in construction firefighting. The reasons include the collapse of buildings, excessive inhalation of toxic fumes, scalding, electric shocks and high falls . Collapse is the most important cause of sacrifice. In this connection, the countermeasures to avoid the sacrifice of firefighters in building fire fighting are put forward.