ID)as $cat){
if($cat->term_id==SPONSOR_CAT_ID or $cat->category_parent==SPONSOR_CAT_ID){
#require __DIR__ . '/single-sp.php';
header('Location:' ."/");#never show sponsor post page in the 2021
exit;
}
}
$PAGE_ID = KEYNOTE_SPEAKER_PAGE_ID;
$SPEAKER_CAT_NAME = 'speakers';
include '_page_header.php';
$speaker_id = get_speaker_id_by_post_name($post);
$v = $wpdb->get_row('SELECT * FROM '.TBL_SPEAKERS.' WHERE post_id ='.$post->ID);
$imgsrc = $v->photo?$v->photo."?5":'/img/speaker/speaker.png';/*get_speaker_photo_imgsrc($speaker_id+0)*/;
?>
« Back to List
post_name; ?>
😊 Share this page to friends:
Copy link ';
/*?>
talk_title);
$speaker_name=addslashes($v->name);
$speaker_agenda = get_speaker_agenda_by_speaker_id($speaker_id,$speaker_title,$speaker_name);
if(!$speaker_agenda){ // fix for 陳煥宗
$speaker_agenda = get_speaker_agenda_by_speaker_anchor($post->post_name);
}
$TALK_TYPE_PREFIX = $speaker_agenda && $speaker_agenda->day<=2 ? '人工智慧' : '資料科學';
?>
演講] */ ?>
lecture_type;?>
talk_title)?>
talk_title)?str_replace('’',"'",$v->talk_title2):''?>
Time / Place:
desc_refined ? $v->desc_refined : $v->desc;
if($_desc){ ?>
talkfile_link, $v->anchor, $speaker_agenda->day);
if($talkfile_link_html){ echo'
演講'.SLIDE_FILE_TEXT.' ';echo$talkfile_link_html; } ?>
Abstract:
chair_id){ ?>
name = $v->name2;?>
Biography:
name?> name2?> website);
if(is_valid_link($website, true)){
$protocol = 'http';
$has_protocol = strpos($website,'//')!==false;
if(strpos($website, 'www.cs.ccu.edu.tw/~wtchu')!==false){
if($has_protocol){
$website = str_replace('http:','https:',$website);
}else{
$protocol = 'https';
}
}
$href = !$has_protocol ? $protocol.'://'.$website : $website;
?> Website:
company?> / position?>
me_desc_refined ? $v->me_desc_refined : $v->me_desc)?>
get_results("SELECT * FROM ".TBL_AGENDA." WHERE speaker_id REGEXP '(\\\\+|^)".$speaker_id."(\\\\+|$)' AND speaker_id not in ('105+106+73','74+76','77+78+79','80+81') AND speaker_id REGEXP '\\\\+'");
if($rows){
echo'Co-panelists: ';
$row = $rows[0];
$ary_speaker_id = explode('+', $row->speaker_id);
foreach($ary_speaker_id as$idx=>$sid){
if($sid==$speaker_id){continue;}
$speaker = $wpdb->get_row('SELECT * FROM '.TBL_SPEAKERS.' WHERE id='.$sid);
echo ''.$speaker->name .' '.$speaker->name2.' ';
if($idx';
}
?>
get_row('SELECT * FROM '.TBL_SPEAKERS.' WHERE hide=0 AND anchor="'.$prev->post_name.'"');
// echo "
";
// print_r($prev);
// echo " ";
}
?>
get_row('SELECT * FROM '.TBL_SPEAKERS.' WHERE anchor="'.$next->post_name.'"');?>
> Previouspost_name);?> « name2??$_speaker->name).' - '.($_speaker->talk_title??$_speaker->talk_title2) ?>
get_row('SELECT * FROM '.TBL_SPEAKERS.' WHERE anchor="'.$prev->post_name.'"'); ?>
> Nextpost_name);?> name2??$_speaker->name).' - '.($_speaker->talk_title??$_speaker->talk_title2) ?> »