Skip to content

Commit

Permalink
fixup! Jul 2019 revamp
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgebg committed Jul 2, 2019
1 parent e85d95b commit d25ef28
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 27 deletions.
13 changes: 5 additions & 8 deletions cv.md
Expand Up @@ -2,7 +2,7 @@
fullname: Jorge Barata
birth: November 1, 1987
address: Madrid, Spain
degree: BSc. in Computer Science and Engineering, MSc. in Distributed Systems
degree: BSc. in Computer Engineering, MSc. in Distributed Systems

phone: 34 619 98 15 38
mail: contact@jorgebg.com
Expand Down Expand Up @@ -122,7 +122,7 @@ Experience
Education
=========

## B.Sc. Computer Science & Engineering, M.Sc Distributed Systems
## B.Sc. Computer Engineering, M.Sc Distributed Systems
> August 2007 -- August 2017 ◦ *Carlos III University of Madrid, Spain*
- __Taxi Recommendation System for Big Data__: Final dissertation. It consisted of two parts:
Expand All @@ -138,11 +138,10 @@ Education
- __English__: fluent (4 years working in Ireland, B2)


Other Experience
================
---


## FOSS community
## Community

- Organizer of __Madrid Django User Group__. https://www.meetup.com/MadridDjango/
- Former organizer of __Dublin Django User Group__. https://www.meetup.com/django-dublin/
Expand All @@ -151,10 +150,8 @@ Other Experience
- Hackathons. https://github.com/jorgebg/hackathons


## Freelance
## Other projects

- Nórdicos en Adopción http://nordicosenadopcion.com: Non-profit animal shelter. Built with __Drupal__ and __Shopify__. (*2011 -- 2018, Spain*)

- AJBID http://ajbid.org: Association of Retirees of the Inter-american Development Bank. Built with __Yii__ & __MySQL__.

- Surprizes http://surpriz.es: Online affiliation system. Built with __Yii 2__ & __MySQL__.
6 changes: 3 additions & 3 deletions cv/tex.py
Expand Up @@ -159,7 +159,7 @@ def beginenv(self, section):
def hrule(self):
return \
r"""
\nextcolumn
\hrulefill
"""

@_t
Expand All @@ -181,13 +181,13 @@ def header(self, text, level, raw=None):
rootenv = self.sections[0].env
sectionenv = rootenv[:i] + ('sub' * (level - 1)) + rootenv[i:]
else:
sectionenv = text.lower() + '_section'
sectionenv = text.lower().replace(' ', '_') + '_section'

section = self.Section(sectionenv, text, level, raw)
self.sections.append(section)

beginenv = self.beginenv(section)

return "\n".join(endenv + beginenv)


Expand Down
22 changes: 6 additions & 16 deletions templates/tex/cv.sty
Expand Up @@ -159,9 +159,9 @@
}
% }}}

% Skills {{{
\NewEnviron{skills_section}{
\section{Skills}
% Community {{{
\NewEnviron{community_section}{
\section{Community}
\noindent{\small\textsc{preferences:}\enskip\scriptsize\preferences}
\begin{multicols}{2}
\setlength{\parindent}{0}
Expand All @@ -173,10 +173,9 @@

% }}}

% Projects {{{
\NewEnviron{projects_section}{
\section{Projects}
\refer{Please refer to his GitHub profile or \web{\home} to see a more detailed list.}
% Other Projects {{{
\NewEnviron{other_projects_section}{
\section{Other Projects}
\begin{multicols}{2}
\setlength{\parindent}{0}
\setlength{\parskip}{0.5em}
Expand All @@ -186,15 +185,6 @@
}
% }}}

% Activities {{{
\NewEnviron{activities_section}{
\section{Activities}
\small\BODY
}
\NewEnviron{activities_subsubsection_quote}{\noindent\quad\small\BODY}
% }}}



% Helpers {{{

Expand Down

0 comments on commit d25ef28

Please sign in to comment.