<?php
if (!isset($_SERVER['PHP_AUTH_USER'])) {
	login_fail('Sorry, the username/password are necessary');
}
else {
	if ((!SearchInFile("PHD",$_SERVER['PHP_AUTH_USER']))&& 
			(!SearchInFile("MS2",$_SERVER['PHP_AUTH_USER']))&&
			(!SearchInFile("MS1",$_SERVER['PHP_AUTH_USER']))&&
			(!SearchInFile("MS0",$_SERVER['PHP_AUTH_USER']))&&
			(!SearchInFile("OTH",$_SERVER['PHP_AUTH_USER'])))
	{
		login_fail('Sorry, your username is not in our list');
	}			  			

	if ($_SERVER['PHP_AUTH_PW']=="70156667" /*|| $_SERVER['PHP_AUTH_PW']=="easylab9"*/) {
		$CurrUserNo = $_SERVER['PHP_AUTH_USER'];	
	}
	else {
		login_fail('Sorry, your password is wrong');
	}
}

function login_fail($mesg)
{
	header('WWW-Authenticate: Basic realm="常用暱稱"');
	header('HTTP/1.0 401 Unauthorized');
	echo $mesg;
	exit;
}

function SearchInFile($PesnClass, $m_no)
{
    $PESN_FILE = "PESN_".$PesnClass.".lst";
    $fp_r = @fopen( $PESN_FILE , "r" ) or die( "Can't open $PESN_FILE!" ) ;
    
	while(!feof($fp_r))
	{
	    $str = fgets($fp_r, 128);
	    if (sscanf($str,"%s %s %s %s",$no,$cname,$filename,$mailaddr)!=4)
	    	continue;
	    if ($no==$m_no)
	    {
	    	@fclose($fp_r);
	    	return true;
	    }
	}
	@fclose($fp_r);
	return false;
}	  
?>

<html>
<head>

<meta http-equiv="Content-Type" content="text/html; charset=utf-8">

<STYLE TYPE="text/css">
body {
    font:12pt;
    font-family: "Arial", "Times New Roman";
}    

li {
	font-weight: bold;
}
table.stats
{text-align: center;
font-family: "Arial", "標楷體";
font-weight: normal;
font-size: 14px;
color: #fff;
/*width: 280px;*/
background-color: #666;
border: 0px;
border-collapse: collapse;
border-spacing: 0px;}

table.stats td
{background-color: #DDD;
color: #000;
padding: 4px;
text-align: left;
border: 1px #fff solid;}

table.stats td.hed
{background-color: #666;
color: #fff;
padding: 4px;
text-align: left;
border-bottom: 2px #fff solid;
font-size: 12px;
font-weight: bold;} 
    
</STYLE>

</HEAD>

<body bgcolor=#ffffea>

<ol>
<li>MS thesis<br></li>
	<a href="Thesis Outline (shchien).doc">Outline sample1</a><br>
	<a href="outline-mhchen.doc">Outline sample2</a><br>
	<a href="Thesis-shchien-Two-Phase-Proportionating-revised.doc">Full thesis</a><br>
	<a href="what_one_has_learned.doc">Writing tech</a><br>
	<a href="mqos2005.ppt">Slide sample</a><br>
	<a href="example_posters.ppt">Poster sample1</a><br>
	<a href="weafon_poster.ppt">Poster sample2</a><br>
	<a href="tech_transfer_p2p.doc">Technology transfer sample</a> <br>
	<a href="related_work_edwardchu.pdf">How to survey related works</a> <span style="color:#ff0000; font-style:italic;">*New*</span><br>
	<p />

<li>Patent application<br></li>
	<ul>
	<li style="font-weight: 100;">via ITRI: <a href="patent-WebQoS.doc">sample</a></li>
	<li style="font-weight: 100;">via NCTU:	<a href="patent_040928.doc">sample</a>
					<a href="http://www.tlo.nctu.edu.tw/apply/apply02.php">required docs</a></li>
	</ul>
	<p />

<li>Contest<br></li>
        <a href="final_round.doc">Report sample</a><br>
        <a href="presentation.ppt">Slide sample</a><br>
        <p />

<li>Project<br></li>
        <a href="proposal-2005-06-intel.doc">Proposal sample1</a><br>
        <a href="NSC_Proposals.zip">Proposal sample2</a><br>
        <a href="NSC_content_report_2006.doc">Report sample</a><br>
        <p />

<li>Article<br></li>
        <a href="Outline2.doc">Independent study outline sample1</a><br>
        <a href="iSCSI_outline01.doc">Independent study outline sample2</a><br>
        <a href="article_packet_flow_final.ppt">Independent study slide</a><br>
        <a href="article_packet_flow.doc">Independent study article</a><br>
        <a href="article_insideopen.pdf">English article</a><br>
        <p />

<li>Travel report<br></li>
        <a href="9508_ydlin.doc">Report sample</a><br>
        <p />

<li>Work Experiences<br></li>
	<a href="Work_Model_Optimized.pptx">Work model optimized</a><span style="color:#ff0000; font-style:italic;">*New*</span><br>
	<a href="Work_Experiences_as_a_Developer_at_Mediatek.ppt">Work Experiences as a Developer at Mediatek</a> (<a href="Work_Experiences_as_a_Developer_at_Mediatek_Voice.mp3">Audio</a>)<span style="color:#ff0000; font-style:italic;">*New*</span><br>
	<p />

<li>SOP files<br></li>
        <a href="SOP_Research.doc">SOP_Research</a><br>
        <a href="SOP_SoC.doc">SOP_SoC</a><br>
        <a href="SOP_LinuxWall.doc">SOP_LinuxWall.doc</a>
		<span style="font-size:10pt;font-style:italic;">[MS Word]</span>
		&nbsp;&nbsp;&nbsp;&nbsp;
        <a href="SOP_LinuxWall.pdf">SOP_LinuxWall.pdf</a>
		<span style="font-size:10pt;font-style:italic;">[PDF]</span><br />
	<p />
<li>Thesis of Graduated Students<br></li>
	<table class="stats">
		<tr>
			<td class="hed">Year</td>
			<td class="hed">Thesis</td>
			<td class="hed">Name</td>
			<td class="hed">File</td>
		</tr>
                <tr>
                        <td>2016</td>
                        <td>OFBench: Performance test suite on OpenFlow switches<br />
                        OFBench: OpenFlow 交換器效能測試方法</td>
                        <td>王辰佑<br /> Chen-You Wang</td>
                        <td>(<a href="./thesis/2016_Chen_You_Wang_thesis.pdf">pdf</a>)<br />(<a href="./thesis/2016_Chen_You_Wang_file.zip">zip</a>)</td>
                </tr>
                <tr>
                        <td>2012</td>
                        <td>On the Accuracy of Automated GUI Testing for Embedded Systems<br />
                        提升嵌入式系統圖形化介面測試之精確度</td>
                        <td>Shang-Zhe Yu<br /> 余尚哲</td>
                        <td>(<a href="./thesis/2012_Shang-Zhe_thesis.pdf">pdf</a>)<br />(<a href="./thesis/2012_Shang-Zhe_thesis_file.zip">zip</a>)</td>
                </tr>
                <tr>
                        <td>2012</td>
                        <td>Identifying Malicious Applications by Behavioral Similarity on Android Platforms<br />
                        利用行為相似性偵測Android平台惡意應用程式</td>
                        <td>Chien-Hung Chen<br /> 陳健宏</td>
                        <td>(<a href="./thesis/2012_Chien-Hung_thesis.pdf">pdf</a>)<br />(<a href="./thesis/2012_Chien-Hung_file.zip">zip</a>)</td>
                </tr>
		<tr>
                        <td>2012</td>
                        <td>Identifying and Downsizing Packet Traces Triggering Defects in Networking Devices<br />
                        識別跟縮減觸發網通裝置錯誤的網路流量</td>
                        <td>Pawendtaoré Eliézer ZONGO<br /> 鍾艾利</td>
			<td>(<a href="./thesis/2012_Zongo_thesis.pdf">pdf</a>)<br />(<a href="./thesis/2012_Zongo_file.zip">zip</a>)</td>
                </tr>
		<tr>
                        <td>2011</td>
                        <td>Time-and-Energy Aware Computation Offloading in Handheld Devices to Coprocessors and Clouds<br />
                        手持式裝置上考慮耗時與耗電的運算量卸載至協同處理器與雲端處理</td>
                        <td>Ting-Jun Huang<br /> 黃霆鈞</td>
			<td>(<a href="./thesis/2011_Ting-Jun_thesis.pdf">pdf</a>)<br />(<a href="./thesis/2011_Ting-Jun_file.zip">zip</a>)</td>
                </tr>
		<tr>
			<td>2011</td>
			<td>Secure and Transparent Network Traffic Replay, Redirect and Relay in a Dynamic Malware Analysis Environment<br />
			動態惡意程式分析環境中安全及透明的網路流量之重播、重導及轉送</td>
			<td>Tzung-Bi Shih<br /> 施宗筆</td>
			<td>(<a href="./thesis/2011_Tzung-Bi_thesis.pdf">pdf</a>)<br />(<a href="./thesis/2011_Tzung-Bi_file.zip">zip</a>)</td>
		</tr>
		<tr>
                        <td>2011</td>
                        <td>Creditability-based Weighted Voting to Reduce False Positives and Negatives in Intrusion Detection<br />
			信譽基準的權重投票以減少入侵偵測的誤判漏判</td>
                        <td>Wei-Hsuan Tai<br /> 戴維炫</td>
			<td>(<a href="./thesis/2011_Wei-Hsuan_thesis.pdf">pdf</a>)<br />(<a href="./thesis/2011_Wei-Hsuan_file.zip">zip</a>)</td>
                </tr>
		<tr>
                        <td>2011</td>
                        <td>Reconfiguring Resolutions in Profiling Time and Energy on Android Applications<br />
                        調整解析度於剖析Android應用程式的耗時與耗電</td>
                        <td>Yu-Sheng Lai<br /> 賴育聖</td>
			<td>(<a href="./thesis/2011_Yu-Sheng_thesis.pdf">pdf</a>)<br />(<a href="./thesis/2011_Yu-Sheng_file.zip">zip</a>)</td>
                </tr>
		<tr>
                        <td>2011</td>
                        <td>Real Traffic Replay over WLAN with Environment Emulation<br />
                        在無線區域網路中運用環境仿真的真實流量重播</td>
                        <td>Pei-Hsuan Li<br /> 李佩璇</td>
			<td>(<a href="./thesis/2011_Pei-Hsuan_thesis.pdf">pdf</a>)<br />(<a href="./thesis/2011_Pei-Hsuan_file.zip">zip</a>)</td>
                </tr>
		<tr>
                        <td>2011</td>
                        <td>On Campus IPv6 Beta Site: Architecture, Operations and Lessons<br />
                        校園IPv6實驗網：架構、運作與經驗</td>
                        <td>Raghavendra.M.Kulkarni<br /> 柯瑞固</td>
			<td>(<a href="./thesis/2011_Raghu_thesis.pdf">pdf</a>)</td>
		</tr>
		<tr>
                        <td>2010</td>
                        <td>Automatic Analysis and Classification of Obfuscated Bots and Malware Binaries<br />
                        對混淆後之殭屍網路及惡意軟體自動化分析與分類</td>
                        <td>Yi-Ta Chiang<br /> 江易達</td>
			<td>(<a href="./thesis/2010_Yi-Ta_thesis.pdf">pdf</a>)</td>
                </tr>
		<tr>
                        <td>2010</td>
                        <td>Calibrating Parameters and Formula for Process-level Energy Consumption Profiling<br />
                        程序層級上耗電預估參數與公式的校正</td>
                        <td>Yun-Chien Yo<br /> 尤云千</td>
			<td>(<a href="./thesis/2010_Yun-Chien_thesis.pdf">pdf</a>)</td>
                </tr>
		<tr>
                        <td>2010</td>
                        <td>Stateful Traffic Replay on Application Proxies<br />
                        穩定網路流量重播至應用層代理伺服器</td>
                        <td>Peng-Yu Liao<br />廖鵬宇</td>
			<td></td>
                </tr>
		<tr>
                        <td>2010</td>
                        <td>In-kernel Relay for One-to-Many Streaming<br />
                        內核的一對多串流轉送技術</td>
                        <td>Chia-Fon Hung<br />洪家鋒</td>
                        <td>(<a href="./thesis/2010_Chia-Fon_thesis.pdf">pdf</a>)</td>
                </tr>
		<tr>
                        <td>2010</td>
                        <td>Enhancing QoE of Start-up Latency and Picture Quality for P2P Streaming with Scalable Video Coding<br />
                        改善起始延遲及畫面品質之使用者經驗於使用可調式視訊編碼的點對點串流系統</td>
                        <td>Wen-Chin Chen<br />陳玟瑾</td>
			<td>(<a href="./thesis/2010_Wen-Chin_thesis.pdf">pdf</a>)</td>
                </tr>
		<tr>
                        <td>2010</td>
                        <td>Extracting, Classifying and Anonymizing Packet Traces with Case Studies on False Positive/Negative Assessment<br />
                        萃取、分類及匿名封包流量與誤檔漏檔之個案研究</td>
                        <td>Sheng-Hao Wang<br />王聲浩</td>
			<td>(<a href="./thesis/2010_Sheng-Hao_thesis.pdf">pdf</a>)</td>
                </tr>
	</table>
</ol>
        
</body>
</HTML>
