/* 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='Research Publication'; include '../tracking/track.inc'; // Inlclude the neccessary modules $_PAGE['title'] = 'Research Publication'; $page_marquee='Kit is very interested in Computer Science research.'; $_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='research_publication.jpg'; include '../modules/page_banner.inc'; // My photo helper ("This is a list of Kit's publications.","","1"); if ($display=='') $display='field'; echo "
| Order the publications by their "; if ($display=='field') echo "date of publish / research fields"; else if ($display=='date') echo "date of publish / research fields"; echo ". |
| ".++$field_count;
if ($publication[$i]['to_appear']==1)
echo " To Appear"; echo " | \n";
/*
echo "";
echo strtoupper($publication[$i]['category']);
if ($publication[$i]['paper_type']!='' && $publication[$i]['paper_type']!='Regular paper')
echo " (".$publication[$i]['paper_type'].")"; if ($publication[$i]['to_appear']==1) echo " (To Appear)"; echo " | \n";
*/
echo "";
echo $publication[$i]['author'].", ";
if ($publication[$i]['paper_url']!='')
echo " Acceptance rate: ".$publication[$i]['r_accept_rate']; if ($publication[$i]['r_accept_rate_up']!='') echo " (".$publication[$i]['r_accept_rate_up']." / ".$publication[$i]['r_accept_rate_low'].")"; } else if ($publication[$i]['r_accept_rate']!='' && $publication[$i]['s_accept_rate']!='') { echo" Acceptance rate: ".$publication[$i]['r_accept_rate']; if ($publication[$i]['r_accept_rate_up']!='') echo " (".$publication[$i]['r_accept_rate_up']." / ".$publication[$i]['r_accept_rate_low'].")"; echo " for regular paper, "; echo $publication[$i]['s_accept_rate']; if ($publication[$i]['s_accept_rate_up']!='') echo " (".$publication[$i]['s_accept_rate_up']." / ".$publication[$i]['s_accept_rate_low'].")"; echo " for short paper."; } echo " | \n";
}
echo "