%@LANGUAGE="VBSCRIPT"%> <% Dim ArtistList__SchoolID ArtistList__SchoolID = "4" %> <% 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 = "4" %> <% 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 %>
|
Overview Throughout history there have been artists who created without the benefit of formal training. However, for many centuries, the dominance of the European art academies obscured the work of these self-taught artists, who were judged to be inept and inferior. Only at the dawn of the 20th century, when artists began to rebel against the academies, did self-taught art suddenly receive serious attention from the mainstream art-world. Artists like Picasso and Kandinsky felt that trained artists were inevitably corrupted by their schooling, and that self-taught artists were purer and potentially greater. In the wake of this support from important modern artists, collectors, dealers and scholars developed a sustained interest in self-taught art. The Galerie St. Etienne specializes in a range of American and European self-taught artists active from the 19th century through the present. |
<% ArtistList.Close() %> <% ExhList.Close() %>