Linda
2013年9月8日 18:02
");
$(".story_photo .videoPlay").hover (
function(){$(this).css({"opacity":"0"})},
function(){$(this).css({"opacity":"1"})}
)
}
//照片區塊出現
$(".story_photo").fadeIn(1000);
//寫入第一張照片
var firstimg = $(".story_photo img:first").attr("rel");
$(".story_photo img:first").attr("src",firstimg);
$(".story_photo li:not(:first)").hide();
//判斷是否有多張照片,寫入開關
var li_nums = $(".story_photo li").length;
var openclose = '
更多照片 '
if (li_nums > 1) {
$(".story_photo .p_switcher").append(openclose);
}
//控制錨點
if (li_nums > 1) {
$('.open_btn, .story_photo img').click(function(){
$('.news_story').ScrollTo(500);
});
$('.close_btn, .story_photo img').click(function(){
$('.news_story').ScrollTo(500);
});
} else {
$(".story_photo img").css("cursor","none").attr("title","");//一張圖時
$(".p_switcher").hide();
}
//點擊圖片或開關,展開其他圖片
$("a.open_close").click(function(){
//寫入其他圖片路徑
$(".story_photo img:not(:first)").each(function(){
var imgsrc = $(this).attr("rel");
$(this).attr("src",imgsrc);
});
$(".story_photo li:not(:first)").slideToggle(500);
$(".open_close span").toggle();
});
if (video_link>0){ // 如果有影音,點圖連到影音頁
$(".story_photo img, .story_photo .videoPlay").css("cursor","pointer").attr("title","點擊觀看影音新聞");//設定游標
$(".story_photo img, .story_photo .videoPlay").click(function(){
var videoURL = $(".story_photo .video_link a").attr("href");
location.href=videoURL;
});
} else { //沒影音時,點圖展開其它圖
if (li_nums > 1) {//一張圖以上
$(".story_photo img").css("cursor","pointer").attr("title","點擊展開");//設定游標
}
$(".story_photo img").click(function(){
//寫入其他圖片路徑
$(".story_photo img:not(:first)").each(function(){
var imgsrc = $(this).attr("rel");
$(this).attr("src",imgsrc);
});
$(".story_photo li:not(:first)").slideToggle(500);
$(".open_close span").toggle();
});
}
//-------------------
});
-
台北Bluerider ART與芝加哥的Zhou B Art Center攜手打造國際藝術交流平台,引進芝加哥潛力新銳藝術家來台展覽,並提供國內藝術家前進芝加哥展出的機會,為國內當代藝術視野注入活泉。
記者簡怡欣/台北報導
為國內當代藝術視野注入活泉,台北Bluerider ART與芝加哥的Zhou B Art Center攜手打造國際藝術交流平台,引進芝加哥潛力新銳藝術家來台展覽,並提供國內藝術家前進芝加哥展出的機會,促進當代藝術的交流,首波展出當代新銳藝術家InJung Oh的〈Volossom〉系列作品,提供愛好藝術的民眾多元的藝術視野。
以提升多元當代藝術、多媒材和互動精神,台北Bluerider ART打造台灣與國際當代藝術接軌的交流平台,將持續引進國際間具有潛力的新銳藝術家來台舉辦展覽,以促進台灣當代藝術的交流與成長,首波展覽為Zhou B Art Center的常駐藝術家InJung Oh的〈Volossom〉創作及澳洲Emma Hack的人體彩繪〈偽裝〉藝術。
InJung Oh以花朵為主體的創作主軸,從多元的國際文化背景,延伸出女性意涵,花蕊與花瓣的組合,象徵生命主體的存在與延續;而Emma Hack則是將擅長的人體藝術,結合台灣鳳蝶為元素,讓鳳蝶飛進人體彩繪藝術,首度登台展出人體與背景合而為一的現代藝術作品,展現栩栩如生的虛實美感。
台北Bluerider ART的董事長王薇薇和美國芝加哥Zhou B Art Center的執行長Michael Zhou互贈合作結盟物,象徵雙方對於未來合作的肯定與期待,王薇薇表示,希望能在世界的當代藝術領域中,為台灣開拓一條道路,透過現代藝術平台,讓台灣新銳藝術家能邁向國際當代藝術的舞台。
關鍵字:
當代藝術
Volossom
偽裝
人體彩繪
女性主義
InJung Oh〈Volossom〉/Emma Hack〈偽裝〉
展期:2013.9.8 – 2013.10.13
地點:Bluerider ART 仁愛館 (地址:台北市大安區仁愛路四段25-1號9樓
電話:02-2752-2238)
開放時間:週二至週日 AM 09:00 – PM 18:00
免費參觀
This entry passed through the Full-Text RSS service — if this is your content and you're reading it on someone else's site, please read the FAQ at fivefilters.org/content-only/faq.php#publishers. Five Filters recommends:
留言列表