Drake–Iowa State rivalry
Script error: No such module "Draft topics".
Script error: No such module "AfC topic".
Sport | Football, basketball, baseball, cross country, golf, gymnastics, rowing, soccer, softball, swimming & diving, tennis, track & field, wrestling, volleyball |
---|---|
Teams |
<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": "41.8546"} }, {"name":"imgLon", "init": {"expr": "-92.6512"} }, {"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": 41.8546, "lon": -92.6512, "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": "100km" } , { "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": 41.601111, "lon": -93.652222, "img": "wikirawupload:https://upload.wikimedia.org/wikipedia/commons/thumb/d/d7/Blue_pog.svg/10px-Blue_pog.svg.png", "height": 10, "width": 10, "text": "Drake", "textAlign": "center", "textBaseline": "bottom", "textDx": 0, "textDy": -7, "textFontSize": 12, "textColor": "#0000FF"
} , { "lat": 42.026111, "lon": -93.648333, "img": "wikirawupload:https://upload.wikimedia.org/wikipedia/commons/thumb/0/0c/Red_pog.svg/10px-Red_pog.svg.png", "height": 10, "width": 10, "text": "Iowa State", "textAlign": "center", "textBaseline": "bottom", "textDx": 0, "textDy": -7, "textFontSize": 12, "textColor": "#FF0000"
}
], "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 Drake and Iowa State |
The Drake–Iowa State rivalry is the American collegiate athletics rivalry between the Drake Bulldogs sports teams[1] of Drake University and Iowa State Cyclones sports teams [2]of the Iowa State University. Both universities are located in the State of Iowa. Drake’s campus located in Des Moines and Iowa State’s campus located Ames are only 37 miles apart. The universities are two of the Big Four schools (four NCAA Division I institutions in Iowa).
Background[edit]
Drake University is a private institution founded in 1881.[3] Iowa State University is a public institution founded in 1858[4]. The schools have been in-state rivals since their founding. They were both charter members of the Missouri Valley Conference in 1907. The Cyclones departure the Missouri Valley Conference following a meeting on May 19, 1928, along with six other institutions to form the Big Six Conference (which later evolved into the Big Eight Conference).
The Bulldogs still reside in the Missouri Valley Conference. Iowa State is currently a member of the Big Twelve Conference established with a merger between the Big Eight Conference and the Southwest Conference.[5]
Drake and Iowa State (along with Iowa and Northern Iowa) are part of the Big Four universities, a name commonly used to describe the in-state rivalries between Division I schools located in Iowa. Media outlets have been known to utilize the rivalry name when publishing scores or stories about the four institutions.[6] [7] [8]If a team sweeps or wins the majority of the contests between the other universities they are generally known as the Big Four or "state" champions.
Football rivalry[edit]
Drake and Iowa State have met 70 times on the gridiron which is the most played NCAA Division I football series in Iowa.[9] [10] [11]The first game was in 1898 and the teams played annually until 1965 and consistently until 1985.[12] The following year the Bulldogs became a non-scholarship program due to the attendance and financial requirements to maintain their “major” or “FBS” status. In 2018 they met as FCS (Drake) and FBS (Iowa State) classifications with Drake nearly pulling off the biggest upset in college football. They Cyclones were a 41–point favorite ranked 23rd nationally; however, the Bulldogs held 24–20 lead late in the third quarter eventually falling 27–24.[13] [14]The two schools compete for the I–35 Victory Bell Trophy when they meet on the field.[15]
Reporter Todd Saelhof indicated prior to the 2018 game "these two teams have quite a bit of history between them with their first matchup dating all the way back to 1898. Iowa State leads the all-time series with Drake 48-17-4, but the Bulldogs won the last meeting, a 20-17 victory in Ames in 1985."[16] Iowa State improved their record 49-17-4 following their 2018 victory.
Saelhof was correct in regards to historic moments occurring during the series history. During the 1903 game Drake and Iowa State became the first known college football teams to wear numbers on their uniforms.[17] In 1918 the game was canceled due to a Spanish flu outbreak. Drake defeated Iowa State 14–7 in 1922 enroute to their only undefeated season in major college football.[18] Iowa State honored Jack Trice during the 1923 game/season. The 1925 match-up encouraged further discussion and a change to the football safety rule.[19] Drake played Iowa State following the Johnny Bright incident in 1951 prompting both teams to recognized the Bulldog legend. The game schedule for November 23, 1963 was canceled due to the assassination of President John F. Kennedy the day prior[20][21] and the flags were flown at half staff during the game on December 1, 2018 to honor former President George HW Bush who passed away the day before kickoff.[22] On five occasions the game has been a match-up with top–25 teams. The Bulldogs have won thirteen conference championships while the Cyclones have won two conference titles.[23] [24] [25] [5] [26]
Drake victories | Iowa State victories | Ties |
|
°The November 28, 1918 game in Ames was canceled due to Spanish Flu outbreak prior to the game.
°The November 23, 1963 game in Des Moines was canceled in honor of President John F. Kennedy.
Men’s Basketball rivalry[edit]
The Drake versus Iowa State match-up is the most played NCAA Division I rivalry in Iowa with 175 meetings on the hardwood.[27] [28]The teams played annually from the 1907-08 season until the 2013-14 season, generally in a home and away format, until the creation of the neutral site Big Four Classic at Wells Fargo Arena in Des Moines, Iowa. Following the 2018-19 season it was announced the Big Four schools would prefer to play once again on campus sites; however, no future match-ups have been announced.[29][30]
Iowa State led the series 30–15 when both schools were members of the Missouri Valley Conference (through 1927–28 season). The schools would continue to travel up and down Interstate 35 during Iowa winters to compete even though they were no longer member of the same conference. Prior to the 1971-72 season the rivalry reached a new intensity as legendary Drake coach Maury John departed the Bulldogs to coach the Cyclones. John was Drake's all time winning coach with a 211–131 record. He had coached Drake to the 1969 NCAA Division I Final Four; and the 1970 and 1971 NCAA Division I Elite Eights. John only coach for three seasons at Iowa State going 32–25 overall and 1–2 against his former team.[31][31] [32] [33]
From the mid-1970's to the mid-1980's the series was extremely competitive. Following a Bulldog win on December 7, 1985 the Cyclones would win eleven strait games. This was in part due to Drake not having a winning season during that time, but also due to success of Johnny Orr's Iowa State programs. The Bulldogs would end their losing skid on December 10, 1997 in Des Moines, leading to six years of the schools winning on their home courts before the Cyclones broke that streak on December 20, 2003 winning in Des Moines. On December 3, 2006 the Bulldogs upset Iowa State on a last second shot to end a thirteen game losing streak in Ames.[34] Drake would win the next year in Des Moines by their largest margin of victory in the series[35] and win again in Ames on December 9, 2008 coming back from a twelve point deficit with eight minutes left to win 66–63.[36] Iowa State would win the next two before Drake won November 15, 2011 which was the last game prior to the neutral site series.[37]
Leading up to the 2011 game Iowa State coach Fred Hoiberg indicated "I think those guys become friends in the summer leagues and this game probably does mean more because of it” when asked about the rivalry. Hoiberg participated in the game as both a player and coach.[38] In a 2016 interview former Drake point guard Adam Emmenecker who was a TV announcer at the time seemed to agree with Hoiberg. Emmenecker reflected on the game his senior season stating "the Iowa State game was special to us. Partly because we play against them in summer league every year. So we know those guys."[39]
Both schools having a NCAA Division I Final Four appearance emblematic of each programs success. Drake has also appeared in three NCAA Division I Elite Eights and Iowa State has appeared in two NCAA Division I Elite Eights. The Bulldogs have won nine conference regular season titles and one conference tournament; while the Cyclones have won six conference regular season titles and six conference tournament championships.[40][41][42] [43] [44]
Drake victories | Iowa State victories | Ties |
|
Women’s Basketball rivalry[edit]
Drake and Iowa State’s first official basketball game was in 1975 and the Bulldogs and Cyclones have met annually since that time. They had met informally prior to 1975 and the formation of their intercollegiate women’s basketball teams.[45][46][47]
The series has been competitive never seeing a win streak larger than six games and normally requiring high performances to come out victorious. The Bulldogs and Cyclones historically play in front of large crowds at either the Knapp Center in Des Moines or Hilton Coliseum in Ames. Bill Fennelly the longest tenured coach in the rivalry indicated before a game in 2008 "it'll have a conference-game feel to it as far as how you prepare to play at a high level against a quality opponent."[48] Two years later his Cyclones required a near record seventeen three point game to defeat their in-state rival Bulldogs.[49]
Twenty-nine of the meetings have been decided by ten points or less. This included a streak of seven ten point or less games from December 8, 1984 to an overtime game on December 14, 1990; and five strait ten point or less games from November 15, 2015 to November 10, 2019. The close games may be in part due to each programs history of success, but also the fact many of the series stars grew up playing with or against each other in local high school or AAU leagues.
Since 1995 either Drake or Iowa State or both have appeared in NCAA Division I tournament with the exception of five seasons (1996, 2003, 2004, 2006, and 2016). Both the Bulldogs and Cyclones have been to the NCAA Division I Elite Eight (Iowa State twice) and have made multiple trips to the NCAA Division I Sweet Sixteen. Drake has won seven regular season conference titles and eight conference tournament championships.[50] Iowa State has won one conference regular season title and two conference tournament championships. [51] [52][53]
Drake victories | Iowa State victories | Ties |
|
Baseball rivalry[edit]
Drake and Iowa State have played sixty-one official NCAA baseball games. Their first official intercollegiate meeting occurred in 1892. It was the second official baseball game for the Cyclones and the first ever official game for the Bulldogs. The teams would play in front of large crowds as the main baseball attractions in Central Iowa during the late 1800's and early to mid-1900's. When they faced off against each other they were one of the spring's major sporting attractions in the area during that time. Minor League Baseball did not come to the Des Moines area until 1947.[54]
In 1974 it was announced Drake would declassify as a NCAA Division I sanctioned program following their season. The Bulldogs would transition to a college club team in 1975. As result, the last official NCAA baseball game between the Bulldogs and Cyclones occurred on May 5, 1974. Twenty-seven years later Iowa State would make the same decision. They transitioned to a college club team in 2002.[55]
The Cyclones had a rich history advancing to the 1957 and 1970 NCAA Division I College World Series, advancing in the NCAA Division I regional rounds on three occasions, and winning four regular season conference titles. Most of the Bulldogs success came prior to the modern era of college baseball. They never advanced to the College World Series. Iowa State has also advanced to the 2015, 2018, and 2021 National Club Baseball Association World Series finishing second in 2021.[56][57]
Drake victories | Iowa State victories | Ties |
|
°The game on April 8, 1893 was shortened due to rain.
°The game on Mary 14, 1947 was delayed due to weather, then declared a tie due to darkness.
Cross Country rivalry[edit]
Drake and Iowa State compete at the NCAA Division I level in men's and women's cross country. The teams are decorated with NCAA Division I national cross country team championships. The Bulldog men won three (1944, 1945, and 1946) and the Cyclone men won two (1989 and 1994) NCAA Division I team championships. The Cyclone women also won five (1975, 1976, 1977, 1978, and 1981) AIAW national cross country team championships which was the top national team competition prior to NCAA Division I sanctioning women’s cross country in 1982.
Drake has won twelve men’s and two women’s conference meets. Iowa State has won twenty-seven men’s and fourteen women’s conference meets. They competed against each other at the Missouri Valley Conference meet until Iowa State switched conference affiliations in 1928.[58][59]
Each school normally attends the other institutions home meet when held. The Drake Classic is hosted at Ewing Park in Des Moines, IA and Cyclone Cross Country Classics are hosted at ISU Cross Country Course in Ames, Iowa. They also compete against each other in Big Four Duels and other meets throughout the season.[60] [61] [62]
Golf rivalry[edit]
Drake and Iowa State compete at the NCAA Division I level in men's and women's golf. The Bulldog and Cyclone men's and women's teams have traditionally competed in NCAA Division I regionals and at the NCAA Division I championship.[63] [64] [65]
The Drake men have won five conference team championships and the Iowa State men have won three conference team championships. The Cyclone women have also won a conference team championship while the Bulldogs women have yet to win a conference team title.[66][67][68]
Iowa State normally attends the Zach Johnson Invitational at Glen Oaks Country Club in West Des Moines, IA. Drake usually attends the Cyclone Invitationals when held at The Veenker Memorial Golf Course in Ames, IA. They also compete against each other in Big Four Duels and other meets throughout the season; and competed against each other at the Missouri Valley Conference tournament through 1927-28 season.
Each men’s program has a notable professional as an alumni with Zach Johnson (Drake) and Jason Knutzon (Iowa State).
Gymnastics rivalry[edit]
The Iowa State women are currently the only team classified as a NCAA Division I gymnastics program. The Iowa State men along with Drake men and women are currently classified as college club status. The teams have competed against each other when in a similar classification.
Iowa State has won ten men's gymnastics conference team titles and four women's gymnastics conference team titles. They Cyclone men won three NCAA Division I national team championships (1971, 1973, and 1974) and the Cyclone women advanced to the 2006 NCAA Division I Super Six.[69] [70][71]
Rowing rivalry[edit]
The Drake women are currently the only team classified as a NCAA Division I rowing program. The Drake men along with Iowa State men and women are currently classified as college club status.[72]
Rowing is the oldest intercollegiate sport in the United States dating back to 1852 (prior to each institutions founding). The Bulldog and Cyclone men and women teams have transitioned in-between classification dating back to 1881 (Drake) and 1858 (Iowa State). The teams have competed against each other when in a similar classification.
Men’s Soccer rivalry[edit]
Drake and Iowa State played against each other as college club programs until the 1986 season. Normally they would play fall games in a home and away format which was considered the highest level of Central Iowa college men's soccer at the time. The Bulldogs and Cyclones competed with the other two Division I institutions for the Big Four Challenge Cup, a club competition between the State of Iowa Division I institutions.
In 1986, Drake sanctioned soccer as a NCAA Division I program. The Bulldogs have advanced to the 2009 NCAA Division I Elite Eight and and have won two conference tournament titles. They Cyclones still play as a competitive college club program.[73] [74][75]
Women’s Soccer rivalry[edit]
Drake and Iowa State’s first official NCAA Division I women’s soccer game was in 2003.[76] Iowa State sanctioned women’s soccer in 1996 and Drake sanction women’s soccer in 2002. Prior to 1996 they competed against each other under the college club status.[77] The largest victory in 2012 between the in-state rivals came on a windy, chilly day in Ames.[78]
The Bulldogs and Cyclones have not advanced past the NCAA Division I tournament first round. Drake has won six conference regular season titles and one conference tournament. Iowa State has not won a conference title to date.[79] [80] [81][82][83]
Drake victories | Iowa State victories | Ties |
|
Softball rivalry[edit]
Drake and Iowa State’s first official softball game was in 1976. They had met informally prior to the formation of their intercollegiate softball teams. Softball is the most played women's sport in the Bulldogs and Cyclones rivalry. The teams have had at least one game schedule every season since 1976. Only weather and the Covid 19 pandemic have caused cancelations, interfering with the teams meeting at least once in a season.
In the early years the teams played a doubleheader in Des Moines and a doubleheader in Ames each season. Then the format switched to one doubleheader a season alternating Des Moines and Ames every other season. Currently they play one game in Des Moines and one game in Ames every year. In addition, they sometimes meet in regular season tournaments at other locations. The Bulldogs and Cyclones also play in fall ball (unofficial) games during the fall offseason. The fall schedules range from a single game, to doubleheaders, and Big Four tournaments.
There have been twenty-three season sweeps in the yearly series. Iowa State has eighteen and Drake has five yearly sweeps. The Cyclones and Bulldogs have played many close games during the in-state rivalry. One was the lone extra inning game on May 1, 2019. Drake scored a walk off run in the eight inning to win 6-5.[84] Thirty-one of the meetings have been decided by one run.
Iowa State advanced to the 1971 and 1973 AIAW Women’s College World Series (pre-NCAA Division I). The Bulldogs appeared in the AIAW regional rounds (pre-NCAA Division I). Both Drake and Iowa State have advanced in the NCAA Division I regional rounds.[85][86][87]The Bulldogs have won two conference regular season championships and four conference tournament championships; while Iowa State has won two conference tournament championships.[88] [89] [90]
Drake victories | Iowa State victories | Ties |
|
°All 1987, 1992, 2007, and 2018 games were completely canceled due to weather.
°The 2020 series was canceled due to the Covid-19 pandemic.
Swimming & Diving rivalry[edit]
The Iowa State women are currently the only team classified as a NCAA Division I swimming & diving program. The Iowa State men along with Drake men and women are currently classified as college club status.[91]
The Bulldog and Cyclone men and women teams have transitioned in-between classification for swimming & diving. Iowa State has won twenty conference men’s team swimming & diving titles and one conference women’s team swimming & diving title. Drake has won one conference men’s team swimming & diving title; while they have yet to win a conference women’s team swimming & diving title. The schools also competed against each other at the Missouri Valley Conference meet through the 1927-28 season.[92][93][94]
Men’s Tennis rivalry[edit]
The first official men’s tennis competition between Drake and Iowa State dates back to the 1911-12 men’s tennis season. It is believed unofficial tennis events occurred between the schools prior to that season. The Bulldogs and Cyclones competed in many different formats at the NCAA Division I level including tournaments, head-to-head team competitions, singles matches, double matches, and individual championships until Iowa State was re-classified as college club status in 2005. The teams also faced each other in the Missouri Valley Conference tournament yearly until the Cyclones departed following the 1927-28 season.
Drake has won nine conference regular season titles and ten conference tournament championships. The Bulldogs have advanced past the first round to the second round of the NCAA Division I team championships twice. The Cyclones have not won a conference title and have never advanced past the NCAA Division I first round.[95]
In 1995, the men’s teams entered into a double header agreement with their women’s teams to encourage large crowds/sell-outs during the matches given the history and rivalry. Drake led this team format six to one from 1997 to 2004. The teams took a brief hiatus from the double header format in 2002 and 2003 with one last double header in 2004.[96] [97]
Drake victories | Iowa State victories | Ties |
|
Women’s Tennis rivalry[edit]
Drake and Iowa State have competed annually (except for a brief five-year pause) in a women’s tennis team format dating back to the 1972-73 season which pre-dates the AIWA/NCAA Division I tournament bracket team format and most conference tournament bracket team formats.[98]
The Bulldogs have won two conference regular season championships and nine conference tournament championships. The Cyclones have not yet won a conference championship. Neither the Bulldogs nor Cyclones have advanced past the NCAA Division I women’s tennis first round.[99]
In addition, Drake and Iowa State have competed in individual competitions at the NCAA Division I level each season since the founding of their programs.[100] [101]
Drake victories | Iowa State victories | Ties |
|
Track & Field rivalry[edit]
Drake and Iowa State compete at the NCAA Division I level in men's and women's indoor and outdoor track & field. The Bulldog and Cyclone men's and women's teams have traditionally competed in NCAA Division I regionals and at the NCAA Division I championships in both indoor and outdoor competitions.
Drake has won eight indoor men’s conference team championships and ten outdoor men’s conference team championships. Iowa State has won eight indoor men’s conference team championships and thirteen outdoor men’s team championships. The Cyclones have won three indoor women’s championships and six outdoor women’s championships; while the Bulldogs have not won a women’s team conference title. The schools competed against each other in the Missouri Valley Conference meets through the 1927-28 season prior to Iowa State departure from the conference.[102][103][104]
The Bulldogs normally attend the ISU Holiday Invitational and the Iowa State Classic at the Lied Recreation Athletic Center.[105] The Cyclones usually attend the Jim Duncan Invitational[106] and the Drake Relays held at Drake Stadium. They also compete against each other in Big Four Duels and other meets throughout the season. [107] [108]
Women’s Volleyball rivalry[edit]
Drake and Iowa State first met in women’s volleyball in 1977.[109] They Cyclones have advanced to the NCAA Division I Elite Eight twice and the NCAA Division I Sweet Sixteen on five occasions. The Bulldogs have yet to advance to the NCAA Division I tournament; however, both teams participated in the AIWA regional rounds from 1975 to 1980 (the predecessor to the NCAA Division I tournament). Neither Drake nor Iowa State have won a women’s volleyball conference championship. [110][111][112][113]
The most notable match between the Bulldogs and Cyclones took place in 2018. Iowa State defeated Drake 3–0 in the National Invitational Volleyball Championships first round. Iowa State would go on to claim the tournament title which would be their first championship in a national postseason tournament.[114] [115] [116]
Drake victories | Iowa State victories | Ties |
|
Wrestling rivalry[edit]
Iowa State and Drake first competed on the wrestling mat in the Missouri Valley Conference wrestling championships during the 1921–22 wrestling season. They would continue to compete at the conference meet until they Cyclones departed the conference following the 1927–28 season. From the 1928–29 season until the 1970–71 season they only met at NCAA Division I tournament competitions. On January 15, 1972 they faced off in their first of nineteen varsity duel matches. Iowa State would go on to win all nineteen. The most notable duel between the Bulldogs and Cyclones was the 1992 National Duel match which Iowa State won 34–6.[117][118]
The Cyclones have been a national powerhouse in college wrestling winning eight NCAA Division I national team championships and seventeen conference wrestling meets. The Bulldogs also qualified for NCAA Division I meets. Drake's final season at the NCAA Division I level was in 1992–93 season. They were classified as a college club in 1993–94 season. Iowa State legendary coach Harold Nichols (career record 454–75–11) and Drake legendary coach Lonnie Timmerman (career record 364–186–10) squared off against each other in the series from the 1967–68 season through the 1984–85 season. [118][119][120]
Drake victories | Iowa State victories | Ties |
|
Other Club Sport rivalries[edit]
Drake and Iowa State have competed in multiple other men's and women's sports classified as college club status since their founding including archery, badminton, ballroom dancing, beach volleyball, billiards, bowling, boxing, canoe & kayak, climbing, cricket, croquet, curling, cycling, disc golf, dodgeball, esports, fencing, field hockey, handball, ice hockey, lacrosse, martial arts, Nordic skiing, rugby, racquetball, sailing, shooting/pistol, spikeball, table tennis, triathlon, ultimate frisbee, volleyball (men only), water polo, weightlifting.[121] [122]
The Bulldogs and Cyclones played heated men's ice hockey games (especially in the 1980's and early 1990's) as both have been consistent competitors at the American College Hockey Association club national level. Iowa state won the ACHA men's national championship in 1992 and ACHA women's national championship in 2014.
See also[edit]
- Drake Bulldogs athletics
- Iowa State Cyclones athletics
- Big Four Classic
References[edit]
- ↑ "Drake University Athletics - Official Athletics Website". Drake University Athletics.
- ↑ "Iowa State University Athletics - Official Athletics Website". Iowa State University Athletics.
- ↑ "Top Private University in the Midwest | Drake University". www.drake.edu.
- ↑ "Iowa State University". www.iastate.edu.
- ↑ 5.0 5.1 "Buy a Domain Name - World's Best Domains For Sale".
- ↑ https://www.desmoinesregister.com/story/sports/basketball/2016/02/28/big-four-college-basketball-iowa-isu-drake-uni/81087638/
- ↑ https://www.timesrepublican.com/sports/local-sports/2020/02/big-four-cyclones-fall-short-at-west-virginia/
- ↑ https://urban-plains.com/is-iowas-big-four-forgotten/
- ↑ "Football History vs Drake University". Iowa State University Athletics.
- ↑ "mcubed.net : NCAA Football : Series Records : Iowa State vs. Drake". www.mcubed.net.
- ↑ "2018 Football Fact Book". calameo.com.
- ↑ "Records (PDF)" (PDF). Iowa State University Athletics.
- ↑ "Drake Football Flashback - Iowa State - Dec. 1, 2018". Drake University Athletics.
- ↑ Bain, Matthew. "'Leave our legacy': Drake certainly didn't look — or play — like 41-point underdogs vs. Iowa State". Des Moines Register.
- ↑ https://twitter.com/cjandringa/status/1065029820604657665?ref_src=twsrc%5Etfw%7Ctwcamp%5Etweetembed%7Ctwterm%5E1065029820604657665%7Ctwgr%5E%7Ctwcon%5Es1_&ref_url=https%3A%2F%2Fcyclonefanatic.com%2Fforum%2Fthreads%2Fvictory-bell.243369%2F
- ↑ Saelhof, Todd. "Drake Bulldogs vs. Iowa State Cyclones Prediction and Preview". AthlonSports.com | Expert Predictions, Picks, and Previews.
- ↑ Larson, Jared (November 22, 2018). "Classic Games in Cyclone Football History: 1903 at Drake". Wide Right & Natty Lite.
- ↑ http://www.dmcityview.com/feature-3/2016/08/31/unbeaten-in-1922-the-7-0-drake-football-surprised-the-nation-and-paved-the-way-for-future-success/
- ↑ https://cyclones.com/news/2012/7/6/205497329.aspx
- ↑ https://cyclonefanatic.com/2018/09/storm-brews-too-long-iowa-states-season-opener-canceled/#:~:text=It%20is%20the%20first%20time%20an%20Iowa%20State,season%20in%20the%20history%20of%20Iowa%20State%20football
- ↑ https://www.desmoinesregister.com/story/sports/college/iowa-state/football/2018/09/01/iowa-state-football-update-game-cancelled-south-dakota-state/1179250002/
- ↑ https://abcnews.go.com/Politics/president-george-hw-bush-dead-94/story?id=44866630
- ↑ "Cyclones 101: Drake Series Historic". Iowa State University Athletics.
- ↑ "Football". Drake University Athletics.
- ↑ "Football". Iowa State University Athletics.
- ↑ "Iowa State Conference Championships". web.archive.org. July 6, 2008.
- ↑ "Men's Basketball History vs Iowa State University". Drake University Athletics.
- ↑ "Drake Renews Oldest College Basketball Rivalry In Iowa, Visiting Iowa State". Drake University Athletics.
- ↑ https://web.archive.org/web/20150923212158/http://www.cyclones.com//pdf8/784710.pdf
- ↑ Borzi, Pat (December 14, 2018). "Iowa Basketball Rivalry Fizzles as Big School Ducks the Upstarts" – via NYTimes.com.
- ↑ 31.0 31.1 Writer, JIM SULLIVAN, Courier Sports. "Sully Saturday: Mac's story parallels that of Maury John's". Waterloo Cedar Falls Courier.
- ↑ "Register Sports Hall of Fame Database - Maury John | DesMoinesRegister.com". data.desmoinesregister.com.
- ↑ "Maury John, 54, Coached At Drake and Iowa State". October 17, 1974 – via NYTimes.com.
- ↑ "Iowa State vs. Drake - Game Recap - December 20, 2003 - ESPN". ESPN.com.
- ↑ "Iowa State vs. Drake - Game Recap - December 5, 2007 - ESPN". ESPN.com.
- ↑ "Drake vs. Iowa State - Game Recap - December 9, 2008 - ESPN". ESPN.com.
- ↑ "Drake beats Iowa State 74-65". www.thegazette.com.
- ↑ "Preview: Iowa State @ Drake". November 15, 2011.
- ↑ https://www.desmoinesregister.com/story/sports/college/drake/drake-bulldogs/2016/03/26/drake-basketball-keno-davis-ty-rogers-western-kentucky-adam-emmenecker-moments-madness/82130214/
- ↑ "2014-15 Drake Men's Basketball Guide". calameo.com.
- ↑ "2021-22 MVC MBB Media Guide". Dropbox.
- ↑ "Men's Basketball". Drake University Athletics.
- ↑ "Men's Basketball". Iowa State University Athletics.
- ↑ http://www.big12sports.com/fls/10410/pdfs/mbasketball/1112guide/record-book-B.pdf
- ↑ "Women's Basketball History vs Iowa State University". Drake University Athletics.
- ↑ http://www.cyclones.com/ViewArticle.dbml?SPSID=46644&SPID=4249&DB_OEM_ID=10700&ATCLID=545122
- ↑ Birch, Tommy. "Iowa State women topple No. 25 Drake". Des Moines Register.
- ↑ "Iowa State women's basketball treating Drake like conference game". www.thegazette.com.
- ↑ Birch, Tommy. "What we learned: Iowa State beats Drake women 85-67". Des Moines Register.
- ↑ "2018-19 Drake Women's Basketball Media Guide". calameo.com.
- ↑ "Women's Basketball". Drake University Athletics.
- ↑ "Women's Basketball". Iowa State University Athletics.
- ↑ "Collection: Iowa State University. Women's Basketball records | Iowa State University - ArchivesSpace". cardinal.lib.iastate.edu.
- ↑ https://www.baseball-reference.com/bullpen/Des_Moines_Bruins
- ↑ https://www.desmoinesregister.com/story/sports/college/iowa-state/cyclone-insider/2020/07/16/iowa-state-coaches-recall-pain-dropping-baseball-mens-swimming-2001/5453508002/
- ↑ https://cdn.ymaws.com/cycloneletterwinners.org/resource/resmgr/sport_history_docs/baseball_history.pdf
- ↑ https://s3.amazonaws.com/sidearm.sites/mvc.sidearmsports.com/documents/2021/6/18/BaseballRecords.pdf
- ↑ "Buy a Domain Name - World's Best Domains For Sale".
- ↑ "2020-21 XC Records (PDF) - Missouri Valley Conference" (PDF). mvc-sports.com.
- ↑ "Cross Country". Drake University Athletics.
- ↑ "Cross Country". Iowa State University Athletics.
- ↑ "Facilities". Iowa State University Athletics.
- ↑ "Men's Golf". Drake University Athletics.
- ↑ "Women's Golf". Drake University Athletics.
- ↑ "Men's Golf". Iowa State University Athletics.
- ↑ http://bigeightsports.com/Sports/WomensGolf/WomensGolfChampionships.htm
- ↑ "Mens Golf History and Records (PDF)" (PDF). Iowa State University Athletics.
- ↑ "Golf Record Book 2021 (PDF) - Missouri Valley Conference" (PDF). mvc-sports.com.
- ↑ "Gymnastics". Iowa State University Athletics.
- ↑ "Gymnastics History (PDF)" (PDF). Iowa State University Athletics.
- ↑ "Buy a Domain Name - World's Best Domains For Sale".
- ↑ "Rowing". Drake University Athletics.
- ↑ "Men's Soccer". Drake University Athletics.
- ↑ "Men's Soccer Records (PDF)" (PDF). Drake University Athletics.
- ↑ https://s3.amazonaws.com/sidearm.sites/mvc.sidearmsports.com/documents/2021/8/17/2021_MSOC_Media_Guide.pdf
- ↑ "Women's Soccer History vs Iowa State University". Drake University Athletics.
- ↑ "Iowa State University Department of Athletics, Women's Soccer News Clippings, RS 24/17/0/0, Special Collections Department, Iowa State University Library". findingaids.lib.iastate.edu.
- ↑ maddy.arnold@iowastatedaily.com, Maddy Arnold. "Cyclones win in-state rivalry game against Drake". Iowa State Daily.
- ↑ "Women's Soccer". Drake University Athletics.
- ↑ "2018 WSOC Records (PDF)" (PDF). Drake University Athletics.
- ↑ "Soccer". Iowa State University Athletics.
- ↑ "2020-21 Womens Soccer Record Book (PDF) - Missouri Valley Conference" (PDF). mvc-sports.com.
- ↑ "Women's Soccer Championships". mvc-sports.com.
- ↑ https://www.weareiowa.com/video/sports/local-sports/drake-tops-iowa-state-in-softball/524-69c925a5-2988-4d96-bdfc-58ed65e8f731
- ↑ "Iowa State University Department of Athletics, Women's Softball Subject Files, RS 24/16/1, Special Collections Department, Iowa State University Library". findingaids.lib.iastate.edu.
- ↑ "Softball History/Records (PDF)" (PDF). Iowa State University Athletics.
- ↑ "2019-20 Softball Record Book (PDF) - Missouri Valley Conference" (PDF). mvc-sports.com.
- ↑ "2016 Drake Softball Media Guide". calameo.com.
- ↑ "Softball". Drake University Athletics.
- ↑ "Softball". Iowa State University Athletics.
- ↑ "Swimming and Diving". Iowa State University Athletics.
- ↑ "Buy a Domain Name - World's Best Domains For Sale".
- ↑ http://www.add.lib.iastate.edu/spcl/arch/rgrp/24-21-1.html
- ↑ "2021 Swimming (PDF) - Missouri Valley Conference" (PDF). mvc-sports.com.
- ↑ https://s3.amazonaws.com/sidearm.sites/mvc.sidearmsports.com/documents/2017/6/26/MensTennisRecordBook_2017.pdf
- ↑ "Men's Tennis". Drake University Athletics.
- ↑ "2018 Drake Men's Tennis Media Guide". calameo.com.
- ↑ "Tennis History vs Drake University". Iowa State University Athletics.
- ↑ "2021 Women's Tennis Record Book (PDF) - Missouri Valley Conference" (PDF). mvc-sports.com.
- ↑ "Women's Tennis". Drake University Athletics.
- ↑ "Tennis". Iowa State University Athletics.
- ↑ http://bigeightsports.com/Sports/MensTrackandField/MensOutdoorTrackandFieldChampionships.htm
- ↑ "2020-21 MTF Record Book (PDF) - Missouri Valley Conference" (PDF). mvc-sports.com.
- ↑ "2020-21 WTF Record Book (PDF) - Missouri Valley Conference" (PDF). mvc-sports.com.
- ↑ "Facilities". Iowa State University Athletics.
- ↑ "Jim Duncan Invitational". Drake University Athletics.
- ↑ "Track and Field". Drake University Athletics.
- ↑ "Track and Field". Iowa State University Athletics.
- ↑ "Volleyball History vs Drake University". Iowa State University Athletics.
- ↑ http://www.cyclones.com//pdf4/631683.pdf
- ↑ http://www.add.lib.iastate.edu/spcl/arch/rgrp/24-15-1.html
- ↑ https://s3.amazonaws.com/sidearm.sites/mvc.sidearmsports.com/documents/2021/8/17/2021_VB_Media_Guide.pdf
- ↑ "Volleyball Championships". mvc-sports.com.
- ↑ "Women's Volleyball". Drake University Athletics.
- ↑ "Drake Volleyball Records (PDF)" (PDF). Drake University Athletics.
- ↑ "Volleyball". Iowa State University Athletics.
- ↑ "Wrestling". Iowa State University Athletics.
- ↑ 118.0 118.1 "Wrestling History (PDF)" (PDF). Iowa State University Athletics.
- ↑ http://www.cyclones.com//pdf5/359608.pdf?DB_OEM_ID=10700
- ↑ https://apnews.com/article/9e40302428cf04fc2060a2fba6d81482
- ↑ "Sport Clubs | Drake University". www.drake.edu.
- ↑ "Sport Clubs". Iowa State Recreation Services.
This article "Drake–Iowa State rivalry" is from Wikipedia. The list of its authors can be seen in its historical and/or the page Edithistory:Drake–Iowa State rivalry. Articles copied from Draft Namespace on Wikipedia could be seen on the Draft Namespace of Wikipedia and not main one.