Sections reshuffled.
[www.jankratochvil.net.git] / resume / Resume-JanKratochvil.html.pl
1 #! /usr/bin/perl
2
3 # $Id$
4 # Resume page Perl template.
5 # Copyright (C) 2003 Jan Kratochvil <project-www.jankratochvil.net@jankratochvil.net>
6
7 # This program is free software; you can redistribute it and/or modify
8 # it under the terms of the GNU General Public License as published by
9 # the Free Software Foundation; exactly version 2 of June 1991 is required
10
11 # This program is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY; without even the implied warranty of
13 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14 # GNU General Public License for more details.
15
16 # You should have received a copy of the GNU General Public License
17 # along with this program; if not, write to the Free Software
18 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
19
20
21 package resume::ResumeJanKratochvil;
22 require 5.6.0;  # at least 'use warnings;' but we need some 5.6.0+ modules anyway
23 use vars qw($VERSION $CVS_ID);
24 $VERSION=do { my @r=(q$Revision$=~/\d+/g); sprintf "%d.".("%03d"x$#r),@r; };
25 $CVS_ID=q$Id$;
26 use strict;
27 use warnings;
28
29 BEGIN{ open F,"Makefile"; our $top_dir=pop @{[split /\s/,(grep /^top_srcdir/,<F>)[0]]}; eval "use lib '$top_dir'"; close F; }
30 use My::Web;
31 require CGI;
32 require Crypt::Rot13;
33 Wrequire 'My::Project';
34
35
36 my $W=My::Web->init(
37                 "__PACKAGE__"=>__PACKAGE__,
38                 "title"=>"Resume",
39                 "section"=>"Resume",
40                 "heading"=>0,
41                 "footer"=>0,
42                 "head_css"=>"
43 td { vertical-align: top; }
44 table { border-collapse: collapse; border-style: solid; border-width: 1px; margin: 8px; }
45 A[href] { text-decoration: inherit; /* revoke underline */ }
46 A[href].project { text-decoration: underline; }
47 .platform { font-style: italic; white-space: nowrap; }
48 table.referees td.com { text-align: center; }
49 .techs { white-space: nowrap; }
50 ",
51                 "args_check"=>{
52                                 "referees"=>'', # Do not bother with '^(?:(?i)referees)?$'
53                                 "print"=>'^(?:print)?$',
54                                 },
55                 );
56 My::Web->heading();
57
58
59 my %item=( My::Project::item_hash_read() );
60 my @itemnames=sort {
61                 ($item{$b}{"priority"} <=> $item{$a}{"priority"})
62                 or (lc($item{$a}->{"name"}) cmp lc($item{$b}->{"name"}));
63                 } keys(%item);
64
65 my $projectref=sub
66 {
67 my($name)=@_;
68
69         return a_href "/project/$name/",$item{$name}{"name"},"attr"=>'class="project"';
70 };
71
72 my $project=sub
73 {
74 my($name,%args)=@_;
75
76         return &{$projectref}($name).($args{"bare"} ? '' : ': '.$item{$name}{"summary"});
77 };
78
79 my $free_projects=sub (@)
80 {
81 my(@platforms)=@_;
82
83         my $r="";
84         $r.=join ", ",map({ my $platform=$_;
85                 map({ ($item{$_}{"sponsorship"} || $item{$_}{"trivia"}
86                                 || $item{$_}{"platform"} ne $platform ? () : (&{$projectref}($_))); } @itemnames);
87                 } @platforms);
88         return $r;
89 };
90
91
92 my $reference=sub ($$)
93 {
94 my($mail,$fullname)=@_;
95
96         my $r="";
97         $r.='<td>';
98                 $r.=$fullname;
99                 if (lc($W->{"args"}{"referees"}) eq "referees") {
100                         my $rot13=Crypt::Rot13->new();
101                         $rot13->charge($mail);
102                         $mail=($rot13->rot13())[0];
103                         $r.=' &lt;'.a_href("mailto:$mail",$mail).'&gt;';
104                         }
105         $r.='</td>';
106         return $r;
107 };
108
109 sub techs ($)
110 {
111 my($arg)=@_;
112
113         return '<span class="techs">('.$arg.')</span>';
114 }
115
116
117 my $uClinux=a_href 'http://www.uclinux.com/','uClinux';
118 my $mailme=(map({ a_href("mailto:$_",$_); } 'job@jankratochvil.net'))[0];
119 my $now=(localtime())[5]+1900;
120
121 print <<"HERE";
122 <table width="100%" style="border-style: none;"><tr><td align="center"><table>
123 <tr><td rowspan="10" style="padding: 10px; vertical-align: middle;">
124                                 @{[ img "/resume/Resume-JanKratochvil","face" ]}</td>
125                 <td class="tab-head">Name    </td><td>Jan Kratochvil</td></tr>
126 <tr><td class="tab-head">English </td><td>technical: fluent, general: communicable</td></tr>
127 <tr><td class="tab-head">Born    </td><td>1979</td></tr>
128 <tr><td class="tab-head">Sex     </td><td>male</td></tr>
129 <tr><td class="tab-head">Status  </td><td>single</td></tr>
130 <tr><td class="tab-head">Licenses</td><td>motorcycle, car</td></tr>
131 <tr><td class="tab-head">eMail   </td><td>$mailme</td></tr>
132 <tr><td class="tab-head">WWW     </td><td>@{[ a_href('http://www.jankratochvil.net/') ]}</td></tr>
133 <tr><td class="tab-head">Resume  </td><td>@{[ a_href('http://www.jankratochvil.net/resume/') ]}<br />
134                                           [ @{[ a_href('/resume/Resume-JanKratochvil.txt','plain text') ]} ]</td></tr>
135 <tr><td class="tab-head">OpenPGP </td><td style="font-family: monospace;">@{[ a_href '/pgp-JanKratochvil.txt',''
136                 .'pub  1024D/44FC7632 2002-10-07 Jan Kratochvil &lt;pgp-44FC7632@jankratochvil.net&gt;<br />'
137                 .'sub  2048g/D9F5F44B 2002-10-07 [expires 2004-10-06]' ]}</span></td></tr>
138 </table></td></tr></table>
139
140 @{[ vskip "3ex" ]}
141
142 <p style="font-size: larger;">Looking for a fulltime job. Relocation around the world expected.</p>
143
144 @{[ vskip "3ex" ]}
145
146 <table>
147 <tr><td>1993     </td><td class="com">@{[ a_href('http://www.japhila.cz/index_en.htm','Japhila') ]}</td>
148                 <td>StampMan: Database application @{[ techs 'MS-DOS: Pascal, plainTeX' ]}</td></tr>
149 <tr><td>1993-1996</td><td class="com">Profes J&amp;K</td>
150                 <td>PC assembly and customer service</td></tr>
151 <tr><td>1998     </td><td class="com">@{[ a_href('http://www.elsa-online.org/',"European Law Students' Association") ]}</td>
152                 <td>@{[ &$project('step') ]} @{[ techs 'PHP, PostgreSQL' ]}<br />
153                     subtasks @{[ &$project('phphash',"bare"=>1) ]}, @{[ &$project('pgsqlsubstr',"bare"=>1) ]}</td></tr>
154 <tr><td>1998-1999</td><td class="com">@{[ a_href('http://www.geoinvest.cz/','Geoinvest') ]}</td>
155                 <td>@{[ a_href 'http://members.tripod.com/Stelios_Cellar/GSM/m1module.htm','Siemens M1' ]}
156                                                 GSM modem daemon, client/server, remote GSM terminals @{[ techs 'C, GSM, GPS, S-Lang' ]}<br />
157                                 GPLed subtask @{[ &$project('vblib') ]} @{[ techs 'C' ]}</td></tr>
158 <tr><td>1999     </td><td class="com">@{[ a_href('http://www.tencom.cz/','TENcom Trade') ]}</td>
159                 <td>@{[ a_href "/project/mdsms/","MobilDock SMS Tool","attr"=>'class="project"' ]} @{[ techs 'GSM/PDU' ]}</td></tr>
160 <tr><td>1999     </td><td class="com">@{[ a_href('http://www.geoinvest.cz/','Geoinvest') ]}</td>
161                 <td>@{[ &$project('332') ]} @{[ techs 'M680x0 asm, C' ]}<br />
162                                 subtask @{[ &$project('mot2as') ]}</td></tr>
163 <tr><td>1999     </td><td class="com">@{[ a_href('http://www.unicom-prague.cz/','Unicom') ]}</td>
164                 <td>Technical translations from English</td></tr>
165 <tr><td>1999-$now</td><td class="com">@{[ a_href('http://www.jklabs.cz/','JKLabs') ]}</td>
166                 <td>sysadmin GNU/Linux and FreeBSD, techsupport: GuestNET,
167                                 @{[ a_href 'http://www.2m.dk/web/html_version/eclipse/eclipse.html','Eclipse' ]},
168                                 @{[ a_href 'http://www.globaloop.com/','GlobaLoop' ]},
169                                 @{[ a_href 'http://www.antlimited.com/products/fresco.htm','Fresco' ]}</td></tr>
170 <tr><td>1999     </td><td class="com">@{[ a_href('http://www.jklabs.cz/','JKLabs') ]}</td>
171                 <td>IRQ redirector for legacy devices @{[ techs 'i386 asm' ]}</td></tr>
172 <tr><td>1999-2000</td><td class="com">@{[ a_href('http://www.suse.com/','SuSE') ]}</td>
173                 <td>@{[ &$project('surprise') ]} @{[ techs 'C, Gnome, m4' ]}<br />
174                                 subtask @{[ &$project('int13sniff') ]}<br />
175                                 subtask @{[ &$project('gladewsrc') ]}</td></tr>
176 <tr><td>2001     </td><td class="com">@{[ a_href('http://www.gtsgroup.cz/','GTS') ]}</td>
177                 <td>@{[ &$project('tac_plus') ]} @{[ techs 'C, Cisco TACACS+' ]}<br />
178                                 subtask @{[ &$project('mod_auth_tacacs') ]} @{[ techs 'C, Cisco TACACS+' ]}</td></tr>
179 <tr><td>2001     </td><td class="com">@{[ a_href('http://www.atspraha.cz/','Advanced Telecom Services') ]}</td>
180                 <td>@{[ &$project('mdsms') ]} - update for
181                                 @{[ a_href 'http://www.transportdata.de/html/produkte/siemens_m20t.php?lang=en',
182                                                 'Siemens M20' ]}
183                                 @{[ techs 'C, GSM PDU' ]}</td></tr>
184 <tr><td>2001     </td><td class="com">@{[ a_href('http://www.atspraha.cz/','Advanced Telecom Services') ]}</td>
185                 <td>@{[ a_href 'http://www.gnokii.org/','gnokii' ]}
186                                                 @{[ a_href 'http://www.jankratochvil.net/priv/gnokii/gnokii-lace-2001-11-17-01.tar.gz',
187                                                                 'driver for SMS gateway' ]}
188                                                 of GSM operator @{[ a_href('http://www.eurotel.cz/','EuroTel') ]}
189                                 (C, PostgreSQL)</td></tr>
190 <tr><td>2001     </td><td class="com">@{[ a_href('http://www.atspraha.cz/','Advanced Telecom Services') ]}</td>
191                 <td>@{[ &$project('gsmperl') ]} @{[ techs 'Perl, GSM EMS' ]}</td></tr>
192 <tr><td>2001     </td><td class="com">@{[ a_href('http://www.netcentrum.cz/','NetCentrum') ]}</td>
193                 <td>@{[ a_href 'http://www.gnokii.org/','gnokii' ]}
194                                 @{[ a_href 'http://www.jankratochvil.net/priv/gnokii/gnokii-0.4.0pre1_lace2001_11_14_01_netcentrum.diff',
195                                                 'driver for custom SMS gateway protocol' ]} @{[ techs 'C' ]}</td></tr>
196 <tr><td>2001     </td><td class="com">@{[ a_href('http://www.readynote.com/','ReadyNote') ]}</td>
197                 <td>@{[ &$project('mdsms') ]} port to embedded $uClinux
198                                 @{[ techs 'GSM, Nokia, uClinux' ]}</td></tr>
199 <tr><td>2002     </td><td class="com">@{[ a_href('http://www.readynote.com/','ReadyNote') ]}</td>
200                 <td>@{[ a_href 'http://www.mwiacek.com/gsm/gammu/gammu.html','mygnokii' ]}
201                                 @{[ a_href 'http://www.jankratochvil.net/priv/gnokii/mygnokii-0.3.3_pre8-gold_2002_03_10--uClinux2002_03_17_23_03/',
202                                                 'port to embedded' ]} $uClinux,
203                 @{[ a_href 'http://www.nokiausa.com/phones/5190/1,1162,,00.html','Nokia 5190' ]}
204                                 @{[ a_href 'http://www.jankratochvil.net/priv/gnokii/mygnokii-0.3.3_pre8-gold_2002_02_24-decodefile/',
205                                                 'sw-modem debugging' ]}
206                 @{[ techs 'GSM, Nokia, uClinux' ]}</td></tr>
207 <tr><td>2002     </td><td class="com">@{[ a_href('http://www.jklabs.cz/','JKLabs') ]}</td>
208                 <td>@{[ &$project('ssht') ]}</td></tr>
209 <tr><td>2002     </td><td class="com">@{[ a_href('http://www.jklabs.cz/','JKLabs') ]}</td>
210                 <td>@{[ &$project('middleman') ]}
211                                 for hotel system @{[ techs 'C, BSD, HTTP' ]}</td></tr>
212 <tr><td>2002     </td><td class="com">@{[ a_href('http://www.atspraha.cz/','Advanced Telecom Services') ]}</td>
213                 <td>MMS framework client via @{[ a_href('http://www.eurotel.cz/site/en/home/','EuroTel') ]} GSM operator
214                                                 (GSM MMS, Perl, XML, SOAP)<br />
215                                 subtasks @{[ a_href "/etmms/",'MMS center debugging',"attr"=>'class="project"' ]},
216                                                 @{[ &$project('etherealmmse',"bare"=>1) ]}, @{[ &$project('etherealwsp',"bare"=>1) ]}</td></tr>
217 <caption>Contractor Jobs</caption>
218 </table>
219
220 @{[ vskip "1ex" ]}
221
222 <table class="referees">
223 <tr><td class="com">@{[ a_href('http://www.japhila.cz/index_en.htm','Japhila') ]}</td>
224                 @{[ &{$reference}('wnavx(ng)wncuvyn.pbz','Bretislav Janik') ]}</tr>
225 <tr><td class="com">@{[ a_href('http://www.geoinvest.cz/','Geoinvest') ]}</td>
226                 @{[ &{$reference}('ohgna(ng)trbvairfg.pm','Lubor Otta') ]}</tr>
227 <tr><td class="com">@{[ a_href('http://www.tencom.cz/','TENcom Trade') ]}</td>
228                 @{[ &{$reference}('grfne(ng)grapbz.pm','Petr Tesar') ]}</tr>
229 <tr><td class="com">@{[ a_href('http://www.unicom-prague.cz/','Unicom') ]}</td>
230                 @{[ &{$reference}('erprcpr(ng)havpbz-centhr.pm','Valerie Bernardova') ]}</tr>
231 <tr><td class="com">@{[ a_href('http://www.jklabs.cz/','JKLabs') ]}</td>
232                 @{[ &{$reference}('wna.xbyne(ng)wxynof.pm','Jan Kolar') ]}</tr>
233 <tr><td class="com">@{[ a_href('http://www.gtsgroup.cz/','GTS') ]}</td>
234                 @{[ &{$reference}('Zvpunry.Znprx(ng)tgftebhc.pm','Michael Macek') ]}</tr>
235 <tr><td class="com">@{[ a_href('http://www.atspraha.cz/','Advanced Telecom Services') ]}</td>
236                 @{[ &{$reference}('zvpuny.ubenx(ng)ngfcenun.pm','Michal Horak') ]}</tr>
237 <tr><td class="com">@{[ a_href('http://www.readynote.com/','ReadyNote') ]}</td>
238                 @{[ &{$reference}('wcehrgg(ng)ernqlabgr.pbz','Jim Pruett') ]}</tr>
239 HERE
240
241 if (lc($W->{"args"}{"referees"}) ne "referees") {
242         print <<"HERE";
243                 <tr><td style="padding: 10px;" colspan="2">
244                         <hr />
245                         <form method="post" action="@{[ top_dir $W->{"resume_url"} ]}">
246                                 <p>Enter the word '<b>referees</b>' (without quotes) to disclose e-mail addresses:</p>
247                                 <input type="text" size="15" name="referees" value="@{[ CGI::escapeHTML($W->{"args"}{"referees"}) ]}" />
248                                 <input type="submit" value="Submit" />
249                                 <p>(spambot protection)</p>
250                         </form>
251                 </td></tr>
252 HERE
253         }
254
255 print <<"HERE";
256 <caption>Contractor Jobs Referees (chronologically)</caption>
257 </table>
258
259 @{[ vskip "2ex" ]}
260
261 <table>
262 <tr><td>1995</td><td>7th in the Central European Olympiad in Informatics</td></tr>
263 <tr><td>1996</td><td>4th in the International Competition in Programming</td></tr>
264 <tr><td>1997</td><td>1st in the International Competition in Programming</td></tr>
265 <tr><td>1997</td><td>2nd in an MO-P national contest - mathematics Olympiad, the programming category</td></tr>
266 <tr><td>1997</td><td>Bronze medal in the International Olympiad in Informatics, South Africa - Cape Town</td></tr>
267 </table>
268
269 @{[ vskip "2ex" ]}
270
271 <table>
272 <tr><td class="tab-head">Major Areas  </td><td>mobile technologies, filesystems, embedded devices</td></tr>
273 <tr><td class="tab-head">Platforms    </td><td>GNU/Linux/i386/UNIX/FreeBSD, W32 kernel, Amiga/680x0, MS-DOS,
274                                                ZX Spectrum, handheld PC-E500S</td></tr>
275 <tr><td class="tab-head">Languages    </td><td>C (Gnome/GCC), Perl, bash/awk/sed...,
276                                                Java, C++, Pascal, Basic, REXX, S-Lang, Foxplus, Prolog</td></tr>
277 <tr><td class="tab-head">Tools/Metalanguages</td>
278                                            <td>autoconf, automake, libtool, m4, CVS, gettext, bison, flex, ld&nbsp;script,
279                                                gdb&nbsp;script, Maple&nbsp;V</td></tr>
280 <tr><td class="tab-head">Assemblers   </td><td>i386, Motorola 680x0, Zilog&nbsp;Z80, Intel 8051, MIPS R2/3000,
281                                                (Hitachi SH-8)</td></tr>
282 <tr><td class="tab-head">WWW-Related  </td><td>(X)HTML, CSS, PHP, SQL (PostgreSQL, MySQL), JavaScript, CGI</td></tr>
283 <tr><td class="tab-head">Documentation</td><td>plainTeX, LaTeX, DocBook, DocBook Lite, XML/NS/Schema,
284                                                gtk-doc, nroff, pod</td></tr>
285 <tr><td class="tab-head">Libraries    </td><td>Gnome/GTK+/GLib, POSIX/BSD/SysV/threads/sockets, X11, OpenGL, NCurses,
286                                                S-Lang, GnomeVFS, libxml, SVGALib, NIS, Qt,...</td></tr>
287 <tr><td class="tab-head">RPC          </td><td>CORBA/ORBit, SOAP, WSDL, Sun&nbsp;RPC</td></tr>
288 <tr><td class="tab-head">Protocols    </td><td>GSM SMS/PDU/Nokia&nbsp;Smart&nbsp;Messaging/EMS/MMS/SMIL/WAP/WSP/AMR/ETSI stds/3GPP stds,
289                                                IPv4, HTTP, SMTP/RFC822/MIME, FTP, SSH, DHCP, POP3, NFSv2, PPP/LCP/IPCP,...</td></tr>
290 <tr><td class="tab-head">Filesystems  </td><td>ext2, FAT, AmigaFFS, ISO-9660</td></tr>
291 <caption>Each technology involved in at least one of my past projects.</caption>
292 </table>
293 HERE
294
295
296 My::Web->footer();