Difference between revisions of "Henri Menke"

From ICPWiki
Jump to navigation Jump to search
Line 2: Line 2:
 
|name=Menke, Henri
 
|name=Menke, Henri
 
|status=Student assistant
 
|status=Student assistant
|room=1.035
+
|room=1.041
 
|email=henri
 
|email=henri
 
|category=arnold
 
|category=arnold
Line 24: Line 24:
 
== Current Work ==
 
== Current Work ==
  
I'm working on the cpp branch of {{es}}. The goal is to port ESPResSo to C++; therefore I'm replacing the IntList struct with the vector<int> class of C++. You can track my work on my GitHub Page [https://github.com/hmenke/ https://github.com/hmenke/].
+
I'm working on the <code>cpp</code> branch of {{es}}. The goal is to port ESPResSo to C++; therefore I'm replacing the <code>IntList</code> struct with the <code>vector<int></code> class of C++. You can track my work on my GitHub Page [https://github.com/hmenke/ https://github.com/hmenke/].
  
 
== Previous Projects ==
 
== Previous Projects ==
  
* Creating a template for talks with LaTeX beamer, called icptalk.
+
* Creating a template for talks with LaTeX's <code>beamer</code>-class, called <code>icptalk</code>.
* Fixing a bug in Olaf's [https://github.com/olenz/vtfplugin vtfplugin].
+
* Fixing a bug in Olaf's [https://github.com/olenz/vtfplugin <code>vtfplugin</code>].

Revision as of 14:26, 2 April 2013

Placeholder.jpg
Henri Menke
Student assistant
Office:1.041
Fax:+49 711 685-63658
Email:henri _at_ icp.uni-stuttgart.de
Address:Henri Menke
Institute for Computational Physics
Universität Stuttgart
Allmandring 3
70569 Stuttgart
Germany

About me

I'm studying Physics in the 4th semester at the University of Stuttgart. In my spare time I work as a student assistant at Institute for Computational Physics ICP.

If you want to know more about my studies consider visiting my home page at PhysCIP.

You can checkout all my source code at Bitbucket.

Interests

Current Work

I'm working on the cpp branch of ESPResSo. The goal is to port ESPResSo to C++; therefore I'm replacing the IntList struct with the vector<int> class of C++. You can track my work on my GitHub Page https://github.com/hmenke/.

Previous Projects

  • Creating a template for talks with LaTeX's beamer-class, called icptalk.
  • Fixing a bug in Olaf's vtfplugin.