diff options
| -rw-r--r-- | cv/jeremy.zurcher-CV.lou | 69 | 
1 files changed, 37 insertions, 32 deletions
| diff --git a/cv/jeremy.zurcher-CV.lou b/cv/jeremy.zurcher-CV.lou index 062cd6d..524ab4c 100644 --- a/cv/jeremy.zurcher-CV.lou +++ b/cv/jeremy.zurcher-CV.lou @@ -58,7 +58,7 @@ Currently seeking employment where I can exploit my programming skills and expan  @Rowb      C { development:      @BulletList -      gap { 0.4v } +      gap { 0.3v }        labelwidth { 1.5f }      @ListItem { parts quality constraints management and reports generation web application. }      @ListItem { production data tracking and analysis touchscreen application. } @@ -94,6 +94,35 @@ Currently seeking employment where I can exploit my programming skills and expan  }  @LP +@LeftDisplay @MyHeader { ACADEMIC QUALIFICATIONS } +@Tbl +    rule { no } +    aformat { @Cell A | @Cell B } +{ +@Rowa +    A { 2016 } +    B { "http://asynk.ch/data/coursera_algorithmic_toolbox.pdf" @MyLink @B{Algorithmic Toolbox} - "http://coursera.org" @MyLink @B Coursera - University of Maryland } +@Rowa +    A { 2014 } +    B { "http://asynk.ch/data/coursera_mobile_applications_android.pdf" @MyLink @B{ Programming Mobile Applications for Android } - "http://coursera.org" @MyLink @B Coursera -  University of Maryland } +@Rowa +    A { 2014 } +    B { @B{ Algorithms, Part I and II } - "http://coursera.org" @MyLink @B Coursera - Princeton University } +@Rowa +    A { 2013 } +    B { "http://asynk.ch/data/coursera_functional_programming.pdf" @MyLink @B{ Functionnal Programming Principles in Scala grade } - "http://coursera.org" @MyLink @B Coursera - EPFL } +@Rowa +    A { 2004 } +    B { @B{ HES Software Engineer formation } - EIVD - Yverdon } +@Rowa +    A { 1999 } +    B { @B {Foundation Course } - APA CEPNV - Yverdon } +@Rowa +    A { 1998 } +    B { @B{ Maturité S } (Science stream) - CESS Morges } +} + +@LP  @LP  @LeftDisplay @MyHeader { PROFESSIONAL ACHIEVEMENTS }  @List @@ -123,35 +152,10 @@ Currently seeking employment where I can exploit my programming skills and expan  @ListItem { "http://cgit.asynk.ch/lock_free" @MyLink @B lock_free: compare-and-swap based lock free structures playground (C).}  @EndList -@LP -@LeftDisplay @MyHeader { ACADEMIC QUALIFICATIONS } -@Tbl -    rule { no } -    aformat { @Cell A | @Cell B } -{ -@Rowa -    A { 2014 } -    B { @B{ Programming Mobile Applications for Android } - "http://coursera.org" @MyLink @B Coursera - University of Maryland } -@Rowa -    A { 2014 } -    B { @B{ Algorithms, Part I and II } - "http://coursera.org" @MyLink @B Coursera - Princeton University } -@Rowa -    A { 2013 } -    B { "https://asynk.ch/data/coursera_functional_programming.pdf" @MyLink @B{ Functionnal Programming Principles in Scala grade } - "http://coursera.org" @MyLink @B Coursera - EPFL } -@Rowa -    A { 2004 } -    B { @B{ HES Software Engineer formation } - EIVD - Yverdon } -@Rowa -    A { 1999 } -    B { @B {Foundation Course } - APA CEPNV - Yverdon } -@Rowa -    A { 1998 } -    B { @B{ Maturité S } (Science stream) - CESS Morges } -}  # RIGHT BOXES  @Place  x{right-xsize+0.5c} -y{top-ysize-3.8c} +y{top-ysize-3.0c}  {    @MyBorder @Box 6.5c @Wide {      @MyBox { @@ -160,13 +164,14 @@ y{top-ysize-3.8c}          gap { 1.0v }          labelwidth { 1.5f }        @ListItem { C{@Char slash}C++, java, ruby, python } -      @ListItem { bash, sed, gawk scripts } +      @ListItem { shell scripting (bash, sed, gawk) }        @ListItem { [c]make, ant, maven, gradle, gem } -      @ListItem { junit, rspec, ctest } -      @ListItem { rcov, cobertura } -      @ListItem { oracle, postgresql, mybatis, hibernate } +      @ListItem { junit, rspec, ctest, check} +      @ListItem { rcov, cobertura, ceverity, jenkins } +      @ListItem { Oracle, PostgreSQL, mybatis, hibernate }        @ListItem { nginx, lighttpd, tomcat } -      @ListItem { git, gitolite, cgit } +      @ListItem { vaadin, Node.js, AngularJS } +      @ListItem { git, gitolite, cgit, svn}        @ListItem { linux system administration, debian, archlinux }        @EndList        #@LP | 
