BW_Stats_Plugin::$query_data = Array
(
[0] => stdClass Object
(
[bw_team_id] => 54
[season] => 1961
[bw_team_name] => Baldwin-Wallace College
[coach_id] => 7
[w] => 9
[l] => 9
[t] => 0
[conf_id] =>
[conf_division] =>
[conf_w] =>
[conf_l] =>
[conf_t] =>
[conf_place] =>
[conf_event_id] =>
[conf_event_place] =>
[aff_id] =>
[aff_event_id] =>
[aff_event_place] =>
[bw_team_note] => 1961 B-W Statistics; 1962 B-W Statistics.
[slug] => wagner
[coach_lastname] => Wagner
[coach_firstname] => J.
[coach_middle] => Larsen
[coach_familiar] => Lars
[coach_nickname] =>
[coach_suffix] =>
[conference] =>
[conf_event] =>
[affiliation] =>
[aff_event] =>
[g] => 18
[pct] => 0.50000000
[conf_g] =>
[conf_pct] =>
)
)
Games
Baldwin-Wallace College 1961 Game Results
Date | Opponent | Location | Result |
1961 | West Virginia Institute of Technology | Montgomery, WV | Lost 7–5 |
1961 | West Virginia State College | Institute, WV | Lost 9–6 |
1961 | Concord College | Athens, WV | Lost 5–1 |
1961 | Concord College | Athens, WV | Lost 8–7 |
1961 | Fenn College | B-W Baseball Field | Won 7–1 |
1961 | Youngstown State University | Youngstown, OH | Won 4–2 |
1961 | Ashland College | B-W Baseball Field | Lost 9–2 |
1961 | College of Wooster | Wooster, OH | Won 11–3 |
1961 | Bluffton College | B-W Baseball Field | Won 10–1 |
1961 | Fenn College | | Won 8–0 |
1961 | Youngstown State University | B-W Baseball Field | Lost 7–6 |
1961 | Youngstown State University | B-W Baseball Field | Won 8–4 |
1961 | Kent State University | Kent, OH | Lost 18–6 |
1961 | University of Akron | Akron, OH | Lost 7–1 |
1961 | Ashland College | Ashland, OH | Won 6–3 |
1961 | Ashland College | Ashland, OH | Won 5–3 |
1961 | Oberlin College | B-W Baseball Field | Lost 7–3 |
1961 | Ohio Northern University | | Won 12–4 |
Date | Opponent | Location | Result |
Roster
Batting
Pitching
Baldwin-Wallace College 1961 Pitching Statistics
No. | Player | Class | Position | Throws | APP | GS | Record | CG | SHO | SV | IP | H | R | ER | ERA | SO | BB | HBP |
No. | Player | Class | Position | Throws | APP | GS | Record | CG | SHO | SV | IP | H | R | ER | ERA | SO | BB | HBP |
Totals | 52 |   | 9–9 ( .500 ) |   |   |   | 154 ⅓ | 163 | 102 | 66 | 3.85 | 115 | 86 | 8 |
  | Ron Springer | Sr | P | R | 14 |   | 4–4 ( .500 ) |   |   |   | 60 ⅔ | 69 | 40 | 12 | 1.78 | 29 | 21 | 1 |
  | Frank Steingass | So | P | R | 14 |   | 2–1 ( .667 ) |   |   |   | 46 | 43 | 24 | 20 | 3.91 | 33 | 29 | 2 |
  | Skip Young | Fr | P | R | 11 |   | 3–1 ( .750 ) |   |   |   | 31 | 27 | 16 | 14 | 4.06 | 29 | 19 | 1 |
  | Bill Eyerdom | Jr | P | R | 8 |   | 0–0 ( .000 ) |   |   |   | 9 | 12 | 7 | 7 | 7.00 | 14 | 11 | 2 |
  | Lee Kadow | Jr | P | L | 2 |   | 0–1 ( .000 ) |   |   |   | 4 | 8 | 7 | 5 | 11.25 | 4 | 1 | 1 |
  | Keith Parks | Jr | P | R | 1 |   | 0–1 ( .000 ) |   |   |   | 2 ⅓ | 2 | 5 | 5 | 19.29 | 4 | 3 | 1 |
  | Don Boynar | Fr | P/OF | R | 1 |   | 0–0 ( .000 ) |   |   |   | 1 | 0 | 0 | 0 | 0.00 | 1 | 1 | 0 |
  | Ron Telischak | Jr | P | R | 1 |   | 0–1 ( .000 ) |   |   |   | 0 ⅓ | 2 | 3 | 3 | 81.08 | 1 | 1 | 0 |
Fielding
WordPress database error: [Column 'gp' in field list is ambiguous]
SELECT p.*, r.*, fielding.*, player_pos,
GREATEST( COALESCE( gp, app ), COALESCE( app, gp ) ) AS gp,
po + a + e AS tc,
IF( po + a + e = 0, 0, ( po + a ) / ( po + a + e ) ) AS fld,
IF( fielding.sb + fielding.cs = 0, 0, fielding.sb / ( fielding.sb + fielding.cs ) ) AS sbp
FROM ( ( ( ( ( bw_teams AS t INNER JOIN bw_rosters AS r ON t.bw_team_id = r.bw_team_id )
INNER JOIN players AS p ON r.player_id = p.player_id )
INNER JOIN bw_rosters_fielding AS fielding ON r.bw_roster_id = fielding.bw_roster_id )
LEFT JOIN (
SELECT r2.player_id, season, GROUP_CONCAT( DISTINCT positions.pos_abbr ORDER BY pos_rank SEPARATOR "/" ) AS player_pos
FROM ( ( bw_teams AS t2 INNER JOIN bw_rosters AS r2 ON t2.bw_team_id = r2.bw_team_id )
INNER JOIN bw_rosters_link_positions ON r2.bw_roster_id = bw_rosters_link_positions.bw_roster_id )
INNER JOIN positions ON bw_rosters_link_positions.pos_abbr = positions.pos_abbr
GROUP BY r2.player_id, season
) AS pos_concat ON r.player_id = pos_concat.player_id AND t.season = pos_concat.season )
LEFT JOIN bw_rosters_batting AS batting ON r.bw_roster_id = batting.bw_roster_id )
LEFT JOIN bw_rosters_pitching AS pitching ON r.bw_roster_id = pitching.bw_roster_id
WHERE t.bw_team_id = 54
ORDER BY p.player_id IN ( 574, 590 ), ISNULL( tc ), tc DESC, player_lastname, IF( player_familiar IS NOT NULL, player_familiar, IF( player_firstname IS NOT NULL, player_firstname, player_nickname ) ), player_middle, uniform
Baldwin-Wallace College 1961 Fielding Statistics
No. | Player | Class | Position | G | TC | PO | A | E | FLD | DP | SB | CS | SBP |
No. | Player | Class | Position | G | TC | PO | A | E | FLD | DP | SB | CS | SBP |
Totals could not be calculated. |
No fielding stats found. |
February 27, 2019 6:54 PM
Hello all!
We were looking up averages today for my dad. Thanks for this site! Found my dad’s (Jim Ohlemacher) info on the 1963 season results.