Philosophy:Bauhaus Dessau Foundation

From HandWiki
Short description: German experimental design nonprofit organization

[ ⚑ ] 51°50′22″N 12°13′30″E / 51.839504°N 12.2250714°E / 51.839504; 12.2250714

<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":350, "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": "51.839504"} },
   {"name":"imgLon", "init": {"expr": "12.2250714"} },
   {"name":"imgZoom", "init": {"expr": "15"} },
   {"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": 51.839504, 
    "lon": 12.2250714, 
    "img": "wikirawupload:https://handwiki.org/wiki/images/thumb/1/10/Mapscaleline.svg/120px-Mapscaleline.svg.png", 
    "width": 50, 
    "height": 8, 
    "offsetX": 138, 
    "offsetY": 115, 
    "textAlign": "right", 
    "textDx": 22, 
    "textDy": -2, 
    "textColor": "grey", 
    "textFont": "Tahoma", 
    "textFontSize": 9, 
    "text":  "200m" }

, { "lat": 51.839504, "lon": 12.2250714, "img": "wikirawupload:https://handwiki.org/wiki/images/thumb/0/0c/Red_pog.svg/10px-Red_pog.svg.png", "height": 10, "width": 10, "text": "Bauhaus Dessau Foundation", "textAngle": 0, "textAlign": "left", "textBaseline": "middle", "textDx": 7, "textDy": 1, "textFontSize": 12, "textColor": "#AA1205"


}


, { "lat": 0.1, "lon": 0.1, "img": "wikirawupload:https://handwiki.org/wiki/images/thumb/0/0c/Red_pog.svg/10px-Red_pog.svg.png", "height": 10, "width": 10, "text": "", "textAngle": 0, "textAlign": "right", "textBaseline": "middle", "textDx": -7, "textDy": 1, "textFontSize": 12, "textColor": "#AA1205"


}































     ],
     "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:https://handwiki.org/wiki/images/thumb/a/ac/Earthmap1000x500.jpg/180px-Earthmap1000x500.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="16" latitude="51.839504" longitude="12.2250714" text="[Interactive fullscreen map]">

[


{"type": "FeatureCollection",

 "features": [

{ "type": "Feature",

  "properties": {
   "title": "Bauhaus Dessau Foundation", 
   "description": " 51.839504,12.2250714",
   "marker-symbol": "-number", "marker-size": "medium", "marker-color": "#AA1205" },
  "geometry": {"type": "Point", "coordinates": [12.2250714,51.839504] }
}

, { "type": "Feature",

  "properties": {
   "title": ".", 
   "description": " 0.1,0.1",
   "marker-symbol": "-number", "marker-size": "medium", "marker-color": "#AA1205" },
  "geometry": {"type": "Point", "coordinates": [0.1,0.1] }
}




























































] }

]</maplink>
Bauhaus Dessau Foundation
Bauhaus.JPG

The Bauhaus Dessau Foundation is a nonprofit organization devoted to research and teaching in the field of experimental design. It was founded by the German Federal Government in 1994 and is based in the Bauhaus Dessau building in the state of Saxony-Anhalt. Its staff includes architects, town planners, sociologists, cultural scientists, artists, and art historians.

History

After the closing and expulsion of the historical Bauhaus in Dessau on September 30 1932, 44 years passed before the Bauhaus Building would be used again for its original purpose. In 1976, 50 years after its construction, the GDR's government had reconstructed the historical monument and founded a "Scientific and cultural Centre". Assembly of a Bauhaus collection of its own began and the Bauhaus stage was once again used for concerts and plays. In 1986, the GDR celebrated the reopening of the Bauhaus as a "Centre for Design", tied with eastern Germany's department of building.

After the German reunification, it was unclear what the Bauhaus would evolve into during the following years. On February 9 1994, the German Federal Government, the state of Saxony-Anhalt and the town Dessau founded the Bauhaus Dessau Foundation.[1]

The Bauhaus Dessau Foundation's Logo

Today, the Bauhaus building in Dessau-Roßlau is part of the Bauhaus and its Sites in Weimar, Dessau and Bernau World Heritage Site.

From 1994 to 1998, Prof. Dr. Rolf Kuhn was the executive director of the foundation. His successor, Prof. Dr. Omar Akbar, was in charge until 2009. Since March 1, 2009, the architect and publicist Prof. Philipp Oswalt heads the foundation; his deputy is Dr. Regina Bittner, who is also responsible for the foundation's academy.

Mission and structure

Today, the Bauhaus Dessau Foundation is based in the historic Bauhaus Building. As one of the cultural beacons in the new federal states, it is committed to conserving, researching and passing on the Bauhaus legacy, while also finding solutions to the problems of designing today's living environment. With its three sections – Collection, Workshop and Academy – the foundation addresses contemporary urban challenges, explores options for the future and develops stimuli for architecture, design and the performing arts.

Collection and archive

In terms of content, the foundation's work is based on three mainstays. Dessau-Roßlau has the second-largest collection in the world – around 26,000 objects – relating to the history of the Bauhaus. Part of the collection may be seen in the permanent exhibition, which is located in the basement of the Bauhaus Building.

Academy

Since 1999, the International Bauhaus college has offered a one-year interdisciplinary educational module in English, where architects, urban designers, and urban scientists from all over the world are taught.

Workshop

In the workshop, research and teaching are enmeshed, built on and complement each other in the different projects and project phases.

Further activities

The foundation's work is complemented by experimental stage productions, stage events and festivals. Exhibitions – both permanent and temporary – in the historical premises that address the heritage and design problems of today. The foundation has revitalized the Bauhaus Stage with a rich program of contemporary music and dance. In Dessau, tourists and experts in the field, journalists and researchers, learn about the Bauhaus in all its complexity: guided tours of the building, and of the other Bauhaus buildings, overnight accommodation in the historic dormitory, temporary exhibitions and a wide range of events on the Bauhaus Stage.

In Dessau, yearly, the birthplace of Modernism attracts 100,000 visitors from around the world, discover the spirit of the influential School of Design for themselves. The permanent exhibition in the Bauhaus Building shows a selection of 26,000 objects held in the second-largest Bauhaus collection in the world. The Bauhaus Building and the Masters’ Houses – together with the Kornhaus by Carl Fieger, the former Employment office by Walter Gropius, the Törten Estate, and the other Bauhaus buildings in Dessau – are key works of the international modern architecture.

In 2013, the Studio Building, also known as the "Prellerhaus," began functioning as a dormitory-style boutique hotel offering accommodations in personalized studio apartments formerly inhabited by the likes of Josef Albers, Herbert Bayer, Franz Ehrlich, Marcel Breuer and Gunta Stölzl.[2]

See also

  • Bauhaus Archive Berlin
  • Klassik Stiftung Weimar
  • Bauhaus Museum Dessau

References

External links