<% Dim ArtistList__SchoolID ArtistList__SchoolID = "1" %> <% set ArtistList = Server.CreateObject("ADODB.Recordset") ArtistList.ActiveConnection = MM_gseart_live_STRING ArtistList.Source = "{call dbo.usp_ArtistsBySchool(" + Replace(ArtistList__SchoolID, "'", "''") + ")}" ArtistList.CursorType = 0 ArtistList.CursorLocation = 2 ArtistList.LockType = 3 ArtistList.Open() ArtistList_numRows = 0 %> <% Dim ExhList__ExhType ExhList__ExhType = "1" %> <% set ExhList = Server.CreateObject("ADODB.Recordset") ExhList.ActiveConnection = MM_gseart_live_STRING ExhList.Source = "{call dbo.usp_ExhibitionsByType(" + Replace(ExhList__ExhType, "'", "''") + ")}" ExhList.CursorType = 0 ExhList.CursorLocation = 2 ExhList.LockType = 3 ExhList.Open() ExhList_numRows = 0 dim aMonths(12) aMonths(1) = "January" aMonths(2) = "February" aMonths(3) = "March" aMonths(4) = "April" aMonths(5) = "May" aMonths(6) = "June" aMonths(7) = "July" aMonths(8) = "August" aMonths(9) = "September" aMonths(10) = "October" aMonths(11) = "November" aMonths(12) = "December" Function Date2Str(vDate) Date2Str = aMonths(Month(vDate)) & " " & Day(vDate) & ", " & Year(vDate) end function %> Untitled Document

Austrian & German Expressionism
Overview, 1900-1933

<%= ShowInline("49","left","1") %><%= ShowInline("3","right","1") %>

In the early years of the 20th century, artists all over Europe were struggling to break free of the moribund traditions of the 19th century and to develop a new, modern language of color and form. This struggle had different manifestations in different parts of Europe. Cubism and Fauvism are probably the best-known of the early modern styles in France. Expressionism in Germany and Austria was related to the French movements, but somewhat different.

<%= ShowInline("22","left","1")%>Perhaps the key difference between French modernism and Germanic Expressionism is the latter movement's intense focus on humanistic content, such as the anxieties of modern life, social problems, psychology and sexuality. In order to express these concerns, Expressionists used exaggerated, distorted forms and sometimes bright, unnatural color. Austrian Expressionism retained a closer connection to turn-of-the-century Art Nouveau than did German Expressionism. As a result, the Austrians relied more heavily on evocative line, and less on bright color.

The Galerie St. Etienne specializes in a range of Austrian and German artists active in the first decades of the 20th century, starting with the Art Nouveau period around 1900 and through the Weimar-era of the 1920s and early '30s.

 

 

<% ArtistList.Close() %> <% ExhList.Close() %>