blob: 8c698bfd8b4584e59b21a23a063c4c2f9d0beae8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
|
# encoding : iso-8859-1
#
@Include { cvdocng }
def @MyBg { rgb 0.96 0.96 0.96 } # very light grey
def @MyColour { rgb 0.53 0.0 0.0 } # red
def @MyHeader right x { @MyColour @Colour { @B { x } } }
# Box
def @MyBorder right t { white @Colour t }
def @MyBox right x { white @Colour @CurveBox margin {0.3c} paint { @MyBg } 5c @Wide black @Colour { x } }
def @MyBoxHeader right x { @MyColour @Colour { @B { x } } }
@Document
@InitialSpace { lout }
//
@Text @Begin
@RightDisplay {
@NL # for no indent
@MyColour @Colour { 16p } @Font @B{ Jérémy Zurcher }
@NL
14p @Font @B{ Software Engineer }
}
# RIGHT BOXES
@Place
x{right-xsize}
y{top-ysize-3.0c}
{
@MyBorder @Box 6c @Wide {
@MyBox {
@MyBoxHeader { AREAS OF EXPERTISE }
@IndentedList
gap { 0.6v }
@ListItem { Administration }
@ListItem { Academic research }
@ListItem { Instructing students }
@ListItem { Science }
@ListItem { Mathematics }
@EndList
}
}
@LP
@MyBorder @Box 6c @Wide {
@MyBox {
@MyBoxHeader { PROFESSIONAL SKILLS }
@IndentedList
gap { 0.6v }
@ListItem { Administration }
@ListItem { Academic research }
@ListItem { Instructing students }
@ListItem { Science }
@ListItem { Mathematics }
@EndList
}
}
}
@LeftDisplay @MyHeader { PERSONAL PROFILE }
I'm a iurest iuesrt iuesrt iuest iurest uie
uies iuerst iurset iures
uiesr iurset iursetruiset ruiset rsuite
iue sruiters tiurse tuie
iue truiset rsuietiue
uirtseir tie
@LP
@LeftDisplay @MyHeader { Work Experiences }
iuesrciursnec uirsec auirsec auiec
uisen
auiens
uinsenstuiesnsnite
@LP
@B { Achievements }
@List
gap { 0.4v }
style { @MyColour @Colour {Times Base 16p} @Font @Bullet }
@ListItem { C{@Char slash}C++: modbus communication between Alinghi OpenGL sailing simulation game and 1:1 scale simulator. }
@ListItem { wxPython: client{@Char slash}server application tracking an automated sail manufacturing process. }
@ListItem { java{@Char slash}vaadin{@Char slash}myBatis{@Char slash}PostgreSQL{@Char slash}iText: parts quality constraints management and report generation. }
@ListItem { ruby{@Char slash}PostgreSQL{@Char slash}FusionCharts: ERP data based key performance indicators reporting web application. }
@ListItem { C{@Char slash}EFL{@Char slash}SQLite: tactile tablet based prodution tracking application. }
@EndList
@B { Open Source Projects Contributions }
@List
gap { 0.4v }
style { @MyColour @Colour {Times Base 16p} @Font @Bullet }
@ListItem { Hydrogen(C++): build system migration from scons to cmake, low level structures rewrite.}
@ListItem { Rubinius(C++{@Char slash}ruby): FFI capabilities enhancement.}
@ListItem { Enlightenment(C): various small patches.}
@EndList
@B { Personal Projects }
@List
gap { 0.4v }
style { @MyColour @Colour {Times Base 16p} @Font @Bullet }
@ListItem { ffi-efl(ruby): a hFI binding to the Enlightenment Foundation Libraries.}
@ListItem { edoors-ruby(ruby): a ruby rewrite of evenja C++ application framework concep.}
@EndList
@End @Text
|