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: 

Merced at West Valley
@ West Valley College
11/6/2021 at 3:00 PM

Merced
6
West Valley
24
SCORING 1 2 3 4 FINAL
Merced (14-12, 4-2) 0 3 0 3 6
West Valley (14-3, 6-0) 8 7 7 2 24
SCORING SUMMARY
-- 1st -- Merced West Valley
West Valley 07:14 Lucas Romanguera (Nikola Nikolic ) 0 1
West Valley 05:29 Bendeguz Aubeli (Nikola Nikolic ) 0 2
West Valley 05:02 Lucas Romanguera (Ran Souva ) 0 3
West Valley 04:31 Bendeguz Aubeli (unassisted) 0 4
West Valley 04:00 Caven Brown (Nikola Nikolic ) 0 5
West Valley 01:53 Togan Ozbek (Mario Almarza ) 0 6
West Valley 00:27 Caven Brown (unassisted) 0 7
West Valley 00:09 Togan Ozbek (Mario Almarza ) 0 8
-- 2nd -- Merced West Valley
West Valley 06:57 Nikola Nikolic (Jake Mendez ) 0 9
West Valley 06:17 Nikola Nikolic (Ran Souva ) 0 10
West Valley 05:40 Lucas Romanguera (Nikola Nikolic ) 0 11
West Valley 05:09 Gojko Kapovic (Ran Souva ) 0 12
Merced 04:56 Dominic Guerra (unassisted) 1 12
Merced 02:26 Jack Bustabade (Daniel Martin ) 2 12
West Valley 01:58 UP - Hamish Bonnar (Gojko Kapovic ) 2 13
West Valley 01:29 Caven Brown (Gojko Kapovic ) 2 14
Merced 00:59 UP - Zachary Guzman (Jack Bustabade ) 3 14
West Valley 00:44 Togan Ozbek (unassisted) 3 15
-- 3rd -- Merced West Valley
West Valley 06:18 Nikola Nikolic (Jake Mendez ) 3 16
West Valley 05:35 UP - Gabriel Vado (Ran Souva ) 3 17
West Valley 04:53 Gabriel Vado (Mario Almarza ) 3 18
West Valley 04:17 Bendeguz Aubeli (Togan Ozbek ) 3 19
West Valley 02:07 Mario Almarza (unassisted) 3 20
West Valley 01:18 Gojko Kapovic (unassisted) 3 21
West Valley 00:29 Mario Almarza (unassisted) 3 22
-- 4th -- Merced West Valley
Merced 04:23 UP - Jamian Villarreal (Jack Bustabade ) 4 22
West Valley 04:01 Alexander Swenson (unassisted) 4 23
Merced 03:34 UP - Will Magdic (Jack Bustabade ) 5 23
Merced 02:13 UP - Will Magdic (Jack Bustabade ) 6 23
West Valley 01:39 Gojko Kapovic (unassisted) 6 24

Merced

# PLAYER POS G A SH STL TO ED BLK
1 Zachary Murphy 0 0 0 1 0 0 0
1A Austin Escobar * 0 0 0 0 0 0 0
1B Ethan Kollman 0 0 0 0 0 0 0
2 Kaileb Michael * 0 0 0 0 0 0 0
3 Caleb Borba 0 0 0 1 0 0 2
4 Jack Bustabade * 1 4 3 1 0 0 0
5 Daniel Martin * 0 1 5 1 0 5 0
6 Zachary Guzman * 1 0 2 0 1 0 0
7 Will Magdic 2 0 4 0 0 1 0
8 Ambrose Soto 0 0 0 0 0 1 0
9 Dominic Guerra * 1 0 3 0 1 0 0
11 Luke Zegarelli * 0 0 3 0 2 0 0
12 Jacob Ingram 0 0 1 0 1 0 0
14 Matteo Pascolati 0 0 0 0 0 0 0
18 Jamian Villarreal 1 0 1 0 0 1 0
19 Barry Medeiros 0 0 0 0 1 1 0
TM Team 0 0 0 0 0 0 0
Totals 6 5 22 4 6 9 2
# GOALIES GA Qtrs SV SH
1 Zachary Murphy 2 1.0 5 7
1A Austin Escobar (L, 0-0) 15 2.0 4 19
1B Ethan Kollman 7 1.0 4 11
Totals 24 4.0 13 37

West Valley

# PLAYER POS G A SH STL TO ED BLK
1 Kai Seed * 0 0 0 0 0 0 0
1A Nathaniel Cazares 0 0 0 0 0 0 0
2 Nikola Nikolic * 3 4 7 1 3 0 0
3 Caven Brown 3 0 3 0 0 0 1
4 Carlos Zayola * 0 0 1 1 0 1 1
5 Jake Mendez 0 2 3 1 0 0 0
6 Bendeguz Aubeli * 3 0 3 1 0 0 0
7 Lucas Romanguera * 3 0 3 1 0 0 0
8 Gabriel Vado 2 0 2 1 0 0 0
9 Ran Souva * 0 4 1 3 0 1 0
10 Jordan Will 0 0 1 0 0 0 0
12 Gojko Kapovic * 3 2 3 3 0 0 2
13 Jacob Muncy 0 0 2 0 0 1 0
15 Mario Almarza 2 3 5 0 0 0 0
16 Zachary Kassak 0 0 2 0 0 0 0
17 Togan Ozbek 3 1 3 2 2 1 0
23 Hamish Bonnar 1 0 2 1 0 1 0
24 Alexander Swenson 1 0 1 0 2 0 1
TM Team 0 0 0 0 0 0 0
Totals 24 16 42 15 7 5 5
# GOALIES GA Qtrs SV SH
1 Kai Seed (W, 12-3) 3 2.0 4 7
1A Nathaniel Cazares 0 1.0 5 5
Totals 6 4.0 12 18
SHOTS 1 2 3 4 TOTAL
Merced 0 0 0 0 0
West Valley 10 9 10 9 38
SAVES 1 2 3 4 TOTAL
Merced 0 0 0 0 13
West Valley 3 1 5 3 12
EXCLUSION SUMMARY
-- 1st --
West Valley 02:36 Mario Almarza Ejection
-- 2nd --
West Valley 04:56 Nikola Nikolic Penalty
Merced 04:33 Kaileb Michael Ejection
West Valley 03:08 Lucas Romanguera Ejection
Merced 02:14 Luke Zegarelli Ejection
West Valley 01:16 Mario Almarza Ejection
-- 3rd --
Merced 06:18 Matteo Pascolati Ejection
Merced 05:47 Jack Bustabade Ejection
West Valley 03:52 Hamish Bonnar Ejection
Merced 03:34 Ambrose Soto Ejection
West Valley 01:49 Lucas Romanguera Ejection
West Valley 01:05 Caven Brown Ejection
-- 4th --
West Valley 04:58 Bendeguz Aubeli Ejection
West Valley 04:35 Jacob Muncy Ejection
West Valley 03:42 Nikola Nikolic Ejection
West Valley 02:29 Bendeguz Aubeli Ejection
Merced 00:41 Jack Bustabade Ejection
West Valley 00:13 Zachary Kassak Ejection
West Valley 00:01 Alexander Swenson 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
  • VOZZI VOZZI
PrestoSports