Professor Yao Shieh was invited to ICCE-Berlin by IEEE Consumer Electronics
Home
News
Professor Yao Shieh was invited to ICCE-Berlin by IEEE Consumer Electronics
‹›1
$(document).ready(function() {
PtDetail_25697_initOwl();
PtDetail_25697_resizeImage();
$(window).resize(function() {
PtDetail_25697_resizeImage();
});
});
function PtDetail_25697_resizeImage(){
if($(window).width() > 480){
$('#PtDetail_25697_ImageList1').show();
$('#PtDetail_25697_ImageList2').hide();
}else{
if($('#PtDetail_25697_ImageList1').children().length<2)
return;
$('#PtDetail_25697_ImageList1').hide();
$('#PtDetail_25697_ImageList2').show();
}
}
function PtDetail_25697_initOwl(){
// $('#PtDetail_25697_ImageList2').owlCarousel({
var PtDetail_25697_owl = $('#PtDetail_25697_ImageList2').owlCarousel({
items:1,
loop:true,
margin:10,
nav: true,
dots: true,
smartSpeed: 450,
// autoHeight:true,
autoplay:false,
responsive: {
320: {
items: 1
},
680: {
items: 5
}
}
});
tabCarousel(PtDetail_25697_owl,'#PtDetail_25697_ImageList2','Move Left','Move Right',"ImgDesc~@~@~@ImgDesc~@~@~@ImgDesc~@~@~@",'',0);
}
Professor Yao Shieh was invited to organize & chair an invited session of “Telemedicine” as well as to chair a plenary panel discussion of “consumer electronics @ healthcare” at the IEEE ICCE-Berlin 2013 conference (Sept. 8-11, 2013). This is an attempt of reaching out by the IEEE Consumer Electronics Society to make connection with healthcare. The invited session includes papers that depict the “Smart Clothes project” of Chang Gung University and an intelligent healthcare & promotion system, CareTogether Pro, developed at Chang Gung Memorial Hospital. The panel discussion features an unprecedented dialogue among consumer electronics engineers and healthcare professions in an IEEE conference. The panelists comprise a general surgeon who earned his MD degree from medical school of Stanford University, a professor from School of Medicine of Harvard University, an EE and system engineer graduated from MIT, a German University’s faculty with doctor of engineering degree and an EE engineer of PhD degree from TI research office in Germany. A trophy was awarded to Professor Shieh for the recognition of his contributions. In the picture taken at the revolving restaurant of the Berlin TV Tower are Professor Shieh (second left), his son, Dr. Shieh, a general surgeon with MD degree from the Medical School of Stanford University, USA, (left), his wife, Shawn, a US licensed gerontologist (center), Co-chair & treasurer of the ICCE-Berlin 2013 conference (second right), and President of IEEE Consumer Electronics Society(right).
Click Num:2147
$(document).ready(function() {
$.hajaxOpenUrl('/app/index.php?Action=mobileloadmod&Type=mobileptstatistic&Nbr=25697','#acc70557d0b4c075c4f6d0b70b67abc4d_PtStatistic_25697');
})
Print
Share
$(document).ready(function(){
var changeTime = typeof $("#changeTime")!='undefined'? $("#changeTime").val():0;
$('.share-type').find("a").each(function(i){
if((document.location.href).indexOf("Lang=")>0){
$(this).prop("href",$(this).prop("href").replace(/%23%23%23LINKURL%23%23%23/g,encodeURIComponent(document.location.href+"&ct="+changeTime)).replace(/%23%23%23LINKNAME%23%23%23/g,encodeURIComponent(document.title)));
}else{
if((document.location.href).indexOf("?")>0)
$(this).prop("href",$(this).prop("href").replace(/%23%23%23LINKURL%23%23%23/g,encodeURIComponent(document.location.href+"&Lang="+"&ct="+changeTime)).replace(/%23%23%23LINKNAME%23%23%23/g,encodeURIComponent(document.title)));
else
$(this).prop("href",$(this).prop("href").replace(/%23%23%23LINKURL%23%23%23/g,encodeURIComponent(document.location.href+"?Lang="+"&ct="+changeTime)).replace(/%23%23%23LINKNAME%23%23%23/g,encodeURIComponent(document.title)));
}
});
});
This function need to use the browser to support JavaScript normal operation
$(document).ready(function(){
$('.artctrl .addfav').click(function(){
ptdetail_addfav();
});
$('.share_btn').click(function(){
$(this).siblings('.shareto').toggle();
})
function ptdetail_addfav(){
if(popChkLogin()){
if($(".artctrl .addfav").hasClass("active")){
var url = "/app/index.php?Action=mobileaddtofav&Part=25697&Op=delfav";
}else{
var url = "/app/index.php?Action=mobileaddtofav&Part=25697&Op=addfav";
}
var a = [];
$.post(url,a,function(data){
d = eval("("+data+")");
if(d.stat)
$(".artctrl .addfav").addClass("active");
else
$(".artctrl .addfav").removeClass("active");
mCallBack(data);
});
}
else showPopDiv($('#_pop_login.mpopdiv'),$('#_pop_login.mpopdiv .mbox'));
}
function ptdetail_chkfav(){
var url = "/app/index.php?Action=mobileaddtofav&Part=25697&Op=chkfav";
var a = [];
$.post(url,a,function(data){
d = eval("("+data+")");
if(d.stat)
$(".artctrl .addfav").addClass("active");
});
}
ptdetail_chkfav();
$.hajaxOpenUrl("/app/index.php?Action=mobilestsns",'.shareto');
});