CCCAA

  • Composite
  • Search
  • Menu
Site Navigation
  • Sports
    • Men's Sports
      • Baseball
        • Schedule
        • Standings
        • Stats
      • Basketball
        • Schedule
        • Standings
        • Stats
      • Cross Country
        • Schedule
        • Rankings
      • Football
        • Schedule
        • Standings
        • Stats
      • Golf
        • Schedule
      • Soccer
        • Schedule
        • Standings
        • Stats
      • Swim & Dive
        • Schedule
      • Tennis
        • Schedule
        • Standings
      • Track & Field
        • Schedule
      • Volleyball
        • Schedule
        • Standings
        • Stats
      • Water Polo
        • Schedule
        • Standings
        • Stats
      • Wrestling
        • Schedule
        • Standings
    • Women's Sports
      • Badminton
        • Schedule
        • Standings
      • Basketball
        • Schedule
        • Standings
        • Stats
      • Beach Volleyball
        • Schedule
        • Standings
      • Cross Country
        • Schedule
        • Rankings
      • Golf
        • Schedule
      • Soccer
        • Schedule
        • Standings
        • Stats
      • Softball
        • Schedule
        • Standings
        • Stats
      • Swim & Dive
        • Schedule
      • Tennis
        • Schedule
        • Standings
      • Track & Field
        • Schedule
      • Volleyball
        • Schedule
        • Standings
        • Stats
      • Water Polo
        • Schedule
        • Standings
        • Stats
  • Conferences
    • Bay Valley
    • Big 8
    • Central Valley
    • Coast
    • Golden Valley
    • Inland Empire Athletic
    • NCFC
    • SCFA
    • Orange Empire
    • Pacific Coast Athletic
    • South Coast
    • Western State
    • Wrestling Alliance
    • Conference Map
  • Membership Services
    • Administrators
    • Black Lives Matter Statement
    • Championship Handbooks
    • Championship Logos
    • Championship Team Photos (2018-current)
    • Coaches
    • Compliance Corner
    • Compliance Exam
    • Constitution & Bylaws (2022-23)
    • Convention Info
    • Coronavirus Info
    • Decorum Statement
    • Directory (PDF) (2022-23)
    • Employment
    • Forms
    • Gender Equity
    • Map of Colleges
    • Meetings/Legislation
    • Newsletter
    • Recruiting
    • Reports
    • Year in Review Archive
    • Year in Review (Current)
  • About the CCCAA
    • About The CCCAA
    • Staff Directory/Contact
    • CCCAA Board
    • CCCAA Management Council
    • Member Institutions
    • Student Success
  • Polls
    • Fall (2021-22)
    • Winter (2021-22)
    • Spring (2021-22)
  • Tickets
Close

Menu

  • Compliance Exam
  • Affiliate Organizations
    • 3C4A
    • 4CA
    • ACCCES (eligibility specialists)
    • CCC Athletic Directors
    • CCC Athletic Trainers
    • CCC Physical Education, Kinesiology, Dance
    • CCC Sports Information
    • CCC Women's Basketball Coaches
    • CCC Women's Volleyball Coaches
    • Southern California Wrestling Alliance
  • Awards
    • Hall of Fame
    • Scholar-Athletes
    • SIA Athletes of the Year
    • SIA Athletes of the Month
    • NATYCAA Cup
    • Coaches
  • Calendar of Events
  • Sponsors
  • Stats Login

Men's Water Polo Men's Water Polo

  • Home
  • Scoreboard
  • Standings
  • Championships
  • More+
    • Stat Leaders
      • Big 8
      • Coast
      • Orange Empire
      • Pacific Coast
      • South Coast
      • Western State
    • Team Stats
    • Rankings
    • Awards
    • Archives
There was a problem with a Velocity script
Page/httpd/prestosports/site-public/WEB-INF/themes/generic/related-links-template
ErrorError invoking method 'get(java.lang.Integer)' in java.util.ArrayList at /httpd/prestosports/site-public/WEB-INF/themes/generic/related-links-template[line 54, column 66]
Page source:
1: #macro (printLinkAriaLabelRelatedLinks $event $label)
2:     #if (!$event)
3:         #set ($ariaLabel = $label)
4:     #else
5:         #set ($ariaLabel = "${event.sport} event: ${formatter.formatDate($event.date, 'MMMM d hh:mm a:')}")
6:         #if ($event.neutralSite.length() > 0 || $event.home)
7:                 #set ($vsOrAt = "vs.")
8:         #else
9:                 #set ($vsOrAt = "at")
10:         #end
11:         #if ($event.teams.size() > 1)
12:                 #set ($ariaLabel = "${ariaLabel} ${event.teams.get(0).name} ${vsOrAt} ${event.teams.get(1).name}:")
13:         #elseif ($event.teams.size() == 1)
14:                 #set ($ariaLabel = "${ariaLabel} ${event.teams.get(0).name}:")
15:         #end
16:         #if ($event.neutralSite.length() > 0)
17:                 #set ($ariaLabel = "${ariaLabel} @ ${event.neutralSite}:")
18:         #end
19:         #set ($ariaLabel = "${ariaLabel} ${label}")
20:     #end
21:     aria-label="$ariaLabel"
22: #end ##printLinkAriaLabel
23: 
24: 
25: ## RELATED LINKING
26: #if (!($request.getAttribute("disable_related_links").length() > 0))
27: #if($request.getAttribute("relatedLinksContentPage"))
28:         #set ($contentPage = $request.getAttribute("relatedLinksContentPage"))
29:     #else
30:         #set ($contentPage = $page)
31:     #end
32:     #set ($relatedPages = $contentPage.relatedInSchedule)
33:         #if ($relatedPages.size() > 0)
34:                 ##disable related links from showing again
35:                 $request.setAttribute("disable_related_links", "y")
36: 
37:                 #set ($printedLinks = {})
38:                 #set ($eventLinks = [])
39:                 #set ($relatedEvents = $contentPage.schedule.getEventsWithLink($contentPage.url))
40:                 #if (!$relatedEvents.isEmpty())
41:                         #set ($relatedEvent = $relatedEvents[0])
42:                         #if (!$relatedEvent.links.isEmpty())
43:                                 #set ($eventLinks = $relatedEvent.links)
44:                         #end
45:                 #end
46:   
47:                 <div class="page-related-links clearfix">
48:                         #foreach ($related in $relatedPages)
49:                                 #set ($linkText = $related.mapLabel)
50:                                 #set ($linkUrl = $related.url)
51:                                 #set ($linkMapType = $related.mapType)
52:                                 #set ($linkFound = false)
53:                                 #if (!$relatedEvents.isEmpty())
54:                                         #set ($link = $eventLinks[0])
55:                                         #foreach ($l in $eventLinks)
56:                                         #if ($related.url == $l.url)
57:                                                 #set ($link = $l)
58:                                                 #set ($linkFound = true)
59:                                         #end
60:                                         #end
61:                                 #end
62:                                 #if ($linkFound == true)
63:                                         #set ($linkText = $link.name)
64:                                         #set ($linkUrl = $link.url)
65:                                         #set ($linkMapType = $link.mapType)
66:                                 #end
67:                                 #set ($linkTypeCounter = 1)
68:                                 #set ($linkTypeLabel = $linkText)
69:                                 #if ($printedLinks.containsKey("${$linkText}"))
70:                                         #set ($linkTypeCounter = $printedLinks.get("${linkText}") + 1)
71:                                         #set ($linkTypeLabel = "$linkText${linkTypeCounter}")
72:                                 #end
73:                                 #set ($ignore = $printedLinks.put($linkText, $linkTypeCounter))
74: 
75:                                  #if ($velocityCount > 1) | #end
76:                                     #if ($related.id == $contentPage.id)
77:                                         <strong>${linkText}</strong>
78:                                     #else
79:                                         <a href="$linkUrl" #printLinkAriaLabelRelatedLinks($relatedEvent, $linkTypeLabel) #if ($website.isExternalLink($linkUrl)) target="_blank" #end>${linkText}</a>            
80:                                     #end
81:                                 #end
82:                 </div> 
83:         #end
84: #end ## disable
85: 

San Diego Miramar at Palomar
@ Palomar College
10/6/2021 at 3:30 PM

San Diego Miramar
21
Palomar
14
SCORING 1 2 3 4 FINAL
San Diego Miramar (,) 21 0 0 0 21
Palomar (,) 14 0 0 0 14
SCORING SUMMARY
-- 1st -- San Diego Miramar Palomar
San Diego Miramar 00:00 Sam Lawrence (unassisted) 1 0
San Diego Miramar 00:00 Sam Lawrence (unassisted) 2 0
San Diego Miramar 00:00 Sam Lawrence (unassisted) 3 0
San Diego Miramar 00:00 Sam Lawrence (unassisted) 4 0
San Diego Miramar 00:00 Sam Lawrence (unassisted) 5 0
San Diego Miramar 00:00 Sam Lawrence (unassisted) 6 0
San Diego Miramar 00:00 Sam Lawrence (unassisted) 7 0
San Diego Miramar 00:00 Sam Lawrence (unassisted) 8 0
San Diego Miramar 00:00 Jacob Miller (unassisted) 9 0
San Diego Miramar 00:00 Sam Collins (unassisted) 10 0
San Diego Miramar 00:00 Sam Collins (unassisted) 11 0
San Diego Miramar 00:00 Cade Bowman (unassisted) 12 0
San Diego Miramar 00:00 Cade Bowman (unassisted) 13 0
San Diego Miramar 00:00 Cade Bowman (unassisted) 14 0
San Diego Miramar 00:00 Cade Bowman (unassisted) 15 0
San Diego Miramar 00:00 Carson Miller (unassisted) 16 0
San Diego Miramar 00:00 Carson Miller (unassisted) 17 0
San Diego Miramar 00:00 Nathan Krager (unassisted) 18 0
San Diego Miramar 00:00 Nathan Krager (unassisted) 19 0
San Diego Miramar 00:00 Nathan Krager (unassisted) 20 0
San Diego Miramar 00:00 Sam Lawrence (unassisted) 21 0
Palomar 00:00 Daniel Bermea (Kieran Reilly ) 21 1
Palomar 00:00 Eric Hiatt (Kieran Reilly ) 21 2
Palomar 00:00 Eric Hiatt (Parker Brice ) 21 3
Palomar 00:00 Jeremy Lovgren (Parker Brice ) 21 4
Palomar 00:00 Parker Brice (Tino Mirizzi ) 21 5
Palomar 00:00 Parker Brice (Tino Mirizzi ) 21 6
Palomar 00:00 UP - Tino Mirizzi (unassisted) 21 7
Palomar 00:00 Tino Mirizzi (David Oceguera ) 21 8
Palomar 00:00 Tino Mirizzi (David Oceguera ) 21 9
Palomar 00:00 Tino Mirizzi (David Oceguera ) 21 10
Palomar 00:00 Tino Mirizzi (unassisted) 21 11
Palomar 00:00 Tino Mirizzi (unassisted) 21 12
Palomar 00:00 Tino Mirizzi (unassisted) 21 13
Palomar 00:00 Tino Mirizzi (unassisted) 21 14
-- 2nd -- San Diego Miramar Palomar
(no scoring)
-- 3rd -- San Diego Miramar Palomar
(no scoring)
-- 4th -- San Diego Miramar Palomar
(no scoring)

San Diego Miramar

# PLAYER POS G A SH STL TO ED BLK
1 Maverick Mitchell * 0 0 0 1 0 0 0
3 Sam Lawrence * 9 0 7 2 1 1 0
4 Riley Reid 0 0 0 1 1 0 0
5 Jacob Miller * 1 0 1 1 2 1 0
6 Sam Collins * 2 0 2 0 4 0 0
7 Cade Bowman * 4 0 6 2 2 0 0
8 Carson Miller * 2 0 2 1 1 1 0
10 Ethan Rose * 0 0 0 1 0 1 0
14 Nathan Krager * 3 0 3 0 1 1 0
15 Dylan Pierce 0 0 0 0 0 0 0
TM Team 0 0 0 0 0 0 0
Totals 21 0 21 9 12 5 0
# GOALIES GA Qtrs SV SH
1 Maverick Mitchell (W, 0-0) 14 4.0 9 23

Palomar

# PLAYER POS G A SH STL TO ED BLK
2 Daniel Bermea * 1 0 1 1 0 1 0
3 Eric Hiatt * 2 0 4 0 0 2 0
4 Jeremy Lovgren * 1 0 5 1 1 1 0
6 Gabe Oceguera 0 0 0 0 1 0 0
8 Cristos Birbilis 0 0 0 0 1 0 0
9 Kieran Reilly * 0 2 0 1 1 2 0
10 Parker Brice * 2 2 6 0 1 3 0
11 Tino Mirizzi * 8 2 1 2 0 5 0
21 David Oceguera * 0 3 0 6 0 0 0
TM Team 0 0 0 0 0 0 0
Totals 14 9 17 11 5 14 0
# GOALIES GA Qtrs SV SH
21 David Oceguera (L, 0-0) 21 4.0 10 31
SHOTS 1 2 3 4 TOTAL
San Diego Miramar 5 8 3 5 21
Palomar 0 5 5 4 14
SAVES 1 2 3 4 TOTAL
San Diego Miramar 0 0 0 0 9
Palomar 0 0 0 0 10
EXCLUSION SUMMARY
-- 1st --
Palomar 00:00 Daniel Bermea Ejection
Palomar 00:00 Daniel Bermea Ejection
Palomar 00:00 Daniel Bermea Misconduct
Palomar 00:00 Eric Hiatt Penalty
Palomar 00:00 Eric Hiatt Penalty
Palomar 00:00 Jeremy Lovgren Ejection
Palomar 00:00 Jeremy Lovgren Ejection
Palomar 00:00 Cristos Birbilis Penalty
Palomar 00:00 Kieran Reilly Ejection
Palomar 00:00 Kieran Reilly Ejection
Palomar 00:00 Kieran Reilly Penalty
Palomar 00:00 Parker Brice Ejection
Palomar 00:00 Parker Brice Ejection
Palomar 00:00 Tino Mirizzi Ejection
-- 2nd --
(no penalties)
-- 3rd --
(no penalties)
-- 4th --
(no penalties)
OTHER INFORMATION
Game Length: 1:30
Attendance: 0
Officials and game personnel: Nick Gehler
Starter *
Facebook
Twitter
Email
Print
Addthis
CCCAA
2017 O St | Sacramento, CA | 95811

© Copyright 2019 California Community College Athletic Association.
All Rights Reserved.
  • Josten's Josten's
  • eteam eteam
  • AMgC AMgC
  • HomeTown Ticketing HomeTown Ticketing
  • VOZZI VOZZI
PrestoSports