PUBLISHED NEWS

































Wayback Machine
































JUL
MAR
FEB

Previous capture
20
Next capture

2011
2012
2015


10 captures
6 Mar 11 - 2 Feb 16




sparklines






Close
Help
















Koiranen Motorsport is a reigning champion and ready for the season 2012

Koiranen topmenu background image

  • Home

  • Team

  • Drivers

  • Galleries

  • Links

  • Contacts

  • News










Koiranen Motorsport drivers 2011


March 03, 2011 at 9:36 AM




One of the Europe's leading junior formula racing teams, Koiranen bros. Motorsport, presents a strong driver

line-up for the forthcoming season.


Koiranen Motorsport drivers 2011, in the Formula Renault 2.0 Eurocup are:

Carlos Sainz Jr (Eurocup + nec)
Daniil Kvyat (Eurocup + nec)
Joni Wiman (Eurocup + nec)
Karl Oscar Liiv (Eurocup + nec)

In addition to the European Championship integrated into the World Series by Renault, Koiranen Bros. Motorsport will also compete in the Formula Renault NEC 2.0 Championship with six cars.

All four drivers from European Championship will compete also in NEC with two rookies:

Hans Villemi (nec)
John Bryant-Meisner (nec)

Team's objectives are simple. We are out to defend our Driver's title in Formula Renault 2.0 Eurocup and win the Team's title in same category.


After the very successful 2010 season, Team has re-located its base to Granollers Spain, just 4 kilometres away from the circuit de Catalunya.

"We are feeling very proud what we did achieved last year, however it is history now and we need to focus 100% to the upcoming 2011 season".

Marko Koiranen
Team Principal


Tags:



PUBLISHED NEWS



Highlights of the Eurocup Formula Renault 2.0 2011 season




Season complete - FR 2.0 Eurocup team championship secured!




FR 2.0 NEC @ Monza: Three out of three ain't bad...




FR 2.0 Eurocup @ Le Castellet: 4x podium, 1x lost title




FR 2.0 NEC @ Most: WOO-HOO: 3 out of 3, a triple victory and the title!




Formula Renault Eurocup 2011, round 7/9, Silverstone (UK) : Misadventure strikes back




Sainz jr. scores two wins in Zandvoort




Another great NEC weekend in Oschersleben!



August 1, 2011

Disappointing Eurocup weekend at Hungaroring



July 4, 2011

Double victory at Nürburgring



June 19, 2011

Joni Wiman took his first win - double victory for Koiranen Motorsport



June 04, 2011

Sainz Jr and Kvyat continued the great work



May 1, 2011

Carlos Sainz Jr - championship leader



April 17, 2011

First Eurocup win for Carlos Sainz Jr



April 16, 2011

FR 2.0 EUROCUP - THIS WEEKEND THE FIRST RACE OF THE SEASON



April 14, 2011

Sainz Jr and Kvyat dominated the first three Nec races



April 10, 2011

Bryant-Meisner leads NEC during first collective tests at Oschersleben



April 08, 2011

Test results - Barcelona 17. - 18. 3




Test results - Motorland Aragon 6. - 7.3



March 06, 2011

Koiranen Motorsport drivers 2011



March 03, 2011 - Sainz Jr, Kvyat, Wiman, Liiv, Bryant-Meisner and Villemi




« PreviousNext »
1

2




































0%
10%
20%
30%
40%
50%
60%
70%
80%
90%
100%

<!--function showDivShare() {
updateShareLinks();
document.getElementById("SHARER" ).style.display="none";
document.getElementById("DIVSHARE").style.display="block";
return false;
}
function updateShareLinks() {
var shortlink = "http://archive.is/eFLUI";
var re = new RegExp(shortlink.replace(".", ".") + "(#selection-[0-9.-]+)?");
var adr = document.location.hash.match(/(selection-d+.d+-d+.d+)/);
document.getElementById("SHARE_SHORTLINK").value = document.getElementById("SHARE_SHORTLINK").value.replace(re, adr ? shortlink + document.location.hash : shortlink);
document.getElementById("SHARE_MARKDOWN" ).value = document.getElementById("SHARE_MARKDOWN" ).value.replace(re, adr ? shortlink + document.location.hash : shortlink);
document.getElementById("SHARE_HTMLCODE" ).value = document.getElementById("SHARE_HTMLCODE" ).value.replace(re, adr ? shortlink + document.location.hash : shortlink);
document.getElementById("SHARE_WIKICODE" ).value = document.getElementById("SHARE_WIKICODE" ).value.replace(re, adr ? shortlink + document.location.hash : shortlink);
}
function findXY(obj) {
var cur = {x:0, y:0};
while (obj && obj.offsetParent) {
cur.x += obj.offsetLeft; // todo: + webkit-transform
cur.y += obj.offsetTop; // todo: + webkit-transform
obj = obj.offsetParent;
}
return cur;
}
function findXY2(obj, textpos) { // it could reset selection
if (obj.nodeType==3) {
var parent = obj.parentNode;
var text = document.createTextNode(obj.data.substr(0, textpos));
var artificial = document.createElement("SPAN");
artificial.appendChild(document.createTextNode(obj.data.substr(textpos)));
parent.insertBefore(text, obj);
parent.replaceChild(artificial, obj);
var y = findXY(artificial);
parent.removeChild(text);
parent.replaceChild(obj, artificial);
return y;
} else {
return findXY(obj);
}
}
var prevhash = "";
function scrollToHash() {
if (document.location.hash.replace(/^#/, "")==prevhash.replace(/^#/, ""))
return;
prevhash = document.location.hash;
if (document.location.hash.match(/#[0-9.]+%/)) {
var p = parseFloat(document.location.hash.substring(1));
if (0 < p && p < 100 /*&& p%5 != 0*/) {
var content = document.getElementById("CONTENT")
var y = findXY(content).y + (content.offsetHeight)*p/100;
window.scrollTo(0, y-16);
}
}

var adr = document.location.hash.match(/selection-(d+).(d+)-(d+).(d+)/);
if (adr) {
var pos=0,begin=null,end=null;
function recur(e) {
if (e.nodeType==1) pos = (pos&~1)+2;
if (e.nodeType==3) pos = pos|1;
if (pos==adr[1]) begin=[e, adr[2]];
if (pos==adr[3]) end =[e, adr[4]];
for (var i=0; i0 && e.lastChild.nodeType==3)
pos = (pos&~1)+2;
}
var content = document.getElementById("CONTENT");
recur(content.childNodes[content.childNodes[0].nodeType==3 ? 1 : 0]);
if (begin!=null && end!=null) {
window.scrollTo(0, findXY2(begin[0], begin[1]).y-8);

if (window.getSelection) {
var sel = window.getSelection();
sel.removeAllRanges();
var range = document.createRange();
range.setStart(begin[0], begin[1]);
range.setEnd ( end[0], end[1]);
sel.addRange(range);
} else if (document.selection) { // IE
}
}
}
}
window.onhashchange = scrollToHash;
var initScrollToHashDone = false;
function initScrollToHash() {
if (!initScrollToHashDone) {
initScrollToHashDone = true;
scrollToHash();
}
}
window.onload = initScrollToHash;
setTimeout(initScrollToHash, 500); /* onload can be delayed by counter code */

//document.onselectionchange = /* only webkit has working document.onselectionchange */
document.onmousedown = document.onmouseup = function(e) {
var SHARER = document.getElementById("SHARER");
var newhash = "";
if (window.getSelection) {
var sel=window.getSelection();
if (!sel.isCollapsed) {
var pos=0,begin=[0,0],end=[0,0];
var range=sel.getRangeAt(0);
function recur(e) {
if (e.nodeType==1) pos = (pos&~1)+2;
if (e.nodeType==3) pos = pos|1;
if (range.startContainer===e) begin=[pos, range.startOffset];
if (range.endContainer ===e) end =[pos, range.endOffset ];
for (var i=0; i0 && e.lastChild.nodeType==3)
pos = (pos&~1)+2;
}

var content = document.getElementById("CONTENT");
recur(content.childNodes[content.childNodes[0].nodeType==3 ? 1 : 0]);
if (begin[0]>0 && end[0]>0) {
newhash = "selection-"+begin[0]+"."+begin[1]+"-"+end[0]+"."+end[1];
}
}
} else if (document.selection) { // IE
}

try {
var oldhash = location.hash.replace(/^#/, "");
if (oldhash != newhash) {
prevhash = newhash; /* avoid firing window.onhashchange and scrolling */
if (history.replaceState) {
history.replaceState('', document.title, newhash.length>0 ? '#'+newhash : window.location.pathname);
} else {
if (newhash.length>0) location.hash = newhash;
}
}
} catch(e) {
}

if (newhash == "") {
SHARER.style.display="none";
}
};





Popular posts from this blog

Questions related to Moebius Transform of Characteristic Function of the Primes

List of scandals in India

Can not write log (Is /dev/pts mounted?) - openpty in Ubuntu-on-Windows?