Changeset a43cb5b79049be0983497f19ab179a298d651b46


Ignore:
Timestamp:
03/18/11 10:19:45 (14 months ago)
Author:
Luper Rouch <luper.rouch@…>
Children:
d80f16db4b1e9d11c88c229ae6f2b72385582fe4
Parents:
296dbdd2bb40f9248998a7ff7cb2e233a39bd57c
git-committer:
Luper Rouch <luper.rouch@…> (03/18/11 10:19:45)
Message:

updated english CV

File:
1 edited

Legend:

Unmodified
Added
Removed
  • various/cv-en.html

    rc185bb3 ra43cb5b  
    11<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 
    22<html xmlns="http://www.w3.org/1999/xhtml"> 
    3     <head> 
    4         <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> 
    5         <title>Curriculum Vitae &raquo; Luper ROUCH</title> 
    6         <style type="text/css"> 
    7             body { 
    8                 font: 13px "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif; 
    9                 background-color: white; 
    10                 position: relative; 
    11                 width: 75em; 
    12                 margin-left: auto; 
    13                 margin-right: auto; 
    14             } 
    15  
    16             h1 { 
    17                 font: normal 3em serif; 
    18                 margin: 0; 
    19             } 
    20  
    21             h2 { 
    22                 margin-top: 2em; 
    23                 border-bottom: 0.5em #f0f8ff solid; 
    24                 font: normal 2.25em/0.225em serif; 
    25             } 
    26  
    27             li { 
    28                 text-align: justify; 
    29             } 
    30  
    31             small { 
    32                 color: gray; 
    33             } 
    34  
    35             a { 
    36                 text-decoration: underline; 
    37             } 
    38  
    39             a:hover { 
    40                 text-decoration: none; 
    41             } 
    42  
    43             #title { 
    44                 position: absolute; 
    45                 float: left; 
    46                 width: 100%; 
    47                 border-bottom: 1px black solid; 
    48                 z-index: 0; 
    49             } 
    50  
    51             #personal-infos { 
    52                 position: relative; 
    53                 background-color: white; 
    54                 float: right; 
    55                 z-index: 1; 
    56                 padding: 0.5em; 
    57                 border: 1px black solid; 
    58             } 
    59  
    60             #personal-infos p { 
    61                 margin-top: 0; 
    62             } 
    63  
    64             #personal-infos p.last { 
    65                 margin-bottom: 0; 
    66             } 
    67  
    68             #so-flair { 
    69                 position: relative; 
    70                 float: right; 
    71                 margin-right: 0.5em; 
    72             } 
    73  
    74             #subtitle { 
    75                 font-size: 0.5em; 
    76             } 
    77  
    78             ul.toplevel { 
    79                 width: 50em; 
    80             } 
    81  
    82             ul.toplevel li { 
    83                 margin-bottom: 1em; 
    84             } 
    85  
    86             ul.toplevel li li { 
    87                 margin-bottom: 0; 
    88             } 
    89  
    90             .clear { 
    91                 clear: both; 
    92             }       
    93  
    94             .job-position, .job-location { 
    95                 font-size: 1.3em; 
    96             } 
    97              
    98             .job-position { 
    99                 font-style: italic; 
    100             } 
    101         </style> 
    102     </head> 
    103  
    104     <body> 
    105         <h1 id="title"> 
    106             Luper Rouch<br/> 
    107             <span id="subtitle">Developer</span> 
    108         </h1> 
    109         <div id="personal-infos"> 
    110             <p> 
    111                 <strong>Contact</strong><br /> 
    112                 21 boulevard Paul Cotte<br /> 
    113                 83690 Salernes<br /> 
    114                 +336 87 95 98 26<br /> 
    115                 <a href="mailto:luper.rouch@gmail.com">luper.rouch@gmail.com</a> 
    116             </p> 
    117             <p class="last"> 
    118                 <strong>Nationality:</strong> French<br /> 
    119                 <strong>Date of birth:</strong> 02/24/1978<br /> 
    120             </p> 
    121         </div> 
    122         <iframe id="so-flair" src="http://stackoverflow.com/users/flair/17911.html?theme=default" marginwidth="0" marginheight="0" frameborder="0"  scrolling="no" width="210" height="60"></iframe> 
    123         <br class="clear" /> 
    124  
    125         <h2>Professional experience</h2> 
    126         <ul class="toplevel"> 
     3<head> 
     4<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> 
     5<title>Curriculum Vitae &raquo; Luper ROUCH</title> 
     6<style type="text/css"> 
     7    body { 
     8        font: 13px "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif; 
     9        background-color: white; 
     10        position: relative; 
     11        width: 75em; 
     12        margin-left: auto; 
     13        margin-right: auto; 
     14    } 
     15 
     16    h1 { 
     17        font: normal 3em serif; 
     18        margin: 0; 
     19    } 
     20 
     21    h2 { 
     22        margin-top: 2em; 
     23        border-bottom: 0.5em #f0f8ff solid; 
     24        font: normal 2.25em/0.225em serif; 
     25    } 
     26 
     27    li { 
     28        text-align: justify; 
     29    } 
     30 
     31    small { 
     32        color: gray; 
     33    } 
     34 
     35    a { 
     36        text-decoration: underline; 
     37    } 
     38 
     39    a:hover { 
     40        text-decoration: none; 
     41    } 
     42 
     43    #title { 
     44        position: absolute; 
     45        float: left; 
     46        width: 100%; 
     47        border-bottom: 1px black solid; 
     48        z-index: 0; 
     49    } 
     50 
     51    #personal-infos { 
     52        position: relative; 
     53        background-color: white; 
     54        float: right; 
     55        z-index: 1; 
     56        padding: 0.5em; 
     57        border: 1px black solid; 
     58    } 
     59 
     60    #personal-infos p { 
     61        margin-top: 0; 
     62    } 
     63 
     64    #personal-infos p.last { 
     65        margin-bottom: 0; 
     66    } 
     67 
     68    #so-flair { 
     69        position: relative; 
     70        float: right; 
     71        margin-right: 0.5em; 
     72    } 
     73 
     74    #subtitle { 
     75        font-size: 0.5em; 
     76    } 
     77 
     78    ul.toplevel { 
     79        width: 50em; 
     80    } 
     81 
     82    ul.toplevel li { 
     83        margin-bottom: 1em; 
     84    } 
     85 
     86    ul.toplevel li li { 
     87        margin-bottom: 0; 
     88    } 
     89 
     90    .clear { 
     91        clear: both; 
     92    }       
     93 
     94    .job-position, .job-location { 
     95        font-size: 1.3em; 
     96    } 
     97 
     98    .job-position { 
     99        font-style: italic; 
     100    } 
     101</style> 
     102</head> 
     103 
     104<body> 
     105<h1 id="title"> 
     106    Luper Rouch<br/> 
     107    <span id="subtitle">Developer</span> 
     108</h1> 
     109<div id="personal-infos"> 
     110    <p> 
     111    <strong>Contact</strong><br /> 
     112    12 Av. Georges Clémenceau<br /> 
     113    83630 Aups<br /> 
     114    +336 87 95 98 26<br /> 
     115    <a href="mailto:luper.rouch@gmail.com">luper.rouch@gmail.com</a> 
     116    </p> 
     117    <p class="last"> 
     118    <strong>Nationality:</strong> French<br /> 
     119    <strong>Date of birth:</strong> 02/24/1978<br /> 
     120    </p> 
     121</div> 
     122<iframe id="so-flair" src="http://stackoverflow.com/users/flair/17911.html?theme=default" marginwidth="0" marginheight="0" frameborder="0"  scrolling="no" width="210" height="60"></iframe> 
     123<br class="clear" /> 
     124 
     125<h2>Professional experience</h2> 
     126<ul class="toplevel"> 
     127    <li> 
     128        <span class="job-location"> 
     129            <strong>Since December 2010 &ndash; Freelancer</strong> &ndash; Telecommute 
     130        </span> 
     131        <ul> 
    127132            <li> 
    128             <span class="job-location"> 
    129                 <strong>Since April 2006 - MTDA</strong> - Aix-en-Provence 
    130             </span> 
    131             <ul> 
    132                 <li> 
     133                <span class="job-position">Developer</span> &ndash; 
     134                <small> 
     135                    XP: (Python)+++, (PyQt)+++, (TurboGears)+++, (Django)++ 
     136                </small> 
     137                <ul> 
     138                    <li> 
     139                        Building production tools for a 3D movie at  
     140                        <a href="http://www.delacave.com/">Studio Delacave</a>: 
     141                        made a complete tasks tracking system and an external 
     142                        parametrization tool for Studio GPU's 
     143                        <a href="http://www.studiogpu.com/machstudio">MachStudio Pro</a>,  
     144                        to streamline the rendering pipeline. 
     145                    </li> 
     146                    <li> 
     147                        Small websites for caritative organizations (WWF, Care 
     148                        France, Secours Populaire Français, Surfrider 
     149                        Foundation, etc...). 
     150                    </li> 
     151                </ul> 
     152            </li> 
     153        </ul> 
     154    </li> 
     155    <li> 
     156        <span class="job-location"> 
     157            <strong>April 2006-December 2010 &ndash; MTDA</strong> &ndash; Telecommute 
     158        </span> 
     159        <ul> 
     160            <li> 
    133161                <span class="job-position">Developer</span> &ndash;  
    134162                <small> 
     
    136164                    (Django)++, (jQuery)+, (Windows CE/MFC)+ 
    137165                </small> 
    138                 </span> 
    139166                <ul> 
    140167                    <li> 
     
    151178                        <a href="http://www.lanl.gov/orgs/t/docs/2003WebimgFire.pdf">FIRETEC</a> 
    152179                        simulation farm, used to build Vesta's parametric 
    153                         equations. 
     180                        equations. Also remade the  
     181                        <a href="http://www.mtda.fr/">company's website</a>. 
    154182                    </li> 
    155183                    <li>Maintenance of the Linux servers.</li> 
    156184                </ul> 
    157                 </li> 
    158             </ul> 
     185            </li> 
     186        </ul> 
     187    </li> 
     188    <li> 
     189        <span class="job-location"> 
     190            <strong>1999-2006 &ndash; NCC</strong> &ndash; Aix-en-Provence 
     191        </span> 
     192        <ul> 
    159193            <li> 
    160             <span class="job-location"> 
    161                 <strong>1999-2006 - NCC</strong> - Aix-en-Provence 
    162             </span> 
     194            <span class="job-position">Developer (5 years)</span> &ndash;  
     195            <small> 
     196                XP: (PHP)+++, (Windows/MFC)+++, (Python)+,  
     197                (Linux administration)+ 
     198            </small> 
    163199            <ul> 
    164200                <li> 
    165                     <span class="job-position">Developer (5 years)</span> &ndash;  
    166                     <small> 
    167                         XP: (PHP)+++, (Windows/MFC)+++, (Python)+,  
    168                         (Linux administration)+ 
    169                     </small> 
    170                     <ul> 
    171                         <li> 
    172                             Made a complete software suite to manage the 
    173                             hotline: phone calls, e-mails, mail printing, Web 
    174                             FAQ system and statistics. This system is still 
    175                             used for the technical support of Ubisoft and 
    176                             Electronic Arts games in France. Users say it 
    177                             significantly reduces the data processing time 
    178                             compared to other tools (to take contact 
    179                             information, retrieve returning customers, etc...). 
    180                         </li> 
    181                         <li> 
    182                             Also made many "single use" Web applications for 
    183                             phoning operations, all made with a PHP framework I 
    184                             wrote. 
    185                         </li> 
    186                         <li>Maintenance of the Linux servers.</li> 
    187                     </ul> 
     201                Made a complete software suite to manage the 
     202                hotline: phone calls, e-mails, mail printing, Web 
     203                FAQ system and statistics. This system is still 
     204                used for the technical support of Ubisoft and 
     205                Electronic Arts games in France. Users say it 
     206                significantly reduces the data processing time 
     207                compared to other tools (to take contact 
     208                information, retrieve returning customers, etc...). 
    188209                </li> 
    189210                <li> 
    190                     <span class="job-position">Hotliner (2 years)</span> &ndash; 
    191                     <small>XP: (patience)+++</small><br /> 
    192                     Technical support for Ubisoft and Virgin Interactive games. 
    193                 </li>   
     211                Also made many "single use" Web applications for 
     212                phoning operations, all made with a PHP framework I 
     213                wrote. 
     214                </li> 
     215                <li>Maintenance of the Linux servers.</li> 
    194216            </ul> 
    195217            </li> 
    196         </ul> 
    197  
    198         <h2>Education & Training</h2> 
    199         <ul class="toplevel"> 
    200218            <li> 
    201                 <span class="job-location"> 
    202                     <strong>1999, Psychology, University of Aix en Provence</strong> 
    203                 </span> 
    204             </li> 
    205             <li> 
    206                 <span class="job-location"> 
    207                     <strong>1998, Mathematics and Informatics, University of Nice</strong> 
    208                 </span> 
    209             </li> 
    210             <li> 
    211                 <span class="job-location"> 
    212                     <strong>1997, first year of Medicine, University of Nice</strong> 
    213                 </span> 
    214             </li> 
    215             <li> 
    216                 <span class="job-location"> 
    217                     <strong>1996, Scientific Baccalaureate, high school of Lorgues</strong>  
    218                 </span> 
    219             </li> 
    220             <li> 
    221                 <span class="job-location"> 
    222                     <strong>Self teaching</strong> 
    223                 </span> 
    224             <ul> 
    225                 <li> 
    226                     <em>Languages</em>: 
    227                     <ul> 
    228                         <li>Expert: Python, C/C++, JavaScript, SQL, HTML, CSS.</li> 
    229                         <li>Fluent: PHP, x86 assembler.</li> 
    230                     </ul> 
    231                 </li> 
    232                 <li> 
    233                     <em>Technologies and frameworks</em>: 
    234                     <ul> 
    235                         <li>Expert: (Py)Qt, Django, OpenGL, jQuery.</li> 
    236                         <li>Fluent: Twisted, SQLAlchemy, MFC, etc...</li>                     
    237                     </ul> 
    238                 </li> 
    239                 <li> 
    240                     <em>Software</em>: Vim, Subversion, GIT, Photoshop, 
    241                     Illustrator, etc... 
    242                 </li> 
    243                 <li> 
    244                     <em>OS</em>: GNU/Linux, Windows, Mac OSX. 
    245                 </li> 
    246             </ul> 
    247             </li> 
    248         </ul>   
    249  
    250         <h2>Miscellaneous</h2> 
    251         <ul class=toplevel> 
    252             <li> 
    253                 Some of my latest personal projects: 
    254                 <a href="http://projects.luper.fr/palette">Palette</a>, 
    255                 <a href="http://github.com/flupke/pypotrace">pypotrace</a>, 
    256                 <a href="http://github.com/flupke/ballistics">ballistics</a>.  
    257                 You can see all of my code on my  
    258                 <a href="http://projects.luper.fr/">projects site</a> (may 
    259                 contain old and shameful code :-) and on  
    260                 <a href="http://github.com/flupke">github</a>. 
    261             </li> 
    262             <li> 
    263                 Open source contributions: correcting bugs on Django, Debian, 
    264                 Ubuntu, etc... 
    265             </li> 
    266             <li> 
    267                 Spoken languages: French (native), English (fluent). 
    268             </li> 
    269             <li> 
    270                 Leisure activities: programming, electronics hacking, mountain 
    271                 sports, trips, etc... 
    272             </li> 
    273         </ul> 
    274     </body> 
     219            <span class="job-position">Hotliner (2 years)</span> &ndash; 
     220            <small>XP: (patience)+++</small><br /> 
     221            Technical support for Ubisoft and Virgin Interactive games, 
     222            and Guillemot/Hercules hardware. 
     223            </li>   
     224        </ul> 
     225    </li> 
     226</ul> 
     227 
     228<h2>Education &amp; Training</h2> 
     229<ul class="toplevel"> 
     230    <li> 
     231    <span class="job-location"> 
     232        <strong>1999, Psychology, University of Aix en Provence</strong> 
     233    </span> 
     234    </li> 
     235    <li> 
     236    <span class="job-location"> 
     237        <strong>1998, Mathematics and Informatics, University of Nice</strong> 
     238    </span> 
     239    </li> 
     240    <li> 
     241    <span class="job-location"> 
     242        <strong>1997, first year of Medicine, University of Nice</strong> 
     243    </span> 
     244    </li> 
     245    <li> 
     246    <span class="job-location"> 
     247        <strong>1996, Scientific Baccalaureate, high school of Lorgues</strong>  
     248    </span> 
     249    </li> 
     250    <li> 
     251    <span class="job-location"> 
     252        <strong>Self teaching</strong> 
     253    </span> 
     254    <ul> 
     255        <li> 
     256        <em>Languages</em>: 
     257        <ul> 
     258            <li>Expert: Python, C/C++, JavaScript, SQL, HTML, CSS.</li> 
     259            <li>Fluent: PHP, x86 assembler.</li> 
     260        </ul> 
     261        </li> 
     262        <li> 
     263        <em>Technologies and frameworks</em>: 
     264        <ul> 
     265            <li>Expert: (Py)Qt, Django, OpenGL, jQuery.</li> 
     266            <li>Fluent: Twisted, SQLAlchemy, MFC, etc...</li>                     
     267        </ul> 
     268        </li> 
     269        <li> 
     270        <em>Software</em>: Vim, Subversion, GIT, Photoshop, 
     271        Illustrator, etc... 
     272        </li> 
     273        <li> 
     274        <em>OS</em>: GNU/Linux, Windows, Mac OSX. 
     275        </li> 
     276    </ul> 
     277    </li> 
     278</ul>   
     279 
     280<h2>Miscellaneous</h2> 
     281<ul class="toplevel"> 
     282    <li> 
     283    Some of my latest personal projects: 
     284    <a href="http://projects.luper.fr/palette">Palette</a>, 
     285    <a href="http://github.com/flupke/pypotrace">pypotrace</a>, 
     286    <a href="http://github.com/flupke/ballistics">ballistics</a>.  
     287    You can see all of my code on my  
     288    <a href="http://projects.luper.fr/">projects site</a> (may 
     289    contain old and shameful code :-) and on  
     290    <a href="http://github.com/flupke">github</a>. 
     291    </li> 
     292    <li> 
     293    Open source contributions: correcting bugs on Django, Debian, 
     294    Ubuntu, etc... 
     295    </li> 
     296    <li> 
     297    Spoken languages: French (native), English (fluent). 
     298    </li> 
     299    <li> 
     300    Leisure activities: programming, electronics hacking, mountain 
     301    sports, trips, etc... 
     302    </li> 
     303</ul> 
     304</body> 
    275305</html> 
Note: See TracChangeset for help on using the changeset viewer.