1974 Austrian Grand Prix
The 1974 Austrian Grand Prix was a Formula One motor race held at Österreichring on 18 August 1974. It was race 12 of 15 in both the 1974 World Championship of Drivers and the 1974 International Cup for Formula One Manufacturers.[3] The 54-lap race was won by Carlos Reutemann, driving a Brabham-Ford, with Denny Hulme second in a McLaren-Ford and James Hunt third in a Hesketh-Ford.
1974 Austrian Grand Prix | |||
---|---|---|---|
![]() The Österreichring (1969-76) | |||
Race details | |||
Date | 18 August 1974 | ||
Official name | XII Memphis Grand Prix von Österreich | ||
Location |
Österreichring Spielberg, Styria, Austria | ||
Course | Permanent racing facility | ||
Course length | 5.911 km (3.673 mi) | ||
Pole position | |||
Driver | Ferrari | ||
Time | 1:35.40[1] | ||
Fastest lap | |||
Driver |
![]() | Ferrari | |
Time | 1:37.22[2] on lap 46 | ||
Podium | |||
First | Brabham-Ford | ||
Second | McLaren-Ford | ||
Third | Hesketh-Ford | ||
Lap leaders
|
Classification
Championship standings after the race
|
|
- Note: Only the top five positions are included for both sets of standings. Only the best 7 results from the first 8 races and the best 6 results from the last 7 races counted towards the Championship. Numbers without parentheses are Championship points; numbers in parentheses are total points scored.
gollark: Praise the __flying__ spaghetti **monster**.
gollark: I dislike how browsers made CSRF a thing, it is total bees.
gollark: One of these days I really ought to add login and CSRF prevention.
gollark: ```javascriptimport m = require("mithril")import * as RPCTypes from "../common/rpc"export const sendMessage = (msg: RPCTypes.Message): Promise<RPCTypes.MessageResponse> => { return m.request( { method: "POST", url: "./rpc/", body: msg, }).then(res => { const [ type, p1, p2 ] = res if (type === "error") { throw new RPCTypes.RPCError(p2, p1) } else if (type === "ok") { return p1 } else { throw new Error("Invalid RPC response") } })}const handler = { get: (target, prop) => (...args) => sendMessage([prop, ...args])}export const serverProxy = new Proxy({}, handler)```
gollark: The RPC thing and some JS hax on the client mean I can basically just call any function the server provides as if it's a local one (except asynchronously).
References
- Lang, Mike (1983). Grand Prix! Vol 3. Haynes Publishing Group. p. 47. ISBN 0-85429-380-9.
- Lang, Mike (1983). Grand Prix! Vol 3. Haynes Publishing Group. p. 50. ISBN 0-85429-380-9.
- "1974 Austrian Grand Prix Entry list". Cite journal requires
|journal=
(help) - "1974 Austrian Grand Prix". formula1.com. Archived from the original on 18 January 2015. Retrieved 22 December 2015.
- "Austria 1974 - Championship • STATS F1". www.statsf1.com. Retrieved 7 March 2019.
Previous race: 1974 German Grand Prix |
FIA Formula One World Championship 1974 season |
Next race: 1974 Italian Grand Prix |
Previous race: 1973 Austrian Grand Prix |
Austrian Grand Prix | Next race: 1975 Austrian Grand Prix |
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.