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].'
';
}
?>
论文部分内容阅读
目前在国际上有两个流行的,普遍为人们所接受的说法:一是下一个世纪是信息化的世纪;一是下一个世纪是中国的世纪。把这两个说法加在一起,就是说下一个世纪是信息化的、中国的世纪。很难设想,如果不实现信息化,下一个世纪会是中国的世纪。或者说,下一个世纪中国一定要实现信息化。
There are currently two popular and universally accepted views in the world: First, the next century is the century of informationization; first, the next century is the century of China. Adding these two statements together means that the next century is informative and China’s century. It is hard to imagine that without informatization, the next century will be the century of China. Or, the next century, China must achieve information technology.