قاعة الشعب الكبرى

<th scope=col colspan="2" style="text-align:center;background-color:#E1E1E1;color:#000000">人民大会堂 </th> <tr> <td colspan="2" style="text-align:center;background-color:#F9F9F9;color:#000000;">border  تصنيف:صور من ويكي بيانات18 <tr> <td colspan="2">

<tr>


<th style="text-align: right; background-color:#F3F3F3; " scope=row >إحداثيات <td style=" ">39°54′12″N 116°23′15″E / 39.903333333333°N 116.3875°E / 39.903333333333; 116.3875 P625  تصنيف:إحداثيات من ويكي بيانات625 تعديل قيمة خاصية الإحداثيات (P625) في ويكي بيانات <tr>







<td colspan="2" style="text-align:center;background-color:#F9F9F9;color:#000000;"> <tr>











<th style="text-align: right; background-color:#F3F3F3; " scope=row >الدولة <td style=" ">border جمهورية الصين الشعبية P17  تصنيف:بلد من ويكي بيانات17 تعديل قيمة خاصية البلد (P17) في ويكي بيانات <tr>






































































<td colspan="2" style="text-align:center;background-color:#F9F9F9;color:#000000;">

قاعة الشعب الكبرى
<graph>

{

// // ATTENTION: This code is maintained at https://www.mediawiki.org/wiki/Template:Graph:Street_map_with_marks // Please do not modify it anywhere else, as it may get copied and override your changes. // Suggestions can be made at https://www.mediawiki.org/wiki/Template_talk:Graph:Street_map_with_marks // // Template translation is in https://commons.wikimedia.org/wiki/Data:Original/Template:Graphs.tab // "version": 2, "width":280, "height": 250, "padding": 0, "signals":[ // These signals allow us to quickly move the map within the image, e.g. to leave space for the legend

{"name":"legendWidth", "init": {"expr": "0"} },

{"name":"legendHeight", "init": {"expr": "height"} }, {"name":"imgWidth", "init": {"expr": "width-legendWidth"} }, {"name":"imgHeight", "init": {"expr": "height"} }, {"name":"imgXC", "init": {"expr": "imgWidth/2"} }, {"name":"imgYC", "init": {"expr": "imgHeight/2"} }, {"name":"imgTileSize", "init": {"expr": "256"} }, {"name":"imgLat", "init": {"expr": "39.903333333333"} }, {"name":"imgLon", "init": {"expr": "116.3875"} }, {"name":"imgZoom", "init": {"expr": "5"} }, {"name":"picWidth", "init": {"expr": "180"} }, {"name":"picHeight", "init": {"expr": "picWidth/2"} }, {"name":"picXC", "init": {"expr": "imgWidth-(picWidth/2)"} }, {"name":"picYC", "init": {"expr": "imgHeight-(picHeight/2)"} }, {"name":"showMiniMap", "init": {"expr": "0"} }, ], "data": [ { "name": "data",

// Otherwise use the first unnamed argument for source values

"values": [

{ "lat": 39.903333333333,

"lon": 116.3875, "img": "wikirawupload://upload.wikimedia.org/wikipedia/commons/thumb/1/10/Mapscaleline.svg/120px-Mapscaleline.svg.png", "width": 50, "height": 8, "offsetX": 103, "offsetY": 115, "textAlign": "right", "textDx": 22, "textDy": -2, "textColor": "grey", "textFont": "Tahoma", "textFontSize": 9, "text": "300km" }

, { "lat": 39.903333333333, "lon": 116.3875, "img": "wikirawupload://upload.wikimedia.org/wikipedia/commons/thumb/0/0c/Red_pog.svg/8px-Red_pog.svg.png", "height": 8, "width": 8, "text": "", "textAlign": "right", "textBaseline": "middle", "textDx": -6, "textDy": 0+1, "textFontSize": 14


}









], "transform": [ { "type": "geo", "projection": "mercator", "scale": {"expr": "imgTileSize/PI/2*pow(2,imgZoom)"}, "translate": [{"expr": "imgXC"}, {"expr": "imgYC"}], "center": [{"expr": "imgLon"}, {"expr": "imgLat"}], "lon": "lon", "lat": "lat" }, { "type": "formula", "field":"layout_x", "expr": "datum.layout_x + (datum.offsetX || 0)" }, { "type": "formula", "field":"layout_y", "expr": "datum.layout_y + (datum.offsetY || 0)" }, { "type": "formula", "field":"color", "expr": "datum.color || '#c33'" }, { "type": "formula", "field":"textColor", "expr": "datum.textColor || datum.color" }, { "type": "formula", "field":"strokeColor", "expr": "datum.strokeColor || '#ffe7e6'" } ] }, { // Hack: single value data source for drawing/hiding images and other non-series elements "name": "dummyData", "values": [{}] } ],

// Legend only works if showLegend and colorScaleField are set

"marks": [ { "type": "image", "from": { "data": "dummyData", "transform": [ { "type": "formula", "field":"url", "expr": "'mapsnapshot:///?width='+imgWidth+'&height='+imgHeight+'&zoom='+imgZoom+'&lat='+imgLat+'&lon='+imgLon" } ] }, "properties": { "enter": { "url": {"field": "url"}, "xc": {"signal": "imgXC"}, "yc": {"signal": "imgYC"}, "width": {"signal": "imgWidth"}, "height": {"signal": "imgHeight"} } } }, { // Places an image of a given name and size at the [lan,lon] location "type": "image", "from": { "data": "data", "transform": [ { "type": "filter", "test": "datum.img" }, { "type": "formula", "field":"iconWidth", "expr": "datum.width || 0" }, { "type": "formula", "field":"iconHeight", "expr": "datum.height || 0" }, { "type": "formula", "field":"img", "expr": "if(!test(/^[a-z]+:\\/\\//, datum.img), 'wikifile:///'+datum.img, datum.img)" }, // Ensure that either width or height parameter is passed to wikifile:// request { "type": "formula", "field":"img", "expr": "if((datum.iconWidth || datum.iconHeight) && !test(/[?&](width|height)=\\d/, datum.img),if(datum.iconWidth,datum.img+'?width='+datum.iconWidth,datum.img+'?height='+datum.iconHeight), datum.img)" }, ]}, "properties": { "enter": { "url": {"field": "img"}, "xc": {"field": "layout_x"}, "yc": {"field": "layout_y"}, "width": {"field": "iconWidth"}, "height": {"field": "iconHeight"} } } }, { // Draw marks of a given color, shape, and size at the [lan,lon] location "type": "symbol", "from": { "data": "data", "transform": [{ "type": "filter", "test": "!datum.img" }] }, "properties": { "enter": { "x": {"field": "layout_x"}, "y": {"field": "layout_y"}, // If colorScaleField is set, use color scaling, otherwise use the preset color value "fill": { "field": "color" }, "size": {"field": "size"}, "shape": {"field": "shape"}, "stroke": {"field": "strokeColor"} } } }, { // Draw text with the given color and size at the [lan,lon] location // See https://github.com/vega/vega/wiki/Marks#text for all parameter description (prepend "text" and capitalize them) "type": "text", "from": { "data": "data", "transform": [ { "type": "filter", "test": "datum.text" }, // Figure out if this is an LTR or RTL page. For LTR, show label to the right of the icon, left-aligned. For RTL, reverse. { "type": "formula", "field":"isLTR", "expr": "'‏' == '\\u200E'" }, // If these values are not defined ("undefined" is not allowed, so test for truthiness and not 0) { "type": "formula", "field":"textDx", "expr": "if(!datum.textDx && datum.textDx != 0, if(datum.isLTR,8,-8), datum.textDx)" }, { "type": "formula", "field":"textAlign", "expr": "if(!datum.textAlign, if(datum.isLTR,'left','right'), datum.textAlign)" }, { "type": "formula", "field":"textBaseline", "expr": "datum.textBaseline || 'middle'" } ]}, "properties": { "enter": { "text": {"field": "text"}, "x": {"field": "layout_x" }, "y": {"field": "layout_y"}, "dx": {"field": "textDx" }, "dy": {"field": "textDy"}, "fill": {"field": "textColor"}, "align": {"field": "textAlign"}, "baseline": {"field": "textBaseline"}, "radius": {"field": "textRadius"}, "theta": {"field": "textTheta"}, "angle": {"field": "textAngle"}, "font": {"field": "textFont"}, "fontSize": {"field": "textFontSize"}, "fontWeight": {"field": "textFontWeight"}, "fontStyle": {"field": "textFontStyle"} } } }, { // Draw a low-zoom locator map frame "type": "rect", "from": { "data": "dummyData", "transform": [ { "type": "filter", "test": "showMiniMap" } ] }, "properties": { "enter": { "xc": {"signal": "picXC"}, "yc": {"signal": "picYC"}, "width": {"signal": "picWidth", "offset":2}, "height": {"signal": "picHeight"}, "stroke": {"value":"#fff"},"strokeWidth": {"value":6}, } } }, { // Draw a low-zoom locator map by using a premade world map image "type": "image", "from": { "data": "dummyData", "transform": [ { "type": "filter", "test": "showMiniMap" }, { "type": "formula", "field":"url", "expr": "1" } ] }, "properties": { "enter": { "url": {"value": "wikirawupload://upload.wikimedia.org/wikipedia/commons/thumb/c/c4/Earthmap1000x500compac.jpg/180px-Earthmap1000x500compac.jpg"}, "xc": {"signal": "picXC"}, "yc": {"signal": "picYC"}, "width": {"signal": "picWidth"}, "height": {"signal": "picHeight"} } } }, { // Draw a zoom-out mark at the [lan,lon] location "type": "symbol", "from": { "data": "dummyData", "transform": [ { "type": "filter", "test": "showMiniMap" }, { "type": "formula", "field":"lat", "expr": "imgLat" }, { "type": "formula", "field":"lon", "expr": "imgLon" }, { "type": "geo", "projection": "equirectangular", "scale": {"expr": "180/2/PI"}, "translate": [{"expr": "picXC"}, {"expr": "picYC"}], "center": [{"expr": "0"}, {"expr": "0"}], "lon": "lon", "lat": "lat" } ] }, "properties": { "enter": { "x": {"field": "layout_x"}, "y": {"field": "layout_y"}, "fill": {"value": "#c33"}, "stroke": {"value": "#ffe7e6"}, "size": {"value": 40} } } } ]

} </graph>

<maplink zoom="6" latitude="39.903333333333" longitude="116.3875" text="[كامل الشاشة]">

[


{"type": "FeatureCollection",

"features": [

















] } ]</maplink>

تصنيف:صفحات بها بيانات ويكي بياناتتصنيف:خريطة موقع من ويكي بيانات

<tr>



<td colspan="2" style="text-align:center;background-color:#F9F9F9;color:#000000;"> <tr>

<td class="navigation-only" colspan="2" style="border-top: 2px #E1E1E1 dotted; font-size: 80%; background:inherit; text-align: left;">تعديل طالع توثيق القالب</td>

قاعة الشعب الكبرى (بالصينية: 人民大会堂) مبنى حكومي يقع إلى الغرب من ساحة تيان آن من في العاصمة الصينية بكين.

يستخدم المبنى في النشاطات التشريعية والاحتفالية التى تقوم بها حكومة جمهورية الصين الشعبية والحزب الشيوعى الحاكم، وهي المكان المخصص لعقد جلسات برلمان مجلس الشعب الصيني، الذي يعقد في شهر مارس من كل عام، ومكان انعقاد المؤتمر الاستشارى السياسى للشعب الصينى الذي يعقد مرة كل خمسة سنوات، ويستخدم المبنى في العديد من المناسبات الخاصة، بما في ذلك الاجتماعات على المستوى الوطني لمختلف المنظمات الاجتماعية والسياسية، والاحتفالات بالمناسبات الوطنية، وتعتبر قاعة الشعب منطقة جذب سياحي في بكين يزورها السياح القادمين إلى العاصمة.

افتتحت القاعة في سبتمبر من عام 1959، واستغرق بناء هيكلها 10 أشهر ساهم فيها عمال بناء ومتطوعين، تقع القاعة على أرض مساحتها 171,801 م2 طول المبنى 356 متراً وعرضه 206,5 متراً، وارتفاع اعلى قمة للقاعة 46.5 متر، تتكون القاعة من ثلاث أقسام رئيسية تضم عدداً من القاعات من بينها القاعة الكبرى والقاعة الرئيسية وقاعة المؤتمرات، القاعة المركزية والقاعة الذهبية، وغيرها، تبلغ مساحة القاعة الكبرى 90 الف متر مربع.

مصادر


تصنيف:قالب ضبط استنادي دون معرفات</div>

  • link=بوابة:عمارةبوابة عمارة
  • link=بوابة:الصينبوابة الصين
  • link=بوابة:بكينبوابة بكين
  • link=بوابة:شيوعيةبوابة شيوعية
تصنيف:بوابة عمارة/مقالات متعلقةتصنيف:بوابة الصين/مقالات متعلقةتصنيف:بوابة بكين/مقالات متعلقةتصنيف:بوابة شيوعية/مقالات متعلقة

تصنيف:قالب كومنز بوصلة مختلفة عن ويكي بيانات

25بك
هذه بذرة مقالة عن جمهورية الصين الشعبية بحاجة للتوسيع. شارك في تحريرها.تصنيف:بذرة الصينتصنيف:جميع مقالات البذور

تصنيف:مبان ومنشآت اكتملت في 1959 تصنيف:مبان ومنشآت حسب النوع تصنيف:مبان ومنشآت في بكين تصنيف:مبان تشريعية تصنيف:مقاعد مجالس تشريعية وطنية

تصنيف:ساحة تيان آن من

تصنيف:مبان حكومية في الصين


المدرجة في الفئات التالية:
المباني مثيرة للاهتمام
مرحلة ما بعد تعليق
نصائح وتلميحات
ترتيب بواسطة:
NewYork Medical
2015 September 29
Delicious food if you can be invited and attend the dinner at the hall. Wonderful archi piece and great demonstration of Chinese history
US National Archives
Ever wonder what was served at the Nixon state dinner in 1972? Here's the menu. To learn more about food and the U.S. visit the What's Cooking, Uncle Sam? Exhibit http://go.usa.gov/Drs
JK
2016 January 18
It was built in 10 months by "volunteers" in the 1959!
Ailie Chang
2016 May 13
Honored that Beijing let VMware host a dinner here! You can tell they put a lot of work into the architecture and design details.
Richard Dolan
2013 June 2
Fascinating tour into the heart of The Great Hall. Thoroughly worth the visit. Loved the Guangdong Room. Highly Recommended.
ᴡ Nike
2012 December 15
Собственно этим занимаются делегаты на съездах Коммунистической партии Китая. И это вторая экономика в мире. Тогда что же делают наши?!
8.2/10
6,285 كان الناس هنا
خريطة
3 Hou Xi Wa Chang Hu Tong, Xicheng Qu, Beijing Shi, الصين، 100031 الحصول على الاتجاهات
Tue 8:00 AM–9:00 PM
Wed 8:00 AM–Noon
Thu-Fri 8:00 AM–8:00 PM
Sat 8:00 AM–10:00 PM
Sun 9:00 AM–8:00 PM

Great Hall of the People على Foursquare

قاعة الشعب الكبرى على Facebook

الفنادق القريبة

عرض جميع الفنادق اظهار الكل
HILTON BEIJING

بدءا من $0

Grand Hotel

بدءا من $152

Tiananmen Best Year Courtyard Hotel

بدءا من $76

Days Inn Forbidden City Beijing

بدءا من $81

HOLIDAY INN EXPRESS BEIJING DO

بدءا من $0

Pai Hotel Beijing Qianmen Dazhalan

بدءا من $43

أوصت مشاهد القريبة

اظهار الكل اظهار الكل
أضف إلى قائمة الامنيات
لقد كنت هنا
زار
المركز الوطني للفنون المسرحية (بكين)

المركز الوطني للفنون المسرحية (قديما: المسرح الوطني الكبير ) هو مبنى

أضف إلى قائمة الامنيات
لقد كنت هنا
زار
تيان آن من

ساحة تيان آن من (天安門廣場; 天安门广场) ساحة تقع في وسط بكين عاصمة الصي

أضف إلى قائمة الامنيات
لقد كنت هنا
زار
نصب أبطال الشعب التذكاري

نصب أبطال الشعب (بالصينية: 人民 英雄 纪念碑، بالبينيين: Rénmín Yīngx

أضف إلى قائمة الامنيات
لقد كنت هنا
زار
ضريح ماو تسي تونغ

ضريح ماو تسي تونغ (毛主席纪念堂 - Máo Zhǔxí Jìniàntáng) هو معلم قبري في

أضف إلى قائمة الامنيات
لقد كنت هنا
زار
Zhengyangmen

The Qianmen (simplified Chinese: 前门; traditional Chinese: 前門; pinyin:

أضف إلى قائمة الامنيات
لقد كنت هنا
زار
Imperial Ancestral Temple

The Imperial Ancestral Temple, Ancestral Hall or Taimiao

أضف إلى قائمة الامنيات
لقد كنت هنا
زار
Hall of Supreme Harmony

The Hall of Supreme Harmony (Chinese: 太和殿; pinyin: Tài Hé Diàn; M

أضف إلى قائمة الامنيات
لقد كنت هنا
زار
المدينة المحرمة

القصر الإمبراطوري أو المدينة المحرّمة (بالـصينية: Zǐjìn Chéng = 紫禁城 =

مناطق الجذب السياحي مماثلة

اظهار الكل اظهار الكل
أضف إلى قائمة الامنيات
لقد كنت هنا
زار
مكتبة جون رايلندز

ٍٍإحداثيات:

أضف إلى قائمة الامنيات
لقد كنت هنا
زار
Stockholm City Hall

The Stockholm City Hall (Swedish: Stockholms stadshus or Stadshuset

أضف إلى قائمة الامنيات
لقد كنت هنا
زار
West Virginia State Capitol

The West Virginia State Capitol is the seat of government for the U.S.

أضف إلى قائمة الامنيات
لقد كنت هنا
زار
Manor House Hotel

The Manor House is a 14th-century country house hotel in Castle Combe,

أضف إلى قائمة الامنيات
لقد كنت هنا
زار
Warner Bros. Studios, Leavesden

Warner Bros. Studios, Leavesden is an 80-hectare studio complex in

الاطلاع على كل الأماكن متشابهة