Ninth Island Showdown
| Sport | Football |
|---|---|
| First meeting | October 25th, 1969 Hawaii, 57-19 |
| Latest meeting | November 19, 2022 Hawaii, 31-25 |
| Next meeting | September 30, 2023 |
| Trophy | The Golden Pineapple[1] |
| Statistics | |
| Meetings total | 32 |
| All-time series | Hawaii leads, 19-13 |
| Largest victory | Hawaii, 57-19 (1969) |
| Longest win streak | Hawaii, 7 (1980-1996) |
| Current win streak | Hawaii, 1 (2022–present) |
| <graph>
{ // // ATTENTION: This code is maintained at https://www.mediawiki.org/wiki/Template:Graph:Street_map_with_marks // Please do not modify it anywhere else, as it may get copied and override your changes. // Suggestions can be made at https://www.mediawiki.org/wiki/Template_talk:Graph:Street_map_with_marks // // Template translation is in https://commons.wikimedia.org/wiki/Data:Original/Template:Graphs.tab // "version": 2, "width":295, "height": 250, "padding": 0, "signals":[ // These signals allow us to quickly move the map within the image, e.g. to leave space for the legend {"name":"legendWidth", "init": {"expr": "0"} }, {"name":"legendHeight", "init": {"expr": "height"} },
{"name":"imgWidth", "init": {"expr": "width-legendWidth"} },
{"name":"imgHeight", "init": {"expr": "height"} },
{"name":"imgXC", "init": {"expr": "imgWidth/2"} },
{"name":"imgYC", "init": {"expr": "imgHeight/2"} },
{"name":"imgTileSize", "init": {"expr": "256"} },
{"name":"imgLat", "init": {"expr": "27.771642"} },
{"name":"imgLon", "init": {"expr": "-130.457256"} },
{"name":"imgZoom", "init": {"expr": "2"} },
{"name":"picWidth", "init": {"expr": "180"} },
{"name":"picHeight", "init": {"expr": "picWidth/2"} },
{"name":"picXC", "init": {"expr": "imgWidth-(picWidth/2)"} },
{"name":"picYC", "init": {"expr": "imgHeight-(picHeight/2)"} },
{"name":"showMiniMap", "init": {"expr": "0"} }
],
"data": [
{
"name": "data",
// Otherwise use the first unnamed argument for source values "values": [ { "lat": 27.771642,
"lon": -130.457256,
"img": "wikirawupload:",
"width": 50,
"height": 8,
"offsetX": 110.5,
"offsetY": 115,
"textAlign": "right",
"textDx": 22,
"textDy": -2,
"textColor": "grey",
"textFont": "Tahoma",
"textFontSize": 9,
"text": "3000km" }
, { "lat": 0, "lon": 0, "img": "wikirawupload:https://en.everybodywiki.com/images/thumb/0/0c/Red_pog.svg/10px-Red_pog.svg.png", "height": 10, "width": 10, "text": "", "textAlign": "right", "textBaseline": "middle", "textDx": -7, "textDy": 1, "textFontSize": 12, "textColor": "#AA1205"
} , { "lat": 21.299753, "lon": -157.814823, "img": "wikirawupload:https://en.everybodywiki.com/images/thumb/a/ab/Green_pog.svg/10px-Green_pog.svg.png", "height": 10, "width": 10, "text": "Hawaii", "textAlign": "center", "textBaseline": "top", "textDx": 0, "textDy": 7, "textFontSize": 12, "textColor": "#000000"
} , { "lat": 36.10779, "lon": -115.14376, "img": "wikirawupload:https://en.everybodywiki.com/images/thumb/0/0c/Red_pog.svg/10px-Red_pog.svg.png", "height": 10, "width": 10, "text": "UNLV", "textAlign": "center", "textBaseline": "bottom", "textDx": 0, "textDy": -7, "textFontSize": 12, "textColor": "#000000"
}
],
"transform": [
{
"type": "geo",
"projection": "mercator",
"scale": {"expr": "imgTileSize/PI/2*pow(2,imgZoom)"},
"translate": [{"expr": "imgXC"}, {"expr": "imgYC"}],
"center": [{"expr": "imgLon"}, {"expr": "imgLat"}],
"lon": "lon", "lat": "lat"
},
{ "type": "formula", "field":"layout_x", "expr": "datum.layout_x + (datum.offsetX || 0)" },
{ "type": "formula", "field":"layout_y", "expr": "datum.layout_y + (datum.offsetY || 0)" },
{ "type": "formula", "field":"color", "expr": "datum.color || '#c33'" },
{ "type": "formula", "field":"textColor", "expr": "datum.textColor || datum.color" },
{ "type": "formula", "field":"strokeColor", "expr": "datum.strokeColor || '#ffe7e6'" }
]
},
{
// Hack: single value data source for drawing/hiding images and other non-series elements
"name": "dummyData",
"values": [{}]
}
],
// Legend only works if showLegend and colorScaleField are set "marks": [
{
"type": "image",
"from": {
"data": "dummyData",
"transform": [
{ "type": "formula", "field":"url", "expr": "'mapsnapshot:///?width='+imgWidth+'&height='+imgHeight+'&zoom='+imgZoom+'&lat='+imgLat+'&lon='+imgLon" }
]
},
"properties": {
"enter": {
"url": {"field": "url"},
"xc": {"signal": "imgXC"}, "yc": {"signal": "imgYC"},
"width": {"signal": "imgWidth"}, "height": {"signal": "imgHeight"}
}
}
},
{
// Places an image of a given name and size at the [lan,lon] location
"type": "image",
"from": {
"data": "data",
"transform": [
{ "type": "filter", "test": "datum.img" },
{ "type": "formula", "field":"iconWidth", "expr": "datum.width || 0" },
{ "type": "formula", "field":"iconHeight", "expr": "datum.height || 0" },
{ "type": "formula", "field":"img",
"expr": "if(!test(/^[a-z]+:\\/\\//, datum.img), 'wikifile:///'+datum.img, datum.img)" },
// Ensure that either width or height parameter is passed to wikifile:// request
{ "type": "formula", "field":"img",
"expr": "if((datum.iconWidth || datum.iconHeight) && !test(/[?&](width|height)=\\d/, datum.img),if(datum.iconWidth,datum.img+'?width='+datum.iconWidth,datum.img+'?height='+datum.iconHeight), datum.img)" }
]},
"properties": {
"enter": {
"url": {"field": "img"},
"xc": {"field": "layout_x"}, "yc": {"field": "layout_y"},
"width": {"field": "iconWidth"}, "height": {"field": "iconHeight"}
}
}
},
{
// Draw marks of a given color, shape, and size at the [lan,lon] location
"type": "symbol",
"from": {
"data": "data",
"transform": [{ "type": "filter", "test": "!datum.img" }]
},
"properties": {
"enter": {
"x": {"field": "layout_x"},
"y": {"field": "layout_y"},
// If colorScaleField is set, use color scaling, otherwise use the preset color value
"fill": { "field": "color" },
"size": {"field": "size"},
"shape": {"field": "shape"},
"stroke": {"field": "strokeColor"}
}
}
},
{
// Draw text with the given color and size at the [lan,lon] location
// See https://github.com/vega/vega/wiki/Marks#text for all parameter description (prepend "text" and capitalize them)
"type": "text",
"from": {
"data": "data",
"transform": [
{ "type": "filter", "test": "datum.text" },
// Figure out if this is an LTR or RTL page. For LTR, show label to the right of the icon, left-aligned. For RTL, reverse.
{ "type": "formula", "field":"isLTR", "expr": "'' == '\\u200E'" },
// If these values are not defined ("undefined" is not allowed, so test for truthiness and not 0)
{ "type": "formula", "field":"textDx", "expr": "if(!datum.textDx && datum.textDx != 0, if(datum.isLTR,8,-8), datum.textDx)" },
{ "type": "formula", "field":"textAlign", "expr": "if(!datum.textAlign, if(datum.isLTR,'left','right'), datum.textAlign)" },
{ "type": "formula", "field":"textBaseline", "expr": "datum.textBaseline || 'middle'" }
]},
"properties": {
"enter": {
"text": {"field": "text"},
"x": {"field": "layout_x" },
"y": {"field": "layout_y"},
"dx": {"field": "textDx" },
"dy": {"field": "textDy"},
"fill": {"field": "textColor"},
"align": {"field": "textAlign"},
"baseline": {"field": "textBaseline"},
"radius": {"field": "textRadius"},
"theta": {"field": "textTheta"},
"angle": {"field": "textAngle"},
"font": {"field": "textFont"},
"fontSize": {"field": "textFontSize"},
"fontWeight": {"field": "textFontWeight"},
"fontStyle": {"field": "textFontStyle"}
}
}
},
{
// Draw a low-zoom locator map frame
"type": "rect",
"from": {
"data": "dummyData",
"transform": [
{ "type": "filter", "test": "showMiniMap" }
]
},
"properties": {
"enter": {
"xc": {"signal": "picXC"}, "yc": {"signal": "picYC"},
"width": {"signal": "picWidth", "offset":2}, "height": {"signal": "picHeight"},
"stroke": {"value":"#fff"},"strokeWidth": {"value":6}
}
}
},
{
// Draw a low-zoom locator map by using a premade world map image
"type": "image",
"from": {
"data": "dummyData",
"transform": [
{ "type": "filter", "test": "showMiniMap" },
{ "type": "formula", "field":"url", "expr": "1" }
]
},
"properties": {
"enter": {
"url": {"value": "wikirawupload:"},
"xc": {"signal": "picXC"}, "yc": {"signal": "picYC"},
"width": {"signal": "picWidth"}, "height": {"signal": "picHeight"}
}
}
},
{
// Draw a zoom-out mark at the [lan,lon] location
"type": "symbol",
"from": {
"data": "dummyData",
"transform": [
{ "type": "filter", "test": "showMiniMap" },
{ "type": "formula", "field":"lat", "expr": "imgLat" },
{ "type": "formula", "field":"lon", "expr": "imgLon" },
{
"type": "geo",
"projection": "equirectangular",
"scale": {"expr": "180/2/PI"},
"translate": [{"expr": "picXC"}, {"expr": "picYC"}],
"center": [{"expr": "0"}, {"expr": "0"}],
"lon": "lon", "lat": "lat"
}
]
},
"properties": {
"enter": {
"x": {"field": "layout_x"}, "y": {"field": "layout_y"},
"fill": {"value": "#c33"},
"stroke": {"value": "#ffe7e6"},
"size": {"value": 40}
}
}
}
]
} </graph> |
| Locations of Hawaii and UNLV |
The Hawaii-UNLV football rivalry, known as the Ninth Island Showdown or The Battle for the Golden Pineapple, is the annual football game between University of Hawaiʻi at Mānoa and University of Nevada, Las Vegas.[2][3][4] The rivalry gets its name from the fact Las Vegas, Nevada is sometimes referred to as the "ninth island" of Hawaii due to the influx of Hawaiian natives who travel or move to Las Vegas.[3][5][6] The two schools are members of the Mountain West Conference and have met 32 times with Hawaii leading the series 19-13.[7]
Game results
| Hawaii victories | UNLV victories |
| No. | Date | Location | Winner | Score | ||||
|---|---|---|---|---|---|---|---|---|
| 1 | October 25, 1969 | Honolulu, HI | Hawaii | 57–19 | ||||
| 2 | November 7, 1970 | Las Vegas, NV | Hawaii | 28–21 | ||||
| 3 | October 27, 1973 | Honolulu, HI | Hawaii | 31–29 | ||||
| 4 | October 26, 1974 | Las Vegas, NV | UNLV | 33–8 | ||||
| 5 | October 14, 1978 | Las Vegas, NV | UNLV | 30–20 | ||||
| 6 | September 29, 1979 | Honolulu, HI | UNLV | 48–31 | ||||
| 7 | November 15, 1980 | Las Vegas, NV | Hawaii | 24–19 | ||||
| 8 | October 31, 1981 | Honolulu, HI | Hawaii | 57–21 | ||||
| 9 | October 15, 1983 | Las Vegas, NV | Hawaii | 23–0 | ||||
| 10 | September 29, 1984 | Honolulu, HI | Hawaii | 16–12 | ||||
| 11 | October 24, 1992 | Honolulu, HI | Hawaii | 55–25 | ||||
| 12 | September 30, 1995 | Las Vegas, NV | Hawaii | 58–30 | ||||
| 13 | October 19, 1996 | Honolulu, HI | Hawaii | 38–28 | ||||
| 14 | September 20, 1997 | Las Vegas, NV | UNLV | 25–15 | ||||
| 15 | December 2, 2000 | Honolulu, HI | UNLV | 34–32 | ||||
| 16 | September 19, 2003 | Las Vegas, NV | UNLV | 33–22 | ||||
| 17 | September 16, 2006 | Honolulu, HI | Hawaii | 42–13 | ||||
| 18 | September 15, 2007 | Las Vegas, NV | Hawaii | 49–14 | ||||
| 19 | September 19, 2009 | Las Vegas, NV | UNLV | 34–33 | ||||
| 20 | December 4, 2010 | Honolulu, HI | Hawaii | 59–21 | ||||
| 21 | September 17, 2011 | Las Vegas, NV | UNLV | 40–20 | ||||
| 22 | November 24, 2012 | Honolulu, HI | Hawaii | 48–10 | ||||
| 23 | October 12, 2013 | Las Vegas, NV | UNLV | 39–37 | ||||
| 24 | November 22, 2014 | Honolulu, HI | Hawaii | 37–35 | ||||
| 25 | November 7, 2015 | Las Vegas, NV | UNLV | 41–21 | ||||
| 26 | October 15, 2016 | Honolulu, HI | UNLV | 41–38 | ||||
| 27 | November 4, 2017 | Las Vegas, NV | UNLV | 31–23 | ||||
| 28 | November 17, 2018 | Honolulu, HI | Hawaii | 35–28 | ||||
| 29 | November 16, 2019 | Las Vegas, NV | Hawaii | 21–7 | ||||
| 30 | December 12, 2020 | Honolulu, HI | Hawaii | 38–21 | ||||
| 31 | November 13, 2021 | Las Vegas, NV | UNLV | 27–13 | ||||
| 32 | November 19, 2022 | Honolulu, HI | Hawaii | 31–25 | ||||
| Series: Hawaii leads 19–13 | ||||||||
See also
References
- ↑ "UNLV and Hawaii's new golden pineapple trophy is BEAUTIFUL". 4 November 2017.
- ↑ Murray, Chris (2022-07-15). "What the Mountain West got right (and wrong) about its protected rivalries". Nevada Sports Net. Retrieved 2023-08-12.
- ↑ 3.0 3.1 "'Ninth Island Showdown' showcases Hawaii's unique love for Las Vegas". Yahoo News. 2019-11-17. Retrieved 2023-08-12.
- ↑ Moriarty, Morgan (2017-11-04). "UNLV and Hawaii's new golden pineapple trophy is BEAUTIFUL". SBNation.com. Retrieved 2023-08-11.
- ↑ "UNLV-Hawaii rivalry evolves due to Hawaiians' love for Las Vegas". Las Vegas Review-Journal. 2018-11-16. Retrieved 2023-08-12.
- ↑ Experience, Fremont Street (2021-09-10). "Why is Las Vegas Known as the Ninth Island? | Fremont Street". Fremont Street Experience. Retrieved 2023-08-12.
- ↑ "Winsipedia - UNLV Rebels vs. Hawaii Warriors football series history". Winsipedia. Retrieved 2023-08-11.
This article "Ninth Island Showdown" is from Wikipedia. The list of its authors can be seen in its historical and/or the page Edithistory:Ninth Island Showdown. Articles copied from Draft Namespace on Wikipedia could be seen on the Draft Namespace of Wikipedia and not main one.
