|
作者:向利 梅倩… 来源:知识产权报记者 时间:2006-2-27 22:27:28 |
|
江苏昆剧院院长柯军则认为:“国际化班底还原300年前演出风貌,实际上就是用现代思维、现代方式、现代技术展现古代文化的精神内涵。” 渐行渐远中留住昆曲
作为中国传统戏曲的代表,古老的昆曲艺术从未淡出国人的视野。同时,昆曲命运的起落反映出中国传统文化嬗变的轨迹,如今的昆曲成了一种曲高和寡甚至濒临消亡的“非物质遗产”。
20世纪50年代以来,我国成立了“振兴昆曲指导委员会”,使昆曲从资料保存、剧目保留、人才培养等方面得到了加强。2001年,昆曲被联合国教科文组织列入世界非物质文化遗产名录的第一名。2005年起,国家开始设立专项资金,实施昆曲艺术抢救、保护和扶持工程。
谈到昆曲保护现状,柯军说:“资金、传承人、观众流失,这些都是昆曲目前面临的困境。完全依靠国家的扶持是很有限的,昆曲必须不断完善自我造血功能。近年来,引入名人、外资,走市场化道路,打造精品剧,成为昆曲界近年来的走向。青春版《牡丹亭》的成功,就与白先勇的名人效应不无关系。”
2005年,由白先勇先生领衔策划,由苏州市昆剧院演出的青春版《牡丹亭》,不仅在国内外赢得广泛赞誉,更在全国高校进行巡演,把无数醉心中国传统文化的年轻人,重新带回昆曲剧场。田沁鑫认为观众回归剧场,是“对东方古老精神的再一次认识,是对传统中国文化的‘二次启蒙’”。
柯军认为,市场化运作的道路使演员回到舞台,观众涌进剧场,昆曲生存的文化生态环境得到了有效改善。他表示,这种模式让“昆曲活了起来。”因而,柯军始终相信:真正的非物质文化遗产活在人身上 上一页 [1] [2]
<%
Function googleColor(value, random)
Dim colorArray
colorArray = Split(value, ",")
googleColor = colorArray(random Mod (UBound(colorArray) + 1))
End Function
Function googleScreenRes()
Dim screenRes, delimiter, resArray
screenRes = Request.ServerVariables("HTTP_UA_PIXELS")
delimiter = "x"
if IsEmpty(screenRes) Then
screenRes = Request.ServerVariables("HTTP_X_UP_DEVCAP_SCREENPIXELS")
delimiter = ","
end If
resArray = Split(screenRes, delimiter, 2)
if (UBound(resArray) + 1) = 2 Then
googleScreenRes = "&u_w=" & resArray(0) & "&u_h=" & resArray(1)
end If
End Function
Dim googleTime, googleDt, googleScheme, googleHost
googleTime = DateDiff("s", "01/01/1970 00:00:00", Now())
googleDt = (1000 * googleTime) + Round(1000 * (Timer - Int(Timer)))
googleScheme = "http://"
if StrComp(Request.ServerVariables("HTTPS"), "on") = 0 Then googleScheme = "https://"
googleHost = Server.URLEncode(googleScheme & Request.ServerVariables("HTTP_HOST"))
Dim googleAdUrl, googleAdOutput
googleAdUrl = "http://pagead2.googlesyndication.com/pagead/ads?" &_
"ad_type=text_image" &_
"&channel=6495040935" &_
"&client=ca-mb-pub-9595218071455095" &_
"&dt=" & googleDt &_
"&format=mobile_single" &_
"&host=" & googleHost &_
"&ip=" & Server.URLEncode(Request.ServerVariables("REMOTE_ADDR")) &_
"&markup=xhtml" &_
"&oe=utf8" &_
"&output=xhtml" &_
"&ref=" & Server.URLEncode(Request.ServerVariables("HTTP_REFERER")) &_
"&url=" & googleHost & Server.URLEncode(Request.ServerVariables("URL")) &_
"&useragent=" & Server.URLEncode(Request.ServerVariables("HTTP_USER_AGENT")) &_
googleScreenRes()
Set googleAdOutput = Server.CreateObject("MSXML2.ServerXMLHTTP")
googleAdOutput.Open "GET", googleAdUrl, false
googleAdOutput.Send
Response.Write(googleAdOutput.responseText)
%> |