Demo MeetBrooklyn, NY
4/15/2015

< Back

Note: A breadcrumb to return the index appears here when the user has left the home page. The <a> tag has the class .home-link.

George Washington Memorial Heptathlon Results

The event header is an <h3> element specified with the .event-results-hdr class.
If a custom name was specified for the event, it will be displayed. Otherwise the header will be formatted as [Gender] [Distance] ([Division {if specified}]) [Report Name]

Event headers are classed by report, and have the following default styles applied to them:

.event-results-hdr, .entries-hdr, .event-start-list-hdr, .event-performance-list-hdr {
    text-transform:uppercase;
}

Final

PL Athlete Pts 60mLJSPHJ60m HPV1000m
1

Chan, Geoffrey

Roosevelt

Team Points: 10

6134

7.35

 

(762)

7.78m

25' 6.25"

(1005)

14.32m

46' 11.75"

(748)

2.10m

6' 10.75"

(896)

8.10

 

(957)

4.60m

15' 1"

(790)

2:31.00

 

(976)

2

Blankenship, David

Johnson

Team Points: 8

5786

7.24

 

(799)

8.04m

26' 4.50"

(1071)

12.10m

39' 8.50"

(612)

2.15m

7' 0.50"

(944)

8.12

 

(952)

4.48m

14' 8.25"

(754)

3:01.00

 

(654)

3

Deleon, Rick

Buchanan

Team Points: 6

5739

7.47

 

(723)

8.10m

26' 7"

(1086)

13.60m

44' 7.50"

(704)

2.05m

6' 8.75"

(850)

8.13

 

(949)

4.08m

13' 4.50"

(640)

2:48.00

 

(787)

4

Woodward, Ethan

McKinley

Team Points: 5

5692

7.68

 

(656)

7.64m

25' 0.75"

(970)

14.90m

48' 10.75"

(784)

2.05m

6' 8.75"

(850)

8.21

 

(930)

4.56m

14' 11.50"

(778)

2:54.00

 

(724)

For Multi events, there are a number of options to display results. The above .multi-results-table is an overall table which displays the final results of the combined event, as well as final results for each sub event. The .athlete cell of the table gets <p> elements with classes .multi-athlete for the athlete's name, team, and team points earned. Each .sub-event cell gets <p> elements with straightforward class names for deeper customization.

<table class="multi-results-table table table-striped table-bordered table-condensed">
  <thead>
    <tr>
      <th class="place">PL</th>
      <th class="athlete">Athlete</th>
      <th class="points">Pts</th>
      <th class='sub-event'>...</th>
      ...
    </tr>
  </thead>
  <tbody>
    <tr>
      <td class="place">...</td>
      <td class="athlete">
        <p class="multi-athlete">Chan, Geoffrey</p>
        <p class="multi-athlete">Roosevelt</p>
        <p class="multi-athlete">Team Points: 10</p>
      </td>
      <td class="points">...</td>
      <td class='sub-event'>
        <p class="sub-event-result">7.35</p>
        <p class="sub-event-wind">1.7</p>
        <p class="sub-event-points">...</p>
      </td>
      ...
    </tr>
    ...
  </tbody>
</table>

The following default styles are applied:

p.multi-athlete, .sub-event p {
    margin: 0px; /* undo Bootstrap <p> style */
}

.sub-event-points, .sub-event-wind {
    font-size:12px;
    font-style: italic;
}

#1 Men's 60 Meters

PL # Athlete Yr. Team Time Pts
1 68 Blankenship, David SR Johnson 7.24 799
2 132 Chan, Geoffrey JR Roosevelt 7.35 762
3 221 Deleon, Rick FR Buchanan 7.47 723
4 185 Woodward, Ethan FR McKinley 7.68 656

If sub event results are requested, they will be printed in order and behave the same as normal .results-tables, with all of the customization options described in the other examples.

<table class="results-table table table-striped table-bordered table-condensed">
  <thead>
    <tr>
      <th class="place">PL</th>
      <th class="comp">#</th>
      <th class="athlete">Athlete</th>
      <th class="year">Yr.</th>
      <th class="team">Team</th>
      <th class="time">Time</th>
      <th class="points">Pts</th>
      <th class="note">Note</th>
    </tr>
  </thead>
  <tbody>
    ...
    Results
    ...
  <tbody>
</table>

George Washington Memorial Heptathlon Totals after 1 Events:

PLAthleteTeamPts
1Blankenship, DavidJohnson799
2Chan, GeoffreyRoosevelt762
3Deleon, RickBuchanan723
4Woodward, EthanMcKinley656

If cumulative scores are requested, the standings of the combined event after each sub event will be printed in a .cumulative-table, also receiving the same standard results table styles.

<table class="cumulative-table table table-striped table-bordered table-condensed">
  <thead>
    <tr>
      <th class="place">PL</th>
      <th class="athlete">Athlete</th>
      <th class="team">Team</th>
      <th class="points">Pts</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td class='place'>...</td>
      <td class="athlete">...</td>
      <td class="team">...</td>
      <td class="points">...</td>
    </tr>
    ...
  </tbody>
</table>

Each sub event gets a <h3> .event-results-hdr header and each .cumulative-table gets an unclassed <h4> header.

#2 Men's Long Jump

PL # Athlete Yr. Team Mark English Pts
1 221 Deleon, Rick FR Buchanan 8.10m 26' 7" 1086
2 68 Blankenship, David SR Johnson 8.04m 26' 4.50" 1071
3 132 Chan, Geoffrey JR Roosevelt 7.78m 25' 6.25" 1005
4 185 Woodward, Ethan FR McKinley 7.64m 25' 0.75" 970


George Washington Memorial Heptathlon Totals after 2 Events:

PLAthleteTeamPts
1Blankenship, DavidJohnson1870
2Deleon, RickBuchanan1809
3Chan, GeoffreyRoosevelt1767
4Woodward, EthanMcKinley1626

#3 Men's Shot Put

PL # Athlete Yr. Team Mark English Pts
1 185 Woodward, Ethan FR McKinley 14.90m 48' 10.75" 784
2 132 Chan, Geoffrey JR Roosevelt 14.32m 46' 11.75" 748
3 221 Deleon, Rick FR Buchanan 13.60m 44' 7.50" 704
4 68 Blankenship, David SR Johnson 12.10m 39' 8.50" 612


George Washington Memorial Heptathlon Totals after 3 Events:

PLAthleteTeamPts
1Chan, GeoffreyRoosevelt2515
2Deleon, RickBuchanan2513
3Blankenship, DavidJohnson2482
4Woodward, EthanMcKinley2410

#4 Men's High Jump

PL # Athlete Yr. Team Mark English Pts
1 68 Blankenship, David SR Johnson 2.15m 7' 0.50" 944
2 132 Chan, Geoffrey JR Roosevelt 2.10m 6' 10.75" 896
3 185 Woodward, Ethan FR McKinley 2.05m 6' 8.75" 850
3 221 Deleon, Rick FR Buchanan 2.05m 6' 8.75" 850


George Washington Memorial Heptathlon Totals after 4 Events:

PLAthleteTeamPts
1Blankenship, DavidJohnson3426
2Chan, GeoffreyRoosevelt3411
3Deleon, RickBuchanan3363
4Woodward, EthanMcKinley3260

#5 Men's 60m Hurdle

PL # Athlete Yr. Team Time Pts
1 132 Chan, Geoffrey JR Roosevelt 8.10#$ 957
2 68 Blankenship, David SR Johnson 8.12#$ 952
3 221 Deleon, Rick FR Buchanan 8.13#$ 949
4 185 Woodward, Ethan FR McKinley 8.21$ 930


George Washington Memorial Heptathlon Totals after 5 Events:

PLAthleteTeamPts
1Blankenship, DavidJohnson4378
2Chan, GeoffreyRoosevelt4368
3Deleon, RickBuchanan4312
4Woodward, EthanMcKinley4190

#6 Men's Pole Vault

PL # Athlete Yr. Team Mark English Pts
1 132 Chan, Geoffrey JR Roosevelt 4.60m 15' 1" 790
2 185 Woodward, Ethan FR McKinley 4.56m 14' 11.50" 778
3 68 Blankenship, David SR Johnson 4.48m 14' 8.25" 754
4 221 Deleon, Rick FR Buchanan 4.08m 13' 4.50" 640


George Washington Memorial Heptathlon Totals after 6 Events:

PLAthleteTeamPts
1Chan, GeoffreyRoosevelt5158
2Blankenship, DavidJohnson5132
3Woodward, EthanMcKinley4968
4Deleon, RickBuchanan4952

#7 Men's 1000 Meters

PL # Athlete Yr. Team Time Pts
1 132 Chan, Geoffrey JR Roosevelt 2:31.00 976
2 221 Deleon, Rick FR Buchanan 2:48.00 787
3 185 Woodward, Ethan FR McKinley 2:54.00 724
4 68 Blankenship, David SR Johnson 3:01.00 654


George Washington Memorial Heptathlon Totals after 7 Events:

PLAthleteTeamPts
1Chan, GeoffreyRoosevelt6134
2Blankenship, DavidJohnson5786
3Deleon, RickBuchanan5739
4Woodward, EthanMcKinley5692