json_resume 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,183 @@
1
+ {{=<% %>=}}
2
+ \documentclass[11pt,a4paper]{moderncv}
3
+
4
+ \moderncvtheme[black]{classic}
5
+
6
+ \usepackage[utf8]{inputenc}
7
+ \usepackage[scale=0.8]{geometry}
8
+
9
+ <%#bio_data%>
10
+ \firstname{<%firstname%>}
11
+ \familyname{\mbox{<%familyname%>}}
12
+ \title{\small <%#stars%><%#items%><%name%><%^last%> $\star$ <%/last%><%/items%><%/stars%>}
13
+ <%#phone%>\phone{<%.%>}<%/phone%>
14
+ <%#email%>\email{<%.%>}<%/email%>
15
+ <%#website%>\homepage{<%& .%>}<%/website%>
16
+ <%#linkedin_url%>\social[linkedin]{<%& .%>}<%/linkedin_url%>
17
+ <%#github_url%>\social[github]{<%& .%>}<%/github_url%>
18
+
19
+ % the ConTeXt symbol
20
+ \def\ConTeXt{%
21
+ C%
22
+ \kern-.0333emo%
23
+ \kern-.0333emn%
24
+ \kern-.0667em\TeX%
25
+ \kern-.0333emt}
26
+
27
+ % command and color used in this document, independently from moderncv
28
+ \definecolor{see}{rgb}{0.5,0.5,0.5}% for web links
29
+ \newcommand{\up}[1]{\ensuremath{^\textrm{\scriptsize#1}}}% for text subscripts
30
+ \renewcommand{\labelitemi}{$\circ$}
31
+
32
+ %----------------------------------------------------------------------------------
33
+ % content
34
+ %----------------------------------------------------------------------------------
35
+ \begin{document}
36
+ \maketitle
37
+ \vspace*{-1cm}
38
+
39
+ <%#summary%>
40
+ \section{\textsc{Qualification Summary}}
41
+ <%#points%>
42
+ \cvitem{\textbullet}{<%& .%>}
43
+ <%/points%>
44
+ <%/summary%>
45
+
46
+ <%#skills%>
47
+ \section{\textsc{Technical Skills}}
48
+ <%#details%>
49
+ \cvitem{\textbullet}{\textbf{<%type%>}: <%#items%><%name%><%^last%>, <%/last%><%/items%>}
50
+ <%/details%>
51
+ <%/skills%>
52
+
53
+ <%#github_projects%>
54
+ \section{\textsc{Github Projects}}
55
+ <%#details%>
56
+ \cvitem{\textbullet}{\textbf{\href{http://github.com/<%project_name%>}{<%project_name%>}}<%#tagline%> - <%& .%><%/tagline%>}
57
+ \vspace*{-0.15cm}
58
+ \cvitem{}{
59
+ {\footnotesize
60
+ \begin{itemize}
61
+ <%#description%>\item <%& .%><%/description%>
62
+ \end{itemize}
63
+ }
64
+ }
65
+ \vspace*{-0.5cm}
66
+ <%/details%>
67
+ <%/github_projects%>
68
+
69
+ <%#experience%>
70
+ \section{\textsc{Professional Experience}}
71
+ % \cventry{years}{degree/job title}{institution/employer}{localization}{grade}{description}
72
+ <%#items%>
73
+ \cventry{<%from%> - <%to%>}{<%title%>}{<%organisation%>}{<%location%>}{}{
74
+ {\footnotesize
75
+ \begin{itemize}
76
+ <%#details%>\item <%& .%><%/details%>
77
+ <%#technology_used%>
78
+ \item Technologies got to work on:
79
+ <%#tools%><%name%><%^last%>, <%/last%><%/tools%>
80
+ <%/technology_used%>
81
+ \end{itemize}
82
+ }
83
+ }
84
+ <%/items%>
85
+ <%/experience%>
86
+
87
+ <%#other_projects%>
88
+ \section{\textsc{Other Projects}}
89
+ <%#items%>
90
+ \cvitem{\textbullet}{<%& headline%>}
91
+ \vspace*{-0.15cm}
92
+ \cvitem{}{
93
+ {\footnotesize
94
+ \begin{itemize}
95
+ <%#points%>\item <%& .%><%/points%>
96
+ <%#technology_used%>
97
+ \item Technologies got to work on:
98
+ <%#tools%><%name%><%^last%>, <%/last%><%/tools%>
99
+ <%/technology_used%>
100
+ \end{itemize}
101
+ }
102
+ }
103
+ \vspace*{-0.5cm}
104
+ <%/items%>
105
+ <%/other_projects%>
106
+
107
+ <%#education%>
108
+ \section{\textsc{Education}}
109
+ % \cventry{years}{degree/job title}{institution/employer}{localization}{grade}{description}
110
+ <%#schools%>
111
+ \cventry{<%graduation_year%>}{<%degree%><%#major%>, <%major%><%/major%>}{<%institution%>}{}{<%#show_gpa%>GPA: <%gpa%><%/show_gpa%>}{}
112
+ <%/schools%>
113
+ <%/education%>
114
+
115
+ <%#acad_achievements%>
116
+ \section{\textsc{Academic Achievements}}
117
+ <%#items%>
118
+ % \cvitem{LHS}{RHS}
119
+ \cvitem{\textbullet}{<%& .%>}
120
+ <%/items%>
121
+ <%/acad_achievements%>
122
+
123
+ <%#grad_courses%>
124
+ \section{\textsc{Graduate courses taken}}
125
+ <%#rows%>
126
+ \cvlistdoubleitem
127
+ <%#columns%>{<%#name%>\href{<%& url%>}{<%name%>}<%/name%>}<%/columns%>
128
+ <%/rows%>
129
+ <%/grad_courses%>
130
+
131
+ <%#undergrad_courses%>
132
+ \section{\textsc{Undergraduate courses taken}}
133
+ <%#rows%>
134
+ \cvlistdoubleitem
135
+ <%#columns%>{<%#name%>\href{<%& url%>}{<%name%>}<%/name%>}<%/columns%>
136
+ <%/rows%>
137
+ <%/undergrad_courses%>
138
+
139
+ <%#research_experience%>
140
+ \section{\textsc{Research Experience}}
141
+ <%#items%>
142
+ \cventry{<%from%> - <%to%>}{<%title%>}{<%organisation%>}{<%location%>}{}{
143
+ {\footnotesize
144
+ \begin{itemize}
145
+ <%#points%>\item <%& .%><%/points%>
146
+ \end{itemize}
147
+ }
148
+ }
149
+ <%/items%>
150
+ <%/research_experience%>
151
+
152
+ <%#patents%>
153
+ \section{\textsc{Patents}}
154
+ <%#items%>
155
+ \cvitem{<%patent_id%>}{\textit{\href{<%url%>}{<%title%>}}<%#issuance_date%>, issued <%issuance_date%><%/issuance_date%>.}
156
+ <%/items%>
157
+ <%/patents%>
158
+
159
+ <%#papers%>
160
+ \section{\textsc{Publications}}
161
+ <%#items%>
162
+ \cvitem{\textbullet}{<%authors%>, \textit{\href{<%url%>}{<%title%>}} <%& misc%>}
163
+ <%/items%>
164
+ <%/papers%>
165
+
166
+ <%#memberships%>
167
+ \section{\textsc{Memberships}}
168
+ <%#committees%>
169
+ \cvitem{\textbullet}{<%& .%>}
170
+ <%/committees%>
171
+ <%/memberships%>
172
+
173
+ <%#extra_curricular%>
174
+ \section{\textsc{Extra Curricular Awards}}
175
+ <%#items%>
176
+ \cvitem{\textbullet}{<%& .%>}
177
+ <%/items%>
178
+ <%/extra_curricular%>
179
+
180
+ <%/bio_data%>
181
+ \end{document}
182
+ %% end of file `page.tex'.
183
+
metadata ADDED
@@ -0,0 +1,106 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: json_resume
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - Prateek Agarwal
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2014-05-31 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: bundler
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - ~>
18
+ - !ruby/object:Gem::Version
19
+ version: '1.3'
20
+ type: :development
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - ~>
25
+ - !ruby/object:Gem::Version
26
+ version: '1.3'
27
+ - !ruby/object:Gem::Dependency
28
+ name: rake
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - '>='
32
+ - !ruby/object:Gem::Version
33
+ version: '0'
34
+ type: :development
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - '>='
39
+ - !ruby/object:Gem::Version
40
+ version: '0'
41
+ description: json_resume creates pretty resume formats from a .json input file. Currently,
42
+ it can cpnvert to html, tex, markdown and pdf. Customizing the template to your
43
+ own need is super easy. You just need to change the mustache files for any of these
44
+ formats.
45
+ email:
46
+ - prat0318@gmail.com
47
+ executables:
48
+ - json_resume
49
+ extensions: []
50
+ extra_rdoc_files: []
51
+ files:
52
+ - .gitignore
53
+ - Gemfile
54
+ - LICENSE.txt
55
+ - README.md
56
+ - Rakefile
57
+ - bin/json_resume
58
+ - examples/prateek_cv.json
59
+ - extras/resume_html.tar.gz
60
+ - json_resume.gemspec
61
+ - lib/json_resume.rb
62
+ - lib/json_resume/formatter.rb
63
+ - lib/json_resume/formatter_html.rb
64
+ - lib/json_resume/formatter_latex.rb
65
+ - lib/json_resume/formatter_md.rb
66
+ - lib/json_resume/json_resume.rb
67
+ - lib/json_resume/reader.rb
68
+ - lib/json_resume/version.rb
69
+ - spec/json_resume/formatter_html_spec.rb
70
+ - spec/json_resume/formatter_latex_spec.rb
71
+ - spec/json_resume/formatter_spec.rb
72
+ - spec/json_resume/reader_spec.rb
73
+ - spec/spec_helper.rb
74
+ - templates/default_html.mustache
75
+ - templates/default_md.mustache
76
+ - templates/default_tex.mustache
77
+ homepage: http://github.com/prat0318/json_resume
78
+ licenses:
79
+ - MIT
80
+ metadata: {}
81
+ post_install_message:
82
+ rdoc_options: []
83
+ require_paths:
84
+ - lib
85
+ required_ruby_version: !ruby/object:Gem::Requirement
86
+ requirements:
87
+ - - '>='
88
+ - !ruby/object:Gem::Version
89
+ version: '0'
90
+ required_rubygems_version: !ruby/object:Gem::Requirement
91
+ requirements:
92
+ - - '>='
93
+ - !ruby/object:Gem::Version
94
+ version: '0'
95
+ requirements: []
96
+ rubyforge_project:
97
+ rubygems_version: 2.0.3
98
+ signing_key:
99
+ specification_version: 4
100
+ summary: Generates pretty resume formats out of json input file
101
+ test_files:
102
+ - spec/json_resume/formatter_html_spec.rb
103
+ - spec/json_resume/formatter_latex_spec.rb
104
+ - spec/json_resume/formatter_spec.rb
105
+ - spec/json_resume/reader_spec.rb
106
+ - spec/spec_helper.rb