Disable All Advertising
Image
EAN-139780822340003   EAN-13 barcode 9780822340003
Product NameKingdom Of Beauty: Mingei And The Politics Of Folk Art In Imperial Japan (Asia-Pacific: Culture, Politics, And Society)
LanguageEnglish
CategoryBook / Magazine / Publication
Short DescriptionPaperback
Amazon.comA Buy on Amazon ~ 0822340003
SKUACOUK_BOOK_USEDGOOD_0822340003
Price New21.81 US Dollars    (curriencies)
Price Used18.54 US Dollars    (curriencies)
Width0.8 inches    (convert)
Height9 inches    (convert)
Length6 inches    (convert)
Weight15.68 ounces    (convert)
AuthorKim Brandt
Page Count320
BindingPaperback
Published07/20/2007
FeaturesUsed Book in Good Condition
Long DescriptionA Study of the Weatherhead East Asian Institute, Columbia University Kingdom of Beauty shows that the discovery of mingei (folk art) by Japanese intellectuals in the 1920s and 1930s was central to the complex process by which Japan became both a modern nation and an imperial world power. Kim Brandt’s account of the mingei movement locates its origins in colonial Korea, where middle-class Japanese artists and collectors discovered that imperialism offered them special opportunities to amass art objects and gain social, cultural, and even political influence. Later, mingei enthusiasts worked with (and against) other groups—such as state officials, fascist ideologues, rival folk art organizations, local artisans, newspaper and magazine editors, and department store managers—to promote their own vision of beautiful prosperity for Japan, Asia, and indeed the world. In tracing the history of mingei activism, Brandt considers not only Yanagi Muneyoshi, Hamada Shōji, Kawai Kanjirō, and other well-known leaders of the folk art movement but also the often overlooked networks of provincial intellectuals, craftspeople, marketers, and shoppers who were just as important to its success. The result of their collective efforts, she makes clear, was the transformation of a once-obscure category of pre-industrial rural artifacts into an icon of modern national style.
Similar Items9780231143967: Overcoming Modernity: Cultural Identity in Wartime Japan (Weatherhead Books on Asia)
9780824821524: Japanese Culture (Studies of the Weatherhead East Asian Institute, Columbia University)
9780822353720: The Great Enterprise: Sovereignty And Historiography In Modern Korea (Asia-Pacific: Culture, Politics, And Society)
9780822333463: Text And The City: Essays On Japanese Modernity (Asia-Pacific: Culture, Politics, And Society)
9780231152457: The Demon At Agi Bridge And Other Japanese Tales (Translations From The Asian Classics)
0786936791716: My Neighbor Totoro
9780822354291: Public Properties: Museums In Imperial Japan (Asia-Pacific: Culture, Politics, And Society)
9780822349808: Money, Trains, And Guillotines: Art And Revolution In 1960s Japan (Asia-Pacific: Culture, Politics, And Society)
9780226388335: Discourses Of The Vanishing: Modernity, Phantasm, Japan
9780674019669: House And Home In Modern Japan: Architecture, Domestic Space, And Bourgeois Culture, 1880-1930 (Harvard East Asian Monographs)
View 9 more similar items
Created02-26-2012 6:38:13pm
Modified05-01-2020 3:35:45am
MD5df81ba8f140cbbe51a980704908c2a74
SHA2567a9ffc8416a1bd0dfabc82be658ab0b950390602bb8961b5c15c3ff037d0dc34
Search Googleby EAN or by Title
Query Time0.0214522

An article of interest

Making use of the tools we offer

Data Feed API - Extra

The extra items are numerically indexed and provide extra text to go along with numeric values such as weights or distances or even currencies. The attributes that use these extra indexes are all numeric and take two fields. You can send the data in a single field as long as you use the same short or long text that we keep in our database.

Although the data feed API can deliver information as JSON or XML, we are using XML here because it is easier to read.

<attribute>
   <extra_group>Distance</extra_group>
   <field_name>depth</field_name>
   <extra>
      <id>501</id>
      <extra_short>in</extra_short>
      <extra_long>inches</extra_long>
      <seq>10</seq>
   </extra>
   <extra>
      <id>503</id>
      <extra_short>ft</extra_short>
      <extra_long>feet</extra_long>
      <seq>20</seq>
   </extra>
   <extra>
      <id>505</id>
      <extra_short>yrd</extra_short>
      <extra_long>yards</extra_long>
      <seq>30</seq>
   </extra>
</attribute>

Looking at this example, you can see that the EXTRA portion is an array of values each with their own properties. Here is what each section means:

This extra information is normally used in a drop down box next to the numeric data field that we want to enhance. Some examples might be:

You see we can display the long or short version of the extra code by using the ID index.

Fields that make use of this extra information require it when pushing data back to us in the feed. You can either send the data in two fields (value and extra_id) or in a single field (value) as long as the text following the numeric portion matches the long or short version of the extra data we store for the field.

For example, if you wanted to update a field that represented distance with the value "100 yards", you could either send that data just like that in the value field value=100+yards or in two seperate fields value=100&extra_id=505 and you would get the same results. If you send an invalid extra_id or text after the number that doesn't match our accepted list, your update would be rejected.