þÿ<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>HCI Lab. @ Yonsei</title> <meta http-equiv="Content-Type" content="text/html; charset=EUC-KR" /> <link rel="stylesheet" href="style.css" type="text/css" /> <script type = "text/javascript"> numOfImages =7; function chooseMainImage() { currentImageNo = Math.floor(Math.random()*numOfImages + 1); //alert(currentImageNo); main_img.src = "images/index/" + currentImageNo + ".jpg"; } </script> </head> <body onload = "chooseMainImage()"> <div id="outerBox"> <!-- start box --> <div id="inner_box"> <div id="top"></div><!-- top background --> <!-- start middle content --> <div id="inner_middle"> <!-- start nav --> <div id="nav"> <!-- start logo --> <div id="logo"> <h1><a href="index.html"><img src = "images/hcilabatyonsei.gif" hspace = "10" height = "36" border = "0" align = "center" />HCI Lab<span> @Yonsei</span></a></h1> </div> <!-- end logo --> <!-- start menu --> <div id="menu"> <ul> <li><a href="abouthci.html">HCI</a></li> <li><a href="regularmembers.html">PEOPLE</a></li> <li><a href="workingprojects.html">Projects</a></li> <li><a href="internationaljournals1.html">Papers</a></li> <li><a href="freeboard.html">Boards</a></li> <li><a href="blog.html">Blog</a></li> </ul> </div> <!-- end menu --> </div> <!-- end nav --> </div> <!-- start main table--> <div id="middle_content"> <div id="main_table"> <table border = "0" height = "402px"> <tr> <td valign = "top" rowspan = "3" width = "500px" > <img id = "main_img" width = "500px" height = "402px" border = "0" /> </td> <td valign = "top" align = "left"> <div id = "hciLabNews"><img src = "images/circular_arrow.gif" /> HCI Lab News</div> <div id = "hciLabNewsContent"> </div> </td> </tr> <tr> <td valign = "top" align = "left"> <div id = "course"><img src = "images/circular_arrow.gif" /> New Paper</div> <div id = "courseContent">Lee, I., Kim, J., Choi, B. Hong, S.(2010) <br/>Measurement Development for Cultural Characteristics of <br/> Mobile Internet Users at the Inidividual Level<br/><br/> Kim, H., Choi, H. Kim, J. (2010)<br/> A Comprative Study of the Effects of Low and High <br/>Uncertainty Avoidance </div> </td> </table> </div> <!-- end main table--> <!-- start main text --> <div id="main_text"> <div id="welcome"> <h2>HCI Lab @ Yonsei University, Korea</h2> <p><a href="index.html">#613, School of Business, Yonsei University, 134 Shinchon-Dong, Seodaemun-Gu, Seoul 120-749, Korea <br>Tel)+822-2123-2528 Fax)+822-364-7828</p> </div> </div> <!-- end main text --> </div> <!-- end middle content --> <div id="bottom"></div><!-- bottom background --> </div> <!-- end box --> </div> </body> </html>