1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" 2 "http://www.w3.org/TR/html4/strict.dtd"> 3<html> 4<head> 5 <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" /> 6 <title>Polly - Contributors</title> 7 <link type="text/css" rel="stylesheet" href="menu.css" /> 8 <link type="text/css" rel="stylesheet" href="content.css" /> 9</head> 10<body> 11 12<div id="box"> 13<!--#include virtual="menu.html.incl"--> 14 15<div id="content"> 16 17<h1>Contributors</h1> 18 19Polly is developed by a team of students supported by different universities. 20 21<h2>People</h2> 22<h3>Raghesh Aloor</h3> 23<p>Raghesh works on OpenMP code generation. He is funded as Google Summer of Code 24Student 2011.</p> 25 26<h3>Johannes Doerfert</h3> 27<p>Johannes works on Polly as part of his PhD research at Saarland University 28in Germany.</p> 29 30<h3>Tobias Grosser</h3> 31<p>Tobias is one of the two Co-founders of Polly. He designed the overall 32architecture and contributed to almost every part of Polly. Polly was started 33during his diploma studies at University of Passau. Furthermore, he spent 6 34months at Ohio State University (funded by the U.S. National Science Foundation 35through awards 0811781 and 0926688). From August 2011 he works on Polly, 36during his PhD with INRIA/UMPC/ENS (funded through a 37<a href="http://research.google.com/university/relations/fellowship_recipients.html"> 38Google Europe Fellowship in Efficient Computing</a>).</p> 39 40<p>Website: <a href="https://www.grosser.es">www.grosser.es</a></p> 41 42 43<h3>Andreas Simbürger</h3> 44<p> 45Andreas works on the profiling infrastructure during his PhD at University of 46Passau. 47</p> 48<p>Website: <a href="https://www.infosun.fim.uni-passau.de/cl/staff/simbuerger/"> 49https://www.infosun.fim.uni-passau.de/cl/staff/simbuerger/</a></p> 50<h3>Hongbin Zheng</h3> 51<p>Hongbin Zheng is one of the two Co-founders of Polly. He was funded as a 52Google Summer of Code Student 2010 and implemented parts of the Polly frontends 53as well as the automake/cmake infrastructure.</p> 54 55<h2> Universities</h2> 56 57<p>Polly is supported by the following Universities.</p> 58<img src="images/iit-madras.png" style="padding:1em" /> 59<img src="images/uni-passau.png" style="padding: 1em; padding-bottom:2em;"/> 60<img src="images/osu.png" style="padding:1em"/> 61<img src="images/sys-uni.png" style="padding:1em"/> 62</div> 63</div> 64</body> 65</html> 66