| Personal information |
|
marital status: |
single (cohabiting with my girlfriend) |
|
nationality: |
german |
|
age: |
31 years |
|
place and date of birth: |
26/04/1977 in Dohna near Dresden, Germany |
|
parents: |
Joachim Lehmann, self employed baker |
|
|
Gudrun Lehmann, engineer for electonical dataprocessing |
|
siblings: |
Conrad Lehmann, 26 years, baker |
|
|
Christoph Lehmann, 25 years, deacon and religion teacher |
| Education and training |
|
09/2000 – 03/2005: |
Academy of Applied Siences, Weihenstephan |
|
|
Graduated study in Bioinformatics (emphasis software engineering) |
|
09/1998 – 06/2000: |
Technical college, Dippoldiswalde |
|
|
Technical diploma |
|
09/1998 – 06/2000: |
Technical college, Dippoldiswalde |
|
|
Technician for food production |
|
08/1993 – 06/1996: |
Bakery Holz, Dresden |
|
|
Apprenticeship as baker |
|
09/1983 – 07/1993: |
Secondary school, Glashütte |
|
|
Secondary school qualification |
| Professional experience |
|
since 03/2005: |
Roche Diagnostics GmbH |
|
|
working experience as Research partner and application developer (Java, C/C++, Tcl/Tk) |
|
09/2004 – 03/2005: |
Roche Diagnostics GmbH |
|
|
Diploma thesis: Computational anotation of protein mass spectra |
|
09/2003 – 03/2004: |
AgResearch Limited Ldt., New Zealand |
|
|
Internship in Bionformatics: expression analysis in P.trichosuri with EST contigs |
|
10/2002 – 08/2003: |
Xerion Pharmaceuticals, Martinsried |
|
|
side job as programmer for statistical data analysis |
|
03/2002 – 09/2002: |
EPIDAUROS Biotechn. AG, Am Neuland 1, D-82347 Bernried |
|
|
internship (Bioinformatic: genome sequencing, SNP analysis) |
|
08/1993 – 10/1997: |
Bakery Holz, Dresden and Cafe Rotter, Schellerhau |
|
|
working experience as baker |
| military service |
|
11/1997 – 08/1998: |
Panzergrenbtl. 122, Oberviechtach |
|
|
basic military service |
| References |
|
|
| Special qualifications |
|
11/03/2000 |
technical college, Dippoldiswalde |
|
|
REFA basic qualification |
|
27/05/1998: |
trade chamber Niederbayern/Oberpfalz in Regensburg/Germany |
|
|
certificate for training apprentices |
| Informatics skills |
|
- Software development cycle, analysing and processing requirements, developing and testing techniques, user training
- C and C++ programming on Linux (gcc, make, autotools) and Windows (both MinGW and MSVC)
- Tcl/Tk programming, including C and Java integration
- Java programming, experience with Eclipse/SWT and J2EE
- General Database development (SQL, (Pg)PlSQL). Experience with PostgreSQL, MySQL and Oracle
- Linux/Unix experience, shell programming, command line tools and administration, Perl
- Some Experience with Microsoft Office automation, (D)COM/OLE and ActiveX proramming
- Web programming skills and web technologies: JSP, PHP, HTML, XML, JavaScript. Experience with Apache (module programming), Tclhttpd and TomCat
|
| Bioinformatics- and related skills |
|
- Biostatistics and statistical programming with R (most experience), Matlab and Mathematica
- Requirements collection and processing in the biotechnology environment
- Understanding and knowledge about Molecular biology and protein functions
- Genomic Sequence databases, analysis and tools (BLAST, Emboss etc.)
|
| Hobbies |
|
- open source programming
- sport activities: bicycling, jogging, swimming
- pencil and coal drawing
|
| Driving license |
|
classes A1, B, C (motor bikes and personal cars) |
| Foreign languages |
|
German (native language) |
|
Englisch (fluent in written and spoken) |
|
Russian (elementary) |
7/May/2009 at 4:14 pm
Hello, I am a computer engineering student at Universidad de Alcala (Madrid). I have a problem about tcl and tk. Especially libtcl8.4 and libtk8.4. If you could help me I would be grateful.
I am trying to establish a server for open source course model. And I tried to install eduCommons and I need to install Plone before it. I use the Plone-3.0.6 openSUSE_10.3_bundle.tar.bz2 package to install for the sake of simplicity. But whenever I want to install the Python Imaging Library I receive that kind of message:
ocw:~/Plone-3.0.6-openSUSE_10.3_bundle # rpm -Uhv python24-tk-2.4.4-9.1.i586.rpm
error: Failed dependencies:
libBLT24.so is needed by python24-tk-2.4.4-9.1.i586
libtcl8.4.so is needed by python24-tk-2.4.4-9.1.i586
libtk8.4.so is needed by python24-tk-2.4.4-9.1.i586
after that I try to install necessary libs but they are dependent on it-selves. For example when I try to install libtcl8.4.*…rpm in order to supply libtcl8.4….so, it requires libtcl8.4…so. and the other libs do it as well. Thanks…