Notice : This page is outdated! '; $page_marquee.='Hello everybody! Welcome to the Mphil study webpage. Kit is now working very hard for his CS resaerch. You are welcome to leave comments or suggest readings to Kit. Thank you.'; $page_marquee=$_SESSION["message"].$page_marquee; $_page_top_banner='top_banner.jpg'; include '../modules/default.inc'; $_SESSION["message"]=''; $_SESSION["user"]["site_helper"]=''; // Include the page banner $page_banner_no_bgcolor=0; $page_banner='mphil_study.jpg'; include '../modules/page_banner.inc'; // Outdated title_line("Notice : This page is outdated","outdate"); // Start of content area if ($post=='Yes') helper("Your private message is submitted successfully.
Thanks for your note.",'red',"1"); // My photo echo "\n"; echo "\n"; echo "
"; echo "\n"; echo "      Hello all! I am Kit. Welcome to my Mphil study webpage!
      I am a Mphil student in the Department of Computer Science at the University of Hong Kong. My supervisor is Dr. Benjamin C.M. Kao. My research interests include Data Mining, Bioinformatics, Database, XML and Web Services, Electronic Commerce and Machine Learning. I am now working on the topics on Uncertain Data Mining and Bioinformatics research.
     I received my BSc degree (First Class Honour) in Computing Studies (Information Systems) from the Department of Computer Science at the Hong Kong Baptist University in 2004. Then I started working as a research assistant on a web mining project in the Agents, Machine-learning and Data-Mining Laboratory of the department. During the year of being a RA, I found that Computer Science research is very interesting, exciting and enjoyable. I decided to pursue a research degree in Computer Science. My ultimate goal is to achieve a Ph.D degree.
          Thanks Dr. Kao for giving me a chance to step into the world of CS research. Also, I would like to say thanks to Dr David W.L. Cheung, Prof. Jiming Liu, Dr. Zheng Sun, Dr. Li, Chun Hung, Dr. William Cheung and Dr. Stephen Chan , who helped and supported me a lot in my Mphil application. I will treasure this valuable opportunity and work very hard in my Mphil study."; echo "
\n"; // Research Interest title_line("My Research Interest","interest"); echo "\n"; echo "
"; echo "\n"; echo ""; echo ""; echo "
  Bioinformatics
  Uncertain Data Mining, Web Mining
\n"; echo "
"; echo "\n"; echo ""; echo ""; echo "
  Database
  Electronic Commerce
\n"; echo "
"; echo "\n"; echo ""; echo ""; echo "
  Machine Learning
  XML and Web Services
\n"; echo "
\n"; // Comment /* title_line("Leave private message to me","message"); if ($valid['name']=='invalid') helper("Please type in your name. Thanks","red","1"); else if ($valid['email']=='invalid') helper("Please type in your email address. Thanks","red","1"); else if ($valid['email_format']=='invalid') helper("Please type in a valid email address. Thanks","red","1"); else if ($valid['subject']=='invalid') helper("Please type in the subject of your message. Thanks","red","1"); else if ($valid['message']=='invalid') helper("Please type in the content of your message. Thanks","red","1"); echo "\n"; echo "\n"; echo "\n"; echo "\n"; echo "\n"; echo "\n"; echo "\n"; echo "\n"; echo "\n"; echo "\n"; echo "\n"; echo "\n"; echo "\n"; echo "\n"; echo "\n"; echo "\n"; echo "\n"; echo "\n"; echo "\n"; echo "\n"; echo "\n"; echo "\n"; echo "\n"; echo "
From *
Email address *
Subject *
Message *\n"; echo "
Suggested Reading\n"; echo "
\n"; */ /* // Paper list title_line("My Pre-Mphil Study Plan","study_plan"); echo "\n"; echo "\n"; echo "\n"; echo "\n"; echo "\n"; echo "\n"; echo "\n"; echo "\n"; echo "\n"; $query = "select * from `study_plan` order by index_order"; $result = mysql_query($query,$db_link) or die("Query failed : Failed to select the project list from database"); $color_flag=0; $count=1; while ($line=mysql_fetch_array($result, MYSQL_ASSOC)) { if ($color_flag==1) { $this_color=1; echo "\t\n"; $color_flag=0; } else if ($color_flag==0) { $this_color=0; echo "\t\n"; $color_flag=1; } $rowspan=1; if ($line['comment']!='') $rowspan++; if ($line['learnt']!='') $rowspan++; echo "\t\t\n"; echo "\t\t\n"; echo "\t\t\n"; echo "\t\t\n"; if ($line['status'] == 'Wait') echo "\t\t\n"; else if ($line['status'] == 'Reading') echo "\t\t\n"; else if ($line['status'] == 'Finished') echo "\t\t\n"; echo "\t\t\n"; echo "\n"; if ($line['comment']!='') { if ($this_color==1) echo "\t\n"; else if ($this_color==0) echo "\t\n"; echo "\n"; } if ($line['learnt']!='') { if ($this_color==1) echo "\t\n"; else if ($this_color==0) echo "\t\n"; echo "\n"; } $count++; } mysql_free_result($result); */ // Inlclude the neccessary close module include '../modules/default_close.inc'; ?>
 DateCategoryReadingStatusFinish Date
".$count."".$line['plan_date']."".$line['category']."".$line['name']."PendingReadingFinished".$line['finish_date']."
Comment : ".$line['comment']."
Things I have learnt : ".$line['learnt']."