You can edit almost every page by Creating an account. Otherwise, see the FAQ.

Grand Canyon Rivalry

From EverybodyWiki Bios & Wiki

Grand Canyon Rivalry
First meetingSeptember 11, 1982
Northern Arizona 36, Southern Utah 15
Latest meetingOctober 16, 2021
Northern Arizona 59, Southern Utah 35
Next meetingSeptember 9, 2028
TrophyGrand Canyon Trophy
Statistics
Meetings total26
All-time seriesNorthern Arizona leads, 16–10
Largest victoryNorthern Arizona 53, Southern Utah 3 (1983 and 1993)
Longest win streakNorthern Arizona, 5 (2001–2010)
Current win streakNorthern Arizona, 3 (2021–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": "36.43"} },
   {"name":"imgLon", "init": {"expr": "-112.36"} },
   {"name":"imgZoom", "init": {"expr": "6"} },
   {"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": 36.43, 
    "lon": -112.36, 
    "img": "wikirawupload:https://upload.wikimedia.org/wikipedia/commons/thumb/1/10/Mapscaleline.svg/120px-Mapscaleline.svg.png", 
    "width": 50, 
    "height": 8, 
    "offsetX": 110.5, 
    "offsetY": 115, 
    "textAlign": "right", 
    "textDx": 22, 
    "textDy": -2, 
    "textColor": "grey", 
    "textFont": "Tahoma", 
    "textFontSize": 9, 
    "text":  "150km" }

, { "lat": 0, "lon": 0, "img": "wikirawupload:https://upload.wikimedia.org/wikipedia/commons/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": 37.675, "lon": -113.072, "img": "wikirawupload:https://upload.wikimedia.org/wikipedia/commons/thumb/0/0c/Red_pog.svg/10px-Red_pog.svg.png", "height": 10, "width": 10, "text": "Southern Utah", "textAlign": "center", "textBaseline": "bottom", "textDx": 0, "textDy": -7, "textFontSize": 12, "textColor": "#000000"


} , { "lat": 35.188, "lon": -111.653, "img": "wikirawupload:https://upload.wikimedia.org/wikipedia/commons/thumb/d/d7/Blue_pog.svg/10px-Blue_pog.svg.png", "height": 10, "width": 10, "text": "Northern Arizona", "textAlign": "center", "textBaseline": "top", "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+'&style=osm'" }
       ]
     },
     "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 Northern Arizona and Southern Utah

The Grand Canyon Rivalry[1][2] (also known as the Grand Canyon Trophy Game[3]) is an American college football rivalry between the Northern Arizona Lumberjacks and the Southern Utah Thunderbirds. The Grand Canyon Trophy is presented to the winner of the game. The Lumberjacks are the current holder of the trophy.

Series history[edit]

Between 1982 and 2011, Northern Arizona and Southern Utah played fifteen times as non-conference opponents. Since 1970, Northern Arizona has been a member of the Big Sky Conference, playing at a Division I level. Southern Utah's division and conference affiliation fluctuated during this time. However, in 2011, the Big Sky conference expanded to 13 football-playing members, and Southern Utah University was extended an all-sports invitation. Since then, the Lumberjacks and Thunderbirds have competed every year. In 2012, the Grand Canyon Trophy was introduced as a traveling trophy that would go to the winner.[4] The trophy was first won by Southern Utah by a score of 35–29.[5] In 2022, Southern Utah left the Big Sky Conference for the Western Athletic Conference. The two schools have scheduled a 12-game home and home series for the 2028 through 2039 seasons.[6]

Game results[edit]

Northern Arizona victoriesSouthern Utah victories
No.DateLocationWinnerScore
1 September 11, 1982 Flagstaff, AZ Northern Arizona 36–15
2 September 10, 1983 Flagstaff, AZ Northern Arizona 53–3
3 August 30, 1986 Flagstaff, AZ Southern Utah 27–17
4 September 3, 1988 Flagstaff, AZ Northern Arizona 55–13
5 September 5, 1992 Flagstaff, AZ Southern Utah 20–17
6 September 4, 1993 Cedar City, UT Northern Arizona 53–3
7 September 10, 1994 Flagstaff, AZ Northern Arizona 59–21
8 September 14, 1996 Flagstaff, AZ #16 Northern Arizona 43–13
9 November 18, 2000 Flagstaff, AZ Southern Utah 27–23
10 September 22, 2001 Cedar City, UT #25 Northern Arizona 41–12
11 September 17, 2005 Flagstaff, AZ Northern Arizona 27–7
12 September 20, 2008 Cedar City, UT Northern Arizona 19–14
13 September 19, 2009 Flagstaff, AZ Northern Arizona 42–39
14 October 2, 2010 Cedar City, UT Northern Arizona 26–23
No.DateLocationWinnerScore
15 November 19, 2011 Flagstaff, AZ Southern Utah 27–24
16 November 10, 2012 Flagstaff, AZ Southern Utah 35–29 3OT
17 November 23, 2013 Cedar City, UT #10 Northern Arizona 20–10
18 November 22, 2014 Flagstaff, AZ Southern Utah 22–14
19 November 21, 2015 Cedar City, UT #20 Southern Utah 49–41
20 November 19, 2016 Flagstaff, AZ Southern Utah 48–21
21 November 18, 2017 Cedar City, UT #14 Southern Utah 48–20
22 September 22, 2018 Flagstaff, AZ Northern Arizona 31–23
23 November 16, 2019 Cedar City, UT Southern Utah 31–30
24 February 27, 2021 Flagstaff, AZ Northern Arizona 34–33
25 April 10, 2021 Cedar City, UT Northern Arizona 28–20
26 October 16, 2021 Flagstaff, AZ Northern Arizona 59–35
Series: Northern Arizona leads 16–10

See also[edit]

References[edit]

  1. "SUU football: Much at stake in this year's Grand Canyon Rivalry". The Spectrum. Retrieved October 22, 2016.
  2. "SUU football: Demario Warren faces former teammate in Grand Canyon Rivalry". North Shore Now. Retrieved October 22, 2016.
  3. "Portland State Sails Past Southern Utah Late; Other Big Sky Football Recaps". Big Sky Conference. Retrieved November 15, 2015.
  4. "Northern Arizona and Southern Utah to Play for HintonBurdick Grand Canyon Trophy". Northern Arizona University Athletics. Archived from the original on September 7, 2015. Retrieved September 18, 2015. Unknown parameter |url-status= ignored (help)
  5. "SUU Looks to Repeat in HintonBurdick Grand Canyon Trophy Game". Southern Utah University Athletics. 21 November 2013. Retrieved September 18, 2015.
  6. Kelley, Kevin (June 29, 2021). "NAU, Southern Utah schedule 12-game football series for 2028 to 2039". Retrieved 2 February 2022.

Template:United Athletic Conference football rivalry navbox


This article "Grand Canyon Rivalry" is from Wikipedia. The list of its authors can be seen in its historical and/or the page Edithistory:Grand Canyon Rivalry. Articles copied from Draft Namespace on Wikipedia could be seen on the Draft Namespace of Wikipedia and not main one.