life = [
{ phase: "Boston", start: "1983-12-23", color: "#9900FF" },
{phase: "United Kingdom", start: '1995-06-02', color: "tomato"},
{phase: "Italy", start: '1995-08-02', color: "turquoise"},
{phase: "Spain", start: '1995-09-12', color: "steelblue"},
{phase: "San Francisco", start: '1996-10-15', color: "orchid"},
{phase: "UCLA", start: '1997-08-10', color: "purple"},
{phase: "Smith College", start: '1998-08-10', color: "gold"},
{phase: "Harvard Business School", start: '2001-07-01', color: "tomato"},
{phase: "Boston Women in Comedy Festival", start: '2003-07-10', color: "turquoise"},
{phase: "Los Angeles", start: '2011-07-10', color: "gold"},
{phase: "Maine", start: '2021-10-17', color: "orchid"},
{phase: "Chart End Date:", start: '2023-02-20', color: "NA" }
]