Mikkel Poulsen
Mikkel Adrup Poulsen (born October 17, 1984 in Hvidovre[1]) is an internationally elite curler from Denmark.
Mikkel Adrup Poulsen | ||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Born | October 17, 1984 | |||||||||||||||||||||||||||||||
Team | ||||||||||||||||||||||||||||||||
Curling club | Hvidovre CC, Hvidovre, DEN | |||||||||||||||||||||||||||||||
Skip | Rasmus Stjerne | |||||||||||||||||||||||||||||||
Third | Johnny Frederiksen | |||||||||||||||||||||||||||||||
Second | Mikkel Poulsen | |||||||||||||||||||||||||||||||
Lead | Oliver Dupont | |||||||||||||||||||||||||||||||
Alternate | Morten Berg Thomsen | |||||||||||||||||||||||||||||||
Career | ||||||||||||||||||||||||||||||||
World Championship appearances | 6 (2008, 2009, 2010, 2012, 2013, 2016) | |||||||||||||||||||||||||||||||
European Championship appearances | 9 (2007, 2008, 2009, 2010, 2011, 2012, 2013, 2015, 2016) | |||||||||||||||||||||||||||||||
Olympic appearances | 3 (2010, 2014, 2018) | |||||||||||||||||||||||||||||||
Medal record
|
He made his world championship debut at the 2008 World Championships in Grand Forks, USA. He also competed at the 2009 Moncton World Championships. Both times Mikkel Poulsen served as the Alternate for Team Denmark.
The team has qualified for the 2010 Winter Olympics where Poulsen will again fill the Alternate position for the Danish team.[2]
Teammates
Johnny Frederiksen, Fourth
Ulrik Schmidt, Third
Bo Jensen, Second
Lars Vilandt, Lead
gollark: Somehow!
gollark: Well, combined with the rest of the code, it does!
gollark: ```javapackage com.seriouscompany.business.java.fizzbuzz.packagenamingpackage.impl.strategies;import org.springframework.beans.factory.annotation.Autowired;import org.springframework.stereotype.Service;import com.seriouscompany.business.java.fizzbuzz.packagenamingpackage.impl.loop.LoopContext;import com.seriouscompany.business.java.fizzbuzz.packagenamingpackage.impl.loop.LoopRunner;import com.seriouscompany.business.java.fizzbuzz.packagenamingpackage.interfaces.loop.LoopPayloadExecution;import com.seriouscompany.business.java.fizzbuzz.packagenamingpackage.interfaces.strategies.FizzBuzzSolutionStrategy;@Servicepublic class EnterpriseGradeFizzBuzzSolutionStrategy implements FizzBuzzSolutionStrategy { private final LoopPayloadExecution _loopPayloadExecution; @Autowired public EnterpriseGradeFizzBuzzSolutionStrategy(final LoopPayloadExecution _loopPayloadExecution) { super(); this._loopPayloadExecution = _loopPayloadExecution; } @Override public void runSolution(final int nFizzBuzzUpperLimit) { final LoopContext loopContext = new LoopContext(nFizzBuzzUpperLimit); final LoopRunner loopRunner = new LoopRunner(loopContext, loopContext, this._loopPayloadExecution); loopRunner.runLoop(); }}```
gollark: ```javapackage com.seriouscompany.business.java.fizzbuzz.packagenamingpackage.impl.stringreturners;import org.springframework.stereotype.Service;import com.seriouscompany.business.java.fizzbuzz.packagenamingpackage.interfaces.stringreturners.StringStringReturner;@Servicepublic class BuzzStringReturner implements StringStringReturner { public String getReturnString() { final StringBuilder myStringBuilder = new StringBuilder( com.seriouscompany.business.java.fizzbuzz.packagenamingpackage.impl.Constants.BUZZ); final String myString = myStringBuilder.toString(); return new String(myString); }}```
gollark: Does it matter if it is?
References
- Mikkel Poulsen on the World Curling Federation database
- http://www.vancouver2010.com/olympic-curling/athletes/mikkel-poulsen_ath1017718Zn.html
- "Archived copy". Archived from the original on 2010-01-20. Retrieved 2010-01-17.CS1 maint: archived copy as title (link)
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.