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 (2021-22)
    • Convention Info
    • Coronavirus Info
    • Decorum Statement
    • Directory (PDF) (2021-22)
    • 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
    • NATYCAA Cup
    • Athletes of the Month
    • Athletes of the Year
    • 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>${related.mapLabel}</strong>
78:                                     #else
79:                                         <a href="$related.url" #printLinkAriaLabelRelatedLinks($relatedEvent, $linkTypeLabel) #if ($website.isExternalLink($related.url)) target="_blank" #end>${related.mapLabel}</a>            
80:                                     #end
81:                                 #end
82:                 </div> 
83:         #end
84: #end ## disable
85: 

Cuesta vs. Golden West
@ Chula Vista, CA (Southwestern College )
11/13/2021 at 8:30 AM

Cuesta
7
Golden West
18
SCORING 1 2 3 4 FINAL
Cuesta (,) 1 2 1 3 7
Golden West (25-2, 5-0) 4 7 4 3 18
SCORING SUMMARY
-- 1st -- Cuesta Golden West
Golden West 07:20 Felipe Ferrreira (unassisted) 0 1
Golden West 05:19 Felipe Ferrreira (unassisted) 0 2
Golden West 03:43 Stan DeMey (unassisted) 0 3
Golden West 02:36 Konstantinos Koulouris (unassisted) 0 4
Cuesta 00:01 Jacob Sill (Colton Boyd ) 1 4
-- 2nd -- Cuesta Golden West
Cuesta 05:31 Joshua Halopoff (Garrett Paxton ) 2 4
Golden West 05:07 Konstantinos Koulouris (unassisted) 2 5
Golden West 04:29 Barnabas Vidovics (unassisted) 2 6
Cuesta 04:03 UP - Ronan Bailey (Danilo Vujovic ) 3 6
Golden West 02:58 Konstantinos Koulouris (Barnabas Vidovics ) 3 7
Golden West 02:33 Reilly Pfeiffer (Barnabas Vidovics ) 3 8
Golden West 01:41 Konstantinos Koulouris (unassisted) 3 9
Golden West 00:46 Breno Tenet (unassisted) 3 10
Golden West 00:13 Felipe Ferrreira (unassisted) 3 11
-- 3rd -- Cuesta Golden West
Golden West 07:06 Srboljub Filipovic (Konstantinos Koulouris ) 3 12
Golden West 06:36 Srboljub Filipovic (Itamar Kolodny ) 3 13
Cuesta 06:05 UP - Johnny Northcutt (Dean Moody ) 4 13
Golden West 05:09 Felipe Ferrreira (unassisted) 4 14
Golden West 03:51 Reilly Pfeiffer (unassisted) 4 15
-- 4th -- Cuesta Golden West
Golden West 07:03 Barnabas Vidovics (unassisted) 4 16
Golden West 04:58 Breno Tenet (Andrew Higginson ) 4 17
Cuesta 03:42 Dean Moody (Garrett Wilson ) 5 17
Golden West 01:59 Nico Dangelo (unassisted) 5 18
Cuesta 01:24 Stash Perry (Eron Ray ) 6 18
Cuesta 00:43 Stash Perry (Caleb Ray ) 7 18

Cuesta

# PLAYER POS G A SH STL TO ED BLK
1 Colton Boyd * 0 1 0 2 0 0 0
1A Garrett Wilson 0 1 0 0 0 0 0
2 Danilo Vujovic 0 1 3 0 3 4 1
3 Layne Porter * 0 0 1 0 1 0 1
4 Grady Taylor 0 0 0 0 0 1 0
5 Dean Moody * 1 1 3 2 1 0 0
6 Eron Ray 0 1 0 1 1 0 0
7 Nick Taylor * 0 0 2 0 3 0 0
8 Eric Klang 0 0 1 0 2 0 0
9 Garrett Paxton 0 1 1 2 3 0 0
10 Jacob Sill * 1 0 0 3 1 0 0
11 Joshua Halopoff * 1 0 2 0 0 1 0
13 Caleb Ray 0 1 0 0 0 0 0
14 Ethan Streker 0 0 1 0 2 2 0
15 Daniel Rodriguez 0 0 1 0 1 1 1
16 Johnny Northcutt 1 0 5 0 2 2 0
17 Ronan Bailey * 1 0 2 0 3 2 1
18 Stash Perry 2 0 2 1 2 0 0
20 Sam Sehm 0 0 0 0 0 0 0
TM Team 0 0 0 0 0 0 0
Totals 7 7 24 11 25 13 4
# GOALIES GA Qtrs SV SH
1 Colton Boyd (L, 0-0) 15 3.0 11 26
1A Garrett Wilson 3 1.0 3 6
Totals 18 4.0 14 32

Golden West

# PLAYER POS G A SH STL TO ED BLK
1A Garrett Henderson * 0 0 0 0 0 0 0
1B Bowen Lasher 0 0 0 0 0 0 0
2 Andrew Higginson 0 1 2 2 0 1 0
3 Konstantinos Koulouris * 4 1 2 3 1 2 0
4 Rylan Lantz 0 0 0 0 0 0 0
5 Barnabas Vidovics 2 2 1 1 0 1 0
6 Felipe Ferrreira * 4 0 2 2 0 1 1
7 Reilly Pfeiffer 2 0 0 0 0 0 0
8 Nico Dangelo 1 0 1 0 1 1 0
9 Augi Macchi * 0 0 2 1 0 0 0
10 Srboljub Filipovic 2 0 0 0 0 1 0
11 Itamar Kolodny * 0 1 1 3 1 0 0
12 Breno Tenet * 2 0 0 1 1 3 0
13 Stan DeMey * 1 0 2 1 0 0 0
14 Brodie Kuhn 0 0 0 0 0 0 0
15 John MacDonald 0 0 0 0 0 0 0
19 Haroon Elgabalawy 0 0 0 0 1 0 0
22 Gen Fujita 0 0 1 0 0 0 0
23 Ryan Welsch 0 0 0 0 0 0 0
24 Eamon Hennessey 0 0 3 2 0 1 0
TM Team 0 0 0 0 0 0 0
Totals 18 5 17 16 5 11 1
# GOALIES GA Qtrs SV SH
1A Garrett Henderson (W, 0-0) 4 3.0 7 11
1B Bowen Lasher 3 1.0 1 4
Totals 7 4.0 8 15
SHOTS 1 2 3 4 TOTAL
Cuesta 0 0 0 0 0
Golden West 0 0 0 0 0
SAVES 1 2 3 4 TOTAL
Cuesta 0 0 0 0 14
Golden West 0 0 0 0 8
EXCLUSION SUMMARY
-- 1st --
Cuesta 00:00 Layne Porter Penalty
Cuesta 00:00 Dean Moody Ejection
Cuesta 00:00 Danilo Vujovic Ejection
Golden West 00:00 Konstantinos Koulouris Ejection
Golden West 00:00 Andrew Higginson Ejection
-- 2nd --
Cuesta 00:00 Layne Porter Ejection
Cuesta 00:00 Dean Moody Penalty
Cuesta 00:00 Daniel Rodriguez Ejection
Cuesta 00:00 Joshua Halopoff Ejection
Golden West 00:00 Eamon Hennessey Ejection
Golden West 00:00 Stan DeMey Ejection
Golden West 00:00 Reilly Pfeiffer Ejection
-- 3rd --
Cuesta 00:00 Layne Porter Ejection
Cuesta 00:00 Danilo Vujovic Penalty
Golden West 00:00 Breno Tenet Ejection
Golden West 00:00 Felipe Ferrreira Ejection
Golden West 00:00 Itamar Kolodny Ejection
Golden West 00:00 Eamon Hennessey Misconduct
Golden West 00:00 Reilly Pfeiffer Ejection
Golden West 00:00 Itamar Kolodny Ejection
-- 4th --
Cuesta 00:00 Ethan Streker Ejection
Cuesta 00:00 Stash Perry Ejection
Golden West 00:00 Nico Dangelo Ejection
Golden West 00:00 Breno Tenet Misconduct
Golden West 00:00 Rylan Lantz Ejection
Golden West 00:00 Ryan Welsch Ejection
OTHER INFORMATION
Game Length: 1:10
Attendance: 0
Officials and game personnel: Tim Bremen
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