<?php 
	$curname="index.php";
	require("phphead3.php")
?>

<!-- #main: Beginn Inhaltsbereich -->
<div id="main">
<a id="content" name="content"></a> <!-- Skiplink-Anker: Content -->

<!-- #col1: Erste Float-Spalte des Inhaltsbereiches -->
    <div id="col1">
      <div id="col1_content" class="clearfix">
		<?php $whichnav="all"; require("nav.php"); ?>
      </div>
    </div>
<!-- #col1: - Ende -->

<!-- #col2: zweite Flaot-Spalte des Inhaltsbereiches -->
    <div id="col2">
      <div id="col2_content" class="clearfix">
	<!--
	<?php
	srand(time());
	$random = (rand()%18+1);
	echo '<img align="right" src="pictures/index/img';echo $random;echo'.jpg" width="200" alt="a nice picture"/>';
	?>
	-->
	<img align="right" src="pictures/index/img9.jpg" width="200" alt="a nice picture"/>
	<p align="right"><a class="imgreload" href="index.php">Another picture</a></p>
      </div>
    </div>
<!-- #col2: - Ende -->

<!-- #col3: Statische Spalte des Inhaltsbereiches -->
    <div id="col3">
      <div id="col3_content" class="clearfix">
	<h1>Welcome!</h1>

	<p> I'm an affiliated research fellow at the <a
	href="http://www.fil.ion.ucl.ac.uk">Wellcome Trust Centre for
	Neuroimaging</a> and at the <a href="http://www.gatsby.ucl.ac.uk">Gatsby
	Computational Neuroscience Unit</a>. I'm also academic foundation trainee in
	psychiatry at Guy's and St. Thomas' Hospital in London. </p>

	<p> I did an <a href="http://www.ucl.ac.uk/mbphd">MB/PhD</a> at <a
	href="http://www.ucl.ac.uk/medicalschool"> UCL Medical School </a> and the
	Gatsby Unit with Peter Dayan. In 2007/2008, I was a postdoctoral research
	fellow at the <a href="http://www.neurotheory.columbia.edu">Center for
	Theoretical Neuroscience</a> at <a href="http://www.columbia.edu">Columbia
	University</a> </p>

	<p>My <a href="research.html">research</a> focus is on computational
	psychiatry (mainly on computational models of decision making in depression,
	anxiety and addiction), population coding and detailed single cell models. My
	thesis was on computational approaches to depression and is <a
	href="pub.html">here</a>.  </p>

	<h1>Stuff I like</h1>
	<p>

	This NYC Mindrelic Timelapse is stunning: <iframe src="http://player.vimeo.com/video/18554749?title=0&amp;byline=0&amp;portrait=0&amp;autoplay=1" width="398" height="224" frameborder="0"></iframe><br />
	<a href="http://www.youtube.com/user/AliceTheFilm">Alice Herz-Sommer</a>: A brief film about the oldest Holocaust survivor. <br />
	<a href="http://www.youtube.com/watch?v=UB_htqDCP-s">Tim Minchin</a> on new-age alternatives<br />
	<a href="http://www.youtube.com/watch?v=HMGIbOGu8q0">Homeopathic A&amp;E</a><br />
	<a href="http://www.nytimes.com/2010/01/10/magazine/10psyche-t.html?emc=eta1">The Americanization of Mental Illness</a><br />
	<a href="http://www.crisisgroup.org/home/index.cfm?id=4521">The Responsibility to protect</a><br />
	<a href="http://xkcd.com">very fun, though geeky, comics</a><br />
	<a href="http://www.youtube.com/watch?v=rHaVUjjH3EI">Heart-warming quotes from the bible</a><br />
	<a href="http://www.slate.com/id/2154402/?nav=tap3">Freedom From Fear Trumps the Freedom To Vote</a><br /> 
	Clinical trials -- issues and ways forward: [<a href="http://dx.doi.org/10.1371%2Fjournal.pctr.0010006">paper / doi</a>] in PLoS Clinical Trials. <br />
	<a href="http://www.caat.org.uk">CAAT</a> -- Campaing Against Arms Trade<br />
	<a href="http://wikimediafoundation.org/wiki/Donate/en"><img border="0" alt="Wikipedia Affiliate Button" src="http://upload.wikimedia.org/wikipedia/foundation/5/58/2008_fundraiser_micro_button-en.png"/></a><br />
	</p>
	<!--<p>The Swiss <a href="http://www.bag.admin.ch/hiv_aids/00833/00839/index.html?lang=de">AIDS campaign posters</a> - great, though mostly in German.</p>-->

      </div>
      <hr class="clear_columns"/>
    </div>
<!-- #col2: - Ende -->

</div>
<!-- #main: - Ende -->

<?php require("footer.php") ?>

