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: 

Diablo Valley at West Valley
@ West Valley College
10/2/2021 at 6:00 PM

Diablo Valley
10
West Valley
20
SCORING 1 2 3 4 FINAL
Diablo Valley (,) 4 1 2 3 10
West Valley (9-0) 4 5 6 5 20
SCORING SUMMARY
-- 1st -- Diablo Valley West Valley
West Valley 07:00 Carlos Zayola (Lucas Romanguera ) 0 1
West Valley 05:10 Carlos Zayola (Gojko Kapovic ) 0 2
West Valley 04:34 Carlos Zayola (unassisted) 0 3
West Valley 01:03 Togan Ozbek (unassisted) 0 4
Diablo Valley 00:00 Ryan Henderson (Nathan Lyckfors ) 1 4
Diablo Valley 00:00 Ryan Henderson (Ethan Salweno ) 2 4
Diablo Valley 00:00 Nathan Lyckfors (Nathan Ironside ) 3 4
Diablo Valley 00:00 Ethan Salweno (Nathan Ironside ) 4 4
-- 2nd -- Diablo Valley West Valley
West Valley 07:03 Ran Souva (Lucas Romanguera ) 4 5
West Valley 04:02 UP - Gojko Kapovic (unassisted) 4 6
West Valley 03:37 Gojko Kapovic (unassisted) 4 7
West Valley 02:28 Mario Almarza (unassisted) 4 8
West Valley 00:31 Gojko Kapovic (unassisted) 4 9
Diablo Valley 00:00 Spencer Lowell (Nathan Ironside ) 5 9
-- 3rd -- Diablo Valley West Valley
West Valley 05:01 Caven Brown (Gabriel Vado ) 5 10
West Valley 04:38 Gojko Kapovic (Ran Souva ) 5 11
West Valley 03:18 Bendeguz Aubeli (unassisted) 5 12
West Valley 03:02 Mario Almarza (Gojko Kapovic ) 5 13
West Valley 02:20 Hamish Bonnar (Mario Almarza ) 5 14
West Valley 02:01 Ante Buzov (unassisted) 5 15
Diablo Valley 00:00 Ethan Braga (Nathan Ironside ) 6 15
Diablo Valley 00:00 Nathan Ironside (Donovan Chan ) 7 15
-- 4th -- Diablo Valley West Valley
West Valley 06:22 Ran Souva (unassisted) 7 16
West Valley 05:23 Gojko Kapovic (unassisted) 7 17
West Valley 04:12 UP - Ante Buzov (Lucas Romanguera ) 7 18
West Valley 03:13 Ante Buzov (unassisted) 7 19
West Valley 01:08 Gojko Kapovic (Mario Almarza ) 7 20
Diablo Valley 00:00 Donovan Chan (Luca Caniglia ) 8 20
Diablo Valley 00:00 Donovan Chan (Luca Caniglia ) 9 20
Diablo Valley 00:00 Donovan Chan (Luca Caniglia ) 10 20

Diablo Valley

# PLAYER POS G A SH STL TO ED BLK
TM Team 0 0 12 5 0 0 0
Totals 10 10 12 5 0 0 0
# GOALIES GA Qtrs SV SH

West Valley

# PLAYER POS G A SH STL TO ED BLK
1 Kai Seed * 0 0 0 0 0 0 0
3 Caven Brown 1 0 2 1 0 0 0
4 Carlos Zayola * 3 0 5 2 3 4 0
5 Jake Mendez 0 0 0 0 0 0 0
6 Bendeguz Aubeli * 1 0 2 0 0 1 0
7 Lucas Romanguera * 0 3 3 0 0 0 1
8 Gabriel Vado 0 1 1 0 0 0 0
9 Ran Souva * 2 1 5 0 1 0 0
12 Gojko Kapovic * 6 2 7 5 0 0 0
14 Ante Buzov * 3 0 5 0 4 3 0
15 Mario Almarza 2 2 3 1 2 1 0
17 Togan Ozbek 1 0 1 3 2 1 0
23 Hamish Bonnar 1 0 2 0 0 0 0
TM Team 0 0 0 0 0 0 0
Totals 20 9 37 12 12 10 1
# GOALIES GA Qtrs SV SH
1 Kai Seed (W, 7-0) 10 4.0 12 22
SHOTS 1 2 3 4 TOTAL
Diablo Valley 0 0 0 0 0
West Valley 11 7 11 7 36
SAVES 1 2 3 4 TOTAL
Diablo Valley 0 0 0 0 11
West Valley 3 2 2 4 12
EXCLUSION SUMMARY
-- 1st --
West Valley 06:51 Gojko Kapovic Ejection
West Valley 05:50 Ante Buzov Ejection
West Valley 03:58 Bendeguz Aubeli Ejection
West Valley 03:42 Gojko Kapovic Ejection
West Valley 00:17 Togan Ozbek Ejection
-- 2nd --
West Valley 04:23 Hamish Bonnar Penalty
West Valley 02:19 Togan Ozbek Ejection
-- 3rd --
West Valley 06:42 Carlos Zayola Ejection
West Valley 04:30 Caven Brown Ejection
-- 4th --
West Valley 07:23 Togan Ozbek Ejection
West Valley 05:52 Ran Souva Ejection
OTHER INFORMATION
Game Length: 1:00
Attendance: 0
Officials and game personnel: Matt Folsom
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
PrestoSports