var mla_data = [
  {
    "label" : "Webpage",
    "fields" : [
      { "label" : "Author's First Name", "type" : "text", "name" : "__AUTHOR_FNAME__", "format" : "__AUTHOR_FNAME__" }, 
      { "label" : "Author's Last Name", "type" : "text", "name" : "__AUTHOR_LNAME__", "format" : ", __AUTHOR_LNAME__." }, 
      { "label" : "Webpage Title", "type" : "text", "name" : "__TITLE__", "format" : " \"__TITLE__\"." }, 
      { "label" : "Institution or Organization", "type" : "text", "name" : "__INSTITUTION__", "format" : " __INSTITUTION__." }, 
      { "label" : "Date of Access", "type" : "date", "name" : "__DATE_ACCESS__", "format" : " __DATE_ACCESS__" }, 
      { "label" : "Web Address", "type" : "url", "name" : "__WEBSITE__", "format" : " &lt;__WEBSITE__&gt;." }
    ]
  },
  {
    "label" : "Book",
    "fields" : [
      { "label" : "Author's First Name", "type" : "text", "name" : "__AUTHOR_FNAME__", "format" : "__AUTHOR_FNAME__" }, 
      { "label" : "Author's Last Name", "type" : "text", "name" : "__AUTHOR_LNAME__", "format" : ", __AUTHOR_LNAME__." }, 
      { "label" : "Title of the Book", "type" : "text", "name" : "__TITLE__", "format" : " __TITLE__." }, 
      { "label" : "City of Publication", "type" : "text", "name" : "__CITY__", "format" : " __CITY__:" }, 
      { "label" : "Publisher", "type" : "text", "name" : "__PUBLISHER__", "format" : " __PUBLISHER__," }, 
      { "label" : "Year of Publication", "type" : "text", "name" : "__YEAR__", "format" : " __YEAR__." }
    ]
  },
  {
    "label" : "Multi-Author Book",
    "fields" : [
      { "label" : "First Author's First Name", "type" : "text", "name" : "__1_AUTHOR_FNAME__", "format" : "__1_AUTHOR_FNAME__" }, 
      { "label" : "First Author's Last Name", "type" : "text", "name" : "__1_AUTHOR_LNAME__", "format" : ", __1_AUTHOR_LNAME__" }, 
      { "label" : "Second Author's First Name", "type" : "text", "name" : "__2_AUTHOR_FNAME__", "format" : ", __2_AUTHOR_FNAME__" }, 
      { "label" : "Second Author's Last Name", "type" : "text", "name" : "__2_AUTHOR_LNAME__", "format" : " __2_AUTHOR_LNAME__" }, 
      { "label" : "Third Author's First Name", "type" : "text", "name" : "__3_AUTHOR_FNAME__", "format" : ", and __3_AUTHOR_FNAME__" }, 
      { "label" : "Fourth Author's Last Name", "type" : "text", "name" : "__3_AUTHOR_LNAME__", "format" : " __3_AUTHOR_LNAME__." }, 
      { "label" : "Title of the Book", "type" : "text", "name" : "__TITLE__", "format" : " <u>__TITLE__</u>." }, 
      { "label" : "City of Publication", "type" : "text", "name" : "__CITY__", "format" : " __CITY__:" }, 
      { "label" : "Publisher", "type" : "text", "name" : "__PUBLISHER__", "format" : " __PUBLISHER__," }, 
      { "label" : "Year of Publication", "type" : "text", "name" : "__YEAR__", "format" : " __YEAR__." } 
    ]
  },
  {
    "label" : "Reference Book",
    "fields" : [
      { "label" : "Author's Last Name", "type" : "text", "name" : "__AUTHOR_LNAME__", "format" : "__AUTHOR_LNAME__" }, 
      { "label" : "Author's First Name", "type" : "text", "name" : "__AUTHOR_FNAME__", "format" : ", __AUTHOR_FNAME__." }, 
      { "label" : "Title of the Article", "type" : "text", "name" : "__TITLE_ARTICLE__", "format" : " \"__TITLE_ARTICLE__\"." }, 
      { "label" : "Title of the Book", "type" : "text", "name" : "__TITLE__", "format" : " <u>__TITLE__</u>." }, 
      { "label" : "City of Publication", "type" : "text", "name" : "__CITY__", "format" : " __CITY__:" }, 
      { "label" : "Publisher", "type" : "text", "name" : "__PUBLISHER__", "format" : " __PUBLISHER__," }, 
      { "label" : "Year of Publication", "type" : "text", "name" : "__YEAR__", "format" : " __YEAR__." } 
    ]
  },
  {
    "label" : "Multivolume Set",
    "fields" : [
      { "label" : "Author's Last Name", "type" : "text", "name" : "__AUTHOR_LNAME__", "format" : "__AUTHOR_LNAME__" }, 
      { "label" : "Author's First Name", "type" : "text", "name" : "__AUTHOR_FNAME__", "format" : ", __AUTHOR_FNAME__." }, 
      { "label" : "Title of Set", "type" : "text", "name" : "__TITLE__", "format" : " <u>__TITLE__</u>." }, 
      { "label" : "Number of Volumes", "type" : "text", "name" : "__NUM_VOLUMES__", "format" : " __NUM_VOLUMES__ vols." }, 
      { "label" : "City of Publication", "type" : "text", "name" : "__CITY__", "format" : " __CITY__:" }, 
      { "label" : "Publisher", "type" : "text", "name" : "__PUBLISHER__", "format" : " __PUBLISHER__," }, 
      { "label" : "Year Published", "type" : "text", "name" : "__YEAR__", "format" : " __YEAR__." }
    ]
  },
  {
    "label" : "Magazine Article",
    "fields" : [
      { "label" : "Author's Last Name", "type" : "text", "name" : "__AUTHOR_LNAME__", "format" : "__AUTHOR_LNAME__" }, 
      { "label" : "Author's First Name", "type" : "text", "name" : "__AUTHOR_FNAME__", "format" : ", __AUTHOR_FNAME__." }, 
      { "label" : "Title of Article", "type" : "text", "name" : "__TITLE__", "format" : " \"__TITLE__\"." }, 
      { "label" : "Title of Magazine", "type" : "text", "name" : "__TITLE_MAGAZINE__", "format" : " <u>__TITLE_MAGAZINE__</u>" },
      { "label" : "Date of Publication", "type" : "text", "name" : "__DATE_PUB__", "format" : " __DATE_PUB__" },
      { "label" : "Starting Page", "type" : "text", "name" : "__START_PAGE__", "format" : ": __START_PAGE__" }, 
      { "label" : "Ending Page", "type" : "text", "name" : "__END_PAGE__", "format" : "-__END_PAGE__" } 
    ]
  }
];
