<?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>Belgian Ale</name>
    <brewer>Adam Boggs</brewer>
    <asst_brewer></asst_brewer>
    <type>Belgian Ale</type>
    <batch_size>5 Gallons</batch_size>
    <url></url>
    <brew_schedule>
      <event>
	<name>Start Mash</name>
	<time>11:20</time>
	<temp />
	<comments />
      </event>
      <event>
	<name>1st Step</name>
	<time>11:50-12:20</time>
      </event>
      <event>
	<name>Recirculation</name>
	<time>12:50</time>
      </event>
      <event>
	<name>Sparge</name>
	<time>1:10</time>
      </event>
      <event>
	<name>End Sparge</name>
	<time>1:50</time>
      </event>
      <event>
	<name>First Hops</name>
	<time>2:45</time>
      </event>
      <event>
	<name>Second Hops/Sugar</name>
	<time>3:15</time>
      </event>
      <event>
	<name>Heat Off</name>
	<time>3:50</time>
      </event>
      <event>
	<name>Pitch Yeast</name>
	<time>4:45</time>
      </event>
    </brew_schedule>

    <rack_schedule>
      <event>
        <name>Date Made</name>
	<date>12/30/2006</date>
	<gravity>1.052</gravity>
	<comments />
      </event>
      <event>
	<name>Rack</name>
	<date></date>
	<gravity></gravity>
	<comments />
      </event>
      <event>
	<name>Bottled</name>
	<date></date>
	<gravity></gravity>
	<comments />
      </event>
    </rack_schedule>

    <ingredients>
      <ing>
	<amount>8</amount><unit>lbs</unit>
	<description>Belgian Pilsener Malt</description>
      </ing>
      <ing>
	<amount>3/4</amount><unit>lb</unit>
	<description>Crystal Malt 15L</description>
      </ing>
      <ing>
	<amount>1/2</amount><unit>oz</unit>
	<description>Columbus Hops 15.6% ALPHA</description>
      </ing>
      <ing>
	<amount>1/2+</amount><unit>oz</unit>
	<description>Hallertau Mittelfruh Hops 4.2% ALPHA</description>
      </ing>
      <ing>
	<amount>1</amount><unit>lb</unit>
	<description>Belgian Candi Sugar (Sucrose) (Clear)</description>
      </ing>
      <ing>
	<amount>1</amount><unit>tsp</unit>
	<description>Gypsum (to water)</description>
      </ing>
      <ing>
	<amount>1/4</amount><unit>tsp</unit>
	<description>Irish Moss</description>
      </ing>
      <ing>
	<amount>1</amount><unit>vial</unit>
	<description>White Labs English Ale Yeast (WLP002)</description>
      </ing>
    </ingredients>

    <comments>
    Had trouble maintaining temperature, started out hot and added ice
    cubes to cool off.  Protein rest was 140F down to 128F.
    Saccrification rest was 165F down to 153F.  Candi sugar was added
    with second hops.  Yest starter made with ~1qt of wort at start of
    boil.  Based on recipe from Dec 2006 Zymurgy.
    </comments>
  </recipe>
</recipes>

