<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:base="http://catswhisker.xyz/">
  <id>http://catswhisker.xyz/</id>
  <title>Atom Feed for 'running' Articles</title>
  <updated>2026-02-02T20:21:28Z</updated>
  <link rel="alternate" href="http://catswhisker.xyz/" type="text/html"/>
  <link rel="self" href="http://catswhisker.xyz/tags/running/atom.xml" type="application/atom+xml"/>
  <author>
    <name>A. Cynic</name>
    <uri>http://catswhisker.xyz/about/</uri>
  </author>
  <entry>
    <id>tag:catswhisker.xyz,2024-03-04:/log/2024/3/4/i_ran_40km_and_knit_a_hat_for_my_40th_birthday/</id>
    <title type="html">I ran 40km and knit a hat for my 40th birthday</title>
    <published>2024-03-04T23:57:24Z</published>
    <updated>2026-02-02T20:21:28Z</updated>
    <link rel="alternate" href="http://catswhisker.xyz/log/2024/3/4/i_ran_40km_and_knit_a_hat_for_my_40th_birthday/" type="text/html"/>
    <content type="html">&lt;div class="paragraph"&gt;
&lt;p&gt;For my 40th birthday I decided to run just over a mile (1.66km) every hour for 24 hours for a total of 40km (almost 25 miles) from midnight to midnight.
This challenge is inspired by Beau Miles' video &lt;a href="https://www.youtube.com/watch?v=EvT5XS7j-Dc"&gt;"Running a marathon, one mile every hour"&lt;/a&gt;, where he ran 26 miles in 24 hours and did various chores between miles. But instead of chores my goal was to knit an entire cabled hat between laps. The hat pattern I decided to knit is &lt;a href="https://knitty.com/ISSUEdf14/PATTulijhan/PATTulijhan.php"&gt;Uljhan by Shweta Shankar Khatri&lt;/a&gt;, a two-color cabled worsted weight hat.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="imageblock"&gt;
&lt;div class="content"&gt;
&lt;a class="image" href="photos/hat23.jpg"&gt;&lt;img src="/log/2024/3/4/i_ran_40km_and_knit_a_hat_for_my_40th_birthday/photos/hat23.jpg" alt="finished hat"&gt;&lt;/a&gt;
&lt;/div&gt;
&lt;div class="title"&gt;Figure 1. Finished hat&lt;/div&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;When my sister and brother-in-law heard about my plan, they bought me 24 snacks. They wrote the name of each snack on a card. After each lap, I drew one of the cards at random and at whatever it said. That was my calories sorted.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;To measure the effects of sleep deprivation I also did one round of &lt;a href="https://lichess.org/storm"&gt;Puzzle Storm&lt;/a&gt; on lichess after each lap every hour&amp;#8201;&amp;#8212;&amp;#8201;it is a game where you solve as many easy (but progressively harder) chess puzzles as you can in 3 minutes. I usually consider a Puzzle Storm score of over 30 to mean I&amp;#8217;m feeling sharp (my all-time high is 39), anything between 20-30 is normal, and if I score below 20 I know I&amp;#8217;m too tired to be trying to play chess.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;I had expected the lack of sleep to be the most difficult part of the challenge. I&amp;#8217;m someone who generally operates on a solid 9 or 10 hours of sleep per day. But it was surprisingly not an issue. Looking at the Puzzle Storm sparkline chart below, there&amp;#8217;s not a pattern corresponding to tiredness. The only naps I took were between 4am and 7am, and those totaled less than an hour together. I think having the knitting to concentrate on (&amp;#8220;just get one row done&amp;#8221;) was enough to distract my mind from sleep.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="sect1"&gt;
&lt;h2 id="_data"&gt;Data&lt;/h2&gt;
&lt;div class="sectionbody"&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;Explore the results with the interactive dashboard below (use arrow keys or the buttons to go to progress between hours). Full-screen version &lt;a href="verbatim/index.html"&gt;here&lt;/a&gt;. Click photos for larger versions.&lt;/p&gt;
&lt;/div&gt;
&lt;iframe style="max-width: 1000px; width: 94vw; height: 99vh" src="verbatim/index.html" frameborder="0"&gt;&lt;/iframe&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class="sect1"&gt;
&lt;h2 id="_colophon"&gt;Colophon&lt;/h2&gt;
&lt;div class="sectionbody"&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;For details on the hat pattern, see my project on Ravelry: &lt;a href="https://www.ravelry.com/projects/cristoperb/uljhan-beanie"&gt;40km Birthday Beanie&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;The dashboard I made from notes I took during each lap. I converted the notes to a JSON array of objects, and then used my usual approach of write an es6 class to store the state and a bunch of DOM references for each component. It is a technique somewhere between the spaghetti of storing state directly in DOM everywhere and using some &amp;#8220;modern&amp;#8221; framework like vue/react that I usually settle on for small projects (and sometimes big projects).&lt;/p&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;You can see all the data and javascript here: &lt;a href="https://catswhisker.xyz/log/2024/3/4/i_ran_40km_and_knit_a_hat_for_my_40th_birthday/verbatim/dashboard.js"&gt;dashboard.js&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;It took me almost two years to get around to converting my notes into the interactive dashboard. I finally asked an LLM to prototype something up, and even my local model (qwen3-30b-a3b) got something working and fun almost immediately! I didn&amp;#8217;t use the code it generated in the end, but it was enough to get me motivated to work on my own version. I also had it give me examples of the card flip animation and SVG sparklines that I based my code on.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;</content>
    <summary type="html">For my 40th birthday I decided to run over a mile every hour for 24 hours. And knit a hat. And do 600 chess puzzles.</summary>
  </entry>
  <entry>
    <id>tag:catswhisker.xyz,2022-10-22:/log/2022/10/21/race_report_imogene_pass_run_2022/</id>
    <title type="html">Race Report: Imogene Pass Run 2022</title>
    <published>2022-10-22T02:45:46Z</published>
    <updated>2022-10-22T02:45:46Z</updated>
    <link rel="alternate" href="http://catswhisker.xyz/log/2022/10/21/race_report_imogene_pass_run_2022/" type="text/html"/>
    <content type="html">&lt;div class="sect1"&gt;
&lt;h2 id="_race_information"&gt;Race Information&lt;/h2&gt;
&lt;div class="sectionbody"&gt;
&lt;iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/-o8yvxJoPM0" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen&gt;&lt;/iframe&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;The &lt;a href="http://live-raceresults.com/imogene/"&gt;Imogene Pass Run&lt;/a&gt; is a 17.1 mile mountain race between the Colorado towns of Ouray and Telluride by way of a 13,134 foot pass (climbing over 5,000 feet in the first ten miles).
&lt;a href="/log/2018/9/28/race_report_imogene_pass_run_2018/"&gt;The first time I ran it was in 2018&lt;/a&gt;.
I was already in training for &lt;a href="/log/2018/10/16/race_report_louisville_trail_half_marathon_2018/"&gt;my hometown marathon&lt;/a&gt; that fall, so I was in good shape and finished it in about 3h20m.
I ran it again in 2019; I&amp;#8217;d done less running since my marathon and my little sister beat me to the top of the pass that year.
I had to race her all the to the finish. 3h30m.
The 2020 race was canceled for Covid and I skipped 2021 because I was even further out of shape (though my sisters ran it!).
I came back this September to try to beat my 2018 time.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="imageblock"&gt;
&lt;div class="content"&gt;
&lt;a class="image" href="http://live-raceresults.com/imogene/wp-content/uploads/2018/04/profil1.gif"&gt;&lt;img src="/log/2022/10/21/race_report_imogene_pass_run_2022/profil1.gif" alt="Imogene Pass Run Course Profile"&gt;&lt;/a&gt;
&lt;/div&gt;
&lt;div class="title"&gt;Figure 1. The race with only one hill&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class="sect1"&gt;
&lt;h2 id="_pre_race"&gt;Pre-race&lt;/h2&gt;
&lt;div class="sectionbody"&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;The weather forecast was looking good early in the week, but by the night before the race it was calling for possible snow in the morning at the pass and thunderstorms wall afternoon.
I brought a handheld water bottle, one birthday cake flavor Gu packet, a jacket, a hat, and gloves in a running vest; I did put my gloves on near the top when my hands got cold (and kept them on all the way down to protect my hands if I fell), but we ended up having another year with clear weather for the entire race!
Except there was some smoke (from fires in Wyoming?) which I didn&amp;#8217;t notice but was bothering some of the runners.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;I don&amp;#8217;t know my splits for my previous runs, so I wasn&amp;#8217;t sure what my strategy should be, but for whatever reason I had in mind &amp;#8220;60 minutes to Lower Camp Bird, 90 minutes to Upper Camp Bird, 1h15m to the pass.&amp;#8221;
If I managed that pace, I thought a 3h05m finish might be possible&amp;#8201;&amp;#8212;&amp;#8201;though my real goal was just to beat my 3h20m PR.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class="sect1"&gt;
&lt;h2 id="_start_to_lower_camp_bird_aid_station_mile_5"&gt;Start to Lower Camp Bird aid station (mile 5)&lt;/h2&gt;
&lt;div class="sectionbody"&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;I thought I started more toward the front of the crowd this year, but I got stuck in standstill traffic at the first offroad shortcut.
My chip time was 18 seconds after the gun time at the start.
Next time I will start even closer to the front.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;But otherwise I felt great to the Lower Camp Bird aid station at about 8km.
I got there in about 53 minutes; I&amp;#8217;m sure that must be much faster than previous years (and 7 minutes ahead of my mental schedule).
I was constantly being surprised by how much &lt;em&gt;downhill&lt;/em&gt; there is in the first 10K.
(I think I wrote that same thing in my 2018 race report&amp;#8201;&amp;#8212;&amp;#8201;apparently I forgot.)
I grabbed a cookie at the aid station and kept going.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;Beyond the aid station there was a ranger warning us that a moose kept crossing the road just ahead and told us not to yell at it.
I never saw the moose, but my sister&amp;#8217;s boyfriend (who was already several minutes ahead of me) did!
He said it was a huge bull; when he saw it, it was looking down at the road wanting to cross but unsure of all the runners.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="sect2"&gt;
&lt;h3 id="_lower_camp_bird_to_upper_camp_bird_aid_station_mile_7_6"&gt;Lower Camp Bird to Upper Camp Bird aid station (mile 7.6)&lt;/h3&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;With the steeper sections up to Upper Camp Bird I quickly went from feeling good to feeling like my legs were very heavy.
I walked much more than I wanted to, but I couldn&amp;#8217;t get myself to run even on some of the shallower grades when I thought I would be able to.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;This section was a little bit discouraging; I had done more mountain running this year than in any of my previous Imogene Pass Runs, but my legs were evidently not ready for the steep hills after running hard for the first 10K.
But I still made it to Upper Camp Bird in 91 minutes, still about on schedule!
(I think about the same time I got there in 2018, so I already lost all my gains by running the first 10k faster.)&lt;/p&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;I got some m&amp;amp;ms from the food table and kept going to see how quickly I could get to the pass.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class="sect2"&gt;
&lt;h3 id="_upper_camp_bird_to_imogene_pass_summit_mile_10_0"&gt;Upper Camp Bird to Imogene Pass Summit (mile 10.0)&lt;/h3&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;From Upper Camp Bird to the summit was purely a hike, except at the few downhill bits.
I didn&amp;#8217;t even pretend to be on a run.
My lungs felt surprisingly good&amp;#8201;&amp;#8212;&amp;#8201;the whole hike felt much easier than previous years (yay for actually training at altitude this year!).
But my legs were so tired that it still took me 52 minutes to get to the pass (only a minute faster than my slow 2019 year and probably a couple of minutes slower than my 2018 run).
If I was going to beat my 2018 time it would have to be by beating my previous downhill time.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;At the pass I drank some electrolyte drink, ate my gu (which was not easy with my cold hands), then headed down the hill.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class="sect2"&gt;
&lt;h3 id="_the_descent_summit_to_finish_line_mile_17_1"&gt;The Descent: Summit to Finish Line (mile 17.1)&lt;/h3&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;The downhill felt much faster than I expected.
In previous years I had to brake most of the first few miles; this year I just ran over the rocks.
My legs felt tired, and I&amp;#8217;m sure my form wasn&amp;#8217;t great, but I never felt like I had to slow down to avoid falling.
Maybe another benefit of doing several mountain runs in preparation this year?&lt;/p&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;Unfortunately it didn&amp;#8217;t last.
After about 5k I could feel my quadriceps, especially my right leg, twitch a few times and threaten to cramp.
It got progressively worse.
With 5k to go my right calf was also on the verge of cramping.
I slowed way down in an attempt to prevent cramping and being forced to walk.
I did some calculations and knew if I could hold my current pace I would be close to my PR.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;By the time I hit the streets of Telluride I tried to speed up for a final sprint and my right calf and quads immediately started to cramp.
I slowed to a jog to the finish line.
If it had been a few hundred meters further I might not have made it.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;Disappointing because of how well the descent started. I definitely pushed my legs to the limits of what I had trained them for (and probably didn&amp;#8217;t eat enough&amp;#8201;&amp;#8212;&amp;#8201;it&amp;#8217;s only 17 miles, but I forget that it is over 3 hours so I should treat it more like a marathon), but I still finished in 3:19:29&amp;#8230;&amp;#8203; a new PR by a few seconds!&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;</content>
    <summary type="html">I ran the 49th annual Imogene Pass Run (September 10, 2022)</summary>
  </entry>
  <entry>
    <id>tag:catswhisker.xyz,2019-08-05:/log/2019/8/5/race_report_red_white__boom_half_marathon/</id>
    <title type="html">Race Report: Red, White &amp; Boom! Half Marathon</title>
    <published>2019-08-05T15:38:46Z</published>
    <updated>2019-08-05T15:38:46Z</updated>
    <link rel="alternate" href="http://catswhisker.xyz/log/2019/8/5/race_report_red_white__boom_half_marathon/" type="text/html"/>
    <content type="html">&lt;div class="paragraph"&gt;
&lt;p&gt;I was in Minneapolis this July to visit family and hike the 260-mile &lt;a href="https://en.wikipedia.org/wiki/Superior_Hiking_Trail"&gt;Superior Hiking Trail&lt;/a&gt;.
Before we left for that journey we had a chance to run the Red, White &amp;amp; Boom! half marathon through Minneapolis.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;My best race performance to date is still &lt;a href="/log/2018/10/16/race_report_louisville_trail_half_marathon_2018/"&gt;a half I ran in Colorado last Fall&lt;/a&gt; (1:29), and I had hopes that with the lower elevation I would be able to hit a new PR at that distance.
But in the days before the race, the organizers emailed out alerts that the weather conditions on race morning were going to be less than ideal.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;It ended up being about 80F at 80% humidity, not something running in Colorado has trained me for.
I&amp;#8217;ve also been suffering from some burnout since &lt;a href="/log/2019/6/5/race_report_my_18th_bolder_boulder_2019/"&gt;my last race&lt;/a&gt;, which has resulted in neglect of my long runs.
But instead of adjusting my goal pace significantly, I decided to do the first mile at 8:00/mile then accelerate during the rest of the first half (mostly uphill) while I was still feeling good and hope that the nice gradual downhill on the second half would be enough to pull me through the finish.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="imageblock"&gt;
&lt;div class="content"&gt;
&lt;a class="image" href="/log/2019/8/5/race_report_red_white__boom_half_marathon/elevation.png"&gt;&lt;img src="/log/2019/8/5/race_report_red_white__boom_half_marathon/elevation.png" alt="elevation profile"&gt;&lt;/a&gt;
&lt;/div&gt;
&lt;div class="title"&gt;Elevation profile (the red line is the 5K course)&lt;/div&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;I started out exactly as I planned and felt good up to about the 10K mark.
And then I felt suddenly like I had no energy whatsoever.
I&amp;#8217;m a heavy sweater in any conditions, but on this course I was soaked to saturation and my shoes were splushing with every step for most of the race because of all the sweat that was dripping off my shorts and legs into them.
I willed myself to jog the nice downhill parts, stopping to drink and walk at each aid station, and then walked much of the last two miles as everyone I had passed in the first miles ran past me.&lt;/p&gt;
&lt;/div&gt;
&lt;table class="tableblock frame-all grid-all stretch"&gt;
&lt;caption class="title"&gt;Official splits&lt;/caption&gt;
&lt;colgroup&gt;
&lt;col style="width: 33.3333%;"&gt;
&lt;col style="width: 33.3333%;"&gt;
&lt;col style="width: 33.3334%;"&gt;
&lt;/colgroup&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th class="tableblock halign-left valign-top"&gt;Location&lt;/th&gt;
&lt;th class="tableblock halign-left valign-top"&gt;Race Time&lt;/th&gt;
&lt;th class="tableblock halign-left valign-top"&gt;Pace Between&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class="tableblock halign-left valign-top"&gt;&lt;p class="tableblock"&gt;Finish&lt;/p&gt;&lt;/td&gt;
&lt;td class="tableblock halign-left valign-top"&gt;&lt;p class="tableblock"&gt;1:49:50&lt;/p&gt;&lt;/td&gt;
&lt;td class="tableblock halign-left valign-top"&gt;&lt;p class="tableblock"&gt;10:43&lt;/p&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class="tableblock halign-left valign-top"&gt;&lt;p class="tableblock"&gt;11.5M&lt;/p&gt;&lt;/td&gt;
&lt;td class="tableblock halign-left valign-top"&gt;&lt;p class="tableblock"&gt;1:32:42&lt;/p&gt;&lt;/td&gt;
&lt;td class="tableblock halign-left valign-top"&gt;&lt;p class="tableblock"&gt;8:52&lt;/p&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class="tableblock halign-left valign-top"&gt;&lt;p class="tableblock"&gt;6.55M&lt;/p&gt;&lt;/td&gt;
&lt;td class="tableblock halign-left valign-top"&gt;&lt;p class="tableblock"&gt;48:50&lt;/p&gt;&lt;/td&gt;
&lt;td class="tableblock halign-left valign-top"&gt;&lt;p class="tableblock"&gt;7:22&lt;/p&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class="tableblock halign-left valign-top"&gt;&lt;p class="tableblock"&gt;1M&lt;/p&gt;&lt;/td&gt;
&lt;td class="tableblock halign-left valign-top"&gt;&lt;p class="tableblock"&gt;7:59&lt;/p&gt;&lt;/td&gt;
&lt;td class="tableblock halign-left valign-top"&gt;&lt;p class="tableblock"&gt;7:59&lt;/p&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;So not the most well-executed half marathon I&amp;#8217;ve ever run, but I still had fun in a humbling sort of way.
My biggest regret is that there were hot dogs at the finish area, but I was probably not feeling well enough to eat one anyway.&lt;/p&gt;
&lt;/div&gt;</content>
    <summary type="html">I ran a July 4 half marathon in Minneapolis and the humidity got me.</summary>
  </entry>
  <entry>
    <id>tag:catswhisker.xyz,2019-06-05:/log/2019/6/5/race_report_my_18th_bolder_boulder_2019/</id>
    <title type="html">Race Report: My 18th Bolder Boulder (2019)</title>
    <published>2019-06-05T17:54:13Z</published>
    <updated>2019-06-05T17:54:13Z</updated>
    <link rel="alternate" href="http://catswhisker.xyz/log/2019/6/5/race_report_my_18th_bolder_boulder_2019/" type="text/html"/>
    <content type="html">&lt;div class="paragraph"&gt;
&lt;p&gt;This past Memorial Day I ran my 18th Bolder Boulder and set a PR on the course (my only faster 10K was a downhill race I did last year).&lt;/p&gt;
&lt;/div&gt;
&lt;div class="sect1"&gt;
&lt;h2 id="_goal_and_results"&gt;Goal and results&lt;/h2&gt;
&lt;div class="sectionbody"&gt;
&lt;table class="tableblock frame-all grid-all stretch"&gt;
&lt;colgroup&gt;
&lt;col style="width: 33.3333%;"&gt;
&lt;col style="width: 33.3333%;"&gt;
&lt;col style="width: 33.3334%;"&gt;
&lt;/colgroup&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th class="tableblock halign-left valign-top"&gt;Goal&lt;/th&gt;
&lt;th class="tableblock halign-left valign-top"&gt;Notes&lt;/th&gt;
&lt;th class="tableblock halign-left valign-top"&gt;Success?&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class="tableblock halign-left valign-top"&gt;&lt;p class="tableblock"&gt;43:05&lt;/p&gt;&lt;/td&gt;
&lt;td class="tableblock halign-left valign-top"&gt;&lt;p class="tableblock"&gt;My 2008 Bolder Boulder PR&lt;/p&gt;&lt;/td&gt;
&lt;td class="tableblock halign-left valign-top"&gt;&lt;p class="tableblock"&gt;Yes!  🙂&lt;/p&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class="tableblock halign-left valign-top"&gt;&lt;p class="tableblock"&gt;41:00&lt;/p&gt;&lt;/td&gt;
&lt;td class="tableblock halign-left valign-top"&gt;&lt;p class="tableblock"&gt;Based on recent 5K&lt;/p&gt;&lt;/td&gt;
&lt;td class="tableblock halign-left valign-top"&gt;&lt;p class="tableblock"&gt;No 🙁&lt;/p&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;This Spring &lt;a href="/log/2019/5/20/breaking20_a_5k_race_report/"&gt;I ran a sub-20:00 5K&lt;/a&gt; for the first time.
That made a sub-40:00 BolderBoulder feel realistic for the first time, but I didn&amp;#8217;t think I was quite there yet and decided to pace myself for a sub 41:00 finish instead.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;The BolderBoulder course is mostly up hill for the first four kilometers, but then the 8th and 9th kilometers are fast down hill, and then the last kilometer climbs back up to the finish in Folsom Field stadium.
It is a net up-hill course by a bit (less than 100 meters).&lt;/p&gt;
&lt;/div&gt;
&lt;div class="imageblock"&gt;
&lt;div class="content"&gt;
&lt;a class="image" href="/log/2019/6/5/race_report_my_18th_bolder_boulder_2019/elevation.jpg"&gt;&lt;img src="/log/2019/6/5/race_report_my_18th_bolder_boulder_2019/elevation.jpg" alt="The elevation profile of the BolderBoulder course"&gt;&lt;/a&gt;
&lt;/div&gt;
&lt;div class="title"&gt;Elevation profile&lt;/div&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;Making it to 5K without giving up is the hardest part of the race for me every year, so I came up with the following pacing plan which would get me to the top of Casey Hill at about 41:00 pace and then hopefully allow me to speed up for the last 4K finishing around 40:30:&lt;/p&gt;
&lt;/div&gt;
&lt;table class="tableblock frame-all grid-all stretch"&gt;
&lt;colgroup&gt;
&lt;col style="width: 33.3333%;"&gt;
&lt;col style="width: 33.3333%;"&gt;
&lt;col style="width: 33.3334%;"&gt;
&lt;/colgroup&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th class="tableblock halign-left valign-top"&gt;Kilometer&lt;/th&gt;
&lt;th class="tableblock halign-left valign-top"&gt;Goal split&lt;/th&gt;
&lt;th class="tableblock halign-left valign-top"&gt;Actual split&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class="tableblock halign-left valign-top"&gt;&lt;p class="tableblock"&gt;1&lt;/p&gt;&lt;/td&gt;
&lt;td class="tableblock halign-left valign-top"&gt;&lt;p class="tableblock"&gt;4:06&lt;/p&gt;&lt;/td&gt;
&lt;td class="tableblock halign-left valign-top"&gt;&lt;p class="tableblock"&gt;4:06&lt;/p&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class="tableblock halign-left valign-top"&gt;&lt;p class="tableblock"&gt;2&lt;/p&gt;&lt;/td&gt;
&lt;td class="tableblock halign-left valign-top"&gt;&lt;p class="tableblock"&gt;4:06&lt;/p&gt;&lt;/td&gt;
&lt;td class="tableblock halign-left valign-top"&gt;&lt;p class="tableblock"&gt;4:01&lt;/p&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class="tableblock halign-left valign-top"&gt;&lt;p class="tableblock"&gt;3&lt;/p&gt;&lt;/td&gt;
&lt;td class="tableblock halign-left valign-top"&gt;&lt;p class="tableblock"&gt;4:06&lt;/p&gt;&lt;/td&gt;
&lt;td class="tableblock halign-left valign-top"&gt;&lt;p class="tableblock"&gt;4:10&lt;/p&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class="tableblock halign-left valign-top"&gt;&lt;p class="tableblock"&gt;4&lt;/p&gt;&lt;/td&gt;
&lt;td class="tableblock halign-left valign-top"&gt;&lt;p class="tableblock"&gt;4:06&lt;/p&gt;&lt;/td&gt;
&lt;td class="tableblock halign-left valign-top"&gt;&lt;p class="tableblock"&gt;4:07&lt;/p&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class="tableblock halign-left valign-top"&gt;&lt;p class="tableblock"&gt;5&lt;/p&gt;&lt;/td&gt;
&lt;td class="tableblock halign-left valign-top"&gt;&lt;p class="tableblock"&gt;4:06&lt;/p&gt;&lt;/td&gt;
&lt;td class="tableblock halign-left valign-top"&gt;&lt;p class="tableblock"&gt;4:08&lt;/p&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class="tableblock halign-left valign-top"&gt;&lt;p class="tableblock"&gt;6&lt;/p&gt;&lt;/td&gt;
&lt;td class="tableblock halign-left valign-top"&gt;&lt;p class="tableblock"&gt;4:06&lt;/p&gt;&lt;/td&gt;
&lt;td class="tableblock halign-left valign-top"&gt;&lt;p class="tableblock"&gt;4:17&lt;/p&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class="tableblock halign-left valign-top"&gt;&lt;p class="tableblock"&gt;7&lt;/p&gt;&lt;/td&gt;
&lt;td class="tableblock halign-left valign-top"&gt;&lt;p class="tableblock"&gt;4:00&lt;/p&gt;&lt;/td&gt;
&lt;td class="tableblock halign-left valign-top"&gt;&lt;p class="tableblock"&gt;4:01&lt;/p&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class="tableblock halign-left valign-top"&gt;&lt;p class="tableblock"&gt;8&lt;/p&gt;&lt;/td&gt;
&lt;td class="tableblock halign-left valign-top"&gt;&lt;p class="tableblock"&gt;3:50&lt;/p&gt;&lt;/td&gt;
&lt;td class="tableblock halign-left valign-top"&gt;&lt;p class="tableblock"&gt;4:00&lt;/p&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class="tableblock halign-left valign-top"&gt;&lt;p class="tableblock"&gt;9&lt;/p&gt;&lt;/td&gt;
&lt;td class="tableblock halign-left valign-top"&gt;&lt;p class="tableblock"&gt;4:00&lt;/p&gt;&lt;/td&gt;
&lt;td class="tableblock halign-left valign-top"&gt;&lt;p class="tableblock"&gt;4:10&lt;/p&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class="tableblock halign-left valign-top"&gt;&lt;p class="tableblock"&gt;10&lt;/p&gt;&lt;/td&gt;
&lt;td class="tableblock halign-left valign-top"&gt;&lt;p class="tableblock"&gt;4:00&lt;/p&gt;&lt;/td&gt;
&lt;td class="tableblock halign-left valign-top"&gt;&lt;p class="tableblock"&gt;4:12&lt;/p&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class="tableblock halign-left valign-top"&gt;&lt;p class="tableblock"&gt;&lt;strong&gt;Total&lt;/strong&gt;&lt;/p&gt;&lt;/td&gt;
&lt;td class="tableblock halign-left valign-top"&gt;&lt;p class="tableblock"&gt;40:26&lt;/p&gt;&lt;/td&gt;
&lt;td class="tableblock halign-left valign-top"&gt;&lt;p class="tableblock"&gt;41:12&lt;/p&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;Obviously I was unable to accelerate on the last 4K like I had hoped, but it&amp;#8217;s still my best BolderBoulder by almost 2 minutes!
The official race splits were in miles:&lt;/p&gt;
&lt;/div&gt;
&lt;table class="tableblock frame-all grid-all stretch"&gt;
&lt;colgroup&gt;
&lt;col style="width: 50%;"&gt;
&lt;col style="width: 50%;"&gt;
&lt;/colgroup&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th class="tableblock halign-left valign-top"&gt;Mile&lt;/th&gt;
&lt;th class="tableblock halign-left valign-top"&gt;Time&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class="tableblock halign-left valign-top"&gt;&lt;p class="tableblock"&gt;1&lt;/p&gt;&lt;/td&gt;
&lt;td class="tableblock halign-left valign-top"&gt;&lt;p class="tableblock"&gt;6:34&lt;/p&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class="tableblock halign-left valign-top"&gt;&lt;p class="tableblock"&gt;2&lt;/p&gt;&lt;/td&gt;
&lt;td class="tableblock halign-left valign-top"&gt;&lt;p class="tableblock"&gt;6:34&lt;/p&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class="tableblock halign-left valign-top"&gt;&lt;p class="tableblock"&gt;3&lt;/p&gt;&lt;/td&gt;
&lt;td class="tableblock halign-left valign-top"&gt;&lt;p class="tableblock"&gt;6:43&lt;/p&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class="tableblock halign-left valign-top"&gt;&lt;p class="tableblock"&gt;4&lt;/p&gt;&lt;/td&gt;
&lt;td class="tableblock halign-left valign-top"&gt;&lt;p class="tableblock"&gt;6:44&lt;/p&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class="tableblock halign-left valign-top"&gt;&lt;p class="tableblock"&gt;5&lt;/p&gt;&lt;/td&gt;
&lt;td class="tableblock halign-left valign-top"&gt;&lt;p class="tableblock"&gt;6:29&lt;/p&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class="tableblock halign-left valign-top"&gt;&lt;p class="tableblock"&gt;6&lt;/p&gt;&lt;/td&gt;
&lt;td class="tableblock halign-left valign-top"&gt;&lt;p class="tableblock"&gt;6:42&lt;/p&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class="tableblock halign-left valign-top"&gt;&lt;p class="tableblock"&gt;Finish&lt;/p&gt;&lt;/td&gt;
&lt;td class="tableblock halign-left valign-top"&gt;&lt;p class="tableblock"&gt;&lt;strong&gt;41:12.68&lt;/strong&gt;&lt;/p&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;(That&amp;#8217;s an average of 6:38/mile.)&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class="sect1"&gt;
&lt;h2 id="_race"&gt;Race&lt;/h2&gt;
&lt;div class="sectionbody"&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;The weather was very nice.
Sunny, but not too warm (to the point that it was a bit too chilly after the race).&lt;/p&gt;
&lt;/div&gt;
&lt;div class="ulist"&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Start: In the starting corral a regular from Parkrun in the same wave found me which was nice. He was recovering from a cold and was planning on going out a bit slower than me&amp;#8201;&amp;#8212;&amp;#8201;I figured if I wasn&amp;#8217;t feeling up to my goal pace and saw him pass me I&amp;#8217;d be able to hang with him for a 42:00 finish which would still soundly beat my PR.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;KM 1: I normally run this kilometer much too fast. This year I started intentionally slow and stayed comfortable which put me at the Kilometer 1 banner right on my 4:06 target.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;KM 2: Just try to maintain the same comfortable pace. I must be warmed up because I finished a few seconds fast and it feels easy.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;KM 3: Noticeably up hill at first. This is where I think I get myself into trouble on this course&amp;#8201;&amp;#8212;&amp;#8201;I end up redlining here and not being able to recover until the sixth kilometer. This year I allowed myself to slow down a bit instead.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;KM 4: This is steadily up hill, but I&amp;#8217;m not nearly as tired as I usually am here! I&amp;#8217;m very close to my target pace.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;KM 5: Even though this is downhill I have to concentrate to maintain the pace that felt so easy 10 minutes ago. But I manage to not slow down and also feel fairly comfortable at the point on the course where I had to walk to catch my breath last year (when I finished in 43:4x).&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;KM 6: Back up hill a bit and I&amp;#8217;m struggling. Again I allow myself to slow down rather than push too hard&amp;#8201;&amp;#8212;&amp;#8201;if I can make it to the down hill that starts on the next km in good shape then I&amp;#8217;m pretty sure I can make up quite a bit of time.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;KM 7: First a down hill to get my spirits up. Then up Casey Hill, but I know that begins the long and fast down hill section so it doesn&amp;#8217;t even bother me.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;KM 8: I didn&amp;#8217;t bomb down Casey Hill as fast as I thought I would. I was tired. But I got to this kilometer only a few seconds behind schedule and thought I could catch up. I tried to stay relaxed and let myself go with gravity. Unfortunately every time I looked at my watch I was not moving as fast as I felt I was.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;KM 9: It&amp;#8217;s sometimes a real struggle to maintain the pace once the down hill levels out. Luckily here my body switched to its autopilot mode. With no conscious effort my legs kept moving at race pace, and I was just along for the ride. I don&amp;#8217;t know exactly what conditions bring on this flow state, but it has happened during all of my best races. If I could learn to accept it then I think I could become a faster runner&amp;#8201;&amp;#8212;&amp;#8201;but instead I start to think and worry that I&amp;#8217;m going to get tired too quickly if I don&amp;#8217;t slow down and otherwise let my conscious mind interrupt a beautiful thing. Story of my life.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;KM 10: During this kilometer I experienced bowel discomfort which is something that doesn&amp;#8217;t happen to me often during running. I&amp;#8217;ve never had to stop during a race before, but it got to the point that I slowed down and started scanning for emergency port-o-potties. Once I made it up the hill and almost to the stadium I decided the best option was just to finish as quickly as possible. During my kick around the turn to the finish I looked up and saw myself being followed on the stadium&amp;#8217;s jumbotron. That was fun but also would have made any sort of incident more embarrassing.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;Afterward I jogged down to where my mom was watching the race and used the restroom at the coffee shop there. It would have been nice if that happened &lt;em&gt;before&lt;/em&gt; the race.
Oh well, new Bolder Boulder PR!&lt;/p&gt;
&lt;/div&gt;
&lt;div class="imageblock"&gt;
&lt;div class="content"&gt;
&lt;img src="/log/2019/6/5/race_report_my_18th_bolder_boulder_2019/finish.jpg" alt="A photograph of me finishing the 2019 Bolder Boulder"&gt;
&lt;/div&gt;
&lt;div class="title"&gt;At the finish line&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;</content>
    <summary type="html">I beat my Bolder Boulder PR by almost 2 minutes in 2019.</summary>
  </entry>
  <entry>
    <id>tag:catswhisker.xyz,2019-05-20:/log/2019/5/20/breaking20_a_5k_race_report/</id>
    <title type="html">Breaking20: A 5K Race Report</title>
    <published>2019-05-20T17:59:14Z</published>
    <updated>2019-05-20T17:59:14Z</updated>
    <link rel="alternate" href="http://catswhisker.xyz/log/2019/5/20/breaking20_a_5k_race_report/" type="text/html"/>
    <content type="html">&lt;div class="paragraph"&gt;
&lt;p&gt;I ran my first 10K road race when I was 12 years old (55:37), and I&amp;#8217;ve felt like a runner ever since.
In high school I ran on the cross country team for almost two years before becoming academically ineligible.
Unfortunately I wasn&amp;#8217;t any more disciplined at training than I was at attending class.
A good 5K race for me was under 21:00, and I think an average race for me was around 22:00 or slower.
The slowest varsity guys in my school&amp;#8217;s division could reliably break 20:00, and that became my goal even post-high school.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;A lifelong goal, it turns out, because in my experience running 5K in under 20 minutes is almost impossible.
My hobbyjogger technique of training every spring for a 5K and 10K in May and then slacking during the summer and hibernating during the winter before starting over again wasn&amp;#8217;t getting me great results, anyway.
In 2008-2009, almost 8 years after high school, I was a bit more consistent (trained for my first marathon) and came close to breaking 20:00 several times including a 20:05 PR.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;Now ten years later and I&amp;#8217;m running consistently again!
I ran a 1:29 PR at &lt;a href="/log/2018/10/16/race_report_louisville_trail_half_marathon_2018/"&gt;a half marathon&lt;/a&gt; in late 2018, which is the VDOT equivalent of a sub 19:30 5K.
I thought for sure I would break 20 before the end of the year.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;It helped that I discovered a local &lt;a href="https://www.parkrun.us/"&gt;Parkrun&lt;/a&gt;, a free timed 5K run every Saturday.
Unfortunately this winter&amp;#8217;s snow schedule kept everything icy and conspired against my planned interval workout several weeks in a row.
On December 15, without much time left to meet my 2018 goal, I ran hard at Parkrun.
20:16.
So close.
As usual my first and last kilometer were my fastest, and I slowed way down during the 3rd kilometer.
I decided to try again in two weeks, the last Parkrun of 2018.
There was some packed snow on the course, but this time I maintained a harder effort during the middle kilometers and finished in&amp;#8230;&amp;#8203; 20:27.
Huh.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;It wasn&amp;#8217;t going to happen in 2018, but I had a chance at redemption in January at a local Oatmeal Festival 5K I run every year.
I accidentally left my watch at home the morning of the race.
But I know what a good 5K pace is supposed to feel like (hard) and thought running entirely by feel might actually help me.
While we were lined up at the start line the race organizers made an announcement that they had shortened the course because of the icy conditions.
I ended up running well (first in my age group) and finished in 16:58&amp;#8230;&amp;#8203; but since I didn&amp;#8217;t have my GPS watch on I don&amp;#8217;t know how far it was.
Using the distance someone else measured I calculated I was on 19:17 5K pace, but that seems overly optimistic.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;My next formal race and chance at 20-minute glory was on May 4th at a hometown 5K that I run every year which is a fund raiser for a local elementary school.
That gave me over three months to focus on 5K training, and I hoped I&amp;#8217;d also go under 20:00 at Parkrun at least once before then.
I got &lt;a href="https://amzn.to/2Q87Irm"&gt;&lt;em&gt;Faster Road Racing&lt;/em&gt; by Pfitzinger and Latter&lt;/a&gt; with the intention of following one of their 5K plans.
Unfortunately it continued to snow every week through April, and my motivation flagged (I didn&amp;#8217;t really track my mileage but it was probably closer to 30 than the 40+ miles I intended to keep up).&lt;/p&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;One problem was that I didn&amp;#8217;t really enjoy the Pfitzinger plan and its lack of variety.
It calls for only two lactate threshold (tempo) runs, both in the first three weeks of the schedule, which is a pace I learned to like during my Jack Daniels &lt;a href="/log/2018/12/6/race_report_winning_cash_at_my_hometown_marathon/"&gt;marathon training&lt;/a&gt;.
I know the science behind tempo runs &lt;a href="https://fellrnr.com/wiki/Tempo_Runs"&gt;has been questioned&lt;/a&gt;, but running harder than usual but still slower than my VO2max I think is very beneficial to me psychologically without leaving me too tired.
One thing I wanted to try this training cycle that I&amp;#8217;ve never done before is faster interval work&amp;#8201;&amp;#8212;&amp;#8201;my usual intervals are 1KM at about 5K pace.
The Pfitz plan has one VO2max interval workout per week, but the only speed work is strides after some runs.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;So I deviated from the book&amp;#8217;s schedule, using it only as a very rough guide, and instead most weeks followed my own ad-hoc plan structured around an interval workout, a tempo pace Parkrun every Saturday, and a long run:&lt;/p&gt;
&lt;/div&gt;
&lt;div class="ulist"&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Monday: Off&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Tuesday: Easy&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Wednesday: Intervals&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Thursday: General aerobic (10K to &lt;a href="https://catswhisker.xyz/tags/chess/"&gt;chess&lt;/a&gt; club)&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Friday: Easy&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Saturday: Tempo run (~20:30 5K at Parkrun)&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Sunday: Long run (8-12 miles)&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;For my mid-week intervals I began alternating VO2max (5x1000m at a little faster than 5K pace) with speed (10x400m at about mile pace).
I only got two of the speed workouts in before my May 4th race, and after the first one my legs were sore for days&amp;#8201;&amp;#8212;&amp;#8201;an indication I think that I need more of that stimulus in my training.
My long runs were usually on the short side, and even when I did 10+ miles I often slacked and broke them into two runs.
I&amp;#8217;m always afraid I&amp;#8217;m going to get bored, but running longer and more consistent long runs is probably easy way for me to improve in the future.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;On April 6 I ran a 19:48 at Parkrun!
It didn&amp;#8217;t even feel like a harder effort than my usual 20:30 runs, though I had done fewer miles that week so my legs were better rested.
The night before the run my little sister took me to see &lt;a href="https://www.youtube.com/watch?v=iqRbutOKpnM"&gt;the most wholesome and repetitive ska band ever&lt;/a&gt; (which is saying something), so maybe that helped, and luckily I&amp;#8217;m too shy to dance much so my legs didn&amp;#8217;t suffer from it.
With a month of training and a full taper I was pretty sure I could finish even faster at my upcoming 5K race.
The Parkrun course is very flat, but it is about 1/3 on a dirt trail and has two 180-degree turnarounds which break my rhythm and slow me down.
The race course, on the other hand, has a long downhill during the 2nd kilometer, then the entire 3rd kilometer is back uphill (it&amp;#8217;s a loop, so zero net elevation gain), but it is all on hard surfaces with no turnarounds, so I thought it would be a faster course overall.
Then again, hills are difficult to pace.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;Once the snow stopped lingering another of nature&amp;#8217;s stumbling blocks presented itself like it does every April around here: patches of beautiful little purple flowers that suffocate me.
It&amp;#8217;s called blue mustard &lt;a href="https://en.wikipedia.org/wiki/Chorispora_tenella"&gt;&lt;em&gt;Chorispora tenella&lt;/em&gt;&lt;/a&gt;, but in homage to midwestern 90s ska bands everywhere I call them blue meanies because I am very sensitive to the pollen of these little respiratory mustard plugs.
If there is a patch of them within a few meters of me their stench hits me (&lt;a href="https://www.youtube.com/watch?v=LUoydbstisg"&gt;hits me! hits me!&lt;/a&gt;) with a sensation of not being able to breathe.
I think probably they don&amp;#8217;t actually diminish much if at all the amount of oxygen my lungs take in, but it &lt;em&gt;feels&lt;/em&gt; like inhaling does nothing.
Every Spring for about a month they make my usual running trails, including part of the 5K race course, a little less pleasant.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;Interestingly, other people I&amp;#8217;ve talked to about the flowers aren&amp;#8217;t bothered by them, and can&amp;#8217;t even smell them unless they get very close.
One &lt;a href="https://www.illinoiswildflowers.info/weeds/plants/blue_mustard.htm"&gt;article&lt;/a&gt; I found even claims of blue mustard that &amp;#8220;There is no noticeable floral scent,&amp;#8221; which is a lie.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="imageblock"&gt;
&lt;div class="content"&gt;
&lt;img src="/log/2019/5/20/breaking20_a_5k_race_report/bluemeanies.jpeg" alt="Photo of blue mustard flowers"&gt;
&lt;/div&gt;
&lt;div class="title"&gt;This particular blue meanie specimen lives with hundreds of its kin on the 5K course right at the top of the hill where mile 3 begins. Photo by Louis Burkhardt.&lt;/div&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;I came up with a pace plan based on the course hills.
I knew the 3rd kilometer would be slow because it is all uphill, and I don&amp;#8217;t think I&amp;#8217;ve &lt;em&gt;ever&lt;/em&gt; run a 4th kilometer of a 5K in under 4:00, but I was optimistic:&lt;/p&gt;
&lt;/div&gt;
&lt;table class="tableblock frame-all grid-all stretch"&gt;
&lt;colgroup&gt;
&lt;col style="width: 33.3333%;"&gt;
&lt;col style="width: 33.3333%;"&gt;
&lt;col style="width: 33.3334%;"&gt;
&lt;/colgroup&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th class="tableblock halign-left valign-top"&gt;Kilometer&lt;/th&gt;
&lt;th class="tableblock halign-left valign-top"&gt;Goal split&lt;/th&gt;
&lt;th class="tableblock halign-left valign-top"&gt;Actual split&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class="tableblock halign-left valign-top"&gt;&lt;p class="tableblock"&gt;1&lt;/p&gt;&lt;/td&gt;
&lt;td class="tableblock halign-left valign-top"&gt;&lt;p class="tableblock"&gt;3:55&lt;/p&gt;&lt;/td&gt;
&lt;td class="tableblock halign-left valign-top"&gt;&lt;p class="tableblock"&gt;3:48&lt;/p&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class="tableblock halign-left valign-top"&gt;&lt;p class="tableblock"&gt;2&lt;/p&gt;&lt;/td&gt;
&lt;td class="tableblock halign-left valign-top"&gt;&lt;p class="tableblock"&gt;3:50&lt;/p&gt;&lt;/td&gt;
&lt;td class="tableblock halign-left valign-top"&gt;&lt;p class="tableblock"&gt;3:52&lt;/p&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class="tableblock halign-left valign-top"&gt;&lt;p class="tableblock"&gt;3&lt;/p&gt;&lt;/td&gt;
&lt;td class="tableblock halign-left valign-top"&gt;&lt;p class="tableblock"&gt;3:59&lt;/p&gt;&lt;/td&gt;
&lt;td class="tableblock halign-left valign-top"&gt;&lt;p class="tableblock"&gt;4:08&lt;/p&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class="tableblock halign-left valign-top"&gt;&lt;p class="tableblock"&gt;4&lt;/p&gt;&lt;/td&gt;
&lt;td class="tableblock halign-left valign-top"&gt;&lt;p class="tableblock"&gt;3:55&lt;/p&gt;&lt;/td&gt;
&lt;td class="tableblock halign-left valign-top"&gt;&lt;p class="tableblock"&gt;4:03&lt;/p&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class="tableblock halign-left valign-top"&gt;&lt;p class="tableblock"&gt;5&lt;/p&gt;&lt;/td&gt;
&lt;td class="tableblock halign-left valign-top"&gt;&lt;p class="tableblock"&gt;3:55&lt;/p&gt;&lt;/td&gt;
&lt;td class="tableblock halign-left valign-top"&gt;&lt;p class="tableblock"&gt;3:57&lt;/p&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class="tableblock halign-left valign-top"&gt;&lt;p class="tableblock"&gt;&lt;strong&gt;Total&lt;/strong&gt;&lt;/p&gt;&lt;/td&gt;
&lt;td class="tableblock halign-left valign-top"&gt;&lt;p class="tableblock"&gt;19:34&lt;/p&gt;&lt;/td&gt;
&lt;td class="tableblock halign-left valign-top"&gt;&lt;p class="tableblock"&gt;&lt;strong&gt;19:48&lt;/strong&gt;&lt;/p&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;I lined up in the second layer of runners at the start.
The front line was mostly elementary school kids.
I was a little bit worried about running someone over, but they all went out way faster than me.
The only person in front of the kids after the first 50 meters was the man who would go on to be the overall winner (15:25).
Within a 100 meters or so the course takes a left turn up a short but noticeable hill where most of the kids faded back.
I know from experience that it is possible to run this hill too hard and never really recover, so I allowed myself to slow down and stay relaxed on the way up.&lt;/p&gt;
&lt;/div&gt;
&lt;iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/ZF2E_PZK1Sk" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen&gt;&lt;/iframe&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;The kids pulled me along to a faster start than I had planned, but it probably worked out for the best since I felt good and in control after the first kilometer.
I felt better than I&amp;#8217;ve ever felt at that point on the course in the past despite being faster than my planned split.
I was passed by one man on the first hill, but passed him back during the second kilometer just before the long downhill.
From that point on my position stayed fixed.
There was a woman about 40 meters ahead of me; my plan was to try to catch her on the downhill and then stay with her during the tough 3rd kilometer where I traditionally fall apart.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;I gained only a little bit of ground on her during the downhill.
She caught and passed the woman in front of her, but then they both stayed together and held the pace better than me as the uphill began.
At the top of the hill I got some motivation to accelerate for a few hundred meters as the scent of the blue meanies hit me, but the two runners in front of me were still slowly pulling away.
My goal became to simply keep them in sight, which I did during the 4th kilometer, but the last kilometer curves around the school building so with about 500 meters left I had lost sight of them along with any mimetic motivation to kick to the finish.
But at least I managed to maintain a sub-4:00/km pace and crossed the line in &lt;strong&gt;19:48&lt;/strong&gt;.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;This race usually attracts some strong local competition with the top 5 men running under 16:00 and the top 5 women running under 19:00.
But they didn&amp;#8217;t hold it last year, so I guess they lost some momentum because I took 6th place overall&amp;#8230;&amp;#8203; and I was the second-place man.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;I don&amp;#8217;t mean to complain about being given an award, and it is entertaining to watch gender essentialists of all stripes trip over their own contradictions especially with &lt;a href="https://en.wikipedia.org/wiki/Caster_Semenya"&gt;Caster Semenya&lt;/a&gt;'s case in the news recently, but it does seem a little bit silly to be on the podium while two of the women who beat me walk away empty-handed given that the whole point of sports gender divisions is to recognize athletes who &lt;em&gt;don&amp;#8217;t&lt;/em&gt; enjoy whatever biological (and, to a hopefully diminishing degree, social) advantages are conferred to men.
There&amp;#8217;s got to be a better way.
I&amp;#8217;d suggest two categories: &amp;#8220;open&amp;#8221; to recognize the top three finishers regardless of gender and &amp;#8220;non-men&amp;#8221; to recognize the next three non-men finishers.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;That scheme is not perfect and still suffers from the shortcomings of the &amp;#8220;men&amp;#8221; and &amp;#8220;women&amp;#8221; divisions, including a possible bias toward androgenic (like intersex and trans) women in the &amp;#8220;non-men&amp;#8221; category, but it pushes those shortcomings further toward the noise floor of the variance between socially-recognized genders.
It would solve the most common absurdities, at least, like awarding me a 2nd-place prize just because I&amp;#8217;m a man and most of the five people who beat me are women.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;Anyway, I thought I would soundly beat my Parkrun PR, and instead I exactly matched it with a great deal of difficulty.
Still, at least I am a consistent sub 20:00 5K runner now, and it only took me 18 years of trying!&lt;/p&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;I&amp;#8217;m currently in my taper week for the &lt;a href="https://en.wikipedia.org/wiki/Bolder_Boulder"&gt;Bolder Boulder&lt;/a&gt; at the end of May (which is the 10K race that usually gets me running again every year).
My next lifelong goal is to run that race in under 40:00, but I don&amp;#8217;t think I&amp;#8217;m quite there yet.
My goal for this year is 41:00.&lt;/p&gt;
&lt;/div&gt;</content>
    <summary type="html">A guide to running a 5K in under 20:00 with only 18 years of training. Now with more ska.</summary>
  </entry>
  <entry>
    <id>tag:catswhisker.xyz,2018-12-19:/log/2018/12/19/race_report_mcdowell_mountain_frenzy/</id>
    <title type="html">Desert Race Report: McDowell Mountain Frenzy 25K</title>
    <published>2018-12-19T17:18:03Z</published>
    <updated>2018-12-19T17:18:03Z</updated>
    <link rel="alternate" href="http://catswhisker.xyz/log/2018/12/19/race_report_mcdowell_mountain_frenzy/" type="text/html"/>
    <content type="html">&lt;div class="sect1"&gt;
&lt;h2 id="_prelude"&gt;Prelude&lt;/h2&gt;
&lt;div class="sectionbody"&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;Thanks to my sister injuring her knee, I got a discounted entry to the &lt;a href="https://www.aravaiparunning.com/mcdowell-mountain-frenzy/"&gt;McDowell Mountain Frenzy trail race&lt;/a&gt; near Phoenix on December 1st, four weeks after &lt;a href="/log/2018/12/6/race_report_winning_cash_at_my_hometown_marathon/"&gt;my marathon&lt;/a&gt;.
She was signed up for the 50K, but I opted for the 25K, because shorter.
My Dad signed up for the 5 mile race and we made a trail race weekend out of it: we flew out together, stayed at an Airbnb the night before and after the race, ate lots of pizza, then flew home.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;We got to the starting area a good 15 minutes before Google had predicted (which is good, because otherwise it would have been tight).
That gave us plenty of time to pick up our packets, use the portable toilets, watch the 50K start (the 50 milers had already started before we got there), and admire some of the desert flora before the 25K start at 7:45am.&lt;/p&gt;
&lt;/div&gt;
&lt;iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/MP4CXr2SS3Y" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen&gt;&lt;/iframe&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class="sect1"&gt;
&lt;h2 id="_race"&gt;Race&lt;/h2&gt;
&lt;div class="sectionbody"&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;The 25K course consists of two loops on mountain bike single-track and avoids the big climbs that the 50K and 50 mile runners would go over:&lt;/p&gt;
&lt;/div&gt;
&lt;div class="imageblock"&gt;
&lt;div class="content"&gt;
&lt;img src="/log/2018/12/19/race_report_mcdowell_mountain_frenzy/profile.png" alt="Race elevation profile"&gt;
&lt;/div&gt;
&lt;div class="title"&gt;Elevation Gain 1,119 Feet | 341 Meters&lt;/div&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;I didn&amp;#8217;t really know what to expect, but with only around 1,000 feet of total elevation gain over 25K, I figured I should be able to maintain about my marathon pace&amp;#8201;&amp;#8212;&amp;#8201;somewhere between 4:30 and 4:40 min./km (7:15 and 7:30 min./mile).
If I could do that I&amp;#8217;d finish somewhere just under 2 hours which, according to previous years' results, would put me in the top 10.
So that was my goal at the start.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="sect2"&gt;
&lt;h3 id="_first_loop_0_16_km_0_10_miles"&gt;First loop: 0-16 KM (0-10 miles)&lt;/h3&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;Within about a kilometer we had mostly sorted ourselves out and there was very little passing.
I had fallen in behind a small group going about my pace that was slowly stretching out.
We reached a sign that read &amp;#8220;Double Dip&amp;#8221; followed by two short but very steep descents (some other features along the course were named thanks to mountain bikers).
I ran down these hard, taking advantage of them to pass the woman in front of me, but I immediately regretted it as my quadriceps felt much more beat up by the downhill than I had expected.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;For the most part the trail was nice and sandy, with a few rocky bits (especially at wash crossings), and some tight turns with fun banked corners.
There were several more very short, steep dips along the course, and even though I approached them with more respect each one left my quads noticeably in further disrepair.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;I was passed twice near the one mile mark; both guys glided past and up out of sight seemingly without effort.
I think they finished 1st and 2nd.
My dad told me that they had started way after everyone else.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;I also passed one more person, the last for the rest of the race.
When the guy in front of me began to slow down a little I decided to keep up my 4:40 min/km pace and go ahead.
Now there was no one else in sight ahead of me (I would occasionally see the next guy at the top of climbs, but he would always have vanished by the time I got to the downhill), so I had to remember to stay on course.
Luckily all the turns were well-marked, because I had little idea where I was.
I would sometimes see runners in various directions, probably doing a different distance, but wouldn&amp;#8217;t know if they were ahead of me or behind me or on a completely different trail.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;I kept my 4:40 pace for three kilometers (7:30 pace for two miles) when my watch (an old Garmin 305) started to beep incessantly with a warning about running out of space to save data.
So I shut it off and ran by feel.
The pace felt surprisingly hard, but I decided to trust my recent (road) marathon that I&amp;#8217;d be able to hold on to it despite the trailiness of this race.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;Without my watch the distances somehow felt longer.
It was two more miles to the first aid station, but it felt more like four.
Somewhere along the line I realized that I&amp;#8217;d be running for around two hours and should probably take in some carbohydrates.
At the first aid station most of the food was boxed up&amp;#8201;&amp;#8212;&amp;#8201;and the volunteers seemed surprised that I wanted anything&amp;#8201;&amp;#8212;&amp;#8201;but I grabbed an orange slice.
Actually at all the aid stations the volunteers were very nice (and eager to make sure I got water or Gatorade in my handheld water bottle) but seemed surprised that I wanted to eat something; maybe because I was only doing the 25K?
Probably no one in front of me was taking food.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;The next aid station was about 3.5 miles along.
Again it felt longer.
I got some cookies and Gatorade.
Then it was about 2.5 miles back to the start/finish line, including a nice down hill portion and then some ups-and-downs to complete the first loop.
If it weren&amp;#8217;t for the down hill I would have slowed down significantly here.
I could feel myself fading, and my quads were just not recovering.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;I made it to the start/finish line in 1:18:36 (4:54 min/km or 7:51 min/mile).&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class="sect2"&gt;
&lt;h3 id="_second_loop_16_25_km_10_15_5_miles"&gt;Second loop: 16-25 km (10-15.5 miles)&lt;/h3&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;Already slower than I expected, and feeling tired, I grabbed several ginger snaps and oreos at the last aid station before beginning the second loop.
The prospect of running 5.5 more miles, including another go on the Double Dip, did not sound very fun, but at least I could eat some cookies on the way.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;The second loop didn&amp;#8217;t seem as difficult on my legs as the first loop, but I think that is mostly just because I was going so much slower.
The second lap is a figure-8: the course crosses itself at a culvert, first crossing over and then going through a large corrugated metal tunnel.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;As I ran over the tunnel I could see a few 5-milers getting toward the end of their run.
This was motivating and I tried to get going a little faster.
Just before I got to the tunnel myself I was overtaken by a runner and could hear another one not far behind.
This gave me some more motivation, and I was able to stay right with the guy who passed me for several hundred meters until I looked up and saw the final climb suddenly looming immediately ahead.
It&amp;#8217;s only a bit over 100 feet up, but it was steep enough to cause my legs to lose hope.
I wasn&amp;#8217;t even sure I&amp;#8217;d make it up without walking; I moved to the right and continued to barely jog up as the other runner behind me sped up and past me.
They were both out of sight by the time I got to the top.
My legs were too beat to do the final descent very fast, but I did what I could and finally reached the finish line in a time of 2:04:44!&lt;/p&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;Someone handed me a finishers glass (my favorite kind of race swag!) and the guy who passed me on the final hill (and finished almost 2 minutes ahead of me) turned around to give me a fist bump.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="imageblock"&gt;
&lt;div class="content"&gt;
&lt;a class="image" href="https://cdn.zenfolio.net/cdn2/pub/e4mm4n38q7lp/0/null/m/yeiltsst7op6-jbvwywh/s/v-3/p3214723346-6.jpg?ts=6VH&amp;tk=WCSQxPzVUYhotNd_JrY_8j_st4y2dz47VlT20T5ajHMsW-NhuVLcYrkHIU7AfprzgBZ_jXyfBLuqmUiJmnGH5g==&amp;v=2&amp;visitor=wIzVjPyFD3uDJuJ9_EO5aa4Q_o0AAAAAXTHcWUu-EXAL&amp;auth=exp=1545263999~acl=%2Fcdn2%2Fpub%2Fe4mm4n38q7lp%2F%2A~hmac=d1439ab0a3e45eb279ab3aaa08e73fa6"&gt;&lt;img src="/log/2018/12/19/race_report_mcdowell_mountain_frenzy/finish.jpg" alt="At the finish line"&gt;&lt;/a&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class="sect1"&gt;
&lt;h2 id="_afterword"&gt;Afterword&lt;/h2&gt;
&lt;div class="sectionbody"&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;My dad had already finished his 5 mile run and was at the finish to greet me.
We partook in the after-race food (including soda pop and grilled cheese sandwiches!) and spent a little bit of time walking around the desert.
McDowell Mountain Park is in the foothills near the town of &lt;a href="https://en.wikipedia.org/wiki/Fountain_Hills%2C_Arizona"&gt;Fountain Hills&lt;/a&gt;, and I think we saw in the distance the famous fountain which gives the town its name.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;I had slowed to an average of 5:07/km (8:14/mile) for the last loop, which is not as slow as I had thought.
I didn&amp;#8217;t quite finish in under 2 hours, but I did finish in 10th place!
So I reached half of my goals.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;As I&amp;#8217;m writing this it has been two weeks since the race and my quadriceps on my right leg are &lt;em&gt;still&lt;/em&gt; not fully recovered.
I tried getting them dry needled last week, without any noticeable improvement.
(I&amp;#8217;ve done a hard half marathon, a full marathon, and a trail 25K each four weeks after the last one, so there may be some accumulated fatigue from that going on).
If I were to do this or similar race again I would definitely approach the steep downhill bits with more respect, and I&amp;#8217;d do more downhill practice during training.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;The race itself was very well organized.
It was my first &lt;a href="http://www.aravaiparunning.com/"&gt;Aravaipa&lt;/a&gt; event, though I recognize Jamil Coury from his &lt;a href="https://www.youtube.com/user/runsteepgethigh"&gt;Run Steep Get High Youtube channel&lt;/a&gt;.
They definitely seem to know what they are doing.
The 50K option at this race seemed like it would make an excellent first ultramarathon.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;Before heading back to our Aribnb, my dad and I stopped at Fountain Park in Fountain Hills and walked around until the fountain went off.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="imageblock"&gt;
&lt;div class="content"&gt;
&lt;a class="image" href="https://en.wikipedia.org/wiki/File:Fountainhill_az_fountain.jpg"&gt;&lt;img src="/log/2018/12/19/race_report_mcdowell_mountain_frenzy/fountain.jpg" alt="The famous Fountain Hills fountain"&gt;&lt;/a&gt;
&lt;/div&gt;
&lt;div class="title"&gt;The famous Fountain Hills fountain sprays water over 550 feet into the air. Photo by Derek Cashman (&lt;a href="http://creativecommons.org/licenses/by-sa/3.0/"&gt;CC-BY-SA-3.0&lt;/a&gt;)&lt;/div&gt;
&lt;/div&gt;
&lt;div class="sect2"&gt;
&lt;h3 id="_next"&gt;Next&lt;/h3&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;My lifelong running goal which I&amp;#8217;d like to accomplish by the end of 2018 is to &lt;a href="/log/2019/5/20/breaking20_a_5k_race_report/"&gt;run a 5K race in under 20:00&lt;/a&gt;.
I tried last Saturday at Parkrun and failed (20:16).
I think the problem last week was that I know I&amp;#8217;m in sub-20:00 shape, so I expected it to be easy.
But of course it is never &lt;em&gt;easy&lt;/em&gt;, so when I got uncomfortable I just gave up.
My sore right quadriceps might have held me back a bit too.
I&amp;#8217;m hoping in two weeks to try again with more realistic expectations and more determination.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;My next real race is a 5K in January which I hope to do well below 20:00.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;</content>
    <summary type="html">I ran a trail 25K in Arizona on December 1.</summary>
  </entry>
  <entry>
    <id>tag:catswhisker.xyz,2018-12-07:/log/2018/12/6/race_report_winning_cash_at_my_hometown_marathon/</id>
    <title type="html">Race Report: Winning Cash at My Hometown Marathon</title>
    <published>2018-12-07T04:05:35Z</published>
    <updated>2018-12-17T04:14:15Z</updated>
    <link rel="alternate" href="http://catswhisker.xyz/log/2018/12/6/race_report_winning_cash_at_my_hometown_marathon/" type="text/html"/>
    <content type="html">&lt;div class="sect1"&gt;
&lt;h2 id="_prelude"&gt;Prelude&lt;/h2&gt;
&lt;div class="sectionbody"&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;The inaugural &lt;a href="http://broomfieldmarathon.com/"&gt;Broomfield Trails Marathon&lt;/a&gt;, my hometown&amp;#8217;s very first marathon event, was my &amp;#8220;A&amp;#8221; goal race for my most recent training cycle.
And that training cycle has been my most consistent ever.
I started running again last summer when my sister and brother-in-law invited me to train (remotely) with them for a marathon in Missouri, and culminated with 24 weeks of &lt;a href="https://fellrnr.com/wiki/Jack_Daniels"&gt;Jack Daniels Plan A&lt;/a&gt; this Fall (though I took most of the winter off).
I averaged 85k (53 miles) per week for the 16 weeks before the race, and peaked at 113k (70 miles).
Following the Daniels plan is the first time I&amp;#8217;ve incorporated so many tempo runs and marathon-pace long runs in my training.&lt;/p&gt;
&lt;/div&gt;
&lt;iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/v0Uo9ne6lCc?rel=0" frameborder="0" allow="accelerometer; encrypted-media; gyroscope; picture-in-picture" allowfullscreen&gt;&lt;/iframe&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;Back in 2008-2009 I set most of my existing PRs and ran my first marathons.
I wasn&amp;#8217;t sure if I&amp;#8217;d ever really run that much again, so it has been a happy surprise to find myself making so much progress again and moving beyond old plateaus.
&lt;a href="https://www.youtube.com/watch?v=99QtYQxDG5Q"&gt;&amp;#8220;I always wanted to die young. / Now I feel younger every day, / I only hope I die younger than I am.&amp;#8221;&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div class="sect2"&gt;
&lt;h3 id="_my_long_distance_hobbyjogger_cv"&gt;My long-distance hobbyjogger cv&lt;/h3&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;Mostly to refresh my own recollection, here is a quick rundown of my past marathon+ races.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="ulist"&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href="https://www.runboulderevents.com/boulder-backroads"&gt;Boulder Backroads Marathon&lt;/a&gt; (2009) - I have no memory of why I decided to run a marathon in the first place. But I remember I trained for it using one of &lt;a href="https://www.halhigdon.com/training/marathon-training/"&gt;Hal Higdon&amp;#8217;s plans&lt;/a&gt; (I probably peaked around 40-45 mpw). It was unusually hot on race day, and the race had a late start. It was close to 90F on the shadeless course by the halfway point. I failed to adjust my goal pace or hydration plan for the temperature (I was aiming for 3h45m, which may have been ambitious even in good weather)&amp;#8201;&amp;#8212;&amp;#8201;and I&amp;#8217;m not even sure if I ate ANYTHING. I hit the wall hard at Mile 20. I walked the last 10k to finish in &lt;strong&gt;4:37:44&lt;/strong&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Denver Marathon (2009) - After the disappointing finish in Boulder I found another marathon 4 weeks out to run in Denver in an attempt to redeem myself and my training. It ended up being another unseasonably hot day, but not as bad. I made myself walk through the water stations to drink, and finished close enough to my goal to be satisfied: &lt;strong&gt;3:49:48&lt;/strong&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href="http://insidetrail.com/calendar/marin-ultra-challenge/"&gt;Marin Ultra Challenge 50K&lt;/a&gt; (2014) - One of my sisters decided she wanted to train for a 50K over the winter and asked if I&amp;#8217;d do it with her. I had not done any long running since my 2009 marathons, but I had been doing &lt;a href="https://mretc.net/~cris/AT2011/"&gt;some long-distance hiking&lt;/a&gt;. Unfortunately it was a very snowy and icy winter, so we trained less&amp;#8201;&amp;#8212;&amp;#8201;and trained on trails much less&amp;#8201;&amp;#8212;&amp;#8201;than we should have. I started way too fast, fell &lt;em&gt;twice&lt;/em&gt; in the first miles cutting my knee, and the last 10K of the race involved lots of walking. But we finished! &lt;strong&gt;6:22:08&lt;/strong&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href="http://mocowbellmarathon.com/"&gt;Mo' Cowbell Marathon&lt;/a&gt; (2017) - The marathon that got me back into running. I had no goals going into it. I roughly followed the plan my sister and brother-in-law were using which I think they bought from &lt;em&gt;Runner&amp;#8217;s World&lt;/em&gt;. I felt very good for the last 5 miles (which I think were my fastest) and ended up with a 45-second negative split and 9-minute PR. Much better pacing than my first marathons: &lt;strong&gt;3:40:54&lt;/strong&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href="https://www.runragnar.com/event-detail/relay/tennessee#overview"&gt;Ragnar TN&lt;/a&gt; (2018) - This is a relay race from Chattanooga to Nashville (~200 miles) I did with two of my sisters and three of our friends. I think it was more of a challenge for our driver than the runners, but it is one of the few times I&amp;#8217;ve traveled more than 40 miles by foot in a 24 hour period. Somehow one of my sisters managed to lose her shoes in the middle of the race, but she finished her legs on Walmart shoes and our team got 2nd place!&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class="sect1"&gt;
&lt;h2 id="_strategy"&gt;Strategy&lt;/h2&gt;
&lt;div class="sectionbody"&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;Four weeks before the marathon I ran the &lt;a href="/log/2018/10/16/race_report_louisville_trail_half_marathon_2018/"&gt;Louisville Trail Half&lt;/a&gt; as a tune-up and finished in 1:29:04.
Jack Daniels' VDOT calculator gives an equivalent marathon time of 3:05:45 (just shy of the Boston Qualifier threshold for me).
But even though I felt good during the entire half, I knew that was an overly optimistic prediction based on my mere ~53 miles per week.
Instead, to find a goal pace, I put my 1:29:04 finish time into the more conservative &lt;a href="https://projects.fivethirtyeight.com/marathon-calculator/"&gt;FiveThirtyEight marathon calculator&lt;/a&gt;.
It gave me an estimate of 3:13:60, which is very close to 3:14:00.
I decided to aim for 3:15:00, or about 4:37 min/km (7:26 min/mile).&lt;/p&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;Despite its name the Broomfield Trails Marathon is not what most people would consider a trail race.
It takes place mostly on smooth, crushed gravel and paved multiuse paths.
The total elevation gain is only about 1,000ft over the entire course:&lt;/p&gt;
&lt;/div&gt;
&lt;div class="imageblock"&gt;
&lt;div class="content"&gt;
&lt;a class="image" href="elevation.png"&gt;&lt;img src="/log/2018/12/6/race_report_winning_cash_at_my_hometown_marathon/elevation.png" alt="elevation"&gt;&lt;/a&gt;
&lt;/div&gt;
&lt;div class="title"&gt;Figure 1. Click for elevation profile&lt;/div&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;I did most of my long training runs on the course.
On race day there was only one section&amp;#8201;&amp;#8212;&amp;#8201;from Mile 20 to Mile 24&amp;#8201;&amp;#8212;&amp;#8201;that I had never run on before.
I knew the most noticeable downhill and uphill were in the first 10 miles, making it both easier and slightly more risky to start out too fast.
There is then a very nice gradual downhill from Mile 10 to Mile 20.
The last 10k are gradually uphill (ugh).
The course is a single loop, with the finish line right near the start line.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;My plan was to end up at the halfway point no later than 1:38:00, and then hold my average pace until Mile 20 (slightly downhill), then hang on for the last 10k.
That&amp;#8217;s pretty much how things worked out!&lt;/p&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;There would be no pace groups, so I&amp;#8217;d depend on my Garmin to let me know if I was going too fast or slow.
I&amp;#8217;m used to pacing myself by kilometers, but the race was marked in miles. So I set my autosplit to miles but left the display in kilometers.
That way I&amp;#8217;d know how fast I was going but could still get my mile split times.
Unfortunately I messed it up by several times hitting a manual split at signs which ended up not being mile marker signs.
I also discovered that my old Garmin 305 only stores complete data for the last two runs&amp;#8201;&amp;#8212;&amp;#8201;but I&amp;#8217;ve run many times since the race so I lost all that data and can&amp;#8217;t consult it while writing this report.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class="sect1"&gt;
&lt;h2 id="_pre_race"&gt;Pre-race&lt;/h2&gt;
&lt;div class="sectionbody"&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;Almost the whole family came out for the race! One sister and her husband flew from out of state to run the marathon. They had already done &lt;a href="https://breakingeggs.xyz/race-report-twin-cities-marathon-18/"&gt;a fast marathon&lt;/a&gt; a few weeks prior, but decided to run this one as a training run for their upcoming 50k ultra. Another sister ran the half marathon. My father ran the 10k. Another sister and her boyfriend drove several hours to cheer for all of us. My mother lives near the course and gave us a ride to the start.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class="sect1"&gt;
&lt;h2 id="_start_to_mile_10"&gt;Start to Mile 10&lt;/h2&gt;
&lt;div class="sectionbody"&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;It was a cold morning, around 35F by the start of the race. I wore gloves (my hands still got frozen) and a long-sleeve shirt I planned to take off once it got warmer, but I ended up wearing it the whole time.
I also carried a little 100ml handheld water bottle so I could sip between aid stations (which were every 2-3 miles, so it wasn&amp;#8217;t really necessary).&lt;/p&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;I ate a gel and then lined up with the sub 3:30 full and sub 1:30 half marathoners in the front group.
I asked the guy next to me if he had a goal.  &amp;#8220;Around 3:10.&amp;#8221;
I told him I was aiming for 3:15 and he said he&amp;#8217;d be sure to tell me to slow down if I passed him.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="imageblock"&gt;
&lt;div class="content"&gt;
&lt;img src="/log/2018/12/6/race_report_winning_cash_at_my_hometown_marathon/start1.jpg" alt="start1"&gt;
&lt;/div&gt;
&lt;div class="title"&gt;Figure 2. Waiting for the race to start. Sucks to your anthem.&lt;/div&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;And then we were running!&lt;/p&gt;
&lt;/div&gt;
&lt;div class="imageblock"&gt;
&lt;div class="content"&gt;
&lt;img src="/log/2018/12/6/race_report_winning_cash_at_my_hometown_marathon/start2.jpg" alt="start2"&gt;
&lt;/div&gt;
&lt;div class="title"&gt;Figure 3. Go!&lt;/div&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;The first few km are on surface streets. Past my old high school, past my current grocery store, staying at about 4:39/km behind some of the leading half-marathon women.
I thought I would go out too fast, because I always do, but I actually had to speed up a bit when I checked my watch.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;A bit after 2 miles we turned onto a gravel trail with some rolling hills and then the steepest downhill of the course.
After the hill (Mile 5) I caught up with my friend from the start and ran with him for most of the next 5 miles.
He seemed to be running a very smart race; he said his plan was to take it easy until the downhill at Mile 10, and then use that to speed up.
I was a bit ahead of schedule, but I expected to be after the down hill.
My plan was to stay relaxed until the halfway point and then assess my pace.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;At around Mile 6 I took my first gel (I think I took one about every 5 miles after this), and my right hip flexor made itself known.
It is usually the first muscle to start complaining on long runs&amp;#8201;&amp;#8212;&amp;#8201;but not normally until 15 miles or so.
I hoped it would go away, but it never did&amp;#8201;&amp;#8212;&amp;#8201;but it also never got worse.
Just a strange thing it decided to do on marathon day.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;My mom and sister and her boyfriend and dog had walked down to the course to cheer me on at the 6.5 mile point before we turned and headed up to the bikeway along the freeway!&lt;/p&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;Running along the freeway is not bad on a Sunday since traffic is light.
Some of the cars honked support at us.
The uphill to Mile 10 always felt hard during my training runs, but I took it easy and it felt easy during the race.
I did get passed by some half marathoners here, including one guy who was loudly singing along to the music in his headphones.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class="sect1"&gt;
&lt;h2 id="_mile_11_to_mile_20"&gt;Mile 11 to Mile 20&lt;/h2&gt;
&lt;div class="sectionbody"&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;At about the 10 mile mark two things happened.
First the half marathoners split off to run back toward the finish line.
They had to go up a short but steep ramp to do so, and I was actually glad I got to go straight toward the downhill.
And as soon as the downhill started the guy I had been running with and the one or two other marathoners I could see in front of me sped off out of sight.
I was averaging 4:37/km, right on target, so I didn&amp;#8217;t try to stay with them.
I would be running alone with no other racers in sight for the next 10 miles.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;At Mile 13 the course goes under the freeway and onto a path along the Big Dry Creek.
The halfway point was very unceremonious.
It wasn&amp;#8217;t marked in any way that I saw. I think I got there at about 1:36:45 according to my watch.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;My plan here was to keep up the same pace for the next 7 miles.
I ended up speeding up a little bit confident that as long as I didn&amp;#8217;t blow up before Mile 20 I would at least beat my 3:40:54 PR.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;The only people I saw during this stretch were the volunteers manning the aid stations.
They had cola, which I tried a few times! But mostly I took Gatorade, or water if I was eating a gel.
At one station I tried to refill my water bottle and instead poured Gatorade all over my glove and already-cold hand. I then filled it with water instead but failed to screw the lid on correctly and within a hundred meters it was all over my shorts. So I didn&amp;#8217;t drink anything for those miles.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;Finally I reached Mile 20 where the course takes a sharp turn to the west and gradually runs back uphill to the start/finish.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class="sect1"&gt;
&lt;h2 id="_mile_21_to_26_2"&gt;Mile 21 to 26.2&lt;/h2&gt;
&lt;div class="sectionbody"&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;Maintaining the 4:34/km pace I had averaged so far was now taking some concentration and various muscles were beginning to fatigue.
But not 30 seconds after passing Mile 20 I saw someone ahead of me for the first time since the half marathoners split off.
He was feeling the miles and I caught up and passed him quickly. He was young. It turns out he was the only under-20 entrant, and he finished less than 10 minutes behind me.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;Just after Mile 23 the course crosses a street at an intersection.
I must have been very tired here, because I couldn&amp;#8217;t figure out where the trail continued on the other side. The policeman directing traffic had to point me toward the orange cone marking the route.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;And then the most awkward part of the entire course. Instead of continuing along the foot path, it takes a detour a block down hill to the next street, around a traffic cone, then a block back up before rejoining the trail.
It seems like they could have just moved the finish line a couple hundred meters and avoided this bit, but it did add an interesting challenge.
Slowing down to turn around the cone and then trying to accelerate back uphill was surprisingly difficult on 23-mile marathon legs.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;As I was heading out to the turnaround point I saw my friend from the start walking around the cone.
Byt the time we passed each other, he was running again and waved.
However, after I made the turn back up to the trail, he was off to the side stretching.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;My own muscles were getting close to their limits&amp;#8201;&amp;#8212;&amp;#8201;especially my left calf.
I took this as a good sign that I had not held back too much, but the question was how hard I could keep pushing for the last few miles without anything cramping.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;I saw another runner a ways ahead who seemed to be going about the same pace as me, so I wasn&amp;#8217;t sure if I&amp;#8217;d have time to catch him.
But just after Mile 24 he was right in front of me.
This is where the course rejoins a path I&amp;#8217;m familiar with, and I gained some confidence that I could hold the pace to the end.
I decided to pass and see whether I could stay ahead or whether he would go with me.
I think he slowed a bit after I passed him, and soon I was well ahead.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;I tried to eat a gel around here, just to make sure I had enough energy to the end, but my stomach didn&amp;#8217;t want it and I ended up carrying the half-full gel packet the rest of the race.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;I couldn&amp;#8217;t see anyone else in front of me, so I just concentrated on not slowing down too much.
Halfway through Mile 25 I could hear the announcer at the finish line.
My left calf was about done, and my legs would not move faster no matter how much I willed, but they weren&amp;#8217;t slowing down either and I knew I could make it.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;One fun thing about this marathon, which is a fundraiser for two local non-profits, is that despite being a small-town race they were offering cash prizes for the top three overall men and women.
I had some hopes that because it is the event&amp;#8217;s first year no fast runners would show up and I&amp;#8217;d be in the running for a prize.
But when I heard the announcement of &amp;#8220;the first marathon finishers&amp;#8221; (clearly plural) echo over the loudspeaker that seemed less likely.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;The last three miles definitely had felt like the longest of the course. If I hadn&amp;#8217;t had people to pass, I think it is likely I would have slowed down significantly during that stretch.
But I &lt;em&gt;finally&lt;/em&gt; made the final turn with 0.2 miles to go to the finish line.
My family was there to cheer me on&amp;#8201;&amp;#8212;&amp;#8201;and it turns out my legs &lt;em&gt;were&lt;/em&gt; capable of going faster. They had lied to me earlier.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="imageblock"&gt;
&lt;div class="content"&gt;
&lt;img src="/log/2018/12/6/race_report_winning_cash_at_my_hometown_marathon/finish.jpg" alt="finish"&gt;
&lt;/div&gt;
&lt;div class="title"&gt;Figure 4. Running to the finish. I&amp;#8217;m laughing because my sister was excitedly running along beside me yelling things. I don&amp;#8217;t normally smile when I run.&lt;/div&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;I crossed the line in &lt;strong&gt;3:12:11&lt;/strong&gt;, a few minutes faster than what felt like an optimistic goal and almost a 30 minute PR!&lt;/p&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;I don&amp;#8217;t know my exact half split, but I estimate I must have done the second half a little over a minute faster than the first half. I&amp;#8217;m happy with that pacing&amp;#8201;&amp;#8212;&amp;#8201;I could have probably even gone a tad harder during the first half.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class="sect1"&gt;
&lt;h2 id="_after"&gt;After&lt;/h2&gt;
&lt;div class="sectionbody"&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;Immediately after I finished my dad told me I finished in 2nd place!
It turns out the announcement I had heard was about the first marathon relay teams, and only one marathoner had finished in front of me.
The next thing he asked me is if I had fallen, pointing at my knee. The gel I didn&amp;#8217;t finish had found its way out of the packet and onto my leg and looked like blood.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;I got some Gatorade and food from the food tent; my dad tried to find me something to clean my leg off with and came back with a large piece of gauze from he paramedics.
For about 30 minutes I wasn&amp;#8217;t feeling so good&amp;#8201;&amp;#8212;&amp;#8201;my head felt tight like I was at high elevation.
But after putting a jacket on and walking (slowly) over to where the awards were to be handed out I started feeling better.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;It turns out the guy who beat me is ten years older than me, so I got a medal for first in my age group &lt;em&gt;and&lt;/em&gt; a medal for second overall.
The latter medal came with an envelope containing $200 cash which more than covered my entry fee.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;I found out my sister suffered a knee injury (☹) during the run (it suddenly started hurting) so she and her husband decided to walk the last 8 miles.
After the award ceremony we walked out and met them at Mile 25 and then took a shortcut back and watched them finish.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="sect2"&gt;
&lt;h3 id="_afterthoughts"&gt;Afterthoughts&lt;/h3&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;Finishing second, and winning a cash prize, at my home town&amp;#8217;s inaugural marathon was very fun.
The race itself seemed well-organized, especially for its first year.
I liked the marathon course&amp;#8201;&amp;#8212;&amp;#8201;but I was told the half-marathon runners had to stop for a train.
Apparently the organizers anticipated it and had a timing mat for them to cross when they arrived at the tracks, and then cross again when the train had passed.
That seems very sub-optimal.
I expect next year to be more competitive, but I hope I keep running and am able to run it again.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;Holding a marathon in November in Colorado is risky, but the weather was quite nice during the run, just a bit cold for after race festivities.
My main fear was that it would be windy, but it was mostly calm until about 5 hours after the start (at which point the food tents blew over).&lt;/p&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;The local paper interviewed the winner (3:07:31).
This was his very first marathon and apparently his only goal going into it was to beat 4 hours.
He had an amazing race.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="sect3"&gt;
&lt;h4 id="_shoes"&gt;Shoes&lt;/h4&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;I did almost all my training in Saucony Cohesion shoes.
They are heavy, but I can reliably get them for about $30 shipped on amazon and get at least 800 miles out of each pair (running mostly on crushed gravel paths).&lt;/p&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;I ran the race (and my tempo and long run workouts) in Saucony Freedom ISOs,
because they are a bit lighter and supposedly have more energy efficient foam.
I chose them because I got a good deal on them ($50 instead of the MSRP of $150).
They did feel bouncier, but I don&amp;#8217;t like how narrow and tall and cushy they are.
Still, they got the job done, and I&amp;#8217;ll keep wearing them for my faster workouts and races until I someday get some lighter, more responsive racing shoes.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class="sect1"&gt;
&lt;h2 id="_next"&gt;Next&lt;/h2&gt;
&lt;div class="sectionbody"&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;My sister&amp;#8217;s knee injury persisted and she decided not to run the 50k she had been training for, but they let her transfer 50% of her registration fee to me, so I ran the Aravaipa McDowell Mountain Frenzy 25K in Arizona on December 1 (the 50K was more than I felt ready for).
I just barely reached my goal of finishing in the top 10 at that race.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;My plan for the near future is to focus on the 5K.
Now that I&amp;#8217;m a professional runner, I feel like I should be able to run one of those in under 20:00 (my current PR is 20:05 from 10 years ago).
So my goal is to break 20 before the end of the year.
I recently discovered there is a &lt;a href="http://www.parkrun.us/"&gt;Parkrun&lt;/a&gt; near me, so that should help!&lt;/p&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;My next organized race is a 5K in January, which I intend to prepare for by following a plan in &lt;em&gt;Faster Road Racing&lt;/em&gt; by Pfitzinger and Latter (though between my 25K and cold weather I&amp;#8217;ve done a poor job of following the plan so far).&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class="sect1"&gt;
&lt;h2 id="_other_race_reports"&gt;Other race reports&lt;/h2&gt;
&lt;div class="sectionbody"&gt;
&lt;div class="ulist"&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Kate Avery of &lt;em&gt;Kate Runs Colorado&lt;/em&gt; ran the Broomfield Trails Marathon the day after she ran the Rim Rock Marathon on the other side of the mountains! Her race report: &lt;a href="http://www.katerunscolorado.com/2018/11/double-marathons-rim-rock-broomfield.html"&gt;&amp;#8220;Double Marathons – Rim Rock &amp;amp; Broomfield Trails Marathons&amp;#8221;&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;</content>
    <summary type="html">My most consistent training cycle yet resulted in a second-place finish at my local marathon!</summary>
  </entry>
  <entry>
    <id>tag:catswhisker.xyz,2018-10-17:/log/2018/10/16/race_report_louisville_trail_half_marathon_2018/</id>
    <title type="html">Race Report: Louisville Trail Half Marathon 2018</title>
    <published>2018-10-17T01:50:57Z</published>
    <updated>2021-08-05T20:52:11Z</updated>
    <link rel="alternate" href="http://catswhisker.xyz/log/2018/10/16/race_report_louisville_trail_half_marathon_2018/" type="text/html"/>
    <content type="html">&lt;div class="sect1"&gt;
&lt;h2 id="_race_background_and_goals"&gt;Race background and goals&lt;/h2&gt;
&lt;div class="sectionbody"&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;I&amp;#8217;m training for a local marathon on November 4, but having made significant improvements during my recent training means I&amp;#8217;m more unsure than ever as to how I should pace myself.
The only races I&amp;#8217;ve done recently are a &lt;a href="/log/2018/8/7/race_report_evergreen_town_run_10k/"&gt;downhill 10k&lt;/a&gt; (40:15), and a &lt;a href="/log/2018/9/28/race_report_imogene_pass_run_2018/"&gt;17.1-mile mountain trail race&lt;/a&gt; (3:20), both of which are too atypical to provide me much feedback about my marathon pace.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;So I decided, rather last minute, to sign up for a local half marathon which was exactly 4 weeks out from my marathon: the 6th Annual &lt;a href="https://www.enduranceraceseries.com/louisville"&gt;Louisville Trail Half Marathon&lt;/a&gt; (October 7, 2018).
The name is a bit misleading because it is not a mountain trail race but is run on a nice smooth packed-gravel suburban multi-use path (which I regularly run on during my long runs).
It is mostly flat with only one short steep climb (~40 ft) to speak of which it goes over twice (at mile 5.5 and mile 12).
The hill doesn&amp;#8217;t even really stand out on the elevation profile:&lt;/p&gt;
&lt;/div&gt;
&lt;div class="imageblock"&gt;
&lt;div class="content"&gt;
&lt;img src="/log/2018/10/16/race_report_louisville_trail_half_marathon_2018/elevation.png" alt="elevation"&gt;
&lt;/div&gt;
&lt;div class="title"&gt;Elevation profile&lt;/div&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;I&amp;#8217;ve been running my tempo runs at about 4:15/km (6:50/mile) and my marathon pace long runs at around 4:45/km (7:38/mile).
Actually many of my recent &amp;#8220;marathon&amp;#8221; pace kilometers have ended up being closer to 4:30 (7:14/mile) which I&amp;#8217;m almost sure is too fast, but gave me confidence that I could run a half in 1:34:00.
So I set that as my goal going into this race (although I hoped I would be able to go a bit faster, of course).
My plan was to stick to 4:30/km until going over the hill at 9km, speeding up for the gradual downhill, then trying to maintain on the gradual uphill on the way back.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;I did my first (and maybe only) 20-mile run of my marathon training cycle on the Tuesday before the race, but then did a mini-taper the rest of the week so my legs were still somewhat fresh.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class="sect1"&gt;
&lt;h2 id="_race"&gt;Race&lt;/h2&gt;
&lt;div class="sectionbody"&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;The course consists of two out-and-back segments.
From the start we ran west about 2 miles to a small pond, around the pond, then back past the start line (at about mile 4.5).
We then continued east, up and down the hill for the first time, out to the turn-around point just before mile 9, then back to finish just after going over the hill the second time.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="imageblock"&gt;
&lt;div class="content"&gt;
&lt;img src="/log/2018/10/16/race_report_louisville_trail_half_marathon_2018/map.png" alt="course map"&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class="sect2"&gt;
&lt;h3 id="_pre_race_and_a_patriotic_start"&gt;Pre-race and a patriotic start&lt;/h3&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;With an 8am race start time my mom volunteered to drive me to near the start line so I wouldn&amp;#8217;t have to wake up early and jog or cycle the 4 miles to the start. Because she loves me.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;The weather was cool (about 42F by the time the race started) and overcast&amp;#8201;&amp;#8212;&amp;#8201;perfect for racing.
I found the registration tent with no issues and picked up my bib which I pinned to my shorts.
I had opted out of a T-shirt to save a few bucks on registration. I like races that give that option.
I warmed up in a light jacket for about 10 minutes around the park where the start line and after-race expo (a few vendor tents occupied by cold-looking attendants) were located, finishing with a few strides.
I also brought a backpack with a heavier jacket and some pants because I knew I would get cold after the race.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;About 15 minutes to the start I took off my jacket and put it in my backpack&amp;#8201;&amp;#8212;&amp;#8201;it wasn&amp;#8217;t as cold without it as I had feared.
I ran with short sleeves and gloves.
I didn&amp;#8217;t see any bag check so I hid my backpack under a nearby spruce tree and jogged over to the port-o-potties.
It was a short line but took for-ev-er.
I finally got my turn and then got to the start just minutes before 8am when the race director was describing the course for everyone.
The director then announced that we would start just after the national anthem played.
Ugh.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;The race director finally got his phone plugged in to the PA system.
As that ode to Ol' Glory began playing, &lt;em&gt;everyone&lt;/em&gt; in front of me in the starting chute turned, their hands over their hearts in accordance with the finest etiquette of automatons, to face a flag that was just behind me.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;In 2005 when John Roberts and Samuel Alito were confirmed to the Supreme Court, the late Howard Zinn warned progressive activists not to place too much importance on that institution:&lt;/p&gt;
&lt;/div&gt;
&lt;div class="quoteblock"&gt;
&lt;blockquote&gt;
It would be naive to depend on the Supreme Court to defend the rights of poor people, women, people of color, dissenters of all kinds. Those rights only come alive when citizens organize, protest, demonstrate, strike, boycott, rebel, and violate the law in order to uphold justice. (&lt;a href="https://progressive.org/op-eds/howard-zinn-despair-supreme-court/"&gt;&amp;#8220;Howard Zinn: Don’t Despair about the Supreme Court&amp;#8221;&lt;/a&gt;)
&lt;/blockquote&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;This race morning, the morning after the much-publicized confirmation of &lt;a href="https://www.athlinks.com/search/unclaimed/?term=Brett%20Kavanaugh&amp;amp;category=unclaimed"&gt;Brett Kavanaugh&lt;/a&gt; when it might be expected that even the most oblivious Americans could entertain some doubt about their government, this assorted group of recreational runners thought the thing to do was to literally worship the closest American flag.
Come to think of it, we all paid $80 to have someone time us running back and forth on a public path, so maybe we are not among the brightest or most independently-thinking cohort of American society.
Anyway, that disgraceful display was soon over, and we were off!&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class="sect2"&gt;
&lt;h3 id="_around_the_pond_start_to_4_5_miles"&gt;Around the pond (start to 4.5 miles)&lt;/h3&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;I intentionally started a few layers back from the starting mat to help prevent myself from going out too quickly (which I&amp;#8217;m prone to doing).
It didn&amp;#8217;t work.
I had way more adrenaline than usual thanks to the anthemic start.
4:00/km felt effortless.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;But after a few hundred meters I caught up to two guys who had slowed to and were maintaining 4:30/km, my goal for the first bit, so I made myself stay with them.
We finished the first kilometer in 4:27. Perfect.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;We took a right turn toward the pond we were to run around, and the course began a gentle downhill slope.
It was here that the first-place runner passed me going the other direction&amp;#8201;&amp;#8212;&amp;#8201;already almost a kilometer ahead of me and way in front of even the chase group of runners!&lt;/p&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;I decided to maintain the same effort we had been running at, which meant speeding up on the down hill and passing my two pacers.
I was within 100 meters of a few runners around the pond, but now on the flat and slightly curvy return they were out of sight ahead of me, and I couldn&amp;#8217;t hear anyone behind me.
I like running alone and fell into a very comfortable rhythm as I passed the start/finish line and headed toward the first climb.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;Average pace for this section was 4:20/km (7:14/mile). Already a minute faster than my goal and feeling good.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class="sect2"&gt;
&lt;h3 id="_there_4_5_miles_to_9_miles"&gt;There (4.5 miles to 9 miles)&lt;/h3&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;Soon after passing the start/finish line and starting off east on the longer out-and-back segment, I heard footsteps approaching from behind.
But just when I was sure I was going to be passed, we hit the hill that goes up to Aquarius Trailhead, the highest point of the course.
I tried to maintain a consistent effort which meant slowing down a bit on the climb (this would be my slowest kilometer at 4:31), but apparently the runner poised to pass me slowed even more.
Even after I slowed again to get some fluid at the aid station at the top of the hill he was several seconds behind.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="imageblock"&gt;
&lt;div class="content"&gt;
&lt;a class="image" href="https://www.flickr.com/photos/147399619@N08/44417730075/in/album-72157672345593137/"&gt;&lt;img src="/log/2018/10/16/race_report_louisville_trail_half_marathon_2018/1.jpg" alt="1"&gt;&lt;/a&gt;
&lt;/div&gt;
&lt;div class="title"&gt;Near the top of the hill&lt;/div&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;Despite the cool weather I felt pretty thirsty and I grabbed the electrolyte drink they had in little clear plastic cups at the aid station.
I don&amp;#8217;t know what it was, but it was sweet and delicious.
I wasn&amp;#8217;t planning on eating anything during the race, so I was glad the aid stations offered a drink with carbohydrates.
There were trash cans right at the aid station, which I guess is good for people who wanted to stop and stand while they drank, but it would have been better to have them 50 meters or so past the station.
Utilizing what I assume is a typical technique I tried to keep running as I got about half the contents of the tiny cup in my mouth and the rest on my beard and shorts.
I ended up just hanging on to my cup from each aid station and throwing it away at the next one.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;The other side of the hill is a perfect grade to &lt;a href="https://thesmileykids.bandcamp.com/track/bomb-the-hill"&gt;run fast down&lt;/a&gt; (giving me my fastest kilometer of the race at 3:55), and then at the bottom it stays very gently downhill until the turnaround point just before mile 9.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="imageblock"&gt;
&lt;div class="content"&gt;
&lt;a class="image" href="https://www.flickr.com/photos/147399619@N08/45281512512/in/album-72157672345593137/"&gt;&lt;img src="/log/2018/10/16/race_report_louisville_trail_half_marathon_2018/2.jpg" alt="2"&gt;&lt;/a&gt;
&lt;/div&gt;
&lt;div class="title"&gt;The other side of the hill&lt;/div&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;Around a mile out from the turn around point the first-place runner passed me going the other direction. If anything I think he had sped up since the last time I saw him.
There was a small group a ways behind him, a few lone runners, and then me!
When I turned around I saw there was also a runner not too far behind me.
The turn-around point itself was marked by two small signs at the side of the trail.
No timing mat. No cone to run around. No flour line that I recall. No course marshal to prevent anyone from overshooting the turnaround. Risky course design.
I was actually so unsure that I had turned around at the correct place that I looked back to watch the runner behind me; he turned around at the same place I did.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;I maintained an average pace of 4:11/km during this segment.
I still felt good, but I was a little worried because that is closer to my traditional 5K pace than half marathon pace (!) so I was worried I was setting myself up to hit a painful wall during the slightly-uphill return trip.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class="sect2"&gt;
&lt;h3 id="_and_back_again_9_miles_to_13_1_miles"&gt;And back again (9 miles to 13.1 miles)&lt;/h3&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;After turning around, the course spends a very straight and boring mile away from the tree-sheltered creek.
When I run here in the summer during long training runs, this mile is always hot and thirsty for me.
Today there is a slight but chilly head wind.
I allow myself to slow from about 4:15/km to 4:20/km.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;Typically during my long training runs, which I never run this fast, fatigue sets in around 10 miles, usually beginning with my hips/quads, and suddenly a pace that felt easy starts taking effort to maintain.
That is definitely on my mind as kilometers keep going by and I know (though can&amp;#8217;t really feel) that the trail gets increasingly steep up to the Aquarius hill.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;But sudden fatigue never sets in like I fear. I keep a steady pace and medium effort and pass a few runners.
First a woman who seems to be fading (though I think she hung on to finish as the 2nd overall woman), and then a man who looked strong and I expected to stay with me, but he let me go on by.
(It turns out he stayed closer than I thought and finished only about a minute after me.)&lt;/p&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;At the bottom of the hill I looked up and saw the next runner in front of me was already near the top.
I thought it was unlikely that I&amp;#8217;d ever catch him (the top of the hill is right about at the 12-mile mark), but he stopped at the aid station at the top which allowed me to gain some ground on my way up.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;Running up the hill felt surprisingly easy and didn&amp;#8217;t slow me down much (finished that km in 4:27), and I again turned it up for the down hill.
The guy in front of me was also running hard down, and a I barely gained on him, but when the course flattened out I steadily rolled up to him.
By the last half mile we were running shoulder to shoulder.
And then with less than 400 meters left I asked myself a question that should probably have occurred to me earlier: the race is almost over, why do you still feel relatively comfortable?&lt;/p&gt;
&lt;/div&gt;
&lt;div class="imageblock"&gt;
&lt;div class="content"&gt;
&lt;a class="image" href="https://www.flickr.com/photos/147399619@N08/45281430392/in/album-72157672345593137/"&gt;&lt;img src="/log/2018/10/16/race_report_louisville_trail_half_marathon_2018/3.jpg" alt="3"&gt;&lt;/a&gt;
&lt;/div&gt;
&lt;div class="title"&gt;Racing to the finish&lt;/div&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;So I kicked it to the finish.
I turned around and high-fived the guy I passed, who finished 5 seconds behind me (he was in an older age division, so our little race at the end didn&amp;#8217;t affect our relative standings).
I bent down as someone put a commemorative finishers medal around my neck.
I wish races would start allowing people to opt out of medals to save a few bucks during registration.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;My official chip time: &lt;strong&gt;1:29:04&lt;/strong&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;Five minutes faster than my goal, and even faster than my secret optimistic fantasies of 90 minutes!
I don&amp;#8217;t remember what my half marathon PR is, but I&amp;#8217;m sure it is at least 10 minute slower than that.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;Apparently I failed to stop my watch as I crossed the finish mat so there&amp;#8217;s no way to know my exact pace (without downloading the data from my Garmin Forerunner 305 to my computer to analyze like some sort of data scientist nerd).
My last two kilometers were close to 4:00/km.
My watch actually measured the course a little short so all of my paces were a bit faster than I thought during the race.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="imageblock"&gt;
&lt;div class="content"&gt;
&lt;a class="image" href="https://www.flickr.com/photos/147399619@N08/45331400221/in/album-72157672345593137/"&gt;&lt;img src="/log/2018/10/16/race_report_louisville_trail_half_marathon_2018/4.jpg" alt="4"&gt;&lt;/a&gt;
&lt;/div&gt;
&lt;div class="title"&gt;Failing to stop my watch at the finish line&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class="sect2"&gt;
&lt;h3 id="_post_race"&gt;Post-race&lt;/h3&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;I retrieved my backpack and was very glad to have my jackets and pants.
Even with all my clothes on I was shivering while I waited for the award ceremony.
But there was post-race food: bratwurst, yogurt, potato chips, pretzels, and orange juice!&lt;/p&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;At the awards ceremony I was pleasantly surprised when the race director announced that I had finished as the third overall man!&lt;/p&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;I went up and got my award.
But then the three guys who finished in front of me started saying something about how, mathematically speaking, it was impossible for me to have gotten third.
So I gave back my prizes as they re-printed the results.
I ended up being demoted from 3rd overall to 1st in my age division, which still came with an awesome little 350ml handheld water bottle as a prize that I think I will actually get a lot of use out of.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;This was obviously not the most competitive half marathon ever, but the first place guy ran it in a respectable 72 minutes&amp;#8201;&amp;#8212;&amp;#8201;almost 15 minutes ahead of second place!&lt;/p&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;Finally I put my extra clothes back in my backpack and slowly jogged the four miles home.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class="sect1"&gt;
&lt;h2 id="_afterthoughts"&gt;Afterthoughts&lt;/h2&gt;
&lt;div class="sectionbody"&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;The race was fun and I&amp;#8217;m very happy with how I ran: beat my goal by several minutes, negative split, and felt good the whole time.
Based on my time, the &lt;a href="https://projects.fivethirtyeight.com/marathon-calculator/"&gt;FiveThirtyEight marathon predictor calculator&lt;/a&gt; says I should be able to run a marathon in under 3:15.
So at least I have a good idea of what to aim for now.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;Jack Daniels recommends taking up to a week after a half marathon before doing another hard workout.
I decided to move my next long run (30km with a few race pace kilometers) to the Friday after the race.
That went well so I was planning on doing that week&amp;#8217;s tempo workout the Sunday after the race.
But then it got freezing and snowy so I ended up instead running zero kilometers.
Because that&amp;#8217;s the kind of discipline and dedication I can be expected to bring to the table during marathon training.
Now there&amp;#8217;s only one full week of training left, and then taper time!
I hope it warms up a little. But not too much.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class="sect1"&gt;
&lt;h2 id="_other_reports"&gt;Other reports&lt;/h2&gt;
&lt;div class="sectionbody"&gt;
&lt;div class="ulist"&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Laura from 50x25 ran this race last year and wrote a report: &lt;a href="http://www.50by25.com/2017/10/race-report-louisville-trail-half-marathon.html"&gt;Race Report: Louisville Trail Half Marathon&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;</content>
    <summary type="html">I won my age division at the 2018 Louisville Trail Half Marathon</summary>
  </entry>
  <entry>
    <id>tag:catswhisker.xyz,2018-09-28:/log/2018/9/28/race_report_imogene_pass_run_2018/</id>
    <title type="html">Race Report: Imogene Pass Run 2018</title>
    <published>2018-09-28T17:34:16Z</published>
    <updated>2022-09-05T19:20:29Z</updated>
    <link rel="alternate" href="http://catswhisker.xyz/log/2018/9/28/race_report_imogene_pass_run_2018/" type="text/html"/>
    <content type="html">&lt;div class="sect1"&gt;
&lt;h2 id="_race_information"&gt;Race Information&lt;/h2&gt;
&lt;div class="sectionbody"&gt;
&lt;iframe width="560" height="315" src="https://www.youtube.com/embed/c6cuczeJHX4?rel=0" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen&gt;&lt;/iframe&gt;
&lt;br/&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;I ran (slash hiked) the 45th annual &lt;a href="http://live-raceresults.com/imogene/"&gt;Imogene Pass Run&lt;/a&gt; on September 8, 2018.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="quoteblock"&gt;
&lt;blockquote&gt;
The Imogene Pass Run (IPR) is a 17.1 mile point-to-point mountain race within the western San Juan mountains of Colorado, run along a route which connects the towns of Ouray (7810 ft.) and Telluride (8750 ft.) by way of 13,114 foot Imogene Pass.
&lt;/blockquote&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;The joke is that it is a trail run &amp;#8220;with only one hill&amp;#8221; because the course elevation profile looks like this:&lt;/p&gt;
&lt;/div&gt;
&lt;div class="imageblock"&gt;
&lt;div class="content"&gt;
&lt;a class="image" href="http://live-raceresults.com/imogene/wp-content/uploads/2018/04/profil1.gif"&gt;&lt;img src="/log/2018/9/28/race_report_imogene_pass_run_2018/profil1.gif" alt="Imogene Pass Run Course Profile"&gt;&lt;/a&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;That&amp;#8217;s over 5,000 feet of climbing in the first 10 miles (~10% average grade; see &lt;a href="https://www.trailrunproject.com/trail/7000010/imogene-pass-run"&gt;the course on Trail Run Project&lt;/a&gt;).&lt;/p&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;Although it is only 17.1 miles long, a finish time of under 3 hours is considered very good.
In fact, the Imogene finish time for most runners is said to be close to their marathon time.
But someone who excels at uphill and/or downhill running can finish the run significantly faster than a street marathon.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;The course record is 2:05:56 set in 1993 by &lt;a href="https://en.wikipedia.org/wiki/Matt_Carpenter_(runner)"&gt;Matt Carpenter&lt;/a&gt; (of Pikes Peak Marathon fame).
Carpenter has won the race several times, usually with a time under 2h10m, but when he isn&amp;#8217;t participating the finishing time is usually around 2h15m.
From what I can tell by looking at the &lt;a href="http://live-raceresults.com/imogene/historical-data/"&gt;historical data&lt;/a&gt;, only one person has even come within 5 minutes of his record.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;I found a salty &lt;a href="http://skyrunner.com/story/ipr_course.htm"&gt;old rant&lt;/a&gt; circa 1999 on Carpenter&amp;#8217;s website complaining about the lack of competition at Imogene.
Apparently for one year, 1998, the run was part of an international trail running series and gave cash prizes to the top finishers.
After that year, the race organizers withdrew from the circuit, irresponsibly in Carpenter&amp;#8217;s opinion, so that local runners could continue to place at the top.
In addition to Caprenter&amp;#8217;s complaints, his page provides access to his excellent course description.
As he mentions, the uphill portion of the race is &amp;#8220;open&amp;#8221; meaning runners can take whichever route they think will be fastest to the top.
To give an indication of my mental state while running, I don&amp;#8217;t remember &lt;em&gt;any&lt;/em&gt; of the forks or possible shortcuts. Or many of the other landmarks.
I guess I just followed whoever was immediately in front of me most of the time.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class="sect1"&gt;
&lt;h2 id="_training_and_logistics"&gt;Training and Logistics&lt;/h2&gt;
&lt;div class="sectionbody"&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;One of the biggest challenges of trail races is just getting to them.
That is especially true for someone with no money, no car, and no driver&amp;#8217;s license.
And that is even more true of the Imogene Pass Run where registration opens at 6:00am months before the race starts and usually fills up within 30 minutes.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;Luckily I know some very generous people.
My sister and her boyfriend helped me pay for the registration and arranged for us to stay at a house in Ouray the night before the race.
In total there were four of us who registered: my sister, her boyfriend, our friend R, and me.
My dad had a truck for the summer and volunteered to help us get to the start line, and also signed up to help out at the finish line (though it turned out they didn&amp;#8217;t need him on race day so he got to hang out in Telluride waiting for us to finish.)&lt;/p&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;Once a week in the months before the race my dad would pick me up in his truck and we would drive to a trail to run.
That routine certainly helped prepare me for the race as it allowed me to spend some time running up and down steep terrain which I would have otherwise had no access to.
But none of the trails we had easy access to were over 8,000 ft of elevation&amp;#8201;&amp;#8212;&amp;#8201;which is where the Imogene Pass Run &lt;em&gt;starts&lt;/em&gt;.
But my main goal this training cycle is &lt;a href="/log/2018/12/6/race_report_winning_cash_at_my_hometown_marathon/"&gt;a November road marathon&lt;/a&gt;, and I&amp;#8217;m running more consistently than I ever have in preparation for that (averaging over 50 miles per week, which is high for me), so other than the weekly trail runs and a small taper the week of the race, I didn&amp;#8217;t train specifically for the Imogene.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;The day before the race my dad, R., and I drove the six hours from Denver to Ouray where we met my sister and her boyfriend at the packet pickup location.
We got our bibs, shirts, socks (yay!), and some garlic butter toast.
Before bed the other three runners were all busy stretching and taping up various injuries with &lt;a href="https://en.wikipedia.org/wiki/Elastic_therapeutic_tape"&gt;Kinesio tape&lt;/a&gt;.
I rarely stretch and have never tried KT tape, but it was entertaining to watch as the living room in our Airbnb was filled with the sound of multiple instructional youtube videos simultaneously trying to unlock the secrets of the stretchy tape.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class="sect1"&gt;
&lt;h2 id="_race_day"&gt;Race Day&lt;/h2&gt;
&lt;div class="sectionbody"&gt;
&lt;div class="sect2"&gt;
&lt;h3 id="_goals"&gt;Goals&lt;/h3&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;I didn&amp;#8217;t know what to expect going into the race.
Judging by the elevation profile I thought I&amp;#8217;d be able to run the first 4 or 5 miles and have to walk most of miles 9 and 10.
My intuition told me I should be able to make it to the summit of the pass in about 2h30m, and then I was confident I could make it the last 7 miles down in under an hour.
So 3h30m was my best-guess at a goal time.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;My secondary goal was not to fall, especially on the steep down hill over loose rocks.
I fell on a training run a few weeks earlier and cut the back of my head open on a tree stump (it wasn&amp;#8217;t bad, but could have been).
I ran a 50K with my sister a few years ago where I managed to fall twice in the first two miles (once going up hill, once on a down hill).&lt;/p&gt;
&lt;/div&gt;
&lt;table class="tableblock frame-all grid-all stretch"&gt;
&lt;colgroup&gt;
&lt;col style="width: 33.3333%;"&gt;
&lt;col style="width: 33.3333%;"&gt;
&lt;col style="width: 33.3334%;"&gt;
&lt;/colgroup&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th class="tableblock halign-left valign-top"&gt;Goal&lt;/th&gt;
&lt;th class="tableblock halign-left valign-top"&gt;Description&lt;/th&gt;
&lt;th class="tableblock halign-left valign-top"&gt;Completed?&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class="tableblock halign-left valign-top"&gt;&lt;p class="tableblock"&gt;A&lt;/p&gt;&lt;/td&gt;
&lt;td class="tableblock halign-left valign-top"&gt;&lt;p class="tableblock"&gt;3:30:00&lt;/p&gt;&lt;/td&gt;
&lt;td class="tableblock halign-left valign-top"&gt;&lt;p class="tableblock"&gt;&lt;strong&gt;Yes&lt;/strong&gt;&lt;/p&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class="tableblock halign-left valign-top"&gt;&lt;p class="tableblock"&gt;B&lt;/p&gt;&lt;/td&gt;
&lt;td class="tableblock halign-left valign-top"&gt;&lt;p class="tableblock"&gt;Don&amp;#8217;t fall&lt;/p&gt;&lt;/td&gt;
&lt;td class="tableblock halign-left valign-top"&gt;&lt;p class="tableblock"&gt;&lt;strong&gt;Yes&lt;/strong&gt;&lt;/p&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class="sect2"&gt;
&lt;h3 id="_start_to_lower_camp_bird_aid_station_mile_5"&gt;Start to Lower Camp Bird aid station (mile 5)&lt;/h3&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;I was up at 6am, coffee and toast and some fig newtons.
We all made it to the start at 7am.
Beautiful weather.
Some years there is blizzard conditions at the summit.
This year it was clear all day; a bit chilly in the shade but not too hot in the sun.
The race started at 7:30am.
Smooth sailing so far.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;I decided to wear short sleeves and bring no jacket.
But despite the good weather, I did wear cotton gloves the entire time so I could catch myself more confidently if I fell.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;There are aid stations every 2-3 miles along the course, but I decided to carry my hand-held water bottle (16oz?) anyway.
Carrying water on runs is a newish thing for me, but I&amp;#8217;ve really gotten into the habit of drinking whenever I feel like it.
And when I run uphill I feel like it often.
I also put two fig newtons and a little baggie of my sister&amp;#8217;s homemade molasses-based running goo in my shorts pockets.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;Apparently for the first time ever the race started in a different direction to avoid traffic before connecting with the jeep road that goes up to Imogene pass, but as first-time runners we didn&amp;#8217;t know the difference.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;R. and my sister&amp;#8217;s boyfriend started up at the front and I never saw them once the race started.
I started back with my sister, and we stayed near each other for the first 2 miles or so.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;I tried to keep what felt like an easy effort during the first uphills.
I was surprised (from looking at the elevation profile) how many &lt;em&gt;down&lt;/em&gt;hill sections there were in the first 4 miles and tried to take advantage of them by staying relaxed and letting my cadence speed up to go with the flow of gravity.
I knew soon enough the downhill would disappear completely (before returning with a vengeance on the other side of the summit.)&lt;/p&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;Before the race I imagined myself spending a minute or so to eat and drink at each of the aid stations to let my legs recover and make sure I kept my nutrition intake up.
But when we got to Lower Camp Bird aid station at about mile 5 and 9,800' (the first station with food), everyone around me flew through in a few seconds with many people not taking anything at all.
I got caught up in the peer pressure and only took an orange slice here (and from most subsequent stations) before immediately starting off again.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class="sect2"&gt;
&lt;h3 id="_lower_camp_bird_to_upper_camp_bird_aid_station_mile_7_6"&gt;Lower Camp Bird to Upper Camp Bird aid station (mile 7.6)&lt;/h3&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;The 2.5 miles from Lower Camp Bird to Upper Camp Bird include very little downhill and several steep uphill sections.
One thing I wish I had practiced in training is walking at the steepest parts of hills, and then running again when it levels out a bit.
My instinct is to run as far as I can, and then walk; but I&amp;#8217;m sure that is less efficient and leaves me unlikely to ever start running again even when the trail levels out.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;I followed the lead of the runners immediately in front of me and fell into a decent rhythm of walking the steepest part of each hill and then jogging until it got steep again.
At times I felt like we were wasting precious runnable meters by walking.
The last two miles to the summit would be practically un-runnable, so shouldn&amp;#8217;t we run now while we have a chance?
I would be glad later that I didn&amp;#8217;t listen to myself.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;Upper Camp Bird came sooner than I expected (mile 7.6 and 11,200').
About 1h30m by my watch.
I had looked at last year&amp;#8217;s results online and noticed that most people around my goal time made it from Upper Camp Bird to the summit in about 50 minutes, so I was possibly ahead of 3:30 time.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;I got my water bottle filled up with Tailwind, the electrolyte drink, which I&amp;#8217;ve never tried before.
I also got a couple pretzels and an orange slice.
Then it was right back out, across a stream over two boards, and to the steepest section until the summit.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class="sect2"&gt;
&lt;h3 id="_upper_camp_bird_to_imogene_pass_summit_mile_10_0"&gt;Upper Camp Bird to Imogene Pass Summit (mile 10.0)&lt;/h3&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;I jogged, I think, from Upper Camp Bird to the &lt;a href="https://www.youtube.com/watch?v=AY_YDpqFNNA"&gt;mile 8&lt;/a&gt; sign.
Then, like everyone I could see in front of me, I walked.
Sometimes I stopped to breathe.
Pausing briefly to look back through the clear air down the switch backs to see how high we had climbed from Upper Camp was invigorating.
I got passed at least once during these slow miles, but for the most part we all just walked single-file trying to keep moving.
Another thing I wish I had practiced more during training: hiking at altitude.
Only two of my training runs were above 6,000', and only one above 10,000'.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;Finally we took a sharp right on the last switch back to the high point on the course before jogging the 100 meters down to the pass (10 miles, 13,114').
My watch read 2h20m.
Ahead of schedule!
If I could find a rhythm running down, and not fall, I thought a 3:15 finish was realistic.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;I pride myself on being able to eat anything while running, but for some reason the Tailwind in my water bottle tasted too rich to me; I sipped it a few times on the way up, but it was not quenching my thirst and my stomach did not seem too happy about it.
I carried almost 16oz of it 2,000 vertical feet and then poured half of it out at the summit and had it replaced by water.
The 50/50 dilution was much easier to drink.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;I also got a cup of the famed Imogene Pass Run summit chicken soup broth.
Eager to get jogging down past the steepest part of the descent, I drank it quickly.
Too quickly.
I felt it sloshing in my stomach for the next two miles.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class="sect2"&gt;
&lt;h3 id="_the_descent_summit_to_finish_line_mile_17_1"&gt;The Descent: Summit to Finish Line (mile 17.1)&lt;/h3&gt;
&lt;div class="paragraph"&gt;
&lt;div class="title"&gt;Me beginning the descent from the summit&lt;/div&gt;
&lt;p&gt;&lt;span class="image"&gt;&lt;img src="/log/2018/9/28/race_report_imogene_pass_run_2018/me.jpg" alt="Photo of me descending by Elevation Imaging photographer"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;The descent was slower than I expected, and it wasn&amp;#8217;t just the soup.
My worries about not giving enough on the uphill were unfounded; my legs were &lt;em&gt;tired&lt;/em&gt;.
I did not trust them to keep up with my body on the descent.
So I braked myself down the first three miles.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;The 2013 race was won by Jason Wolfe of Flagstaff, AZ.
On his descent he was being chased closely by the previous year&amp;#8217;s winner (Daniel Kraft):&lt;/p&gt;
&lt;/div&gt;
&lt;div class="quoteblock"&gt;
&lt;blockquote&gt;
No matter how hard I pushed down the technical, washed-out mountain side, Daniel was right there.  Finally with about 3miles remaining, I realized that I had a few min lead.. and I was dropping 4:50min/mile.  I quickly thought "I am gonna win!".  At that point, my right toe caught a rock.. and CRASH!.. I was on the ground cramping&amp;#8230;&amp;#8203; and bleading.
&lt;/blockquote&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;He got back up and ran to the finish line&amp;#8201;&amp;#8212;&amp;#8201;where he was promptly taken to the ER for stitches.
Jason&amp;#8217;s account of the race is on his weblog, along with a photograph of his bleeding knee: &lt;a href="http://jasonwolfe.blogspot.com/2013/10/october-6-2013-imogene-pass-run-uroc.html"&gt;&amp;#8220;October 6, 2013 - Imogene Pass Run ; UROC 100k ; Next Up&amp;#8221;&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;At mile 13 my stomach was feeling good and the road was becoming less steep.
I was sure I could now lock in to a faster pace until the finish.
Instead, my legs turned heavy and slowed down.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;The most runnable part of the descent and I was walking.
I realized I had done a poor job at nutrition management during the entire run, and my legs probably wanted more than orange slices and Tailwind.
I ate both my fig newtons and my goo baggie, drank some water, got passed by a couple people as I walked for a minute, and then started up again.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;This time my legs responded and I managed to keep to about 8:00/mile pace and soon could see the rooftops of Telluride.
Actually my GPS watch wasn&amp;#8217;t handling the elevation change well and had under-estimated how far I&amp;#8217;d run, so my pace was a little bit faster than I thought.
As another consequence, the finish line appeared about a mile sooner than I expected.
I didn&amp;#8217;t mind.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;Official time: 3:20:05&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class="sect1"&gt;
&lt;h2 id="_post_race"&gt;Post Race&lt;/h2&gt;
&lt;div class="sectionbody"&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;We walked around Telluride for a bit, rode the gondola, then went to the award ceremony.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;R not only placed in the top 20 overall, but took 2nd in his divison.
My sister&amp;#8217;s boyfriend finished in under 3 hours and was also awarded 2nd place in his division.
My sister didn&amp;#8217;t get top-3, but she also placed toward the top of her division.
I barely made it to the top 30% of mine, but I&amp;#8217;m quite happy with my time.
3h20m is my goal time for my marathon in November, so I&amp;#8217;m hoping the adage about Imogene being an indicator of marathon fitness holds true!&lt;/p&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;A few days after the race I could walk and run mostly normally again, and I&amp;#8217;m fully back into my marathon training plan.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class="sect1"&gt;
&lt;h2 id="_other_reports"&gt;Other Reports&lt;/h2&gt;
&lt;div class="sectionbody"&gt;
&lt;div class="ulist"&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;The seventh place finisher, Guy Alton, wrote about his race: &lt;a href="https://www.goneforarun.com/race-report-imogene-pass-run-2018/imogene-pass-run-2018.html"&gt;Race Report: Imogene Pass Run - 2018&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&amp;#8220;&lt;a href="https://www.durangoherald.com/articles/durangos-dakota-jones-maggie-yount-win-imogene-pass-run/"&gt;Durango&amp;#8217;s Dakota Jones, Maggie Yount win Imogene Pass run&lt;/a&gt;&amp;#8221;, The &lt;em&gt;Durango Herald&lt;/em&gt;, 9 September 2018.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div class="sect2"&gt;
&lt;h3 id="_other_years"&gt;Other years&lt;/h3&gt;
&lt;div class="ulist"&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;I ran again in both 2019 and 2022. &lt;a href="/log/2022/10/21/race_report_imogene_pass_run_2022/"&gt;I wrote a report for my 2022 run (with a new PR!)&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Russ Barber provides &lt;a href="http://runnersmania.blogspot.com/2013/05/imogene-pass-run-2008-race-report.html"&gt;a nice account of his 2008 race&lt;/a&gt;. He also entered in 2006, but the pass so snowy that year that race officials decided not to run the full course (see &amp;#8220;&lt;a href="https://www.denverpost.com/2006/09/11/imogene-endurance-run-takes-a-powder/"&gt;Imogene endurance run takes a powder&lt;/a&gt;&amp;#8221;).&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;ilanarama wrote a detailed report, including photos (and &lt;a href="https://flickr.com/photos/svwindom/sets/72157607181913879/"&gt;more photos&lt;/a&gt;), of her 2008 run on her journal: &lt;a href="https://ilanarama.dreamwidth.org/75273.html"&gt;Imogene Pass Run: the most fun I&amp;#8217;ve ever had while wanting to throw up!&lt;/a&gt; She has run it several time since then:&lt;/p&gt;
&lt;div class="ulist"&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;2009: &lt;a href="https://ilanarama.dreamwidth.org/95669.html"&gt;the girl went over the mountain, to see what she could see&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href="http://ilanarama.dreamwidth.org/107481.html"&gt;Imogene Pass Run 2010&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href="http://ilanarama.dreamwidth.org/125701.html"&gt;Imogene Pass Run 2012: fourth time&amp;#8217;s the charm&lt;/a&gt; (big PR!)&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;In 2014 it was a struggle to barely break 4h: &lt;a href="http://ilanarama.dreamwidth.org/148905.html"&gt;over the mountain again&lt;/a&gt;
**&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Ultrarunner Timmy Parr has written concise reports of his Imogene runs over the years:&lt;/p&gt;
&lt;div class="ulist"&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href="https://only1timmy.blogspot.com/2009/09/imogene-pass-run-2009.html"&gt;Imogene Pass Run 2009&lt;/a&gt; (first place!&amp;#8201;&amp;#8212;&amp;#8201;he also won the previous year, but I don&amp;#8217;t see a race report for it)&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;At the &lt;a href="https://only1timmy.blogspot.com/2014/09/imogene-pass-run.html"&gt;Imogene Pass Run 2014&lt;/a&gt; he got passed by Kalib Wikinson on the downhill and finished 3rd.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href="https://only1timmy.blogspot.com/2015/09/imogene-pass-run.html"&gt;Imogene Pass Run 2015&lt;/a&gt;: another fist place finish!&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;In 2016: &lt;a href="https://only1timmy.blogspot.com/2016/09/imogene-pass-run-4th-victory.html"&gt;Imogene Pass Run: 4th Victory!&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href="https://only1timmy.blogspot.com/2017/09/imogene-pass-run-2017-2nd-place.html"&gt;Imogene Pass Run 2017: 2nd Place&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;In 2019 he only ran an hour and twelve minutes faster than I did that year to win another first place: &lt;a href="http://only1timmy.blogspot.com/2019/09/imogene-pass-run-listening-to-your-body.html"&gt;Imogene Pass Run &amp;amp; Listening to your body!&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Sarah Lavender Smith wrote &lt;a href="https://www.therunnerstrip.com/2009/09/imogene-pass-run-race-report/"&gt;a report of her 2009 Imogene Pass Run&lt;/a&gt; in two parts (UP and DOWN).&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;imarunr also ran it in 2009 and posted &lt;a href="https://www.letsrun.com/forum/flat_read.php?thread=3146170#post-19"&gt;a brief recap on the letsrun forums&lt;/a&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Ed Mahoney wrote reports of both &lt;a href="https://arunnersstory.com/2010/09/11/ipr-race-results/"&gt;his 2010 run&lt;/a&gt; and &lt;a href="https://arunnersstory.com/2012/09/13/ipr-2012/"&gt;his slightly slower 2012 run&lt;/a&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Ben Kadlec &lt;a href="http://mountainsweat.blogspot.com/2011/09/imogene-pass-run-2011-6th-place-race.html"&gt;wrote about his 6th place finish at the 2011 Imogene Pass Run&lt;/a&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Ginna Ellis &lt;a href="http://www.rockymountainrunners.org/2013/09/15/imogene-pass-run-race-report-by-ginna/"&gt;won her age group in 2013&lt;/a&gt;, despite having lost consciousness during a half marathon the previous weekend (?!).&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Andrew Todd &lt;a href="https://www.runningrivers.org/imogene-pass-run.html"&gt;caught a brook trout on his way up to the pass&lt;/a&gt; during the 2014 race (and still finished in 4:08).&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Jessie Benson&amp;#8217;s &lt;a href="https://www.therightfits.com/2015/09/fits-do-race-reviews-the-imogene-pass-run/"&gt;2015 race report contains several photos from along the course&lt;/a&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Matt Ozanic &lt;a href="https://rwbrunnermatt.wordpress.com/2016/09/11/2016-imogene-pass-run/"&gt;wrote a report of his 2016 run&lt;/a&gt;. He ran the whole thing while carrying a 3&amp;#8217;x5' American flag (for some reason).&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Bernie Boettcher &lt;a href="https://www.trailrunnermag.com/races/trail-race-news-races/a-colorado-classic/"&gt;wrote about beating his 4-hour goal at the 2017 Imogene for &lt;em&gt;Trail Runner Magazine&lt;/em&gt;&lt;/a&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Joe Azze &lt;a href="https://www.mountainpeakfitness.com/blog/2021-imogene-run"&gt;ran the 2021 Imogene Pass Run as his very first race&lt;/a&gt;!&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;</content>
    <summary type="html">I ran the 45th annual Imogene Pass Run (September 8, 2018)</summary>
  </entry>
  <entry>
    <id>tag:catswhisker.xyz,2018-08-07:/log/2018/8/7/race_report_evergreen_town_run_10k/</id>
    <title type="html">Race Report: Evergreen Town Run 10K</title>
    <published>2018-08-07T17:57:27Z</published>
    <updated>2018-08-07T17:57:27Z</updated>
    <link rel="alternate" href="http://catswhisker.xyz/log/2018/8/7/race_report_evergreen_town_run_10k/" type="text/html"/>
    <content type="html">&lt;div class="sect1"&gt;
&lt;h2 id="_race_information"&gt;Race information&lt;/h2&gt;
&lt;div class="sectionbody"&gt;
&lt;div class="ulist"&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;What?&lt;/strong&gt; Evergreen Town Race 10K&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;When?&lt;/strong&gt; August 5, 2018&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;How far?&lt;/strong&gt; 10K&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Website?&lt;/strong&gt; &lt;a href="http://www.evergreentownrace.org/" class="bare"&gt;http://www.evergreentownrace.org/&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class="sect1"&gt;
&lt;h2 id="_goals"&gt;Goals&lt;/h2&gt;
&lt;div class="sectionbody"&gt;
&lt;table class="tableblock frame-all grid-all stretch"&gt;
&lt;colgroup&gt;
&lt;col style="width: 33.3333%;"&gt;
&lt;col style="width: 33.3333%;"&gt;
&lt;col style="width: 33.3334%;"&gt;
&lt;/colgroup&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th class="tableblock halign-left valign-top"&gt;Goal&lt;/th&gt;
&lt;th class="tableblock halign-left valign-top"&gt;Description&lt;/th&gt;
&lt;th class="tableblock halign-left valign-top"&gt;Completed?&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class="tableblock halign-left valign-top"&gt;&lt;p class="tableblock"&gt;A&lt;/p&gt;&lt;/td&gt;
&lt;td class="tableblock halign-left valign-top"&gt;&lt;p class="tableblock"&gt;&amp;lt; 43:05 (PR)&lt;/p&gt;&lt;/td&gt;
&lt;td class="tableblock halign-left valign-top"&gt;&lt;p class="tableblock"&gt;&lt;strong&gt;Yes&lt;/strong&gt;&lt;/p&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class="tableblock halign-left valign-top"&gt;&lt;p class="tableblock"&gt;B&lt;/p&gt;&lt;/td&gt;
&lt;td class="tableblock halign-left valign-top"&gt;&lt;p class="tableblock"&gt;&amp;lt; 43:45 (BolderBoulder 2018)&lt;/p&gt;&lt;/td&gt;
&lt;td class="tableblock halign-left valign-top"&gt;&lt;p class="tableblock"&gt;&lt;strong&gt;Yes&lt;/strong&gt;&lt;/p&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class="sect1"&gt;
&lt;h2 id="_splits"&gt;Splits&lt;/h2&gt;
&lt;div class="sectionbody"&gt;
&lt;table class="tableblock frame-all grid-all stretch"&gt;
&lt;colgroup&gt;
&lt;col style="width: 50%;"&gt;
&lt;col style="width: 50%;"&gt;
&lt;/colgroup&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th class="tableblock halign-left valign-top"&gt;Kilometer&lt;/th&gt;
&lt;th class="tableblock halign-left valign-top"&gt;Time&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class="tableblock halign-left valign-top"&gt;&lt;p class="tableblock"&gt;1&lt;/p&gt;&lt;/td&gt;
&lt;td class="tableblock halign-left valign-top"&gt;&lt;p class="tableblock"&gt;3:44&lt;/p&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class="tableblock halign-left valign-top"&gt;&lt;p class="tableblock"&gt;2&lt;/p&gt;&lt;/td&gt;
&lt;td class="tableblock halign-left valign-top"&gt;&lt;p class="tableblock"&gt;4:05&lt;/p&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class="tableblock halign-left valign-top"&gt;&lt;p class="tableblock"&gt;3&lt;/p&gt;&lt;/td&gt;
&lt;td class="tableblock halign-left valign-top"&gt;&lt;p class="tableblock"&gt;4:08&lt;/p&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class="tableblock halign-left valign-top"&gt;&lt;p class="tableblock"&gt;4&lt;/p&gt;&lt;/td&gt;
&lt;td class="tableblock halign-left valign-top"&gt;&lt;p class="tableblock"&gt;4:05&lt;/p&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class="tableblock halign-left valign-top"&gt;&lt;p class="tableblock"&gt;5&lt;/p&gt;&lt;/td&gt;
&lt;td class="tableblock halign-left valign-top"&gt;&lt;p class="tableblock"&gt;3:59&lt;/p&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class="tableblock halign-left valign-top"&gt;&lt;p class="tableblock"&gt;6&lt;/p&gt;&lt;/td&gt;
&lt;td class="tableblock halign-left valign-top"&gt;&lt;p class="tableblock"&gt;4:01&lt;/p&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class="tableblock halign-left valign-top"&gt;&lt;p class="tableblock"&gt;7&lt;/p&gt;&lt;/td&gt;
&lt;td class="tableblock halign-left valign-top"&gt;&lt;p class="tableblock"&gt;4:09&lt;/p&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class="tableblock halign-left valign-top"&gt;&lt;p class="tableblock"&gt;8&lt;/p&gt;&lt;/td&gt;
&lt;td class="tableblock halign-left valign-top"&gt;&lt;p class="tableblock"&gt;3:58&lt;/p&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class="tableblock halign-left valign-top"&gt;&lt;p class="tableblock"&gt;9&lt;/p&gt;&lt;/td&gt;
&lt;td class="tableblock halign-left valign-top"&gt;&lt;p class="tableblock"&gt;4:01&lt;/p&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class="tableblock halign-left valign-top"&gt;&lt;p class="tableblock"&gt;10&lt;/p&gt;&lt;/td&gt;
&lt;td class="tableblock halign-left valign-top"&gt;&lt;p class="tableblock"&gt;4:04&lt;/p&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;My official gun time was 40:15, and I started a bit back from the start line (there was no timing mat at the start). I clocked myself at 40:11.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class="sect1"&gt;
&lt;h2 id="_background"&gt;Background&lt;/h2&gt;
&lt;div class="sectionbody"&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;I&amp;#8217;ve been an inconsistent hobby jogger most of my life. Most years during Spring I will train a bit (~20 miles per week) for a local 10K (the BolderBoulder). This year I ran one of my faster times (43:45; my PR is 43:05) and then decided to keep running and do a proper marathon training cycle based on Jack Daniels' Plan A.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;I&amp;#8217;m 8 weeks into that training program (my goal marathon is in early November), and I&amp;#8217;m already consistently running more miles than I have ever before, even while training for marathons in the past. To check my progress I signed up to run the Evergreen Town Race 10K with my dad and a friend of ours. I had an interval workout schedule for the weekend which I replaced with the race, but otherwise I didn&amp;#8217;t reduce my mileage or taper in preparation for the race.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;It is a downhill course that starts at 7,692' and descends over 500' (&lt;a href="ETR-Elevation-Profile.jpg"&gt;map&lt;/a&gt;). Runners are bused up to the start line in school buses, and then run down to the finish.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;My goal was to take advantage of my recent training and the downhill to set a new 10K PR, or at least to beat my BolderBoulder time from earlier this year.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class="sect1"&gt;
&lt;h2 id="_race"&gt;Race&lt;/h2&gt;
&lt;div class="sectionbody"&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;I planned to go out at 4:18/KM (43:00) pace, and then speed up if I was feeling good on the downhills. I&amp;#8217;m so terrible at estimating my pace at the beginning of a race. I looked at my GPS watch after the first ~30 seconds and it said I was going 4:20/KM, so I sped up. We hit the first down hill and I tried to let my legs go as fast as they wanted with gravity. When I looked at my watch again I realized I was going way faster than I had planned.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;But when I hit the second km at 4:04 and felt very comfortable I decided to keep that level of effort up. Worst case, I thought, was that I&amp;#8217;d have to slow down for the last few kilometers but should still be well under my goal time.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;As the kilometers went by I kept feeling comfortable; this is probably the first time during a 10K race that at the 5K mark I was surprised when I looked at my watch to see that I was going &lt;em&gt;faster&lt;/em&gt; than I felt like I was going. At first I was nervous that by keeping up a pace so much faster than my goal, even with the downhill course, that I&amp;#8217;d crash-and-burn. But I just kept telling myself to finish the current kilometer at the ~4:00/km pace effort and then I could slow down if I needed to&amp;#8201;&amp;#8212;&amp;#8201;but I never needed to! Crossed the finish line at 40:15 (gun time). New PR (even if downhill)! The overall effort felt much easier than the 43:45 BolderBoulder I ran earlier this year.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class="sect1"&gt;
&lt;h2 id="_whats_next"&gt;What&amp;#8217;s next?&lt;/h2&gt;
&lt;div class="sectionbody"&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;The downhill no doubt was very helpful during this race, but it gave me confidence that I CAN break 40:00 on a flat 10K in the not-too-distant future (and also that I can break 20:00 5K which I&amp;#8217;ve never done).&lt;/p&gt;
&lt;/div&gt;
&lt;div class="paragraph"&gt;
&lt;p&gt;My next race is the Imogene Pass Run, a 17 mile mountain race that starts at 7,810' but then CLIMBS over 5,000' during the first ten miles to Imogene Pass before dropping back down (&lt;a href="https://www.trailrunproject.com/trail/7000010/imogene-pass-run"&gt;elevation profile&lt;/a&gt;). So that should be interesting.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;</content>
    <summary type="html">I ran the 2018 Evergreen Town Race 10K.</summary>
  </entry>
</feed>

