<?xml version="1.0" encoding="ISO-8859-1"?>
<?xml-stylesheet type="text/xsl" href="recipe.xsl"?>
<!-- Adam Boggs's Homebrew Recipe XML Schema -->
<recipes>
  <recipe>
    <name>IPA</name>
    <brewer>Adam Boggs</brewer>
    <asst_brewer>Don Poe</asst_brewer>
    <type>India Pale Ale</type>
    <batch_size>5 Gallons</batch_size>
    <brew_schedule>
      <event>
	<name>Start Mash</name>
	<time>8:35</time>
	<temp />
	<comments />
      </event>
      <event>
	<name>Recirculation</name>
	<time>9:45</time>
      </event>
      <event>
	<name>Sparge</name>
	<time>10:26</time>
      </event>
      <event>
	<name>End Sparge</name>
	<time>10:50</time>
      </event>
      <event>
	<name>First Hops</name>
	<time>11:55</time>
      </event>
      <event>
	<name>Second Hops</name>
	<time>12:50</time>
      </event>
      <event>
	<name>Thrid Hops</name>
	<time>1:30</time>
      </event>
      <event>
	<name>Heat Off</name>
	<time>1:40</time>
      </event>
      <event>
	<name>Pitch Yeast</name>
	<time>2:20</time>
      </event>
    </brew_schedule>

    <rack_schedule>
      <event>
        <name>Date Made</name>
	<date>06/16/2000</date>
	<gravity>1.050</gravity>
	<comments />
      </event>
      <event>
	<name>Bottled</name>
	<date>07/13/2000</date>
	<gravity>1.010</gravity>
	<comments />
      </event>
    </rack_schedule>

    <ingredients>
      <ing>
	<amount>10</amount><unit>lbs</unit>
	<description>American NW Pale Malt</description>
      </ing>
      <ing>
	<amount>3/4</amount><unit>lb</unit>
	<description>English Pale Malt</description>
      </ing>
      <ing>
	<amount>1/2</amount><unit>lb</unit>
	<description>English Pale Caramalt</description>
      </ing>
      <ing>
	<amount>1</amount><unit>oz</unit>
	<description>First Gold Pellet Hops 8% Alpha (Bitter)</description>
      </ing>
      <ing>
	<amount>3/4</amount><unit>oz</unit>
	<description>First Gold Pellet Hops 8% Alpha (Flavor)</description>
      </ing>
      <ing>
	<amount>1/4</amount><unit>oz</unit>
	<description>First Gold Pellet Hops 8% Alpha (Finish)</description>
      </ing>
    </ingredients>

    <comments>
    Could have a bit more hops toward the end of boil even. [Or dry hopped, as I do now.]
    </comments>
  </recipe>
</recipes>

