人工智慧 ╳ 資料科學
人工智慧
資料科學
*/ ?>
speakers (exclude: SPECIAL_SPEAKER_CAT_ID, 'posts_per_page'=>999, 'fields'=>'ids'])) . ' Special Speakers & '; ?>get_results('SELECT * FROM ' . TBL_SPEAKERS . ' WHERE hide=0 AND conf IN ("AIK","DSK")')); ?> Keynote Speakers) " />
Search
Order by Name:
TOPIC_SPEAKER_CAT_ID, 'posts_per_page' => TOPIC_SPEAKER_TOTAL_NUM)); } //$ary_agenda_day = array('','11/18 (Fri.)','11/19 (Sat.)','10/8 (Fri.)'); //It's already set in wp-config.php $ary_room = get_agenda_room(TRUE); foreach ($a as $v) { $background_pos = ''; if (IS_GOOGLE_EXCEL_DATA) { $speaker_id = $v->id; $name = $v->name; $anchor = $v->anchor ?? "speaker-" . $speaker_id; $conf = strtolower($v->conf); $v_name2 = $v->name2; // if(strpos($v_name2,'(')!==false && strpos($v_name2,')')!==false){ //first for 林鉦育 (aha) // $v_name2 = explode('(',$v_name2)[1]; // $v_name2 = explode(')',$v_name2)[0]; // } $en_name1 = $v_name2 ?? $name; $en_name2 = ''; $title = $v->talk_title ?? $v->talk_title2; $position = $v->position; $website = get_speaker_website(strpos($v->website, "網站") !== false ? "" : $v->website); # default palceholder like "https://網站00" in 2023 $company = $v->company; $imgsrc = $v->photo ? $v->photo . FE_VER : '/img/speaker/speaker.png'; //get_speaker_photo_imgsrc($speaker_id, $ary_allow_photo_ext); $desc = pangu($v->me_desc_refined ? $v->me_desc_refined : $v->me_desc); if ($v->left and $v->top) { $background_pos = ';background-position:' . $v->left . ' ' . $v->top; } } else { $speaker_id = $v->ID; $name = $v->post_title; #__get_fake_words($ary_demo_words, 3); $conf = get_conf_first_value($v->ID); $en_name1 = get_post_meta($v->ID, 'en_name', true); # __get_fake_words($ary_demo_en_words, 4); $en_name2 = ''; #__get_fake_words($ary_demo_en_words, 4); $title = get_post_meta($v->ID, 'talk_title', true); # '是了時家花手國強急'; $position = get_post_meta($v->ID, 'position', true); # '話心吸技我,當指古合西史感'; $website = get_website_by_post_id($v->ID); $company = get_post_meta($v->ID, 'company', true); $img = get_post_meta($v->ID, 'photo', true); $img = wp_get_attachment_image($img, 'medium'); preg_match('/ src=".*?"/', $img, $m); $imgsrc = isset($m[0]) ? $m[0] : ''; $imgsrc = imgsrc_rm_domain($imgsrc); $desc = strip_tags($v->post_content); #__get_fake_words($ary_demo_words, 20); } // end IS_GOOGLE_EXCEL_DATA extract(_get_topic_speaker_title($title)); #20171025 Add START $speaker_agenda = get_speaker_agenda_by_speaker_id($speaker_id, $v->title, $name); if ($_SERVER['REMOTE_ADDR'] == '61.222.27.93') { //$sql = "SELECT * FROM ".TBL_AGENDA." WHERE speaker_id like '%${$v->title}%' and speaker_id like '%${name}%'"; //print_r($sql); } $talktime = get_talktime($speaker_agenda/*, $ary_room , $ary_agenda_day*/); #20171025 Add END $conf = 'ai'; #force to "ai" after conf2021 echo '
' . '
' . $title . '
' . $en_name1 . '
' . trim($company) . '
' . implode('``', array( $desc, '🌟 ' . $name, $en_name1, $en_name2, $position, $title_origin, $company, $talktime )) . '
'; } ?>
@media screen and (max-width:767px){ html,body{overflow-x:hidden} } ?>