/*
Studies on Web Usability
About this file
===============
This page is the index page
*/
session_start();
// Register all the neccessary session variables in this index page
include '../configuration/session_variables.php';
// Include the configuration variables
include '../configuration/config.php';
// Create a database connection to kit database
include '../configuration/connect_db.php';
// Include the tracking
$track_page_name='Mphil Study';
include '../tracking/track.inc';
// Inlclude the neccessary modules
$_PAGE['title'] = 'Mphil Study'
;
$page_marquee='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("","outdate");
// Start of content area
if ($post=='Yes')
helper("Your private message is submitted successfully.
Thanks for your note.",'red',"1");
// My photo
echo "
";
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 " |
";
echo "
| ";
echo "
| ";
echo "
|
| \n"; echo " | Date | \n"; echo "Category | \n"; echo "Reading | \n"; echo "Status | \n"; echo "Finish Date | \n"; echo "||
| ".$count." | \n"; echo "\t\t".$line['plan_date']." | \n"; echo "\t\t".$line['category']." | \n"; echo "\t\t".$line['name']." | \n"; if ($line['status'] == 'Wait') echo "\t\t".$line['finish_date']." | \n"; echo "|||
| Comment : ".$line['comment']." | |||||||
| Things I have learnt : ".$line['learnt']." | |||||||