<% Dim ArtistList__SchoolID ArtistList__SchoolID = "6" %> <% 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 = "6" %> <% 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

Naive Art

<%= ShowInline("63","left","1") %><%= ShowInline("134","right","1") %>

Although the painter Henri Rousseau, a French toll collector, was discovered by Picasso and his circle in the early years of the 20th century, the first sustained interest in self-taught artists developed between World War I and World War II. These artists (also called naives, primitives or folk artists) for the most part did conventional easel painting, depicting recognizable subjects (landscapes, still lifes, portraits) in their surroundings.

We have chosen to group the artists handled by the Galerie St. Etienne according to when they were first discovered. For the most part, artists promoted in the first half of the 20th century tend to fall into the "naive" camp, while those discovered in the past half century fall more readily in to the "Art Brut" or "outsider" category. Artists such as William Edmondson or Bill Traylor, though active before World War II, were not fully appreciated until relatively recently, are generally classified as "outsider" or "Art Brut" artists.

However, as a practical matter it should be noted that the distinctions between "naive" and "Art Brut" go only so far. Even in Europe (where the categories are more distinct than in the U.S.) there are artists such as Nikifor and Wittlich (both considered "naives") who blur the lines. In the U.S., the distinctions between "naive" and "outsider" really have much more to do with when the artists were "discovered" than they do with any clear-cut stylistic boundaries. For this reason, many scholars prefer the modern designation "self-taught" to the more confusing (and often inadequate) adjectives "naive," "outsider," and "art brut."

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