% Dim ArtistList__SchoolID ArtistList__SchoolID = "2" %> <% 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 = "2" %> <% 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 %>
|
Art Nouveau and the Wiener Werkstätte
Art Nouveau--or Jugendstil, as it was called in Germany--was an important precursor of Expressionism. Although Art Nouveau's most important contributions were made in the area of applied design, Art Nouveau artists and artisans shared with the contemporaneous Symbolist painters a desire to reintegrate art and life. One of the most important Art Nouveau groups was the Wiener Werkstätte, an Austrian design collective established by Josef Hoffmann and Koloman Moser in 1903. The Wiener Werkstätte had a showroom in New York in the 1920s, but the first gallery exhibition of this work in the United States was mounted by the Galerie St. Etienne in 1966. |