最全展會(huì),最多服務(wù),最深解讀,就在好展會(huì)!

新聞

江蘇省美術(shù)館

時(shí)間:2009-09-27   

好展會(huì)網(wǎng)】 <b>[展館簡介]</b> <a href="/gallery/search.asp?w=江蘇省美術(shù)館" target="_blank"> <img src="http://www.expoc.net/uploadimage/venues/2007621105429.gif" alt="更多圖片" width="284" height="191" hspace="5" vspace="5" border="0" align="right" onerror="javascript:this.src=http://www.expoc.net/images/nophobig.jpg"></a> <br><br />  江蘇省美術(shù)館的前身是1936年8月建成的“國立美術(shù)陳列館,為中國近現(xiàn)代第一座國家級(jí)的美術(shù)館。1960年9月正式定名為江蘇省美術(shù)館。1936年8月,國立美術(shù)陳列館基本竣工。江蘇省美術(shù)館自建立伊始,就擔(dān)負(fù)著組織美術(shù)作品展覽,收藏優(yōu)秀美術(shù)作品,開展美術(shù)創(chuàng)作、研究和對(duì)外文化交流的任務(wù)。占地面積4700平方米,主樓建筑四層,大小展廳共7個(gè),展廳面積總計(jì)2700平方米。江蘇省美術(shù)館現(xiàn)有藏品8000余件,以近現(xiàn)代為主,涉及古今中外,包括中國畫、油畫、版畫、水彩畫、書法、民間藝術(shù)等,初步形成明清書畫、現(xiàn)代中國畫、近現(xiàn)代書法、中國新興版畫、全國水彩畫、江蘇水印版畫、國外版畫等10個(gè)專題系列,多次去國外展出。經(jīng)常舉辦學(xué)術(shù)研討活動(dòng),逐年編印“年鑒”,并發(fā)行“江蘇美術(shù)”月報(bào)。<BR><BR>  該館的機(jī)構(gòu)設(shè)置有:館長辦公室、行政科、業(yè)務(wù)科、學(xué)術(shù)部、典藏部、展覽部、江蘇版畫院、江蘇油畫雕塑院、財(cái)務(wù)科、保衛(wèi)科、藝術(shù)服務(wù)部。<BR><BR><br> <b>[展館規(guī)模]</b><br><br />  占地面積4700平方米,主樓建筑四層,大小展廳共7個(gè),展廳面積總計(jì)2700平方米。<br> <b>[技術(shù)參數(shù)]</b><br> <br> <b>[會(huì)議室情況]</b><br> <br> <b>[業(yè)務(wù)范圍]</b><br> <br> <b>[所在城市]</b><br> 江蘇省南京市<br> <b>[展館地址]</b><br> 南京市長江路266號(hào)<br> <b>[聯(lián)系方式]</b><br> 聯(lián)系電話:025-6641962/6643757<BR>移動(dòng)電話<img src="http://bbs.haozhanhui.com/editor/images/smilies/default/5.gif" />BR>聯(lián)系傳真<img src="http://bbs.haozhanhui.com/editor/images/smilies/default/5.gif" />BR>聯(lián)系地址:江蘇省南京市長江路266號(hào)江蘇省美術(shù)館<BR>郵政編碼:210018<BR>電子郵件:webmaster@jsmsg.com<BR>聯(lián) 系 人<img src="http://bbs.haozhanhui.com/editor/images/smilies/default/5.gif" />BR>網(wǎng)  址:www.jsmsg.com<BR><br> <b>[乘車路線]</b><br> <br> <b>[展館網(wǎng)址]</b><br> <a target="_blank">http://www.jsmsg.com</a><b><br> [電子地圖]</b><br> <div id="maps" style="position:relative; width:600px; height:200px; border:black solid 1px; display:none"> <div align="center" style="margin:12px;"><a target="_blank" style="color<img src="http://bbs.haozhanhui.com/editor/images/smilies/default/17.gif" />D01E14;font-weight:bolder;font-size:12px;">看不到地圖請(qǐng)點(diǎn)這里</a></div> </div>&nbsp; &nbsp; <script language="javascript" src="http://api.51ditu.com/js/search.js"></script> <script language="javascript" src="http://api.51ditu.com/js/maps.js"></script> <script language="javascript"> var map,search; function showPoint(searchResult) { if(searchResult.count>0)//如果存在搜索結(jié)果 &nbsp; &nbsp; { &nbsp; &nbsp; &nbsp; &nbsp; map.clearOverLays(); &nbsp; &nbsp; &nbsp; &nbsp; var poi=searchResult.searchPoints[0];//取出第一個(gè)搜索結(jié)果點(diǎn) &nbsp; &nbsp; &nbsp; &nbsp; var point=new LTPoint(poi.point[0],poi.point[1]);//得到該點(diǎn)的坐標(biāo)的LTPoint &nbsp; &nbsp; &nbsp; &nbsp; map.centerAndZoom(point,0); &nbsp; &nbsp; &nbsp; &nbsp; var marker=new LTMarker(point);//向地圖上添加一個(gè)標(biāo)記 &nbsp; &nbsp; &nbsp; &nbsp; map.addOverLay(marker); &nbsp; &nbsp; &nbsp; &nbsp; var mapText=new LTMapText(marker); &nbsp; &nbsp; &nbsp; &nbsp; mapText.setLabel("<a href="+poi.url+" target=_blank>"+poi.name+"</a>"); &nbsp; &nbsp; &nbsp; &nbsp; map.addOverLay(mapText); &nbsp; &nbsp; &nbsp; &nbsp; var name=poi.name;//標(biāo)記點(diǎn)擊的時(shí)候彈出信息 &nbsp; &nbsp; &nbsp; &nbsp; maps.style.display = ; &nbsp; &nbsp; } else &nbsp; &nbsp; { &nbsp; &nbsp; &nbsp; &nbsp; maps.innerHTML=""; &nbsp; &nbsp; }&nbsp; &nbsp; } map=new LTMaps("maps"); map.addControl(new LTSmallMapControl()); search=new LTLocalSearch(showPoint); search.setCity(南京市); search.search(江蘇省美術(shù)館); </script>
(好展會(huì)網(wǎng)  )
免責(zé)申明:
1.部分圖文信息來源于互聯(lián)網(wǎng)、微信公眾號(hào),目的在于分享更多信息。
2.信息內(nèi)容僅供學(xué)習(xí),參考,并不代表贊同其觀點(diǎn)。不對(duì)信息準(zhǔn)確性,可靠性或完整做任何保證。
3.如涉及作品內(nèi)容,版權(quán)及其他問題,請(qǐng)?jiān)?0日內(nèi)與我們聯(lián)系刪除,聯(lián)系方式qq:2119739037。