2012

← 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:

Finishing Times

“;
$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 →

Leave a Reply

Your email address will not be published. Required fields are marked *