Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2018
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Latex 5.26 KB | None | 0 0
  1. \documentclass[10pt,a4paper,sans]{moderncv}    
  2.  
  3. \moderncvstyle{casual}                            
  4. \moderncvcolor{blue}                              
  5. \usepackage[utf8]{inputenc}                    
  6.  
  7. \usepackage[scale=0.87]{geometry}
  8. \renewcommand*{\namefont}{\fontsize{35}{35}\mdseries\upshape}
  9. \name{João} {Carlos Barreira Fernandes}
  10. \title{Curriculum Vitae}
  11. \address{Rua Marta Sampaio}{4250-282 Porto, Porto}{Portugal}
  12.  
  13. \phone[mobile]{(+351)93~42~07~953}                  
  14. \email{joaof.vinhais@gmail.com}                              
  15. \social[linkedin]{joao-c-b-fernandes}            
  16. \photo[60pt][0.4pt]{Profile_2.jpg}                      
  17.  
  18. \makeatletter\renewcommand*{\bibliographyitemlabel}{\@biblabel{\arabic{enumiv}}}\makeatother
  19.  
  20. \begin{document}
  21.  
  22. \makecvtitle
  23.  
  24. % \section{Birthday}
  25. %  \cvitem{}{01-11-1992}
  26. % \cvitem{Driver's License} {B (Car)}
  27.  
  28. % \section{About me}
  29. % I always found interesting how the technological revolution and the constant evolution of computing systems affects our everyday lives. My curiosity about how computers solve complex problems in an efficient manner, arose my will of understanding them. I decided, then, to pursue a career in Computer Science, which gave me the tools to accomplish my objectives. I am, as of now, on the fifth year of my Computer Engineering Master, which gave me the know-how about the areas that motivate and interest me more. Artificial Intelligence, Human-Computer Interaction and game design are the topics I always felt compelled to explore and contribute to.
  30.  
  31. \section{Education}
  32.  
  33. \cventry{2010}{Sciences and Technologies}{Escola Básica e Secundária D. Afonso III}{Vinhais - Portugal}{}{}  
  34.  
  35. \cventry{2017}{Integrated Master in Informatics and Computer Engineering}{Faculdade de Engenharia da Universidade do Porto}{Porto - Portugal}{}{}
  36.  
  37. %SECCAO MASTER THESIS
  38.  
  39. \section{Master's thesis}
  40. \cvitem{Title}{\emph{Industrial Mobile App for a Sensor Cloud}}
  41. \cvitem{Supervisors}{Gil Gonçalves, João Reis, Susana Aguiar}
  42. \cvitem{Description}{Android mobile application able to assist industrial machine operators on its daily calibration and diagnosis activities. Connected with a Sensor Cloud this application provides access to machine's sensors data  together with a tool that uses the smartphone embedded sensors to diagnose and correct the machine's malfunctions.}
  43.  
  44. %SECCAO EXPERIENCE
  45. \section{Work Experience}
  46. \cventry{2017--Current}{Software Developer}{KPMG Portugal}{Porto}{}{During this period of time I’ve been working alongside with the Support and Operations team as well as the Development team. In the first, I answer to clients’ daily issues in different IBM BPM projects. The daily tasks include working with front-end technologies, MySQL databases and external Java and C\# services. In the Development team I work in both the development and deployment of new features for applications in production.}
  47.  
  48.  
  49. \section{Academic Experience}
  50.  
  51. \cvitem{2016}{\textbf{Twitter sentiment analysis} - Python framework where users are able to capture tweets and news titles related to NASDAQ companies and present their sentiment analysis score. This result is later compared with the companies market value fluctuations.}
  52. \cvitem{2016}{\textbf{BizMe} - Android mobile application for professional fairs which aims to facilitate the communication between all  participants. Users are able to easily exchange contacts using a QR code, check all the information regarding the fairs schedule, speakers and participants.}
  53. \cvitem{2015}{\textbf{Booky} - Web-based application for a book store where users can search and purchase books from different collections. The application issues all the purchase and sales documents related to the transaction to the Primavera ERP software.}
  54. \cvitem{2014}{\textbf{BackBoard} - Web-based project management application that allows users to easily organize their projects and tasks.}
  55.  
  56.  
  57.  
  58. % \section{Soft Skills}
  59. % \cvitem{}{\textbullet\ Proactive, adaptive, team-worker, pressure handler}
  60.  
  61. \section{Technical Competencies}
  62. \cvitem{Languages}{C, C++, C\#, JAVA, JavaScript, Python, Prolog, HTML, PHP, CSS}
  63. \cvitem{Database}{MySQL, PostgreSQL, MongoDB}
  64. \cvitem{Interests}{Machine Learning, Data Mining, Mobile, IoT, Cloud, Android}
  65. %\cvitem{Frameworks}{Ionic, Smarty, Laravel}%
  66.  
  67. \section{Languages}
  68. \cvitemwithcomment{Portuguese}{Native}{}
  69. \cvitemwithcomment{English}{Advanced}{}
  70. \cvitemwithcomment{Spanish}{Intermediate}{}
  71.  
  72. % Publications from a BibTeX file without multibib
  73. %  for numerical labels: \renewcommand{\bibliographyitemlabel}{\@biblabel{\arabic{enumiv}}}% CONSIDER MERGING WITH PREAMBLE PART
  74. %  to redefine the heading string ("Publications"): \renewcommand{\refname}{Articles}
  75. \nocite{*}
  76. \bibliographystyle{plain}
  77. \bibliography{publications}                        % 'publications' is the name of a BibTeX file
  78.  
  79. % Publications from a BibTeX file using the multibib package
  80. %\section{Publications}
  81. %\nocitebook{book1,book2}
  82. %\bibliographystylebook{plain}
  83. %\bibliographybook{publications}                   % 'publications' is the name of a BibTeX file
  84. %\nocitemisc{misc1,misc2,misc3}
  85. %\bibliographystylemisc{plain}
  86. %\bibliographymisc{publications}                   % 'publications' is the name of a BibTeX file
  87.  
  88. \clearpage
  89.  
  90. \end{document}
  91.  
  92.  
  93. %% end of file `template.tex'.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement