訪問學人(Visiting Scholars)

The Sex Center has been hosting visiting scholars and researchers from all over the world. If you have funding and would like the Center to act as hosting institution, please write to Professor Josephine Ho at intermargins@gmail.com

prepare("select * from scholar order by id asc"); $stmt -> execute(); while($sch=$stmt->fetch()){ echo "
  • "; echo "

    ".$sch["name"]."

    "; echo "

    ".$sch["sdate"]."-
    ".$sch["edate"]."

    "; echo "
  • "; echo "
  • ".$sch["cv"]."
    ".$sch["addition"].""; echo "
"; } ?>