← 2011 | ↑ The Boom Years | 2013 →
Theme: ABC (Anything But Clothes)
Date: Saturday, August 18th
Attendees: 59
Ride Corps: 30
Teams: 10
Starting Time:
Largest Team: Howland Reed’s Moving Castle
Winning Team: New World Mandana
Facebook Event Link: https://www.facebook.com/events/150806025055529/
Wrap Ups: Grand Marshal’s Wrap Up
Image Galleries: Aric D., J.W.Fuller, Travis
2012 Participation Survey
2012 Related Blog Entries
High Temp: 97°F
Twitter Timeline:
Who will take home the dog tags?!
#DMttS twitter.com/DeathMarchLA/s…— The Death March (@DeathMarchLA) August 17, 2012
Nothing quite like the judgment you get when buying two PBR Tallboys from the liquor store @ 11am after riding up on a fixie
@deathmarchla— Gregg (@greggfuller) August 17, 2012
At Starbucks with Travis. Forgot a belt.
#dmtts— Jeshii (・∀・) (@jeshizaemon) August 18, 2012
Death March Ride Corps Snacks.
#DMttS (@ Dulcet Gourmet Donut) 4sq.com/QMmoVA— Jeshii (・∀・) (@jeshizaemon) August 18, 2012
Death March Ride Corps Gathering
#DMttS (@ Starbucks) 4sq.com/Owq50D— Jeshii (・∀・) (@jeshizaemon) August 18, 2012
Ride corps valley rolling out!
#DMttS— The Death March (@DeathMarchLA) August 18, 2012
Wishing
@deathmarchla best of luck today. Hope no one actually dies.#stayhydrated#LAheat— Walt Arrrrr (@Waltarrrrr) August 18, 2012
Early Risers
#DMttS@ Death March Ride Corps Meeting Spot instagr.am/p/OeTHV7mhsu/— Jeshii (・∀・) (@jeshizaemon) August 18, 2012
‘Death March to the Sea 2012’, I will be doing you!
— Alex Freedman (@TVCalling) August 18, 2012
Death March Ride Corps
#DMttS twitter.com/DeathMarchLA/s…— The Death March (@DeathMarchLA) August 18, 2012
Picking up Chili Burgers.
#DMttS (@ Original Tommy’s Hamburgers) 4sq.com/PmazZP— Jeshii (・∀・) (@jeshizaemon) August 18, 2012
Wow, ouch: deathmarchtothesea.com/?page_id=113 RT
@waltarrrrr: Wishing@deathmarchla best of luck today. Hope no one actually dies.#stayhydrated#LAheat— Alissa Walker (@gelatobaby) August 18, 2012
@emmabowers You should join them, just to make it to the sea and shout “MEGATROOOOOOON!”— Geoff did all of it. (@GTebbetts) August 18, 2012
1/3rd of the way through the hike. It’s been rough. 9-10 miles remain.
#dmtts— Jen Shaffer (@jenfoldsfive) August 18, 2012
Eagle Rock time.
#March— Alex Freedman (@TVCalling) August 18, 2012
Refill!
#March— Alex Freedman (@TVCalling) August 18, 2012
Comin’ down the mountain.
#DMttS twitter.com/jeshizaemon/st…— Jeshii (・∀・) (@jeshizaemon) August 19, 2012
Almost done!
#DMttS twitter.com/jeshizaemon/st…— Jeshii (・∀・) (@jeshizaemon) August 19, 2012
Done with the March! Time for the Banquet!
#DMttS (@ Gladstones Malibu) 4sq.com/OyOGBX— Jeshii (・∀・) (@jeshizaemon) August 19, 2012
We have arrived.
#DeathMarch2012 twitter.com/TVCalling/stat…— Alex Freedman (@TVCalling) August 19, 2012
14 mile hike: done. Best reward. twitter.com/supriyalimaye/…
— Supriya (Riya) (@supriyalimaye) August 19, 2012
Just won a goodie bag for the banquet!
#DMttS (@ Trader Joe’s) 4sq.com/QNWbFW— Jeshii (・∀・) (@jeshizaemon) August 19, 2012
It’s Banquet Time!
#DMttS (@ The Fuller Compound) 4sq.com/P6boTL— Jeshii (・∀・) (@jeshizaemon) August 19, 2012
I made it successfully through the Death March to the Sea. My body is rejecting all of this exercise.
— Jen Shaffer (@jenfoldsfive) August 19, 2012
“;
$counter=0;
foreach ($attendees as $attend) {
if ($attend[‘time’]!=$next) $rank_no++;
$counter++;
echo ”
“;
//rank number
echo ”
“;
if (!is_null($attend[‘time’])) echo $rank_no;
echo “”;
//picture
echo ”
“;
if (!is_null($attend[‘oauth_uid’]) && $attend[‘oauth_uid’]!=””) echo ““;
echo “”;
//show current or old title
echo ”
“.dm_displayname_by_id($attend[‘user’],$attend[‘year’]);
echo “”;
//teamname
echo ”
“;
if (!is_null($attend[‘teamname’]) && $attend[‘teamname’]!=””) echo $attend[‘teamname’];
echo “”;
echo ”
“;
if (!is_null($attend[‘time’])) {
echo $attend[‘time’].”
“;
$totaltime=timeDiff($startime,$attend[‘time’]);
echo “(“.$totaltime.”)
“;
//speed based badges
if ($attend[‘champion’]) echo dm_achievement_badge(“Champion of the Sea”,25);
if ($totaltime<4) echo dm_achievement_badge(“Speed of Light”,25);
elseif ($totaltime<5) echo dm_achievement_badge(“Speed Demon”,25);
elseif ($totaltime<6) echo dm_achievement_badge(“SpeedSTAR”,25);
elseif ($totaltime<7) echo dm_achievement_badge(“Speedster”,25);
//ride corps
if ($attend[‘driver’]) echo ““;
}
elseif ($attend[‘mast’]) echo “MaST”;
elseif ($attend[‘failed’]) echo “Did Not Finish”;
elseif ($attend[‘absentee’]) echo “Absentee Marcher”;
else echo “Did Not Ocean”;
echo ”
“;
$next=$attend[‘time’];
}
echo ”
“;
?>
← 2011 | ↑ The Current Era | 2013 →