﻿// Source of data: http://simile.mit.edu/shelf/ Simile Monet Timeline
//        http://en.wikipedia.org/wiki/Monet
//        http://www.accents-n-art.com/artists/claude-monet-biography.html


var timeline_data =  [
        {start: "Nov 14 1840",
         title:"Birth"
		},
		{start: "1845",
		 end: "1846",
         title: "Family moved to Le Havre, Normandy"
    	},      
    	{start: "Apr 01 1851",
        title: "Entered Le Havre secondary school"
		},
    	{start: "Jan 28 1857",
        title: "Mother died"
    	},
    	{start: "Jun 01 1861",
  		end: "Jul 01 1863",
        title: "Joined Cavalry in Algeria"
  		},
    	{start: "1862",
 		end: "1863",
        title: "Joined studio of Charles Gleyre in Paris"
  		},
    	{start: "1866",
 		end: "1867",
        title: "Camille"
		},
    	{start: "1868",
 		end: "1869",
        title: "Attempted suicide"
		},
    	{start: "1870",
 		end: "1871",
        title: "Married Doncieux"
    	},
    	{start: "1870",
		end: "1871",
        title: "Took refuge in England"
    	},
    	{start: "1871",
        title: "Lived at Argenteuil, near Paris"
    	},
    	{start: "1872",
		end: "1873",
        title: "Impression, Sunrise"
		},
    	{start: "1873",
 		end: "1874",
        title: "Monet's Garden at Argenteuil"
		},
    	{start: "1875",
		end: "1879",
        title: "The Seine at Argenteuil"
		},
    	{start: "Mar 18 1878",
        title: "Second son Michel born"
    	},
    	{start: "1879",
		end: "1880",
        title: "Doncieux died"
 		},
    	{start: "1880",
		end: "1900",
        title: "'Series' painting"
		},
    	{start: "Apr 01 1883",
 		end: "May 01 1883",
        title: "Moved to Giverny with Alice Hoschedé"
    	},
    	{start: "1883",
		end: "1909",
        title: "Painted landscapes and seascapes"
     	},
    	{start: "1883",
 		end: "1884",
        title: "The Artist's Garden in Giverny"
 		},
    	{start: "1889",
		end: "1890",
        title: "Water Lily Pond"
		},
     	{start: "1892",
		end: "1893",
        title: "Married Hoschedé"
 		},
    	{start: "1895",
 		end: "1896",
        title: "Durand-Ruel gallery"
    	},
    	{start: "1911",
 		end: "1912",
        title: "Second wife died"
		},
    	{start: "1914",
		end: "1915",
        title: "Son Jean died"
		},
    	{start: "1923",
		end: "1924",
        title: "Underwent 2 cataract surgeries"
    	},
    	{start: "Dec 5 1926",
        title: "Death"
    	}
    ];
