<?xml version="1.0"  encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">


<script language=VBS>
function blen(xs)              '檢測中英文夾雜字串實際長度
  xl = len(xs)
  for i=1 to len(xs)
	if asc(mid(xs,i,1))<0 then xl = xl + 1
  next
  blen = xl
end function

function xStdTime(dt)  '轉成民國年及時間  999/99/99 10:00 給資料型態為DateTime 使用
   if Len(dt)=0 or isnull(dt) then
   	xStdTime=""
   else
   	xyear = right("000"+ cstr((year(dt)-1911)),3)     '補零
        xmonth = right("00"+ cstr(month(dt)),2)
        xday = right("00"+ cstr(day(dt)),2)
        xhour = right("00" + cstr(hour(dt)),2)
        xminute = right("00" + cstr(minute(dt)),2)
        xStdTime = xyear & "/" & xmonth & "/" & xday & " " & xhour & ":" & xminute
   end if
end function

function d7date(dt)     '轉成民國年  999/99/99 給資料型態為SmallDateTime 使用
	if Len(dt)=0 or isnull(dt) then
		d7date=""
	else
           xy=right("000"+ cstr((year(dt)-1911)),3)     '補零
           xm=right("00"+ cstr(month(dt)),2)
           xd=right("00"+ cstr(day(dt)),2)
           d7date=xy & "/" & xm & "/" & xd
        end if
end function

 function ChkIDX(SID)      '-----身份證字號檢驗

   SID = UCase(SID)
   X1 = InStr("ABCDEFGHJKLMNPQRSTUVWXYZIO", Left(SID, 1)) + 9

   ' 初步檢查 ID 的合法性
   If X1 < 10 Then Chk_ID = False: Exit Function
   If Not IsNumeric(Mid(SID, 2)) Then Chk_ID = False: Exit Function
   If Len(SID) <> 10 Then Chk_ID = False: Exit Function

   ' 檢查編號之正確性
   SID = Cstr(X1) + Mid(SID, 2)

   nCheckSum = Cint(Mid(SID, 1, 1))
   For I = 2 To Len(SID) - 1
        nCheckSum = nCheckSum + Cint(Mid(SID, I, 1)) * (11 - I)
   Next
   nCheckSum = nCheckSum + Cint(Mid(SID, 11, 1))

   ChkID = (nCheckSum Mod 10 = 0)
end Function

function ChkID(idno)	'-----身份證字號檢驗(新)
  if len(trim(idno))=0 then exit function

  alpha=UCase(left(idno,1))
  d1=mid(idno,2,1)
  d2=mid(idno,3,1)
  d3=mid(idno,4,1)
  d4=mid(idno,5,1)
  d5=mid(idno,6,1)
  d6=mid(idno,7,1)
  d7=mid(idno,8,1)
  d8=mid(idno,9,1)
  d9=mid(idno,10,1)
  select case alpha
    case "A" : acc=1
    case "B" : acc=10
    case "C" : acc=19
    case "D" : acc=28
    case "E" : acc=37
    case "F" : acc=46
    case "G" : acc=55
    case "H" : acc=64
    case "I" : acc=39
    case "J" : acc=73
    case "K" : acc=82
    case "L" : acc=2
    case "M" : acc=11
    case "N" : acc=20
    case "O" : acc=48
    case "P" : acc=29
    case "Q" : acc=38
    case "R" : acc=47
    case "S" : acc=56
    case "T" : acc=65
    case "U" : acc=74
    case "V" : acc=83
    case "W" : acc=21
    case "X" : acc=3
    case "Y" : acc=12
    case "Z" : acc=30
  end select
  on error resume next
  checksum = acc+8*d1+7*d2+6*d3+5*d4+4*d5+3*d6+2*d7+1*d8+1*d9
  check1 = Int(checksum/10)
  check2 = checksum/10
  check3 = (check2-check1)*10
  if len(idno)>10 then
    ChkID=false
  elseif err.number<>0 then
    ChkID=false
  elseif checksum=check1*10 then
    ChkID=true
  elseif d9=(10-check3) then
    ChkID=true
  else
    ChkID=false
  end if
end function
</script><html xml:lang="en" lang="en" xmlns:hyweb="urn:gip-hyweb-com" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7"/>
<title>Department of Culture Affairs
				─ Taipei Film Festival 2012 rewinds influential Taiwanese movies</title>
<meta name="ROBOTS" content="NOARCHIVE">
<meta name="DC.Title" content="Taipei Film Festival 2012 rewinds influential Taiwanese movies">
<meta name="DC.Subject" content="Taipei Film Festival 2012 rewinds influential Taiwanese movies">
<meta name="DC.Creator" content="Taiwan News-李佩芳">
<meta name="DC.Description" content="By Psyche ChoStaff ReporterBeyond their role as a recreational media, films also serve as a means of recording moments which will later become the collective memory of a generation. Moving into its 14th edition this year, the Taipei Film Festival 2012 cast">
<meta name="DC.Publisher" content="臺北市政府文化局">
<meta name="DC.Contributor" content="Department of Culture Affairs">
<meta name="DC.coverage.t.max" content="2015-06-15">
<meta name="DC.coverage.t.min" content="2012-06-15">
<meta name="DC.Date" content="2012-06-21 00:00">
<meta name="DC.Type" content="HTML">
<meta name="DC.Format" content="文字">
<meta name="DC.Identifier" content="379590000E">
<meta name="DC.Relation" content="CP-26630728">
<meta name="DC.Source" content="Department of Culture Affairs">
<meta name="DC.Language" content="English">
<meta name="DC.Coverage" content="Department of Culture Affairs">
<meta name="DC.Rights" content="Department of Culture Affairs">
<meta name="Category.Theme" content="440">
<meta name="Category.Cake" content="D00">
<meta name="Category.Service" content="950">
<link rel="alternate" type="application/rss+xml" title="Commissioner profile" href="search.getService.asp?serviceName=GIP.xdrss&mp=119002&ctNodeId=16017">
<link rel="alternate" type="application/rss+xml" title="Personal Information Protection" href="search.getService.asp?serviceName=GIP.xdrss&mp=119002&ctNodeId=56877">
<link rel="alternate" type="application/rss+xml" title="FAQ" href="search.getService.asp?serviceName=GIP.xdrss&mp=119002&ctNodeId=42667">
<link rel="alternate" type="application/rss+xml" title="Taipei Culture Award" href="search.getService.asp?serviceName=GIP.xdrss&mp=119002&ctNodeId=30761">
<link rel="alternate" type="application/rss+xml" title="Taipei Literature Award" href="search.getService.asp?serviceName=GIP.xdrss&mp=119002&ctNodeId=30762">
<link rel="alternate" type="application/rss+xml" title="Taipei Film Festival" href="search.getService.asp?serviceName=GIP.xdrss&mp=119002&ctNodeId=30763">
<link rel="alternate" type="application/rss+xml" title="Taipei Arts Festival" href="search.getService.asp?serviceName=GIP.xdrss&mp=119002&ctNodeId=30764">
<link rel="alternate" type="application/rss+xml" title="Taipei Fringe Festival" href="search.getService.asp?serviceName=GIP.xdrss&mp=119002&ctNodeId=30766">
<link rel="alternate" type="application/rss+xml" title="Children's Arts Festival" href="search.getService.asp?serviceName=GIP.xdrss&mp=119002&ctNodeId=30767">
<link rel="alternate" type="application/rss+xml" title="Public Arts" href="search.getService.asp?serviceName=GIP.xdrss&mp=119002&ctNodeId=30768">
<link rel="alternate" type="application/rss+xml" title="Shilin" href="search.getService.asp?serviceName=GIP.xdrss&mp=119002&ctNodeId=30770">
<link rel="alternate" type="application/rss+xml" title="Grants" href="search.getService.asp?serviceName=GIP.xdrss&mp=119002&ctNodeId=16020">
<link rel="alternate" type="application/rss+xml" title="Affiliate institutions" href="search.getService.asp?serviceName=GIP.xdrss&mp=119002&ctNodeId=30707">
<meta name="Title" content="Department of Culture Affairs"/>
<meta name="Keywords" content="Department of Culture Affairs"/>
<link rel="stylesheet" type="text/css" href="GIPDSD/xslGip/xslExport/119002/%E6%96%87%E5%8C%96%E5%B1%80%E8%8B%B1%E6%96%87%E7%89%88%E5%9E%8B1/css/default.css">
</link>
<link rel="stylesheet" type="text/css" title="color1" cat="color" href="GIPDSD/xslGip/xslExport/119002/%E6%96%87%E5%8C%96%E5%B1%80%E8%8B%B1%E6%96%87%E7%89%88%E5%9E%8B1/css/design.css">
</link>
<link rel="stylesheet" type="text/css" href="GIPDSD/xslGip/xslExport/119002/%E6%96%87%E5%8C%96%E5%B1%80%E8%8B%B1%E6%96%87%E7%89%88%E5%9E%8B1/css/tabpanel1_class.css">
</link>
<link rel="alternate stylesheet" type="text/css" title="color2" cat="color" href="GIPDSD/xslGip/xslExport/119002/%E6%96%87%E5%8C%96%E5%B1%80%E8%8B%B1%E6%96%87%E7%89%88%E5%9E%8B1/css/design2.css">
</link>
<link rel="alternate stylesheet" type="text/css" title="color3" cat="color" href="GIPDSD/xslGip/xslExport/119002/%E6%96%87%E5%8C%96%E5%B1%80%E8%8B%B1%E6%96%87%E7%89%88%E5%9E%8B1/css/design3.css">
</link>
<link rel="alternate stylesheet" type="text/css" title="color4" cat="color" href="GIPDSD/xslGip/xslExport/119002/%E6%96%87%E5%8C%96%E5%B1%80%E8%8B%B1%E6%96%87%E7%89%88%E5%9E%8B1/css/design4.css">
</link>
<link rel="alternate stylesheet" type="text/css" title="color5" cat="color" href="GIPDSD/xslGip/xslExport/119002/%E6%96%87%E5%8C%96%E5%B1%80%E8%8B%B1%E6%96%87%E7%89%88%E5%9E%8B1/css/design5.css">
</link>
<link rel="stylesheet" type="text/css" title="small" cat="font" href="GIPDSD/xslGip/xslExport/119002/%E6%96%87%E5%8C%96%E5%B1%80%E8%8B%B1%E6%96%87%E7%89%88%E5%9E%8B1/css/fontS.css">
</link>
<link rel="alternate stylesheet" type="text/css" title="medium" cat="font" href="GIPDSD/xslGip/xslExport/119002/%E6%96%87%E5%8C%96%E5%B1%80%E8%8B%B1%E6%96%87%E7%89%88%E5%9E%8B1/css/fontM.css">
</link>
<link rel="alternate stylesheet" type="text/css" title="large" cat="font" href="GIPDSD/xslGip/xslExport/119002/%E6%96%87%E5%8C%96%E5%B1%80%E8%8B%B1%E6%96%87%E7%89%88%E5%9E%8B1/css/fontL.css">
</link>
<link rel="stylesheet" type="text/css" media="print" href="GIPDSD/xslGip/xslExport/119002/%E6%96%87%E5%8C%96%E5%B1%80%E8%8B%B1%E6%96%87%E7%89%88%E5%9E%8B1/css/print.css">
</link><!--[if lt IE 7]><link rel="stylesheet" media="screen" type="text/css" href="GIPDSD/xslGip/xslExport/119002/%E6%96%87%E5%8C%96%E5%B1%80%E8%8B%B1%E6%96%87%E7%89%88%E5%9E%8B1/css/ie6.css"></link><![endif]--><link href="js/jscalendar-1.0/calendar-system.css" rel="stylesheet" type="text/css"></link>
<styleSwitcher cat="color"/>
<styleSwitcher cat="font"/>
<script type="text/javascript" src="js/globals.js"></script>
<script type="text/javascript" src="js/tabpanel1_class.js"></script>
<script type="text/javascript" src="js/widgets_class.js"></script>
<script type="text/javascript" src="js/swfobject.js"></script>
<script type="text/javascript" src="js/AC_RunActiveContent.js"></script>
<script type="text/javascript" src="js/mootools.v1.11.js"></script>
<script type="text/javascript" src="js/styleswitcher.js"></script>
<script type="text/javascript" src="js/multimenu.js"></script>
<script type="text/javascript" src="js/jscalendar-1.0/calendar.js"></script>
<script type="text/javascript" src="js/jscalendar-1.0/lang/calendar-en.js"></script>
<script type="text/javascript" src="js/jscalendar-1.0/lang/calendar-big5-utf8.js"></script>
<script type="text/javascript" src="js/jscalendar-1.0/calendar-setup.js"></script>
</head>
<body>
<div class="wrap">
<div id="zone.head" class="top">
<div class="accesskey" style="position:absolute;">
<a href="/sitemap.asp?mp=119002" accesskey="U" title="Navigation(Top)">:::
							</a>
</div>
<div class="header">
<h1><a title="DoCA Logo" href="http://english.doca.taipei.gov.tw"><img src="GIPDSD/xslGip/xslExport/119002/%E6%96%87%E5%8C%96%E5%B1%80%E8%8B%B1%E6%96%87%E7%89%88%E5%9E%8B1/images/doca.png" title="DoCA Logo" alt="DoCA Logo"></a></h1>
<div class="nav">
<ul>
<li><a href="sitemap.asp?mp=119002" title="Site Map">Site Map</a></li>
<li><a href="http://www.culture.gov.tw/" target="_blank" title="中文, opened with new window.">中文</a></li>
<li><a href="http://contact.taipei.gov.tw/CCLM/CLM/ASPX/CLM00100E_E.aspx" title="Contact Us">Contact Us</a></li>
<li><a href="lp.asp?ctNode=42667&CtUnit=5343&BaseDSD=7&mp=119002" title="FAQ">FAQ</a></li>
<li><a href="http://english.taipei.gov.tw/" target="_blank" title="Taipei City Government, opened with new window.">Taipei City Government</a></li>
</ul>
</div>
<div class="visitor">Visitors: <em>1169176</em></div>
<div class="user"></div>
<div class="search"><form action="http://wisearch.taipei.gov.tw/wise/s.jsp" method="GET" name="myForm" target="_searchWiSe" onsubmit="return doSubmit();">
<label>Search : </label>
<input id="content" name="q" type="text" class="inputSearch" accesskey="S" value="keyword" size="10" onFocus="if(this.value=='keyword') this.value=''" onmouseover="if(this.value=='keyword') this.value='';"/>
<input type="hidden" name="qt" value="dismax">
<input type="hidden" name="ro" value="true">&nbsp;
<input type="hidden" name="d" value="0">&nbsp;
<input type="hidden" name="mp" value="119002">&nbsp;
<input type="button" class="btnSearch" value="" onkeypress="doSubmit();" onclick="doSubmit();" />
</form>
<script language="javascript">
function doSubmit() {
	re = / /gi;
	if (document.myForm.q.value.replace(re,"")=="") {
		alert("Please input keyword");
	}else {
		document.myForm.submit();
	}
}
</script>
<noscript> This script reminds the user to input keywords. After inputing keywords, pressing “enter”, the result will be opened with new widnow. </noscript></div>
</div>
</div>
<table class="layout" summary="layout table">
<tr>
<td class="leftbg" id="a">
<div class="side">
<div class="accesskey">
<a href="/sitemap.asp?mp=119002" accesskey="L" title="Navigation(Left)">:::
										</a>
</div>
<div id="zone.SideBarLeft"><div class="mlmenu menubg inaccesible arrow"><ul><li><a href="lp.asp?ctNode=16009&amp;CtUnit=17474&amp;BaseDSD=7&amp;mp=119002" title="News & Activities">News & Activities</a></li><li><a href="np.asp?ctNode=16012&amp;mp=119002" title="About Us">About Us</a><ul style="display:none"><li><a href="lp.asp?ctNode=16013&amp;CtUnit=5599&amp;BaseDSD=7&amp;mp=119002" title="History">History</a></li><li><a href="lp.asp?ctNode=16017&amp;CtUnit=5339&amp;BaseDSD=7&amp;mp=119002" title="Commissioner profile">Commissioner profile</a></li><li><a href="lp.asp?ctNode=16014&amp;CtUnit=5600&amp;BaseDSD=7&amp;mp=119002" title="Organization">Organization</a></li><li><a href="lp.asp?ctNode=16015&amp;CtUnit=5601&amp;BaseDSD=7&amp;mp=119002" title="Duties">Duties</a></li><li><a href="lp.asp?ctNode=16018&amp;CtUnit=5610&amp;BaseDSD=7&amp;mp=119002" title="Contact Information">Contact Information</a></li><li><a href="np.asp?ctNode=56877&amp;CtUnit=30623&amp;BaseDSD=7&amp;mp=119002" title="Personal Information Protection">Personal Information Protection</a></li><li><a href="lp.asp?ctNode=30785&amp;CtUnit=17992&amp;BaseDSD=7&amp;mp=119002" title="Feature Story">Feature Story</a></li><li><a href="lp.asp?ctNode=42667&amp;CtUnit=5343&amp;BaseDSD=7&amp;mp=119002" title="FAQ">FAQ</a></li></ul></li><li><a href="np.asp?ctNode=16019&amp;mp=119002" title="Information">Information</a><ul style="display:none"><li><a href="lp.asp?ctNode=31733&amp;CtUnit=17993&amp;BaseDSD=7&amp;mp=119002" title="Taipei Lantern Festival">Taipei Lantern Festival</a></li><li><a href="lp.asp?ctNode=31734&amp;CtUnit=17993&amp;BaseDSD=7&amp;mp=119002" title="Chinese Character Festival">Chinese Character Festival</a></li><li><a href="lp.asp?ctNode=30761&amp;CtUnit=17993&amp;BaseDSD=7&amp;mp=119002" title="Taipei Culture Award">Taipei Culture Award</a></li><li><a href="lp.asp?ctNode=30762&amp;CtUnit=17993&amp;BaseDSD=7&amp;mp=119002" title="Taipei Literature Award">Taipei Literature Award</a></li><li><a href="lp.asp?ctNode=30763&amp;CtUnit=17993&amp;BaseDSD=7&amp;mp=119002" title="Taipei Film Festival">Taipei Film Festival</a></li><li><a href="lp.asp?ctNode=30764&amp;CtUnit=17993&amp;BaseDSD=7&amp;mp=119002" title="Taipei Arts Festival">Taipei Arts Festival</a></li><li><a href="lp.asp?ctNode=30766&amp;CtUnit=17993&amp;BaseDSD=7&amp;mp=119002" title="Taipei Fringe Festival">Taipei Fringe Festival</a></li><li><a href="lp.asp?ctNode=31735&amp;CtUnit=17993&amp;BaseDSD=7&amp;mp=119002" title="Digital Art Festival">Digital Art Festival</a></li><li><a href="lp.asp?ctNode=30767&amp;CtUnit=17993&amp;BaseDSD=7&amp;mp=119002" title="Children's Arts Festival">Children's Arts Festival</a></li><li><a href="lp.asp?ctNode=30768&amp;CtUnit=17993&amp;BaseDSD=7&amp;mp=119002" title="Public Arts">Public Arts</a></li><li><a href="np.asp?ctNode=30769&amp;mp=119002" title="Heritages">Heritages</a><ul style="display:none"><li><a href="lp.asp?ctNode=30770&amp;CtUnit=18001&amp;BaseDSD=7&amp;mp=119002" title="Shilin">Shilin</a></li><li><a href="lp.asp?ctNode=30771&amp;CtUnit=18001&amp;BaseDSD=7&amp;mp=119002" title="Beitou">Beitou</a></li><li><a href="lp.asp?ctNode=30773&amp;CtUnit=18001&amp;BaseDSD=7&amp;mp=119002" title="Neihu">Neihu</a></li><li><a href="lp.asp?ctNode=30775&amp;CtUnit=18001&amp;BaseDSD=7&amp;mp=119002" title="Wenshan">Wenshan</a></li><li><a href="lp.asp?ctNode=30776&amp;CtUnit=18001&amp;BaseDSD=7&amp;mp=119002" title="Nangang">Nangang</a></li><li><a href="lp.asp?ctNode=30777&amp;CtUnit=18001&amp;BaseDSD=7&amp;mp=119002" title="Zhongshan">Zhongshan</a></li><li><a href="lp.asp?ctNode=30778&amp;CtUnit=18001&amp;BaseDSD=7&amp;mp=119002" title="Da-an">Da-an</a></li><li><a href="lp.asp?ctNode=30779&amp;CtUnit=18001&amp;BaseDSD=7&amp;mp=119002" title="Xinyi">Xinyi</a></li><li><a href="lp.asp?ctNode=30780&amp;CtUnit=18001&amp;BaseDSD=7&amp;mp=119002" title="Songshan">Songshan</a></li><li><a href="lp.asp?ctNode=30781&amp;CtUnit=18001&amp;BaseDSD=7&amp;mp=119002" title="Wanhua">Wanhua</a></li><li><a href="lp.asp?ctNode=30782&amp;CtUnit=18001&amp;BaseDSD=7&amp;mp=119002" title="Zhongzheng">Zhongzheng</a></li><li><a href="lp.asp?ctNode=30784&amp;CtUnit=18001&amp;BaseDSD=7&amp;mp=119002" title="Datong">Datong</a></li></ul></li><li><a href="lp.asp?ctNode=16020&amp;CtUnit=17993&amp;BaseDSD=7&amp;mp=119002" title="Grants">Grants</a></li></ul></li><li><a href="np.asp?ctNode=16028&amp;mp=119002" title="Services">Services</a><ul style="display:none"><li><a href="lp.asp?ctNode=16029&amp;CtUnit=17994&amp;BaseDSD=7&amp;mp=119002" title="Taipei Film Commission">Taipei Film Commission</a></li><li><a href="lp.asp?ctNode=16030&amp;CtUnit=17994&amp;BaseDSD=7&amp;mp=119002" title="AIR Arts in Residency Taipei">AIR Arts in Residency Taipei</a></li><li><a href="lp.asp?ctNode=30793&amp;CtUnit=17994&amp;BaseDSD=7&amp;mp=119002" title="Street Performer">Street Performer</a></li></ul></li><li><a href="np.asp?ctNode=30701&amp;mp=119002" title="Art Link">Art Link</a><ul style="display:none"><li><a href="lp.asp?ctNode=30707&amp;CtUnit=17995&amp;BaseDSD=7&amp;mp=119002" title="Affiliate institutions">Affiliate institutions</a></li><li><a href="lp.asp?ctNode=30860&amp;CtUnit=18032&amp;BaseDSD=7&amp;mp=119002" title="Arts spaces">Arts spaces</a></li></ul></li><li><a href="http://i.taipei.gov.tw" target="_blank" title="Cyber Citizen(Chinese), opened with new window.">Cyber Citizen(Chinese)</a></li></ul></li><div class="foot"></div>
</div><a onfocus="mlout();" href="javascript:"></a><noscript>Not implementing the menu will not prevent users from browsing information.</noscript>
<div class="headline">
<h2><span>Quick Link</span></h2>
<div class="body">
<h3><a href="http://english.doca.taipei.gov.tw/lp.asp?ctNode=30860&CtUnit=18032&BaseDSD=7&mp=119002" title="Arts spaces">Arts spaces</a></h3>
<h3><a href="http://tcgwww.taipei.gov.tw/lp.asp?ctNode=30768&CtUnit=17993&BaseDSD=7&mp=119002" title="Public arts">Public arts</a></h3>
<h3><a href="http://tcgwww.taipei.gov.tw/np.asp?ctNode=30769&mp=119002" title="Heritages">Heritages</a></h3>
<ul>
</ul>
</div>
<div class="foot">
</div>
</div>
</div>
</div>
</td>
<td class="center">
<div class="accesskey">
<a href="/sitemap.asp?mp=119002" accesskey="C" title="Navigation(Center)">:::</a>
</div>
<div id="zone.content11"><div class="friendly">
<div class="path"><span class="before">You are here: </span><a href="mp.asp?mp=119002">Home</a>
				>
				<a href="np.asp?ctNode=16012&mp=119002">About Us</a>
				>
				Feature Story</div>
<div class="function">
<ul>
<li><a class="print" href="fp.asp?fpage=cp&cuItem=26630728&mp=119002" title="Print"><span>Print</span></a></li>
<li><a class="forward" href="form.asp?fpage=cp&spec=form.forward&cuItem=26630728&mp=119002" title="Forward"><span>Forward</span></a></li>
<li><a class="back" href="javascript:history.back();" title="Go Back"><span>Go Back</span></a></li>
</ul>
</div>
</div>
<div class="cp">
<h2><span>Feature Story</span></h2>
<h3>Taipei Film Festival 2012 rewinds influential Taiwanese movies</h3>
<p><P><SPAN class="CuHtmlEditFontSize2">By Psyche Cho<BR/>Staff Reporter</SPAN></P><P>Beyond their role as a recreational media, films also serve as a means of recording moments which will later become the collective memory of a generation. Moving into its 14th edition this year, the Taipei Film Festival 2012 casts a look at the past while envisioning a prosperous future.</P><P>Copious programs involving gala premieres, the city in focus, panoramas and competition all interweave to create a charming look at the world of the silver screen, running from June 29 to July 21. </P><P>Local feature GF*BF, directed by Yang Ya-che, will open the Festival the evening of June 29. Yang and the cast will attend the world premiere of GF*BF to help unveil the festival.</P><P> GF*BF portrays the turbulent and rapid social change that has taken place during the past 30 years in Taiwan through the perspectives of three intimate friends struggling with their own complex relationships. It is Yang's latest work after winning the Best Director award in the Taipei Awards competition with Orz Boyz in 2008.  <BR/> <BR/>Another opening film, Play by Swedish director Ruben Östlund, centers its plot on a series of absurd incidents as a gang of black youths terrorize rich children for their cell phones. Based on real events, the film scrutinizes the social and ethnic strata in Swedish society. Meanwhile, a retrospective of Östlund's past works will be presented in the "Director in Focus" section during the festival session. </P><P><IMG style="MARGIN: 8px; FLOAT: right" alt="A stage photo of Kuei-Mei, A Woman (1985), a feature length by Chang Yi, will screen on July 8 during the Taipei Film Festival 2012. (Photo courtesy of Taipei Film Festival)" src="/site/tcg/public/MMO/ENGCULTURE/101%20feature%204-2.jpg" mmoid="26629555"/>30-year anniversary of Taiwanese cinema</P><P>In particular, this year happens to mark the 30th anniversary of the New Wave Cinema in Taiwan. Back in the 1980s the Taiwanese film industry was losing its edge due to the serious social atmosphere that existed under martial law as well as challenges brought by entertaining Hong Kong films that were introduced into the Taiwanese market.</P><P>A series of movies under themes closely related to Taiwan's grassroots culture successfully led the deadlocked local filming industry out of its doldrums. The trend later became known as New Wave Cinema, an important milestone in Taiwan's filming history.    </P><P>One most representative work is In Our Time (1982), a tragicomic film consisting of four separate stories by four young directors – Chang Yi, Ko Yi-cheng, Edward Yang, and Jim Tao – that vividly portray the changing lives of the masses from the 1950s to 1980s. In Our Time will have its digital repair version world premiere July 19. </P><P>Among the four directors, a retrospective on several masterpieces of Chang Yi is planned during the festival session. Born in 1951, Chang is widely considered a representative figure of New Wave Cinema in Taiwan. </P><P>Jade Love (1984), a film adopted from Pai Hsien-yung's masterful novel of the same name, stars Loretta Hui-shan Yang, leading actress in several of Chang's popular films. </P><P>In Jade Love, Yang acts as the young widow Yu-Chin who works for a rich family as a nanny. She kills her lover when finds him cheating on her with an actress. Yang's impressive acting won her the Best Actress Prize at the Asia-Pacific Film Festival that year. </P><P>Kui-Mei, A Woman (1985) and This Love of Mine (1986), both were starred Yang as a tender and tolerant wife character, fully portraying the ideal woman figure in early Taiwan society. The former won her the highest accolades in the Taiwanese film industry for female leading actress in the Golden Horse Awards. </P><P>The close cooperation between the two in their professional trade later extended to their private lives as they joined hands to found the crystal glass workshop Liuligongfang in 1987. The documentary Is Seeing Believing? (2012) goes deep into Chang's life and film career and the animated feature Black Bum, which is still in production.   </P><P><IMG style="MARGIN: 8px; FLOAT: left" alt="The unabridged version of Singaporean film Bugis Street Redux (1995) will have its Asian premiere July 6 during the Taipei Film Festival 2012. (Photo courtesy of Taipei Film Festival) " src="/site/tcg/public/MMO/ENGCULTURE/101%20feature%204-3.jpg" mmoid="26629557"/>Under the spotlight: Stockholm</P><P>This year's City in Focus category focuses its spotlight on Stockholm, the capital of the Northern European county Sweden. An assortment of cinema delicacies embodying a selection of classic works, directors in focus, and contemporary films of Sweden are planned for local audiences. </P><P>Looking at individual filmmakers, renowned director Roy Andersson is under careful study this year. He won overnight fame through his debut A Swedish Love Story (1970), an adolescent love story set in the background of a more complicated reality of grown-ups.  </P><P>After failing at the box office with his bold experiment Giliap in 1975, Andersson re-directed his professional career to advertising, shooting around 500 commercials over nearly 40 years. In 2000 he came back once again to stir up film circles with another best known film Songs from the Second Floor (2000). This piece depicts a restless city where an immigrant is brutally attacked, a loyal clerk is fired in a demeaning manner, and a magician fails to perform one of his easiest tricks. </P><P>The film won the Jury Award at the Cannes Film Festival and is said to fully demonstrate his style, which is characterized by indoor settings, long takes and absurdist comedy. A total of six films including feature-lengths, shorts, and documentaries are planned under the category this year. </P><P>Another director in focus is Ruben Östlund, who will bring The Guitar Mongoloid (2004), a mockumentary; Involuntary (2008); Incident by a Bank (2009), which won a best short award in 2010 Berlin Film Festival; and the opening film Play (2011) that swept awards in several major film festivals.  </P><P>In addition, 11 classics in various genres and themes and spanning the 1910s to 1970s are scheduled to screen that will serve as a window onto the culture of this northern European country for local audiences.  </P><P><IMG style="MARGIN: 8px; FLOAT: right" alt="Japanese film Fish on Land (2011) by Iseya Yusuke is scheduled for screening during the Taipei Film Festival 2012. (Photo courtesy of Taipei Film Festival)" src="/site/tcg/public/MMO/ENGCULTURE/101%20feature%204-4.jpg" mmoid="26629560"/>Budding directors under the spotlight </P><P>Another highlight of the annual festival is the "Taipei Awards," which is designed for local filmmakers and encompasses four categories: narrative features, documentaries, shorts and animation. This year a total of 40 films out of 228 applicants will compete for the highest accolade, the NT$1 million grand prize. </P><P>The line-up in the narrative features category includes the opening film GF*BF; Din Tao, a local box office sensation which earned more than NT$300 million earlier this year; LOVE, a multi-strand cross-strait romance featuring some of the most coveted A-listers in the Chinese-speaking world; and Starry Starry Night, which depicts two adolescents escaping from a heart-rending family crisis into a fantastical world.</P><P> The results of the competition will be announced in the Taipei Awards Ceremony on July 21. The 2012 Taipei Film Festival runs till July 21. </P><P><IMG style="MARGIN: 8px; FLOAT: left" alt="A stage of the German film The River Used to Be a Man (2011), which will screen on July 2 and July 4 during the Taipei Film Festival 212. (Photo courtesy of Taipei Film Festiva)" src="/site/tcg/public/MMO/ENGCULTURE/101%20feature%204-5.jpg" mmoid="26629561"/>A Kaleidoscope of filmmaking worldwide </P><P>This year's panorama section embodies new talented directors worldwide, new voices from France, city visions, a window on Asian films, midnight fantasy and special screenings in addition to the 30th anniversary of Taiwanese New Cinema.</P><P>Born in South Korea in 1985, Kim Kyung-mook demonstrated versatile talent in filmmaking field from a very young age as a director, screenwriter and commentator at the same time. He made his debut in 2004 with the autobiographic short Me and Doll-playing which explores gender identity. </P><P>Kim continued to stun the filming circle with his first feature-length film Faceless Things the following year. The film incorporates three segments and serves as a fascinating, disconcerting examination of psychosexual alienation and self-exposure. Taipei Film Festival 2012 will offer a retrospective on Kim's works.     </P><P title="opened with new window">Budding directors from another part of the world join to enrich the festival with an array of six new French films that will screen during the festival session. Visit Taipei Film Festival's official website at <A target="_nwMof" href="http://www.taipeiff.org.tw " target="_nwMof">http://www.taipeiff.org.tw </A> for more information on other programs and ticket details.</P>
</p>
<div class="list"></div>
<ul class="webFun">
<li class="clickFun">Hit:
					<em>1125</em></li>
<li class="clickFun">Updated:
						<em>2012-12-03 16:31</em></li>
<li class="clickFun">Reviewed:
						<em>2013-04-01 13:59</em></li><br><li class="clickFun">Source:
						<em>The Taipei City Department of Cultural Affairs</em></li>
</ul><script type="text/javascript">
			//window.addEvent('domready', function(){
				var tabpanel1 = new TabPanel("tabpanel_1");
				widgets.add(tabpanel1);
			//});
		</script><noscript>Not implementing the TAB bookmark will not prevent users from browsing information.</noscript>
<div id="container">
<div id="tabpanel_1" class="tabpanel">
<ul id="tablist_1" class="axs tablist">
</ul>
</div>
</div><script type="text/javascript">
			window.addEvent('domready', function(){
				initApp();
			});
		</script><noscript>Not implementing the TAB bookmark will not prevent users from browsing information.</noscript>
<div class="quickLink">
<ul>
<li><a href="#" class="gotop">Top</a></li>
<li><a href="javascript:history.back();" class="back">Go Back</a><noscript>Back to previous page, If the script fails to work, please press "alt + &larr;"</noscript>
</li>
</ul>
</div>
</div>
</div>
<table summary="layout table" class="clear">
<tr>
<td class="leftblock">
<div id="zone.content121"></div>
</td>
<td class="rightblock">
<div id="zone.content122"></div>
</td>
</tr>
</table>
<table summary="layout table" class="clear">
<tr>
<td class="col3block">
<div id="zone.content131"></div>
</td>
<td class="col3block">
<div id="zone.content132"></div>
</td>
<td class="col3block">
<div id="zone.content133"></div>
</td>
</tr>
</table>
<div id="zone.content21"></div>
<table summary="layout table" class="clear">
<tr>
<td class="leftblock">
<div id="zone.content221"></div>
</td>
<td class="rightblock">
<div id="zone.content222"></div>
</td>
</tr>
</table>
<table summary="layout table" class="clear">
<tr>
<td class="col3block">
<div id="zone.content231"></div>
</td>
<td class="col3block">
<div id="zone.content232"></div>
</td>
<td class="col3block">
<div id="zone.content233"></div>
</td>
</tr>
</table>
<div id="zone.content31"></div>
<table summary="layout table" class="clear">
<tr>
<td class="leftblock">
<div id="zone.content321"></div>
</td>
<td class="rightblock">
<div id="zone.content322"></div>
</td>
</tr>
</table>
<table summary="layout table" class="clear">
<tr>
<td class="col3block">
<div id="zone.content331"></div>
</td>
<td class="col3block">
<div id="zone.content332"></div>
</td>
<td class="col3block">
<div id="zone.content333"></div>
</td>
</tr>
</table>
</td>
<td class="rightbg">
<div class="side">
<div class="accesskey">
<a href="/sitemap.asp?mp=119002" accesskey="R" title="Navigation(Right)">:::</a>
</div>
<div id="zone.SideBarRight"><div class="ad">
<ul>
<li><a target="_blank" href="ad.asp?adTitle=Taipei Film Commission&xItem=1121393&mp=119002" title="Taipei Film Commission Web Site, opened with new window."><img alt="Taipei Film Commission Web Site, opened with new window." title="Taipei Film Commission Web Site, opened with new window." src="public/MMO/ENGCULTURE/Taipei Film Commission Web Site 02.jpg"></a></li>
</ul>
</div>
<div class="ad">
<ul>
<li><a target="_blank" href="ad.asp?adTitle=Taiwan Today&xItem=1151300&mp=119002" title="Taiwan Today, opened with new window."><img alt="Taiwan Today, opened with new window." title="Taiwan Today, opened with new window." src="public/MMO/TCGENG/Taiwan Today_1.JPG"></a></li>
<li><a target="_blank" href="ad.asp?adTitle=ROC Yearbook&xItem=43036475&mp=119002" title="ROC Yearbook, opened with new window."><img alt="ROC Yearbook, opened with new window." title="ROC Yearbook, opened with new window." src="public/MMO/TCGENG/ROC0118.jpg"></a></li>
<li><a target="_blank" href="ad.asp?adTitle=Taipei Travel Net&xItem=1006640&mp=119002" title="Taipei Travel Net, opened with new window."><img alt="Taipei Travel Net, opened with new window." title="Taipei Travel Net, opened with new window." src="public/MMO/TCGENG/taipeitravel.gif"></a></li>
<li><a target="_blank" href="ad.asp?adTitle=Information for Foreigners&xItem=1006652&mp=119002" title="Information for Foreigners, opened with new window."><img alt="Information for Foreigners, opened with new window." title="Information for Foreigners, opened with new window." src="public/MMO/TCGENG/08622_info_6.gif"></a></li>
</ul>
</div>
</div>
</div>
</td>
</tr>
</table>
<div id="zone.footer"><div class="footer">
<div class="aaa"><a target="_blank" href="http://www.webguide.nat.gov.tw/enable.jsp?category=20110817085842"><img src="images/aplus.jpg" alt="Web Priority A Plus Accessibility Approval, opened with new window." title="Web Priority A Plus Accessibility Approval, opened with new window."></a></div>
<div class="copyright">
<ul>
<li><a href="ct.asp?xItem=152874&ctNode=16043&mp=119002" title="Accessibility">Accessibility</a></li>
<li><a href="ct.asp?xItem=152870&ctNode=16043&mp=119002" title="Privacy & Security Policy">Privacy & Security Policy</a></li>
<li><a href="ct.asp?xItem=6131851&ctNode=16043&mp=119002" title="Copyright Notice">Copyright Notice</a></li>
</ul>
</div>
<p>Best viewed with IE 6.0 or higher with 800 x 600 resolution<br/>
Copyright 2005 Department of Cultural Affairs 1, Shifu Rd., Taipei, 11008, Taiwan, R.O.C. Tel: 886-2-27208889<span class="update">Updated:<em>2013-05-23 17:51:22</em></span></p>
<div class="egovBox">
<div class="egov"><a target="_blank" href="http://www.taiwan.gov.tw/mp.asp?mp=999" title="My EGOV"><img src="images/egov.gif" title="My EGOV, opened with new window." alt="My EGOV, opened with new window."></a></div>
<div class="egov"><a target="_blank" href="http://english.taipei.gov.tw" title="Taipei City Government"><img src="images/taipei.png" title="Taipei City Government, opened with new window." alt="Taipei City Government, opened with new window."></a></div>
</div>
</div>
</div>
</div>
</body>
</html>
