on 11 Jan
Konrad Rudolph
My main interests revolve around text & sequence analysis, graph algorithms and parsing. I adore recursion and algorithms well crafted. Due to my work in bioinformatics where data sets are large and time is money, I have been taught the value of a well-optimized code.
For that reason, though I may never love it, I appreciate the sheer power and expressiveness of C++ and its usefulness in crafting efficient high-level code for applications where speed really matters.
My favourite data structure is the q-gram index and my pet algorithm is recursive descent parsing. I’m a typography nerd.
Technologies
Experience show all
Developer, iTosa
January 2007 - January 2008
Objective
Development of an assistant-based graphical application (“iTosa”) that enables users to create domain-specific database front-ends (e.g. a custom-taylored till software) without requiring any knowledge of databases or programming. The application used the input to generate a (hosted or self-hosted) web-based front-end.
The user enters the domain model in a simple question-answer driven manner, describing the entities of their business, as well as their relationships. This model is then translated into an object-relational mapping, and then into a entity-relational schema to create an SQL database back-end on the one hand, and an administration GUI on the other hand.
Furthermore, the user enters business work flows (e.g. “customer buys a good”) by specifying the necessary steps in the process. From this, a state machine is derived and an appropriate assistant GUI is generated.
Contributions
I have contributed three parts to this project.
Smart client GUI developmentThe graphical user interface and the assistant dialogs of iTosa. While the GUI design was done elsewhere, I used the design to develop an MVC/WinForms-based application in C#.
Web developmentA structural scaffold in PHP, HTML, CSS and JavaScript that consists of a library for the (service-based) database communication, and a MVC framework used to implement the individually generated web front-ends. This also includes templates which are used by the front-end generator.
Front-end generatorA C# library which generates the web application based on the user-defined domain model. The finished web application is highly customizable in every layer (corporate design, layout, custom plug-ins and behaviour) by the client. Changes to the model and subsequent re-generation of the web front-end do not destroy such customizations.
Research associate (intern), Illumina
October 2008 - February 2009
Objective
I’ve researched the possibility of using the (then current) Nvidia GPUs to improve performance of a high-speed algorithm used in sequence analysis.
Results
Due to the huge data load and low arithmetic density of the algorithm, the platform wasn’t very well-suited for this particular algorithm, or for sequence alignment in general. However, this needs to be re-evaluated now that the new Nvidia architecture supports a powerful on-chip cache which may drastically reduce the data throughput from RAM to GPU.
Tutor, Freie Universität Berlin
April 2008 - March 2011
I hold tutorials at University. Tutorials I have given include introductory CS courses (CS 102 and CS 102 as minor studies), Algorithms and Data Structures in Bioinformatics, and Introduction into Database Systems.
The tutorials on algorithms in bioinformatics as well as database systems were accompanied by programming projects which I supervised and graded and (in the case of bioinformatics) whose contents I conceived.
Developer
June 2009 - September 2009
Objective
Development of a Java GUI tool for the analysis of biochemical networks based on the Petri net formalism. The tool implements several published algorithms that analyze various aspects of Petri nets.
Contributions
I conceived the software design of the application and designed a plugin interface to make extending the tool with other algorithms possible, and wrote a large part of the software’s code.
I also co-authored and presented a poster about the tool at the German Conference of Bioinformatics 2009.
PhD student, EMBL-EBI
October 2011 - Current
Analysis of next-generation sequencing data in the context of cancer development via various statistical methods.
Similar data analysis to investigate the regulation of gene expression on the level of tRNA gene expression across tissues, developmental stages and organisms.
Education show all
M. Sc. Bioinformatics, Freie Universität Berlin
2008 - Current
I have recently finished my master thesis on the Generic Parallelization of a Sequence Analysis Library, aka. “SEQAN×N”.
The thesis extends a sequence analysis library by adding a framework for the automatic parallelisation of existing algorithms. This means: the framework allows you to take existing algorithms and run them efficiently in parallel, with only minimal changes. The framework achieves a linear speed-up in the number of CPUs and has a very small overhead.
B. Sc. Bioinformatics, Freie Universität Berlin
2004 - 2008
Bachelor thesis about the Implementation of a Read Mapping Tool Based on the Pigeon-hole Principle (mark: “very good”).
The thesis describes a method applied in the successful Eland tool to solve the problem of high-performance read mapping and an implementation of the algorithm using a C++ library for bioinformatics (SeqAn).
During the studies, I also contributed a binding and interface adapter for compressed index data structures to the SeqAn library.
Stack Exchange show all Last seen today
Open Source show all
hyperlight
Google Code, ; followed by 34 people
Configurable server-side syntax highlighter in PHP
Sole contributor
minted
Google Code, ; followed by 111 people; forked 2 times
Highlighted source code for LaTeX
Manager, main contributor
Tools
IBM ThinkPad from 1992
MacVim
Background
I have published generic syntax highlighters for use in PHP and LaTeX:
Since (almost?) nothing beats the excellent Pygments highlighter, my LaTeX package minted just provides a customizable interface to use the Pygments highlighter from within LaTeX.
My PHP highlighter Hyperlight has tried to to port the Pygments philosophy closely to PHP while playing to PHP’s unique strengths. Adding language definitions to Hyperlight is a simple matter of describing the lexical rules of the chosen language in regular expressions – but even non-regular syntax definitions are possible.
Now-defunct projects include a powerful, easy to use code repository plug-in for the Visual Basic 6 IDE called Past’a Code. In 2004, the German magazine “dotnetpro” published it on their covermount disc.
I have also lead a team developing the ActiveVB Messenger, a proprietary peer-to-peer instant messenger and code exchange tool for a German community platform.
