-
Notifications
You must be signed in to change notification settings - Fork 1
/
cv.poly.pm
68 lines (58 loc) · 2.31 KB
/
cv.poly.pm
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
#lang pollen
◊require{utils.rkt}
◊require{classes.rkt}
◊require{styles.rkt}
◊define-meta[title]{Curriculum Vitae}
◊CVheader{
◊CVname{Name Surname}
◊CVaddress{Street Something 32, Somewhere}
◊CVphone{555 3030}, ◊CVemail{[email protected]}
}
◊CVsection[#:title "Personal information"]{
Put description here?
◊CVitems{
◊CVitem{Interest in ◊sl{machine learning}}
◊CVitem{???}
}
}
◊CVsection[#:title "Education"]{
◊CVobject[#:period "2000-2003"]{Bachelor at Padova University}
◊CVitems{
◊CVitem{Degree on Information Engineering}
◊CVitem{Thesis analyzing NASA Kepler observations with ◊sl{machine learning} tools}
◊CVitem{Pubblication on IEEE MOCAST
Lovisotto, ◊sl{et alia}, ◊url[
#:link "http://ieeexplore.ieee.org/document/7937674/"]{
Cell traffic prediction using joint spatio-temporal information},
6th International Conference on Modern Circuits and Systems Technologies, 2017}}
◊CVobject[#:period "2003--2005"]{Relevant master courses}
◊CVitems{
◊CVitem[
#:tag ◊url[#:link "http://en.didattica.unipd.it/off/2016/LM/IN/IN0524/000ZZ/INN1027895/N0"]{
Telecommunication Networks}]{Andrea Zanella}
◊CVitem[
#:tag ◊url[#:link "http://en.didattica.unipd.it/off/2016/LM/IN/IN0524/000ZZ/INP6075439/N0"]{
Wireless Communications}]{Michele Rossi}
◊CVitem[
#:tag ◊url[#:link "http://en.didattica.unipd.it/off/2016/LM/IN/IN0521/000ZZ/INP3049939/N0"]{
Network Modeling}]{Michele Zorzi}
◊CVitem[
#:tag ◊url[#:link "http://en.didattica.unipd.it/off/2016/LM/IN/IN0524/000ZZ/INP6075820/N0"]{
Antennas and Wireless Propagation}]{Marco Santagiustina}
}
◊CVobject{Other skills acquired}
◊CVitems{
◊CVitem[#:tag "Programming languages"]{
Python, R, Matlab, C++, Rust, Racket}
◊CVitem[#:tag "Data analysis and machine learning"]{
Pandas, Scikit-learn, R dataframes}
◊CVitem[#:tag "Foreign languages"]{
English B2, certified by Padova university}}
}
◊CVsection[#:title "Work experiences"]{
◊CVobject[#:period "2004"]{Internship}
◊CVitems{
◊CVitem{IT support of cardiac ward technicians}
◊CVitem{Assistence of medical staff: MS Windows, MS Office, Ubuntu GNU/Linux server}
}
}