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

River City Rivalry

From EverybodyWiki Bios & Wiki

River City Rivalry
First meetingOctober 15, 1921
Pittsburgh, 21–14
Latest meetingSeptember 9, 2023
Cincinnati, 27–21
Next meetingSeptember 7, 2024
TrophyPaddlewheel Trophy
Statistics
Meetings total13
All-time seriesPittsburgh leads, 8–5[1]
Largest victoryPittsburgh, 38–0 (1922)
Longest win streakPittsburgh, 7 (1921–2007)
Current win streakCincinnati, 3 (2011–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": "39.75"} },
   {"name":"imgLon", "init": {"expr": "-82.3"} },
   {"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": 39.75, 
    "lon": -82.3, 
    "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": 39.1329, "lon": -84.5150, "img": "wikirawupload:https://upload.wikimedia.org/wikipedia/commons/thumb/0/0c/Red_pog.svg/10px-Red_pog.svg.png", "height": 10, "width": 10, "text": "Cincinnati", "textAlign": "left", "textBaseline": "middle", "textDx": 7, "textDy": 1, "textFontSize": 12, "textColor": "#000000"


} , { "lat": 40.446739, "lon": -80.015837, "img": "wikirawupload:https://upload.wikimedia.org/wikipedia/commons/thumb/d/d7/Blue_pog.svg/10px-Blue_pog.svg.png", "height": 10, "width": 10, "text": "Pittsburgh", "textAlign": "right", "textBaseline": "middle", "textDx": -7, "textDy": 1, "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 Cincinnati and Pittsburgh

The River City Rivalry is the name given to the Cincinnati–Pittsburgh football rivalry.[2][3] It was an annual game played between former Big East rivals University of Pittsburgh and University of Cincinnati. The rivalry itself was relatively brief, played annually from 2005, during which season the rivalry trophy was introduced. Before the rivalry was titled, the two teams played each other in 1921, 1922, 1979, and 1981. The rivalry went on hiatus, like many others throughout the country, in the aftermath of the 2010–14 NCAA conference realignment, which left the programs in separate leagues. However, the two teams are scheduled to meet in a home-and-home series for the 2023 and 2024 seasons.[4][5] It will be Cincinnati's debut season in the Big 12[6] resulting in a defacto ACC/Big 12 showdown.

Paddlewheel Trophy[edit]

The Paddlewheel Trophy is the rivalry trophy that was created in 2005 when the Bearcats joined the Big East Conference to which the Pittsburgh Panthers already belonged. Prior to 2005, the teams had met previously on only four prior occasions, most recently in 1981. However, the teams decided to create a trophy that would help their new conference rivalry grow and reflect the sports rivalry that already existed between the cities' professional football and baseball teams. The trophy is designed and named in honor the historic link between the cities from the days in the 19th and early-20th centuries when Paddle wheel-powered boats traveled between the two cities along the Ohio River. The trophy stands 46 inches (120 cm) tall and weighs 95 pounds (43 kg). Mounted on the base is an authentic brass, engine-room telegraph that is a working model that was set for use on a ship in Seattle, Washington. The face of the trophy's telegraph was redesigned with logos from both teams on either side that can light up. The lever can be pulled to the side of the school who has won which also causes the ringing of bells. The front includes a steel plate featuring a carved outline of Allegheny, Monongahela Rivers and Ohio River as it runs from Pittsburgh to Cincinnati. The 22 by 8.5 inches (56 by 22 cm) base is made out of Ipê wood. The trophy was designed by the architectural firm of Robert Busch and Karl Wallick, the steel plate was manufactured by Vulkane of Cincinnati, and the remaining trophy was manufactured by Trophy Awards Manufacturing. Over 175 man-hours of design and labor went into its construction.[7]

History[edit]

Cincinnati and Pittsburgh have been historic rivals in many facets, first as economic centers along the Ohio River as mass migration in the United States headed westward. Within the sports world, the Cincinnati Reds and Pittsburgh Pirates have maintained a heated rivalry at times, frequently facing off in the MLB playoffs during the 1970s. In the NFL, the Cincinnati Bengals and Pittsburgh Steelers have been division rivals and have had a fiery rivalry since their first game.

When Cincinnati joined the Big East in 2005 the theoretical rivalry with Pittsburgh was pounced upon. Assisted in this was the comparative talent between the two programs during this time, which came to a peak in what was essentially the Big East Championship Game when the teams met in 2009.

Notable games[edit]

October 20, 2007: The No. 23 Bearcats entered the matchup at 6–1 fresh off a tough loss to Louisville. The Panthers' run game was tenacious with two players rushing for over 100 yards and Cincinnati QB Ben Mauk's 3 turnovers in the 4th quarter leading to a second straight loss and drop out of the rankings for the Bearcats.[8]

December 5, 2009: The 2009 matchup between Cincinnati and Pittsburgh was described by one national columnist as the most "fascinating game I've ever seen."[9] The game functioned as a Big East championship game, with Cincinnati entering first in the conference, and Pittsburgh at second. Additionally, the Bearcats entered the game undefeated and trying to earn a spot in the BCS National Championship Game, while the 9–2 Panthers were trying to secure their first BCS bowl since the 2004 season. The Panthers had an early 31–10 lead, however, the ensuing kickoff was returned for a touchdown by Mardy Gilyard to make it a 31–17 game at halftime. Cincinnati completed the comeback, tying the game at 38 late in the 4th quarter. Pittsburgh running back Dion Lewis scored a touchdown with 1:36 left in the game, but a mishandled snap by Andrew Janocko prevented the Panthers from converting the extra point. The Bearcats then drove down the field and scored on a 29-yard touchdown pass from Tony Pike to Armon Binns with 33 seconds left. Bearcats kicker Jake Rodgers converted the extra point attempt, and Cincinnati held on to win 45–44. Following the game, Cincinnati rose to a #3 ranking in the final BCS standing while Pitt dropped to #17. The game has been described as "one of the most crushing losses in the history of Pitt football."[10]

Game results[edit]

Cincinnati victoriesPittsburgh victories
No.DateLocationWinning teamLosing team
1 October 15, 1921 Pittsburgh, PA Pittsburgh 21 Cincinnati 14
2 September 30, 1922 Cincinnati, OH Pittsburgh 38 Cincinnati 0
3 October 13, 1979 Pittsburgh, PA Pittsburgh 35 Cincinnati 0
4 September 19, 1981 Pittsburgh, PA #7 Pittsburgh 38 Cincinnati 7
5 October 8, 2005 Pittsburgh, PA Pittsburgh 38 Cincinnati 20
6 September 8, 2006 Cincinnati, OH Pittsburgh 33 Cincinnati 15
7 October 20, 2007 Pittsburgh, PA Pittsburgh 24 #23 Cincinnati 17
8 November 22, 2008 Cincinnati, OH #19 Cincinnati 28 #20 Pittsburgh 21
9 December 5, 2009 Pittsburgh, PA #5 Cincinnati 45 #15 Pittsburgh 44
10 December 4, 2010 Cincinnati, OH Pittsburgh 28 Cincinnati 10
11 November 5, 2011 Pittsburgh, PA #24 Cincinnati 26 Pittsburgh 23
12 September 6, 2012 Cincinnati, OH Cincinnati 34 Pittsburgh 10
13 September 9, 2023 Pittsburgh, PA Cincinnati 27 Pittsburgh 21
Series: Pittsburgh leads 8–5[1]

Source:[11]

See also[edit]

References[edit]

  1. 1.0 1.1 "Winsipedia - Cincinnati Bearcats vs. Pittsburgh Panthers football series history". Winsipedia.
  2. Keeley, Sean (November 4, 2011). "Cincinnati Vs. Pitt 2011: River City Rivalry Series History". SB Nation. Archived from the original on September 22, 2018. Retrieved September 10, 2018. Unknown parameter |url-status= ignored (help)
  3. "Pitt and Cincinnati Battle For "River City" Bragging Rights". University of Pittsburgh Athletics. October 3, 2005. Retrieved September 10, 2018.
  4. The PSN Staff (June 18, 2015). "Pitt schedules home and home with Cincinnati; other notes". Pittsburgh Sporting News.
  5. Wilmer, Brian (June 17, 2015). "Pitt, Cincy schedule 2023, 2024 football series". FBSchedules. Retrieved September 22, 2018.
  6. "Report: Big 12 expansion planning to begin for 2023-24 academic year". On3. 2022-04-27. Retrieved 2022-05-27.
  7. Berk, Dave (October 6, 2005). "River City Trophy Breakdown". BearcatInsider.com. Archived from the original on May 17, 2009. Retrieved July 8, 2009. Unknown parameter |url-status= ignored (help)
  8. "McCoy rushes for 137 yards as Pitt tops Cincinnati". CBSSports.com. December 5, 2009. Retrieved Oct 20, 2007.
  9. Doyel, Gregg (December 5, 2009). "Cincy exits on high, Pitt crushed after fascinating game". CBSSports.com. Retrieved December 7, 2009.
  10. Starkey, Joe (December 6, 2009). "Pitt's toughest loss in decades". Pittsburgh Tribune-Review. Archived from the original on December 9, 2009. Retrieved December 8, 2009. Unknown parameter |url-status= ignored (help)
  11. "Winsipedia - Pittsburgh Panthers vs. Cincinnati Bearcats football series history". Winsipedia. Retrieved September 22, 2018.


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