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

Drake–Iowa rivalry

From EverybodyWiki Bios & Wiki









Script error: No such module "Draft topics". Script error: No such module "AfC topic".

@Robert McClenon: In defense of the creator of the draft, they haven't actually moved this draft back to the mainspace. Rather the placeholder page from when I draftified it (and a bunch of other unsourced rivalry pages of dubious notability) have yet to be deleted. In terms of addressing my comments when draftifying, I will say that while references have been added none of them appear to be independent or actually mention the rivalry and are instead a WP:REFBOMB of game results, team schedules, media guides, and other webpages from Drake & Iowa athletic department websites. Best, GPL93 (talk) 14:12, 11 November 2021 (UTC)


Drake–Iowa rivalry
SportFootball, 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": 41.661667, "lon": -91.536389, "img": "wikirawupload:https://upload.wikimedia.org/wikipedia/commons/thumb/4/46/Black_pog.svg/10px-Black_pog.svg.png", "height": 10, "width": 10, "text": "Iowa", "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+'&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

The Drake–Iowa rivalry is the American collegiate athletics rivalry between the Drake Bulldogs sports teams [1]of Drake University and Iowa Hawkeyes sports teams [2] of the University of Iowa. Both universities are located in the State of Iowa. Drake’s campus located in Des Moines and Iowa’s campus located Iowa City are only 114 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] The University of Iowa is a public institution founded in 1847. [4] The schools have been in-state rivals since their founding. The Bulldogs were charter members of the Missouri Valley Conference and the Hawkeyes were charter members of the Big Ten Conference. Iowa also competed in the Missouri Valley Conference for select sports during the 1907-08 academic year.

Drake and Iowa[5] (along with Iowa State 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 have met 15 times on the gridiron, with thirteen of the meetings occurring from 1896 to 1910. [9][10] [11]In the early 1900’s college football schedules generally did not exceed eight games. The Hawkeyes joined the Western Conference (now known as the Big Ten Conference) and Drake joined the Missouri Valley Conference (the two oldest NCAA Division I conferences) which limited room for non-conference scheduling. There was hope of renewing an annual rivalry in 1932 when former Drake coach Ossie Solem was hired by Iowa; however, Solem left for Syracuse five years later before scheduling a game in the series. In addition to being a football coach Solem was also the Athletic Director while at Drake and Iowa.

Running back Frank Holbrook became the first player to score in the series running for four touchdowns in the October 3, 1896 game.[12] The Hawkeyes would shutout the Bulldogs for a second strait year in 1897[13] before Drake secured their first victory in on October 15, 1898. The Bulldogs and Hawkeyes last played on September 14, 1985. In that game the Hawkeyes led 14–0 at halftime; however, a thirty-seven point third quarter put the game out of reach. [14] The following year the Bulldogs became a non-scholarship program due to the attendance and financial requirements to maintain their “major” or “FBS” status.

Drake and Iowa have each won thirteen conference titles. Both finished the 1922 season undefeated and were selected by at least one poll as the nation’s top major college team. Iowa also claims national titles in 1921, 1956, 1958, and 1960 seasons.[15][16] [17][18][19]

Drake victoriesIowa victoriesTies
No.DateLocationWinnerScore
1 October 3, 1896 Iowa City, IA Iowa 32–0
2 November 13, 1897 Des Moines, IA Iowa 16–0
3 October 15, 1898 Iowa City, IA Drake 18–5
4 October 26, 1900 Iowa City, IA Iowa 26–0
5 October 12, 1901 Des Moines, IA Iowa 6–5
6 October 11, 1902 Iowa City, IA Iowa 12–0
7 October 10, 1903 Iowa City, IA Iowa 22–6
8 October 8, 1904 Des Moines, IA Iowa 17–0
No.DateLocationWinnerScore
9 November 18, 1905 Iowa City, IA Iowa 44–0
10 October 26, 1907 Des Moines, IA Iowa 25–4
11 November 14, 1908 Iowa City, IA Drake 12–6
12 November 6, 1909 Des Moines, IA Drake 17–14
13 November 12, 1910 Iowa City, IA Iowa 21–0
14 September 27, 1941 Iowa City, IA Iowa 25–8
15 September 14, 1985 Iowa City, IA Iowa 58–0
Series: Iowa leads 12–3

°The game schedule at Iowa in 1906 was canceled.

Men’s Basketball rivalry[edit]

The Bulldogs and Hawkeyes played in select seasons from the 1908-09 season to the 1964-65 season. They played annually from the 1965-66 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.[20][21][22]

Iowa would dominate the series winning twenty-seven games in a row following a Drake victory on December 9, 1978. This was in part due to the Hawkeye's men's basketball success in the 1980's and 1990's and the Bulldogs not having a winning season from the mid-1980's to the mid-2000's. Close encounters in 1982, 1986, and 1998, a double overtime game in 1999, and last second shots in 2000 and 2002 all went in the Hawkeye's favor. After coming close in 2005, the Bulldogs finally snapped the twenty-seven game losing streak in front of a record crowd of 7,268 on December 16, 2006 at the Knapp Center.[23] It was former Iowa coaching legend Tom Davis' first and only win versus the Hawkeyes as the Drake coach. Davis stated after the game "certainly the in-state thing by itself creates enthusiasm, and when we had been on the short end for 27 years, it magnifies that. It was pretty exciting." He further emphasized "when I was the coach at Iowa at first, I used to say, 'There's no state championship. But you quickly realize [the other schools] are playing for the state championship. It only took me a year at Iowa to realize it."[24] The next season the Bulldogs would snap a twenty game losing streak in Iowa City defeating Iowa 56–51 with Tom Davis' son Keno Davis as their coach. [25] Drake would extend their win streak to three at home the following year before Iowa defeated the Bulldogs on December 19, 2009 in Iowa City.[26]

Traditionally Drake and Iowa both have rich histories on the hardwood. The Hawkeyes advanced 1955, 1956, and 1980 NCAA Division I Final Fours; advancing to the 1956 NCAA Division I national championship game. Iowa has also appeared in the NCAA Division I Sweet Sixteen on eight occasions and four NCAA Division I Elite Eights. The Bulldogs advanced to the 1969 NCAA Division I Final Four finishing third in the nation. Drake has also appeared in NCAA Division I Sweet Sixteen on three occasions and three NCAA Division I Elite Eights.[27][28][29]

Drake has won nine conference regular season titles and one conference tournament championship; while Iowa has won eight conference regular season titles and two conference tournament championships.[30] [31] [32] [33]

Drake victoriesIowa victoriesTies
No.DateLocationWinnerScore
1 February 22, 1909 Des Moines, IA Iowa 36–13
2 February 4, 1910 Des Moines, IA Iowa 26–8
3 March 1, 1910 Iowa City, IA Iowa 43–7
4 January 21, 1911 Iowa City, IA Iowa30–20
5 February 23, 1911 Des Moines, IA Iowa 21–15
6 January 29, 1916 Iowa City, IA Iowa 31–24
7 February 15, 1916 Des Moines, IA Iowa 22–14
8 January 24, 1930 Des Moines, IA Iowa 25–18
9 February 22, 1930 Iowa City, IA Drake 26–25
10 January 5, 1931 Des Moines, IA Iowa 21–20
11 January 4, 1932 Des Moines, IA Iowa 24–18
12 December 12, 1932 Des Moines, IA Iowa 52–11
13 January 30, 1934 Des Moines, IA Iowa 39–18
14 January 28, 1935 Des Moines, IA Drake 45–25
15 February 3, 1936 Iowa City, IA Iowa 35–22
16 December 11, 1965 Des Moines, IA Iowa 66–60
17 December 18, 1965 Iowa City, IA Iowa 69–51
18 December 10, 1966 Des Moines, IA Iowa 90–83
19 December 17, 1966 Iowa City, IA Iowa 83–75
20 December 16, 1967 Iowa City, IA Drake 74–65
21 December 14, 1968 Des Moines, IA Drake 89–74
22 December 22, 1969 Iowa City, IA Iowa 101–78
23 December 12, 1970 Des Moines, IA Drake 72–70
24 December 30, 1971 Iowa City, IA Iowa 89–83
25 December 27, 1972 Des Moines, IA Drake 98–80
26 December 4, 1973 Iowa City, IA Iowa 70–55
27 December 3, 1974 Des Moines, IA Iowa 86–81
28 December 23, 1975 Iowa City, IA Iowa 77–73
29 February 10, 1976 Des Moines, IA Iowa 71–65
30 December 4, 1976 Des Moines, IA Iowa 86–71
31 December 21, 1976 Iowa City, IA Iowa 82–69
32 December 30, 1977 Iowa City, IA Iowa 89–87
33 December 9, 1978 Des Moines, IA Drake 72–69
34 December 23, 1978 Iowa City, IA Iowa 112–73
35 December 29, 1979 Iowa City, IA Iowa 77–66
No.DateLocationWinnerScore
36 December 13, 1980 Des Moines, IA Iowa 90–68
37 December 20, 1981 Iowa City, IA Iowa 60–49
38 November 29, 1982 Des Moines, IA Iowa 68–63
39 December 21, 1983 Iowa City, IA Iowa 66–43
40 December 3, 1985 Des Moines, IA Iowa 55–43
41 December 13, 1986 Des Moines, IA Iowa 69–62
42 December 1, 1987 Iowa City, IA Iowa 70–59
43 November 29, 1988 Des Moines, IA Iowa 96–72
44 November 28, 1989 Iowa City, IA Iowa 68–54
45 November 27, 1990 Des Moines, IA Iowa 80–61
46 December 3, 1991 Iowa City, IA Iowa 83–56
47 January 4, 1993 Des Moines, IA Iowa 80–65
48 November 30, 1993 Iowa City, IA Iowa 90–86
49 November 29, 1994 Des Moines, IA Iowa 103–68
50 November 28, 1995 Iowa City, IA Iowa 98–66
51 December 3, 1996 Des Moines, IA Iowa 79–59
52 December 2, 1997 Iowa City, IA Iowa 90–60
53 December 1, 1998 Des Moines, IA Iowa 78–74
54 December 28, 1999 Iowa City, IA Iowa 83–76 (2OT)
55 November 21, 2000 Des Moines, IA Iowa 73–71
56 December 12, 2001 Iowa City, IA Iowa 101–59
57 November 26, 2002 Des Moines, IA Iowa 50–49
58 November 25, 2003 Iowa City, IA Iowa 74–56
59 November 30, 2004 Des Moines, IA Iowa 91–75
60 December 20, 2005 Iowa City, IA Iowa 65–60
61 December 16, 2006 Des Moines, IA Drake 75–59
62 December 14, 2007 Iowa City, IA Drake 56–51
63 December 20, 2008 Des Moines, IA Drake 60–43
64 December 19, 2009 Iowa City, IA Iowa 71–67
65 December 18, 2010 Des Moines, IA Iowa 59–52
66 December 17, 2011 Iowa City, IA Iowa 82–68
67 December 7, 2013 Des Moines, IA Iowa 83–66
68 December 19, 2015 Des Moines, IA Iowa 70–64
69 December 16, 2017 Des Moines, IA Iowa 90–64
Series: Iowa leads 59–10

Women’s Basketball rivalry[edit]

Drake and Iowa’s first official women’s basketball game was in 1974 and the Bulldogs and Hawkeyes have met annually since that time. They had met informally prior to 1974 and the formation of their intercollegiate women’s basketball teams.[34]

On April 7, 2000, Iowa hired longtime Bulldog coach Lisa Bluder as their new coach. Bluder held a 188–105 record at Drake. She took the Bulldogs to four NCAA Division I tournaments and one WNIT semifinal.[35] Prior to Bluder's hire by Iowa, the Bulldogs led the overall series twenty-three to ten. Bluder lost her first game as Hawkeye coach in the series, but Iowa has since controlled the series. Current Iowa Associate Head Coach Jan Jensen, a standout at Drake whose jersey is retired by the school, and Jenni Fitzgerald also followed Bluder to Iowa. Bluder admitted in a 2013 interview when asked about the in-state rivalries "the Drake game is more emotional for us because all of us spent time there. Jan (Jensen) and Jenni (Fitzgerald) were there for eight years, and I was there a decade."[36]

A new twist would ensue in the rivalry when the Bulldogs hired former Iowa standout Jennie Baranczyk on April 17, 2012.[37] It took five tries, but Baranczyk would finally defeat her mentor on December 18, 2016.[38] Baranczyk who won two and lost two games versus the Bulldogs as a player in the series has since left to coach at Oklahoma. She was only one in nine during her coaching tenure in the rivalry.

Each school competes in recruiting given their proximity and some of the Bulldogs and Hawkeyes were teammates growing up. Iowa star Caitlin Clark once stated “you definitely want the bragging rights that come along with (facing familiar faces). It's just crazy to see how everyone has developed and improved their game (since crossing paths in high school and AAU). It's fun to go out there and play against them at the next level.”[39] Clark also reflected on growing up watching both schools stating prior to playing her first career game at the Knapp Center in Des Moines "my dad would always take us, and [Drake] would always have that little blimp that flies around at halftime and drop stuff from it. I definitely know the arena and the area, and I’m excited to go play there.”[40]

In recent year's two of each program's higher scoring (combined points) regulation games occurred in the series. Iowa defeated Drake 100–98 on December 21, 2014[41] and the Hawkeyes won 103–97 on December 2, 2020.[42]

The Hawkeyes advanced to the 1993 NCAA Division I Final Four, have advanced to five NCAA Division I Elite Eights, and the NCAA Division I Sweet Sixteen on eight occasions. The Bulldogs advanced to the 1982 NCAA Division I Elite Eight and have advanced to the NCAA Division I Sweet Sixteen twice.[43]Drake has won seven regular season conference titles and eight conference tournament championships. Iowa has won nine conference regular season title and three conference tournament championships.[44] [45] [46] [47]

Drake victoriesIowa victoriesTies
No.DateLocationWinnerScore
1 November 20, 1974 Des Moines, IA Drake 78–65
2 November 19, 1975 Des Moines, IA Drake 65–62
3 February 18, 1976 Iowa City, IA Iowa 67–42
4 December 4, 1976 Des Moines, IA Drake 82–59
5 February 18, 1977 Iowa City, IA Drake 64–56
6 November 18, 1977 Iowa City, IA Drake 77–66
7 February 24, 1978 Des Moines, IA Drake 88–60
8 December 12, 1978 Des Moines, IA Drake 94–80
9 January 30, 1979 Iowa City, IA Drake 96–63
10 February 24, 1979 Des Moines, IA Drake 101–71
11 December 11, 1979 Iowa City, IA Drake 71–62
12 February 4, 1980 Des Moines, IA Drake 76–67
13 December 23, 1980 Iowa City, IA Drake 74–71
14 February 3, 1981 Des Moines, IA Drake 83–56
15 February 6, 1982 Iowa City, IA Drake 77–63
16 February 20, 1982 Des Moines, IA Drake 96–61
17 December 5, 1982 Des Moines, IA Drake 88–75
18 November 28, 1983 Iowa City, IA Drake 58–56
19 November 28, 1984 Des Moines, IA Drake 69–59
20 December 11, 1985 Iowa City, IA Drake 64–63
21 December 4, 1986 Des Moines, IA Iowa 71–57
22 February 16, 1988 Iowa City, IA Iowa 74–38
23 January 18, 1989 Des Moines, IA Iowa 71–65
24 December 10, 1989 Iowa City, IA Iowa 70–58
25 December 4, 1990 Des Moines, IA Iowa 74–49
26 December 20, 1992 Iowa City, IA Iowa 90–44
27 December 1, 1993 Des Moines, IA Iowa 73–64
No.DateLocationWinnerScore
28 December 8, 1995 Iowa City, IA Iowa 67–44
29 December 21, 1996 Des Moines, IA Drake 80–59
30 November 16, 1997 Iowa City, IA Iowa 66–63 (OT)
31 December 8, 1998 Des Moines, IA Drake 86–73
32 December 20, 1999 Iowa City, IA Drake 84–59
33 December 16, 2000 Des Moines, IA Drake 73–58
34 November 25, 2001 Iowa City, IA Drake 75–72 (OT)
35 December 21, 2002 Des Moines, IA Iowa 72–52
36 December 21, 2003 Iowa City, IA Iowa 79–65
37 December 18, 2004 Des Moines, IA Iowa 80–69
38 December 18, 2005 Iowa City, IA Iowa 92–72
39 December 22, 2006 Des Moines, IA Iowa 77–70
40 November 13, 2007 Iowa City, IA Iowa 62–50
41 December 20, 2008 Des Moines, IA Iowa 71–53
42 December 20, 2009 Iowa City, IA Iowa 73–61
43 December 20, 2010 Des Moines, IA Iowa 75–71
44 December 20, 2011 Iowa City, IA Iowa 71–46
45 December 16, 2012 Des Moines, IA Iowa 82–65
46 December 21, 2013 Iowa City, IA Iowa 73–51
47 December 21, 2014 Des Moines, IA Iowa 100–98
48 December 22, 2015 Iowa City, IA Iowa 89–76
49 December 18, 2016 Des Moines, IA Drake 81–76
50 December 21, 2017 Iowa City, IA Iowa 79–66
51 December 21, 2018 Des Moines, IA Iowa 91–82
52 December 21, 2019 Iowa City, IA Iowa 79–67
53 December 2, 2020 Des Moines, IA Iowa 103–97
Series: Iowa leads 28–25

Cross Country rivalry[edit]

Drake and Iowa compete at the NCAA Division I level in men's and women's cross country. The Bulldogs and Hawkeyes compete yearly against each other in meets and in Big Four duels. The Drake Classic at Ewing Park (Des Moines) is held in late August/early September; while the Hawkeye Invite is hosted at Ashton Cross Country Course (Iowa City) in early September.

The Bulldog and Hawkeye men's teams have competed against each other at the NCAA Division I regionals every year since the 1985 season. Both teams generally come into the meet with an opportunity to advance to the NCAA Division I national round. The Drake men won three NCAA Division I national team titles (1944, 1945, and 1946) and twelve conference team championships. The Iowa men won the 2002 NCAA Division I Midwest Regional and have won two conference team championships.

The Drake and Iowa women's teams have competed against each other at the NCAA Division I regionals in all but three seasons since NCAA sanctioned women's cross country in the 1982 season. They have also traditionally been competing with the hope of advancing in the NCAA Division I national round. The Bulldog women have won two conference team championships while the Iowa women have won one conference team championship.[48] [49] [50][51][52]

Rowing rivalry[edit]

The Drake and Iowa women are currently classified as a NCAA Division I rowing programs. The Drake women compete against Iowa at the Head of the Iowa (on the Iowa River) and the Iowa women compete against Drake at the Head of the Des Moines (on the Des Moines River). They also complete against each other in other competitions throughout the year.[53] [54] [55]

The Bulldogs and Hawkeye men have competed as far back as the mid to early-1880's. The Drake men and Iowa men were formerly NCAA sanctioned teams, but currently only row as college club teams.[56]

Men’s Soccer rivalry[edit]

Drake and Iowa competed as college clubs until 1986. The teams played yearly during the fall in home and away series and competed with the other two Division I institutions for the Big Four Challenge Cup. This was the highest level of soccer by the Division I institutions in the State of Iowa at that time.

In 1986, Drake officially sanctioned men's soccer as a fully funded NCAA Division I sport. The Bulldogs have advanced as far as the 2009 NCAA Division I Elite Eight. Iowa has remained a highly competitive college club team.[57] [58] [59]

Women’s Soccer rivalry[edit]

Drake and Iowa’s first official NCAA Division I women’s soccer game was in 2003.[60] The Hawkeyes left no doubt in the outcome scoring four goals. [61] The next year Drake would score an early goal in the sixth minute to secure their first win against Iowa.[62] The Hawkeyes would then win the next six matches with 1–0 being the most common score. Two exceptions during the streak would be a 4–0 win on August 23, 2008 and Iowa's largest series victory of 6–0 in an exhibition match on August 13, 2011.

During the spring season Drake and Iowa along with the other two Division I institutions in Iowa play in the Big Four (All-Iowa) Challenge.[63] Although these are only offseason training games they tend to take on a more significate meaning and draw larger crowds than normal offseason matches. The tournament rotates between each of the four campuses.

Both Drake and Iowa have advanced to the NCAA Division I tournament. Iowa advanced to the second round in 2020. The Bulldogs have won six conference regular season titles and one conference tournament; while the Hawkeyes have won one conference tournament.[64] [65][66]

Prior to 1997 the Bulldogs and Hawkeyes competed against each other as college clubs. Iowa sanctioned soccer in 1997 and Drake sanction it in 2002.[67] [68]

Drake victoriesIowa victoriesTies
No.DateLocationWinnerScore
1 September 5, 2003 Omaha, NE Iowa 4–0
2 September 10, 2004 Des Moines, IA Drake 1–0
3 October 1, 2006 Des Moines, IA Iowa 1–0
4 September 14, 2007 Iowa City, IA Iowa 1–0
5 August 23, 2008 Iowa City, IA Iowa 4–0
No.DateLocationWinnerScore
6 September 30, 2009 Des Moines, IA Iowa 1–0
7 August 13, 2011 Iowa City, IA Iowa 6–0 (EX)
8 August 23, 2013 Des Moines, IA Iowa 1–0
Series: Iowa leads 7–1

Men’s Tennis rivalry[edit]

The first official men’s tennis competition between Drake and Iowa dates back to the 1938-39 men’s tennis season; however, it is believed unofficial tennis events occurred between the schools prior to that season. The Bulldogs and Hawkeyes first played in a head-to-head match in 1977 and their head-to-head series is the most played NCAA Division I men's series in the State of Iowa.[69]

The final match of the series was an Iowa win on February 8, 2020. The match schedule during the 2020-21 season was canceled due to COVID-19 pandemic schedule restructures; and Iowa announced on August 21, 2020 they would no longer be sanctioning men's tennis as a NCAA Division I sport following the 2020-21 season. The Hawkeyes currently only play college club tennis.[70]

Iowa finished third in NCAA Division I tennis team championships during the 1957-58 season. Drake has advanced to past the NCAA Division I team championships first round twice. The Hawkeyes have won one conference team title; while the Bulldogs have won nine conference regular season and ten conference tournament team titles.[71] [72][73][74]

Drake victoriesIowa victoriesTies
No.DateLocationWinnerScore
1 March 9, 1977 Iowa City, IA Iowa 6–3
2 March 8, 1978 Des Moines, IA Iowa5–4
3 March 7, 1979 Iowa City, IA Iowa 7–2
4 March 5, 1980 Des Moines, IA Iowa 8–1
5 March 4, 1981 Iowa City, IA Iowa 5–4
6 March 3, 1982 Des Moines, IA Iowa 6–3
7 March 9, 1983 Iowa City, IA Iowa 7–2
8 March 7, 1984 Des Moines, IA Iowa 5–4
9 March 6, 1985 Iowa City, IA Iowa 5–4
10 March 5, 1986 Des Moines, IA Iowa 6–3
11 March 4, 1987 Iowa City, IA Iowa 5–4
12 March 9, 1988 Des Moines, IA Iowa 6–3
13 March 7, 1990 Iowa City, IA Iowa 6–3
14 March 7, 1991 Iowa City, IA Iowa 7–1
15 March 10, 1992 Des Moines, IA Drake 6–2
16 March 9, 1993 Iowa City, IA Drake 4–3
17 March 10, 1994 Des Moines, IA Drake 5–2
18 March 1, 1995 Iowa City, IA Iowa 6–1
19 March 6, 1996 Des Moines, IA Drake 6–1
20 March 5, 1997 Iowa City, IA Iowa 5–2
21 February 8, 1998 Des Moines, IA Iowa 4–3
22 February 17, 1999 Iowa City, IA Iowa 5–2
No.DateLocationWinnerScore
23 February 16, 2000 Des Moines, IA Iowa 5–2
24 February 15, 2001 Iowa City, IA Iowa 6–1
25 February 27, 2002 Des Moines, IA Iowa 4–3
26 March 2, 2003 Iowa City, IA Iowa 4–3
27 February 26, 2004 Des Moines, IA Drake 7–0
28 March 2, 2005 Iowa City, IA Iowa 6–1
29 March 1, 2006 Des Moines, IA Drake 5–2
30 February 28, 2007 Iowa City, IA Drake 4–3
31 February 27, 2008 Des Moines, IA Drake 5–2
32 February 25, 2009 Iowa City, IA Iowa 5–2
33 February 24, 2010 Des Moines, IA Iowa 4–3
34 February 23, 2011 Iowa City, IA Iowa 5–2
35 February 29, 2012 Des Moines, IA Drake 7–0
36 February 27, 2013 Iowa City, IA Drake 5–2
37 February 26, 2014 Des Moines, IA Drake 7–0
38 February 27, 2015 Iowa City, IA Drake 5–2
39 March 4, 2016 Des Moines, IA Drake 4–3
40 February 3, 2017 Iowa City, IA Drake 4–3
41 February 9, 2018 Des Moines, IA Drake 6–1
42 March 8, 2019 Iowa City, IA Iowa 4–3
43 February 8, 2020 Des Moines, IA Iowa 4–0
Series: Iowa leads 28–15

°The 2021 match scheduled to be held in Iowa City was canceled due to the COVID-19 pandemic.

Women’s Tennis rivalry[edit]

Drake and Iowa have competed regularly in a women’s tennis team format dating back to the 1977-78 season. In addition, Drake and Iowa have competed in individual competitions at the NCAA Division I level each season since the founding of their programs.[75]

The Bulldogs have won two conference regular season championships and nine conference tournament championships. The Hawkeyes have not yet won a conference championship. Iowa advanced to the 1999 NCAA Division I Sweet Sixteen. Drake has not advanced past the NCAA Division I first round.[76] [77][78]

Drake victoriesIowa victoriesTies
No.DateLocationWinnerScore
1 October 6, 1977 Des Moines, IA Drake 7–2
2 April 25, 1978 Iowa City, IA Iowa 6–3
3 April 28, 1979 Iowa City, IA Iowa 5–4
4 October 16, 1979 Iowa City, IA Iowa 7–2
5 April 18, 1980 Des Moines, IA Iowa 7–2
6 September 10, 1980 Des Moines, IA Iowa 8–1
7 April 24, 1981 Iowa City, IA Iowa 8–1
8 September 9, 1981 Iowa City, IA Iowa 8–1
9 March 30, 1982 Des Moines, IA Iowa 6–3
10 September 27, 1982 Des Moines, IA Iowa 7–2
11 March 30, 1983 Iowa City, IA Drake 5–4
12 October 27, 1983 Iowa City, IA Drake 5–4
13 March 26, 1984 Des Moines, IA Drake 5–4
14 September 6, 1984 Des Moines, IA Iowa 7–2
15 April 24, 1985 Iowa City, IA Iowa 5–3
16 September 7, 1985 Iowa City, IA Iowa 7–2
17 April 19, 1986 Des Moines, IA Iowa 6–3
18 October 7, 1986 Des Moines, IA Iowa 8–1
19 October 6, 1987 Iowa City, IA Iowa 8–1
20 September 5, 1988 Des Moines, IA Iowa 7–2
No.DateLocationWinnerScore
21 February 25, 1989 Iowa City, IA Iowa 7–2
22 September 12, 1989 Des Moines, IA Iowa 9–0
23 September 7, 1990 Iowa City, IA Iowa 8–0
24 September 6, 1991 Des Moines, IA Drake 5–4
25 October 21, 1992 Iowa City, IA Iowa 8–1
26 September 28, 1993 Des Moines, IA Iowa 5–4
27 October 22, 1994 Iowa City, IA Iowa 7–2
28 February 14, 1996 Des Moines, IA Iowa 4–3
29 February 21, 1997 Iowa City, IA Iowa 4–3
30 October 21, 1997 Des Moines, IA Iowa 6–1
31 February 25, 2000 Iowa City, IA Iowa 9–0
32 February 1, 2004 Iowa City, IA Iowa 7–0
33 January 28, 2005 Iowa City, IA Iowa 7–0
34 March 5, 2006 Des Moines, IA Iowa 7–0
35 February 16, 2013 Iowa City, IA Iowa 7–0
36 March 5, 2014 Des Moines, IA Iowa 4–3
37 March 25, 2015 Iowa City, IA Drake 4–3
38 March 30, 2016 Des Moines, IA Iowa 4–1
Series: Iowa leads 32–6

Track & Field rivalry[edit]

Drake and Iowa compete at the NCAA Division I level in men's and women's indoor and outdoor track & field. The Bulldog and Hawkeye 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 has won three indoor men’s conference team championships and five outdoor men’s team championships. The Hawkeyes and Bulldogs have not won a women’s team conference title.[79] [80] [81][82][83][84]

The Bulldogs normally attend the Jimmy Grant Invitational and Larry Wieczorak Invitational held at the Iowa Indoor Track Building; along with the Musco Twilight held at Francis X. Cretzmeyer Track. The Hawkeyes usually attend the Jim Duncan Invitational [85] and the Drake Relays [86] held at Drake Stadium. They also compete against each other in Big Four Duels and other meets throughout the season.

Wrestling rivalry[edit]

Iowa is a national power in college wrestling winning twenty-four NCAA Division I national team championships and thirty-five conference wrestling meets. Drake competed in NCAA Division I wresting until 1994 when their team was re-classified as college club status.[87]

The schools have competed in eighteen varsity duels on the wrestling mat with the Hawkeyes claiming all eighteen team victories.[88][89]

Drake victoriesIowa victoriesTies
No.DateLocationWinnerScore
1 March 18, 1970 Des Moines, IA Iowa 36–0
2 February 23, 1971 Des Moines, IA Iowa 35–3
3 February 4, 1972 Iowa City, IA Iowa 31–9
4 February 12, 1973 Iowa City, IA Iowa 30–3
5 January 8, 1974 Des Moines, IA Iowa 30–8
6 December 6, 1974 Iowa City, IA Iowa 33–6
7 December 3, 1975 Des Moines, IA Iowa 35–6
8 December 29, 1976 Iowa City, IA Iowa 44–2
9 January 31, 1978 Des Moines, IA Iowa 40–6
10 December 8, 1978 Iowa City, IA Iowa 52–0
No.DateLocationWinnerScore
11 February 2, 1980 Des Moines, IA Iowa 49–6
12 February 9, 1986 Iowa City, IA Iowa 48–6
13 November 22, 1986 Des Moines, IA Iowa 40–3
14 November 28, 1987 Des Moines, IA Iowa 50–0
15 November 30, 1988 Des Moines, IA Iowa 37–7
16 December 6, 1989 Des Moines, IA Iowa 44–0
17 November 24, 1990 Des Moines, IA Iowa 35–6
18 November 22, 1991 Des Moines, IA Iowa 48–0
Series: Iowa leads 18–0

See also[edit]

References[edit]

  1. https://godrakebulldogs.com/
  2. https://hawkeyesports.com/
  3. https://www.drake.edu/
  4. https://uiowa.edu/
  5. https://godrakebulldogs.com/news/2010/12/15/205055716.aspx
  6. https://www.desmoinesregister.com/story/sports/basketball/2016/02/28/big-four-college-basketball-iowa-isu-drake-uni/81087638/
  7. https://www.timesrepublican.com/sports/local-sports/2020/02/big-four-cyclones-fall-short-at-west-virginia/
  8. https://urban-plains.com/is-iowas-big-four-forgotten/
  9. https://en.calameo.com/read/000377106240ecddcad3d
  10. https://hawkeyesports.com/documents/2019/7/17/2019_Media_Guide.pdf
  11. https://gridironhistory.com/versus/Drake/Iowa.html
  12. https://newspaperarchive.com/daily-iowa-capital-oct-03-1896-p-3/
  13. https://newspaperarchive.com/daily-iowa-capital-nov-13-1897-p-3/
  14. https://www.upi.com/Archives/1985/09/14/IOWA-58-DRAKE-0/7974495518400/
  15. 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/
  16. https://godrakebulldogs.com/sports/football
  17. https://hawkeyesports.com/sports/football/
  18. https://books.google.com/books?id=580XAQAAMAAJ
  19. https://www.ncaa.com/news/football/article/college-football-national-championship-history
  20. https://godrakebulldogs.com/sports/mens-basketball/opponent-history/iowa/17
  21. http://hawkeyesports.cstv.com/sports/m-baskbl/stats/072204aaa.html
  22. https://www.nytimes.com/2018/12/14/sports/iowa-isu-uni-drake-basketball.html
  23. https://www.espn.com/mens-college-basketball/recap/_/gameId/263502181
  24. https://www.si.com/more-sports/2006/12/23/mid-majorreport
  25. https://www.espn.com/mens-college-basketball/recap?gameId=273482294
  26. https://bleacherreport.com/articles/312278-drake-bulldogs-dropped-by-in-state-rival-iowa-hawkeyes
  27. https://www.dropbox.com/sh/9fo5ap2yw5xu6ap/AAC9if8MqDm8547y-F-ljIIEa?dl=0
  28. https://web.archive.org/web/20071118120724/http://hawkeyesports.cstv.com/sports/m-baskbl/stats/070204aab.html
  29. http://grfx.cstv.com/photos/schools/iowa/sports/m-baskbl/auto_pdf/mguide10-6.pdf
  30. https://godrakebulldogs.com/sports/mens-basketball
  31. http://www.calameo.com/books/0003771062811812eefaf
  32. https://hawkeyesports.com/sports/mbball/
  33. https://storage.googleapis.com/hawkeyesports-com/2021/10/aedcb5be-bbfactbook-22.pdf
  34. https://godrakebulldogs.com/sports/womens-basketball/opponent-history/university-of-iowa/17
  35. http://web1.ncaa.org/stats/StatsSrv/careercoach
  36. https://www.timesrepublican.com/sports/local-sports/2013/12/iowa-drake-women-share-special-rivalry/
  37. http://www.godrakebulldogs.com/news/2012/4/17/jennie_lillis_baranczyk_named_drake_head_women_s_basketball_coach.aspx
  38. https://dailyiowan.com/2018/03/22/iowa-womens-basketball-pushed-by-bluders-passion/
  39. https://www.hawkcentral.com/story/sports/college/iowa/2020/12/01/iowa-hawkeyes-drake-bulldogs-womens-college-basketball-caitlin-clark-grace-berg/6475222002/
  40. https://dailyiowan.com/2020/12/01/iowa-womens-basketball-brings-young-team-to-drake/
  41. https://www.espn.com/womens-college-basketball/recap/_/gameId/400589801
  42. https://www.goiowaawesome.com/iowa-hawkeyes-womens-basketball/2020/12/5026/iowa-103-drake-97-stealing-a-win
  43. https://s3.amazonaws.com/sidearm.sites/mvc.sidearmsports.com/documents/2020/11/24/WBB_Media_Guide_Online.pdf
  44. https://godrakebulldogs.com/sports/womens-basketball
  45. http://www.calameo.com/books/000377106cbf446feff04
  46. https://hawkeyesports.com/sports/wbball/
  47. https://storage.googleapis.com/hawkeyesports-com/2021/11/8c9ff692-2021-22-media-guide.pdf
  48. https://godrakebulldogs.com/sports/mens-cross-country
  49. https://hawkeyesports.com/sports/mcross/roster/
  50. https://storage.googleapis.com/hawkeyesports-com/2021/09/13f8e56b-2021-22-cc-hscom.pdf
  51. https://mvc-sports.com/documents/2021/8/11/XC_20_21_Record_Book_Update.pdf
  52. http://www.cstv.com/auto_pdf/p_hotos/s_chools/iowa/sports/m-xc/auto_pdf/awards
  53. https://godrakebulldogs.com/sports/rowing
  54. http://www.calameo.com/books/000377106922358f5de2a
  55. https://hawkeyesports.com/sports/wrow/
  56. https://recserv.uiowa.edu/rowing
  57. https://godrakebulldogs.com/sports/mens-soccer
  58. https://s3.amazonaws.com/sidearm.sites/mvc.sidearmsports.com/documents/2021/8/17/2021_MSOC_Media_Guide.pdf
  59. https://uiowa.campuslabs.com/engage/organization/UImensclubsoccer
  60. https://godrakebulldogs.com/sports/womens-soccer/opponent-history/university-of-iowa/17
  61. https://hawkeyesports.com/news/2003/09/18/iowa-4-drake-0-2/
  62. https://godrakebulldogs.com/news/2004/9/10/brown_s_early_goal_lifts_women_s_soccer_past_iowa_in_home_opener.aspx
  63. https://godrakebulldogs.com/news/2004/4/15/women_s_soccer_hosts_all_iowa_challenge.aspx
  64. https://godrakebulldogs.com/documents/2018/7/23/WSOC_Records.pdf
  65. https://storage.googleapis.com/hawkeyesports-com/2021/08/437dc65a-2021_iowa_soccer_fact_book.pdf
  66. https://mvc-sports.com/documents/2021/5/13/WSOC20_21.pdf
  67. https://godrakebulldogs.com/sports/womens-soccer
  68. https://hawkeyesports.com/sports/wsoc/
  69. https://storage.googleapis.com/hawkeyesports-com/2020/04/c8507d23-all-time-results-2014.pdf
  70. https://abcnews.go.com/Sports/wireStory/latest-world-outlaws-ramp-covid-19-protocols-72521506
  71. https://hawkeyesports.com/sports/mten/
  72. https://godrakebulldogs.com/sports/mens-tennis
  73. http://hawkeyesports.cstv.com/auto_pdf/p_hotos/s_chools/iowa/sports/m-tennis/auto_pdf/teamawardshonors
  74. https://s3.amazonaws.com/sidearm.sites/mvc.sidearmsports.com/documents/2017/6/26/MensTennisRecordBook_2017.pdf
  75. https://storage.googleapis.com/hawkeyesports-com/2021/02/81659efd-2020-21-womens-tennis-fact-book.pdf
  76. https://godrakebulldogs.com/sports/womens-tennis
  77. https://hawkeyesports.com/sports/wten/
  78. https://mvc-sports.com/documents/2021/6/29/WTEN_Record_Book_2021.pdf
  79. https://godrakebulldogs.com/sports/track-and-field
  80. https://hawkeyesports.com/sports/mtrack/
  81. https://hawkeyesports.com/sports/wtrack/
  82. https://mvc-sports.com/documents/2021/8/11/MT_F20_21_Update.pdf
  83. https://mvc-sports.com/documents/2021/8/11/WT_F20_21.pdf
  84. http://hawkeyesports.cstv.com/auto_pdf/p_hotos/s_chools/iowa/sports/m-track/auto_pdf/bigtenchampions
  85. https://godrakebulldogs.com/sports/2015/11/27/DR_1127150713.aspx
  86. https://godrakebulldogs.com/sports/dr
  87. https://storage.googleapis.com/hawkeyesports-com/2021/10/66e5cf87-2021-22-media-guide.pdf
  88. https://hawkeyesports.com/sports/wrestling/
  89. https://web.archive.org/web/20080730060705/http://hawkeyesports.cstv.com/auto_pdf/p_hotos/s_chools/iowa/sports/m-wrestl/auto_pdf/0708web5



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