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

Drake–Valparaiso rivalry

From EverybodyWiki Bios & Wiki

Script error: No such module "AfC submission catcheck".



Drake–Valparaiso rivalry
SportFootball, basketball, baseball, bowling, cross country, golf, 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": "40.72"} },
   {"name":"imgLon", "init": {"expr": "-89.91"} },
   {"name":"imgZoom", "init": {"expr": "5"} },
   {"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": 40.72, 
    "lon": -89.91, 
    "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":  "200km" }

, { "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.605, "lon": -93.655, "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": "#AA1205"


} , { "lat": 41.465556, "lon": -87.048056, "img": "wikirawupload:https://upload.wikimedia.org/wikipedia/commons/thumb/e/e4/Brown_pog.svg/10px-Brown_pog.svg.png", "height": 10, "width": 10, "text": "Valparaiso", "textAlign": "center", "textBaseline": "bottom", "textDx": 0, "textDy": -7, "textFontSize": 12, "textColor": "#AA1205"


}
















     ],
     "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 Valpariso

The Drake–Valparaiso rivalry is an American college athletics rivalry between the Drake Bulldogs sports teams and Valparaiso Beacons sports teams. The rivalry began as a football only rivalry in 1993 when both teams became charter members of the Pioneer Football League and expanded to other sports when Valparaiso joined the Missouri Valley Conference as a full member.

Background[edit]

Drake University is a private institution founded in 1881. They Bulldogs were one of the charter members of the Missouri Valley Conference and the Pioneer Football League. Valparaiso University is a private institution founded in 1859. The Beacons joined the Missouri Valley Conference in 2017 and were charter members of the Pioneer Football League. Valparaiso were previously members of the Mid-Continent Conference and the Horizon League.

Football rivalry[edit]

Drake and Valparaiso have met annually in football dating back to 1993. They have combine for eight Pioneer Football League titles (Drake 6, Valparaiso 2) and twenty-two total conference titles (Drake 13, Valparaiso 9). The Bulldogs and Beacons are one of the original rivalries of the Pioneer Football League. The teams met twice for the 2020 season in 2021 (March 20, 2021 and April 3, 2021) due to Covid-19 pandemic scheduling issues.

Drake victoriesValparaiso victoriesTie games
No.DateLocationWinnerScore
1 October 16, 1993 Valparaiso, IN Drake 31–12
2 October 15, 1994 Des Moines, IA Drake 23–3
3 October 14, 1995 Valparaiso, IN Drake 28–21
4 October 19, 1996 Des Moines, IA Drake 27–12
5 September 27, 1997 Valparaiso, IN Drake 27–7
6 October 3, 1998 Des Moines, IA Drake 33–18
7 October 2, 1999 Valparaiso, IN Valparaiso27–17
8 October 7, 2000 Des Moines, IA Drake 54–7
9 October 13, 2001 Valparaiso, IN Valparaiso 17–7
10 October 5, 2002 Des Moines, IA Drake 52–35
11 October 25, 2003 Valparaiso, IN Valparaiso 51–45 (OT)
12 October 23, 2004 Des Moines, IA Drake 37–10
13 November 5, 2005 Valparaiso, IN Drake 49–24
14 September 23, 2006 Valparaiso, IN Drake 21–7
15 September 29, 2007 Des Moines, IA Drake 48–20
16 November 22, 2008 Valparaiso, IN Drake 32–0
No.DateLocationWinnerScore
17 October 3, 2009 Des Moines, IA Drake 34–14
18 September 25, 2010 Valparaiso, IN Drake 21–19
19 October 22, 2011 Des Moines, IA Drake 50–0
20 October 13, 2012 Valparaiso, IN Drake 35–21
21 October 26, 2013 Des Moines, IA Drake 23–10
22 October 18, 2014 Valparaiso, IN Drake17–9
23 October 10, 2015 Des Moines, IA Drake 34–7
24 October 8, 2016 Valparaiso, IN Drake 35–21
25 September 23, 2017 Des Moines, IA Drake 38–13
26 October 27, 2018 Valparaiso, IN Drake 42–25
27 October 5, 2019 Des Moines, IA Drake 35–6
28 March 20, 2021 (2020) Valparaiso, IN Drake 17–6
29 April 3, 2021 (2020) Des Moines, IA Valparaiso 10–7
30 September 25, 2021 Des Moines, IA Valparaiso 24–21
Series: Drake leads 25–5

Men’s Basketball rivalry[edit]

Drake and Valparaiso first met on the basketball court in 1944 and played six times before becoming Missouri Valley conference rivals. The Bulldogs appeared in the 1969 NCAA Division I Final Four narrowly falling to UCLA and has appeared in three NCAA Division I Elite Eights. The Beacons advanced to the 1998 NCAA Division I Sweet Sixteen, winning their first game on a last second shot which has become one of the NCAA Division I tournament’s iconic plays.

Drake has won nine Missouri Valley Conference regular season championships and one Missouri Valley Conference tournament championship. Valparaiso has yet to win a Missouri Valley Conference regular season or tournament title; however, the Beacons won fourteen regular season and ten tournament titles in their prior conferences.

Drake victoriesValparaiso victoriesTie games
No.DateLocationWinnerScore
1 December 22, 1944 Valparaiso, IN Valparaiso 62–42
2 December 23, 1944 Valparaiso, IN Valparaiso 66–41
3 December 15, 1945 Valparaiso, IN Valparaiso 56–54
4 March 1, 1966 Des Moines, IA Drake 78–74
5 December 20, 1967 Valparaiso, IN Drake 95–76
6 November 28, 2014 Nashville, TN Valparaiso 66–46
7 January 10, 2018 Valparaiso, IN Valparaiso77–60
8 February 24, 2018 Des Moines, IA Valparaiso69–64
No.DateLocationWinnerScore
9 January 26, 2019 Valparaiso, IN Drake 70–59
10 February 16, 2019 Des Moines, IA Drake 84–79
11 January 11, 2020 Valparaiso, IN Valparaiso 66–61
12 February 19, 2020 Des Moines, IA Drake 77–75 (OT)
13 February 6, 2021 Valparaiso, IN Drake 80–77
14 February 7, 2021 Valparaiso, IN Valparaiso 74–57
Series: Valparaiso leads 8–6

Women’s Basketball rivalry[edit]

Drake and Valparaiso first women’s basketball game was in 1994 and they have played regularly since Valparaiso joined the Missouri Valley Conference. The Bulldogs advanced to the 1982 NCAA Division I Elite Eight and the NCAA Division I Sweet Sixteen twice. The Beacons have not advanced past the NCAA Division I first round.

Drake has won seven Missouri Valley Conference regular season championships and eigth Missouri Valley Conference tournament championships. Valparaiso has yet to win a Missouri Valley Conference regular season or tournament title; however, the Beacons won two regular season and two tournament titles in their prior conferences. The teams have met three times in early rounds of the Missouri Valley Conference tournament with Drake winning all three games.

Drake victoriesValparaiso victoriesTie games
No.DateLocationWinnerScore
1 December 3, 1994 Des Moines, IA Drake 94–59
2 November 24, 1995 Valparaiso, IN Drake 80–79
3 December 29, 2017 Des Moines, IA Drake 86–50
4 March 3, 2018 Valparaiso, IN Drake 85–53
5 March 9, 2018 Moline, IL Drake 89–40
6 January 13, 2019 Des Moines, IA Drake 84–53
7 February 8, 2019 Valparaiso, IN Drake 88–62
No.DateLocationWinnerScore
8 March 15, 2019 Moline, IL Drake 86–58
9 January 31, 2020 Des Moines, IA Drake 87–66
10 March 1, 2020 Valparaiso, IN Drake 83–79
11 March 5, 2021 Des Moines, IA Drake 77–67
12 March 6, 2021 Des Moines, IA Drake 71–66 (OT)
13 March 12, 2021 Moline, IL Drake 71–60
Series: Drake leads 13–0

Baseball rivalry[edit]

The first known athletic events played between Drake and Valparaiso were on the baseball diamond in the 1920’s. The Bulldogs were re-classified from NCAA Division I to college club status in 1975; therefore, the teams have not met in a modern college baseball game.

Valparaiso has advanced in the NCAA Division I regional rounds on seven occasions. Drake has not advanced to the NCAA Division I tournament in the College World Series era (1947 to present). The Beacons won a conference regular season title and conference tournament title prior to joining the Missouri Valley Conference.

Drake victoriesValparaiso victoriesTie games
No.DateLocationWinnerScore
1 April 3, 1920 Valparaiso, IN Valparaiso 6–3
2 April 4, 1920 Valparaiso, IN Drake 4–2
3 April 2, 1921 Des Moines, IA Drake 7–1
No.DateLocationWinnerScore
4 April 3, 1921 Des Moines, IA Drake 5–0
Series: Drake leads 3–1

Women's Bowling rivalry[edit]

Valparaiso has traditionally had a top-25 women's bowling program since elevating their program to NCAA Division I level in 2009. They have appeared regularly in the NCAA Division I tournament. Drake has never fielded a women's bowling team higher than college club status.

Cross Country rivalry[edit]

Drake and Valparaiso compete at the NCAA Division I level in men's and women's cross country. Drake won the 1944, 1945, and 1946 NCAA Division I national cross country team championships. The Bulldog and Beacons men's and women's teams have traditionally competed in NCAA Division I regionals and at the NCAA Division I championships. Drake has won twelve men’s and two women’s Missouri Valley Conference team titles. Valparaiso has yet to win a conference team title.

The Drake Classic is hosted at Ewing Park in Des Moines, IA and Winrow Valparaiso Open is hosted at Sunset Hill Farm Country Park in Valparaiso, IN.

Golf rivalry[edit]

Drake and Valparaiso compete at the NCAA Division I level in men's and women's golf. The Bulldog and Beacon men's and women's teams have traditionally competed in NCAA Division I regionals and at the NCAA Division I championship. The Drake men have won five Missouri Valley Conference team championships. The Valparaiso men won a conference team championship prior to joining the Missouri Valley Conference. Neither the Bulldog or Beacon women have won a Missouri Valley Conference team title.

The Zach Johnson Invitational is held at Glen Oaks Country Club in West Des Moines, IA, while the Valpo Invitational is held and Sand Creek Country Club in Chesterton, IN.

Rowing rivalry[edit]

The Drake women are currently the only team classified as a NCAA Division I rowing program. The Drake men along with Valparaiso men and women are currently classified as college club status. The Bulldog and Beacon men and women teams have transitioned in-between classifications. The teams have competed against each other when in a similar classification.

Men’s Soccer rivalry[edit]

Drake and Valparaiso played ten official men’s soccer matches prior to the Beacons re-classification as college club status in 2020. The Bulldogs advanced to the 2009 NCAA Division I Elite Eight, while the Beacons have not advanced past the NCAA Division I first round.

Drake have won two Missouri Valley Conference tournament championships. Valparaiso has not won a Missouri Valley Conference regular season or tournament championship. The Beacons won three regular season championships in their prior conferences. The teams have met three times in the Missouri Valley Conference tournament with Drake winning all three matches.

Drake victoriesValparaiso victoriesTie games
No.DateLocationWinnerScore
1 October 1, 1995 Valparaiso, IN Tie1–1
2 September 29, 1996 Des Moines, IA Drake 3–1
3 September 28, 2003 Des Moines, IA Drake 1–0
4 September 16, 2017 Des Moines, IA Valparaiso 3–2 (2OT)
5 November 7, 2017 Peoria, IL Drake 4–2
6 November 3, 2018 Valparaiso, IN Valparaiso 1–0
No.DateLocationWinnerScore
7 November 7, 2018 Evansville, IN Drake 2–1 (2OT)
8 September 25, 2019 Valparaiso, IN Drake 2–0
9 October 23, 2019 Des Moines, IA Valparaiso 3–1
10 November 13, 2019 Chicago, IL Drake 2–1 (2OT)
Series: Drake leads 6–3–1

Women’s Soccer rivalry[edit]

The first Drake versus Valparaiso women’s soccer match was in 2002 and they have played annually since the Beacons joined the Missouri Valley Conference. The Bulldogs have won six Missouri Valley Conference regular season championships and one Missouri Valley Conference tournament championship. The Beacons have not won a Missouri Valley Conference title, but have won three regular season and two tournament championships in their prior conferences. Neither team has advanced past the NCAA Division I tournament first round.

The 2020 match was postponed to 2021 due to the Covid-19 pandemic. They have met once in the Missouri Valley Conference tournament with Drake prevailing in 2019.

Drake victoriesValparaiso victoriesTie games
No.DateLocationWinnerScore
1 September 20, 2002 Valparaiso, IN Drake 2–0
2 September 21, 2003 Des Moines, IA Drake 3–1
3 October 24, 2004 Des Moines, IA Tie2–2
4 September 30, 2017 Des Moines, IA Drake 4–2
5 September 23, 2018 Valparaiso, IN Drake 1–0 (OT)
No.DateLocationWinnerScore
6 October 26, 2019 Des Moines, IA Drake 3–0
7 November 4, 2019 Des Moines, IA Drake 1–0
8 March 19, 2021 (2020) Valparaiso, IN Tie1–1
9 October 13, 2021 Des Moines, IA Valparaiso 1–0
Series: Drake leads 6–1–2

Softball rivalry[edit]

Drake and Valparaiso first met on the softball diamond in 1993 and have played yearly since the Beacons joined the Missouri Valley Conference. The Bulldogs and Beacons have both advanced in the NCAA Division I regional rounds. Drake has won three Missouri Valley Conference regular season and four Missouri Valley Conference tournament titles. Valparaiso has not won a Missouri Valley Conference championship to date. The Beacons won one regular season and three tournament championships in their prior conferences.

They have met once in the Missouri Valley Conference tournament with Drake prevailing in 2018.

Drake victoriesValparaiso victoriesTie games
No.DateLocationWinnerScore
1 April 1, 1990 (1) Valparaiso, IN Drake 5–0
2 April 1, 1990 (2) Valparaiso, IN Drake 7–0
3 February 10, 1991 Cedar Falls, IA Drake 5–0
4 April 3, 1993 Des Moines, IA Drake 6–1
5 February 12, 2012 Cedar Falls, IA Valparaiso 5–3
6 March 7, 2015 Fort Collins, CO Drake 8–0
7 April 15, 2018 (1) Cedar Falls, IA Drake 4–0
8 April 15, 2018 (2) Cedar Falls, IA Drake 2–1
No.DateLocationWinnerScore
9 May 11, 2018 Des Moines, IA Drake 2–0
10 April 6, 2019 (1) Valparaiso, IN Drake 10–0
11 April 6, 2019 (2) Valparaiso, IN Drake 1–0
12 April 7, 2019 Valparaiso, IN Drake 14–3
13 April 25, 2021 (1) Valparaiso, IN Drake 10–2
14 April 25, 2021 (2) Valparaiso, IN Drake 6–3
Series: Drake leads 13–1

°The 2020 games schedule in Des Moines on April 4 and April 5 were canceled due to the Covid-19 pandemic.

Swimming & Diving rivalry[edit]

The Valparaiso men's and women's teams are currently classified as NCAA Division I swimming & diving programs. The Drake men's and women's teams have transitioned in-between classifications for swimming & diving over the years and are currently classified as college club status.

The Bulldog men’s swimming team won the 1929 Missouri Valley Conference team championship. The Bulldog women's team along with the Beacon men's and women's teams have never won the Missouri Valley Conference team championship.

Men’s Tennis rivalry[edit]

Drake and Valparaiso competed four times in a team format prior to the Beacons being re-classified as college club status in 2000-21 season. The Bulldogs and Beacons also competed in individual competitions at the NCAA Division I level each season.

Drake has won nine Missouri Valley Conference regular season championships and ten Missouri Valley Conference tournament championships. The Bulldogs also won two Summit League championships. Drake advanced to the second round of the NCAA Division I team championships in 2013 and 2015. The Beacon won a tournament and regular season championship in their prior conference and have advanced to the NCAA Division I team tournament first round.

Drake victoriesValparaiso victoriesTie games
No.DateLocationWinnerScore
1 April 14, 2018 Des Moines, IA Drake 6–1
2 April 28, 2018 Denver, CO Drake 4–1
3 April 6, 2019 Valparaiso, IN Drake 6–1
No.DateLocationWinnerScore
4 April 26, 2019 Tulsa, OK Drake 4–1
Series: Drake leads 4–0

°The 2020 match schedule to take place in Des Moines on April 18 was canceled due to the Covid-19 pandemic.

Women’s Tennis rivalry[edit]

The Bulldogs and Beacons first team tennis match occurred in 2018 when Valparaiso joined the Missouri Valley Conference. Drake has won two regular season team Missouri Valley Conference championships and nine Missouri Valley Conference team tournament championships. The Bulldogs have yet to advance past the first round of the NCAA Division I team championships. Valparaiso has not won a Missouri Valley Conference team championship or advanced to the NCAA Division I team tournament.

In addition, the Bulldogs and Beacons have competed in individual competitions at the NCAA Division I level each season since the founding of their programs

Drake victoriesValparaiso victoriesTie games
No.DateLocationWinnerScore
1 April 7, 2018 Valparaiso, IN Drake 7–0
2 April 13, 2019 Des Moines, IA Drake 5–2
No.DateLocationWinnerScore
3 April 3, 2021 Des Moines, IA Drake 6–1
Series: Drake leads 3–0

°The 2020 match scheduled to take place in Valparaiso on April 11 was canceled due to the Covid-19 pandemic.

Track & Field rivalry[edit]

Drake and Valparaiso compete at the NCAA Division I level in men's and women's indoor and outdoor track & field. The Bulldog and Beacon 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. The Drake men have won eight Missouri Valley Conference indoor team championships and ten Missouri Valley Conference outdoor team championships. The Bulldog women and Beacon men and women have not won a Missouri Valley Conference team title.

The Bulldogs host the Jim Duncan Invitational and the Drake Relays at historic Drake Stadium. The Beacons host the Valpo Invite at Warren G. Hoger Track.

Women’s Volleyball rivalry[edit]

Drake and Valparaiso's first match on the volleyball court was in 1986, meeting six times prior to the Beacons joining the Missouri Valley Conference. The Bulldogs have not advanced to the NCAA Division I tournament; while the Beacons have not advanced past the NCAA Division I tournament first round.

The Beacons won eight regular season conference titles and six conference tournaments prior to joining the Missouri Valley Conference. Drake has not yet won a Missouri Valley Conference title. Both schools participated in the AIWA Tournament regional rounds (the predecessor to the NCAA Division I tournament). The 2020 games were postponed to 2021 due to the Covid-19 pandemic.

Drake victoriesValparaiso victoriesTie games
No.DateLocationWinnerScore
1 September 6, 1986 Cedar Falls, IA Drake 3–1
2 September 16, 1989 Madison, WI Valparaiso 3–2
3 September 10, 2005 Valparaiso, IN Valparaiso 3–1
4 September 9, 2006 Des Moines, IA Valparaiso 3–0
5 September 4, 2009 Des Moines, IA Drake 3–0
6 September 13, 2014 Martin, TN Valparaiso 3–0
7 September 23, 2017 Valparaiso, IN Drake 3–0
8 October 20, 2017 Des Moines, IA Valparaiso 3–0
No.DateLocationWinnerScore
9 September 28, 2018 Valparaiso, IN Valparaiso 3–0
10 October 27, 2018 Des Moines, IA Valparaiso 3–0
11 October 28, 2019 Valparaiso, IN Drake 3–2
12 November 22, 2019 Des Moines, IA Valparaiso 3–2
13 February 28, 2021 (2020) Des Moines, IA Valparaiso 3–1
14 March 1, 2021 (2020) Des Moines, IA Valparaiso 3–2
15 October 4, 2021 Des Moines, IA Valparaiso 3–2
Series: Valparaiso leads 11–4

Wrestling rivalry[edit]

Drake (until 1994) and Valparaiso (until 1995) competed in NCAA Division I wresting prior to their teams being re-classified as college club status. They met on the mat for one varsity duel during the 1976-77 season with Drake prevailing.

Drake victoriesValparaiso victoriesTie games
No.DateLocationWinnerScore
1 February 10, 1977 Valparaiso, IN Drake 26–9
Series: Drake leads 1–0

See also[edit]

References[edit]



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