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: 

LA Valley at Golden West
@ GWC Aquatic Center
9/10/2021 at 12:00 PM

LA Valley
5
Golden West
17
SCORING 1 2 3 4 FINAL
LA Valley (0-1) 1 2 1 1 5
Golden West (2-0) 8 5 3 1 17
SCORING SUMMARY
-- 1st -- LA Valley Golden West
Golden West 07:01 Reilly Pfeiffer (Konstantinos Koulouris ) 0 1
Golden West 05:55 Itamar Kolodny (unassisted) 0 2
Golden West 05:19 Stan DeMey (Konstantinos Koulouris ) 0 3
Golden West 04:42 Eamon Hennessey (unassisted) 0 4
Golden West 04:00 Itamar Kolodny (Konstantinos Koulouris ) 0 5
Golden West 02:47 Andrew Higginson (Barnabas Vidovics ) 0 6
LA Valley 02:22 Niki Matheisen (unassisted) 1 6
Golden West 02:04 Srboljub Filipovic (unassisted) 1 7
Golden West 01:29 Andrew Higginson (Reilly Pfeiffer ) 1 8
-- 2nd -- LA Valley Golden West
Golden West 05:32 Andrew Higginson (unassisted) 1 9
LA Valley 05:07 Erik Sarkissian (Sahak Abrahamyan ) 2 9
LA Valley 04:21 Niki Matheisen (Erik Sarkissian ) 3 9
Golden West 02:29 Augi Macchi (Itamar Kolodny ) 3 10
Golden West 01:46 Barnabas Vidovics (Itamar Kolodny ) 3 11
Golden West 01:14 Felipe Ferrreira (unassisted) 3 12
Golden West 00:21 Reilly Pfeiffer (Gen Fujita ) 3 13
-- 3rd -- LA Valley Golden West
Golden West 07:45 Srboljub Filipovic (Augi Macchi ) 3 14
LA Valley 06:22 Erik Sarkissian (Hakop Ansuryan ) 4 14
Golden West 05:58 Gen Fujita (unassisted) 4 15
Golden West 00:42 Ryan Welsch (unassisted) 4 16
-- 4th -- LA Valley Golden West
Golden West 07:01 Haroon Elgabalawy (unassisted) 4 17
LA Valley 05:29 Levon Harutyunyan (Carlos Tadeo ) 5 17

LA Valley

# PLAYER POS G A SH STL TO ED BLK
1 Daniel Smkovsky * 0 0 0 0 0 0 2
2 Santiago Bernal 0 0 1 0 1 0 0
3 Sargis Kaputikyan * 0 0 0 1 1 0 0
4 Carlos Tadeo 0 1 0 0 0 0 0
5 Niki Matheisen * 2 0 2 1 0 1 0
7 Hakop Ansuryan * 0 1 1 0 0 0 0
8 Erik Sarkissian * 2 1 2 0 0 1 0
9 Levon Harutyunyan 1 0 1 0 0 0 0
11 Ethan Francis 0 0 0 0 0 0 0
12 Sahak Abrahamyan 0 1 0 0 0 1 0
13 Edward Shanakian * 0 0 0 0 0 0 0
14 Charles Patsch 0 0 0 0 0 0 0
15 Arman Hunanyan * 0 0 0 0 0 1 0
16 Derek Allen 0 0 0 0 0 0 0
TM Team 0 0 0 0 0 0 0
Totals 5 4 7 2 2 4 2
# GOALIES GA Qtrs SV SH
1 Daniel Smkovsky (L, 0-0) 17 4.0 13 30

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
1C Idris Elgabalawy 0 0 0 0 0 0 0
1D Kai Fujita 0 0 0 0 0 0 0
2 Andrew Higginson * 3 0 1 0 1 0 0
3 Konstantinos Koulouris * 0 3 0 0 0 0 0
5 Barnabas Vidovics * 1 1 1 2 0 0 0
6 Felipe Ferrreira 1 0 0 0 1 0 0
7 Reilly Pfeiffer * 2 1 0 1 0 1 0
8 Nico Dangelo 0 0 0 0 0 0 0
9 Augi Macchi 1 1 0 1 0 1 0
10 Srboljub Filipovic 2 0 0 0 0 0 0
11 Itamar Kolodny * 2 2 1 0 1 0 0
12 Breno Tenet * 0 0 1 0 1 0 0
13 Stan DeMey 1 0 0 1 0 0 0
14 Brodie Kuhn 0 0 3 0 1 0 0
15 John MacDonald 0 0 0 0 0 1 0
16 Graham Cope 0 0 1 1 0 0 0
19 Haroon Elgabalawy 1 0 1 1 1 0 0
20 Grady Cullen 0 0 2 0 1 0 0
21 Jarrett Kimbrough 0 0 0 0 1 1 0
22 Gen Fujita 1 1 3 0 0 0 0
23 Ryan Welsch 1 0 0 1 0 0 0
24 Eamon Hennessey 1 0 0 0 0 0 0
TM Team 0 0 0 0 0 0 0
Totals 17 9 14 8 8 4 0
# GOALIES GA Qtrs SV SH
1A Garrett Henderson 1 1.0 0 1
1B Bowen Lasher (W, 0-0) 1 1.0 1 2
1C Idris Elgabalawy 2 1.0 3 5
1D Kai Fujita 1 1.0 0 1
Totals 5 4.0 4 9
SHOTS 1 2 3 4 TOTAL
LA Valley 0 0 0 0 0
Golden West 0 0 0 0 0
SAVES 1 2 3 4 TOTAL
LA Valley 0 0 0 0 13
Golden West 0 0 0 0 4
EXCLUSION SUMMARY
-- 1st --
Golden West 07:25 Itamar Kolodny Ejection
LA Valley 04:41 Niki Matheisen Penalty
Golden West 02:24 Andrew Higginson Penalty
Golden West 01:00 Gen Fujita Ejection
LA Valley 00:50 Niki Matheisen Ejection
-- 2nd --
Golden West 06:30 Reilly Pfeiffer Ejection
LA Valley 00:33 Carlos Tadeo Ejection
-- 3rd --
Golden West 05:46 Brodie Kuhn Ejection
Golden West 01:47 Graham Cope Ejection
-- 4th --
Golden West 06:00 Brodie Kuhn Ejection
LA Valley 03:48 Santiago Bernal Ejection
Golden West 00:42 Gen Fujita Ejection
OTHER INFORMATION
Game Length: 1:00
Attendance: 100
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