Skip to content

Commit

Permalink
-Update: experience and timeline data and job descriptions, timeline …
Browse files Browse the repository at this point in the history
…layout
  • Loading branch information
juhaszp-uhu committed Apr 8, 2023
1 parent 06fd017 commit 6b6fdd3
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 17 deletions.
21 changes: 12 additions & 9 deletions experience.dat
Original file line number Diff line number Diff line change
@@ -1,29 +1,32 @@
9 9 Perl
7 7 C
4.5 7 C
-5 5.5 C++
4 4.7 SQL
3.5 7.5 SQL
-7 5.7 Ada
-4 5.7 Fortran
3 6.6 sh
4.5 3.5 R
2 3.5 Matlab
-9 4 LabVIEW
6 3.5 ruby
3 3 ruby
6 7 Go


7 9 English
8 5 Japanese

7 9.5 Hungarian
7 8.5 English
8 4 Japanese
1 5 German


5 6.8 Mercurial
6 5 git
4 7 SVN
7 6.8 Mercurial
5 5 git
1 6 SVN
-4 3 CVS


-9 5 Office
7 6 LaTeX
4.5 6 LaTeX


8 8 Linux/Unix
Expand Down
8 changes: 4 additions & 4 deletions timeline.dat
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#work
#from to mark job_title company location description color work/edu
2015.75 2016 2015.9 "Software Developer" "UHU Systems Kft." "Budapest, Hungary" "Develop backend for call center software in Perl" 0x5f5f00 work
2012.25 2015.75 2013.8 "Software Developer" "CAE Engineering Kft." "Budapest, Hungary" "Develop and maintain large real-time aircraft simulator software\nPerform porting and testing, on-site integration\nLanguages: C, C++, Ada, Fortran" 0x7f0000 work
2007.66 2012.25 2009.5 "Physicist" "Natl. Research Inst. for\nRadiobiology and Radiohygiene" "Budapest, Hungary" "Design and implement research data analysis scripts\nSupport ongoing experiments on biological effects of RF exposure\nWrite research articles, develop and maintain a SAR measurement setup" 0x007f00 work
2015.75 2025 2021.5 "Software Developer" "UHU Systems Kft. / Comnica Kft." "Budapest, Hungary" "· Backend lead developer\n· Call center as a service, identification, video chat\n· Languages: Perl, SQL, Go, C" 0x5f5f00 work
2012.25 2015.75 2014.7 "Software Developer" "CAE Engineering Kft." "Budapest, Hungary" "· Develop and maintain large real-time aircraft simulator software\n· Porting and testing, on-site integration\n· Languages: C, C++, Ada, Fortran" 0x7f0000 work
2007.66 2012.25 2010 "Physicist" "Natl. Research Inst. for\nRadiobiology and Radiohygiene" "Budapest, Hungary" "· Design and implement research data analysis scripts\n· Support experiments on biological effects of RF exposure\n· Write research articles, develop and maintain a SAR measurement setup" 0x007f00 work


#education
#from to mark degree school location description color work/edu
2000.66 2006.1 2004 "MSc Physics\nMSc Astronomy" "Eötvös Loránd University (ELTE)" "Budapest, Hungary" "Specialization in Astrophysics and Statistical Physics\nThesis about foreground star removal from galaxy images" 0x00007f edu
2000.66 2006.1 2004 "MSc Physics\nMSc Astronomy" "Eötvös Loránd University (ELTE)" "Budapest, Hungary" "· Specialization in Astrophysics and Statistical Physics\n· Thesis about foreground star removal from galaxy images" 0x00007f edu
8 changes: 4 additions & 4 deletions timeline.plt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# TODO
# newline spacing ???
# bullet pts for descr ?
# bullet pts for descr - done with explicit bullet point chars
# marks for work & education (column in data file, unicode symbol in plot)

reset
Expand All @@ -10,8 +10,8 @@ set out "timeline.pdf"
fn = "timeline.dat"

start_date = 2000
end_date = 2016.3
tics = "2000 2007 2012"
end_date = 2023.5
tics = "2000 2007 2012 2016 2023"

start_x = -5.5
end_x = 15
Expand All @@ -26,7 +26,7 @@ description_pos = 1
font_offset = 0.18
box_hi = 0.5
box_low_double = -1.25
box_low_single = -0.5
box_low_single = -0.4

idx_mul = 3

Expand Down

0 comments on commit 6b6fdd3

Please sign in to comment.