Disable All Advertising
Image
EAN-139780804777032   EAN-13 barcode 9780804777032
Product NameThe Collected Letters Of Robinson Jeffers, With Selected Letters Of Una Jeffers: Volume Two, 1931–1939
LanguageEnglish
CategoryBook / Magazine / Publication
Short DescriptionHeight:9.02 inches / Length:5.98 inches / Weight:4.26 pounds / Width:2.8 inches
Amazon.comA Buy on Amazon ~ 0804777039
SKUACOM-INT_BOOK_USEDGOOD_0804777039
Price New75.48 US Dollars    (curriencies)
Price Used86.89 US Dollars    (curriencies)
Width2.9 inches    (convert)
Height9.25 inches    (convert)
Length6.88 inches    (convert)
Weight59.2 ounces    (convert)
Page Count1128
BindingHardcover
Published10/12/2011
Long DescriptionThe 1930s marked a turning point for the world. Scientific and technological revolutions, economic and social upheavals, and the outbreak of war changed the course of history. The 1930s also marked a turning point for Robinson Jeffers, both in his career as a poet and in his private life. The letters collected in this second volume of annotated correspondence document Jeffers' rising fame as a poet, his controversial response to the turmoil of his time, his struggles as a writer, the growth and maturation of his twin sons, and the network of friends and acquaintances that surrounded him. The letters also provide an intimate portrait of Jeffers' relationship to his wife Una―including a full account of the 1938 crisis at Mabel Dodge Luhan's home in Taos, New Mexico that nearly destroyed their marriage.
Similar Items9780804738170: The Collected Poetry Of Robinson Jeffers: Volume Five Textual Evidence And Commentary
9780804718479: The Collected Poetry of Robinson Jeffers, Vol. 3, 1939-1962
9780804717236: The Collected Poetry Of Robinson Jeffers: Volume Two: 1928-1938
9780804714143: The Collected Poetry Of Robinson Jeffers: Volume One: 1920-1928
9780823254897: Inventing The Language To Tell It: Robinson Jeffers And The Biology Of Consciousness
9780804762519: The Collected Letters Of Robinson Jeffers, With Selected Letters Of Una Jeffers: Volume One, 1890-1930
9781104553050: The Collected Letters Of Robinson Jeffers, With Selected Letters Of Una Jeffers: Volume One, 1890-1930
9780548547076: The Collected Letters Of Robinson Jeffers, With Selected Letters Of Una Jeffers: Volume One, 1890-1930
Created03-04-2013 3:24:01pm
Modified04-18-2017 7:33:36pm
MD5fdbfd6952a69ad140641aed905526677
SHA256edaff118113bf81ba55359d76190f4f04ab21aaca64c8dcad5471da19ad0736f
Search Googleby EAN or by Title
Query Time0.0254450

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.