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].'
';
}
?>
论文部分内容阅读
探索云服务信息素养的教育模式,通过实践,证明在高校图书馆信息素养教育中采用“云服务”方式的可行性。同时,对云服务信息素养教育平台的基本构架和翻转课堂教学流程图进行阐述,并给出了具体实施中的注意事项,以期发展出更符合时代、更具有实用性的信息素养教育模式。
To explore the education model of information literacy in cloud service, and to prove the feasibility of using “cloud service” in information literacy education in university libraries through practice. At the same time, it elaborates the basic framework of cloud information literacy education platform and the flow chart of overturning classroom teaching. At the same time, it points out the precautions in practical implementation, in order to develop a more practical model of information literacy education.