Skip to content

Commit ce4fcbb

Browse files
committed
update input files
1 parent 3368416 commit ce4fcbb

File tree

2 files changed

+12
-13
lines changed

2 files changed

+12
-13
lines changed

src/John_Doe_CV.yaml

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ cv:
1111
username: yourusername
1212
sections:
1313
welcome_to_RenderCV!:
14-
- '[RenderCV](https://github.com/sinaatalay/rendercv) is
15-
a LaTeX-based CV/resume framework. It allows you to create
16-
a high-quality CV or resume as a PDF file from a YAML
17-
file, with **full Markdown syntax support** and **complete
14+
- '[RenderCV](https://rendercv.com) is a LaTeX-based CV/resume
15+
version-control and maintenance app. It allows you to
16+
create a high-quality CV or resume as a PDF file from
17+
a YAML file, with **Markdown syntax support** and **complete
1818
control over the LaTeX code**.'
1919
- The boilerplate content was inspired by [Gayle McDowell](https://github.com/dnl-blkv/mcdowell-cv).
2020
quick_guide:
@@ -34,7 +34,7 @@ cv:
3434
start_date: 2000-09
3535
end_date: 2005-05
3636
highlights:
37-
- 'GPA: 3.9/4.0 ([Transcript](https://example.com))'
37+
- 'GPA: 3.9/4.0 ([a link to somewhere](https://example.com))'
3838
- '**Coursework:** Computer Architecture, Comparison
3939
of Learning Algorithms, Computational Theory'
4040
experience:
@@ -62,8 +62,8 @@ cv:
6262
- Created a service to provide gradient across VS and
6363
VS add-ins, optimizing its performance via caching
6464
- Built an app to compute the similarity of all methods
65-
in a codebase, reducing the time from $\mathcal{O}(n^2)$
66-
to $\mathcal{O}(n \log n)$
65+
in a codebase, reducing the time from $$\mathcal{O}(n^2)$$
66+
to $$\mathcal{O}(n \log n)$$
6767
- Created a test case generation tool that creates random
6868
XML docs from XML Schema
6969
- Automated the extraction and processing of large datasets
@@ -78,14 +78,14 @@ cv:
7878
date: 2004-01
7979
projects:
8080
- name: Multi-User Drawing Tool
81-
date: '[github.com/name/repo](https://github.com/sinaatalay/rendercv)'
81+
date: '[github.com/name/repo](https://github.com/rendercv/rendercv)'
8282
highlights:
8383
- Developed an electronic classroom where multiple users
8484
can simultaneously view and draw on a "chalkboard"
8585
with each person's edits synchronized
8686
- 'Tools Used: C++, MFC'
8787
- name: Synchronized Desktop Calendar
88-
date: '[github.com/name/repo](https://github.com/sinaatalay/rendercv)'
88+
date: '[github.com/name/repo](https://github.com/rendercv/rendercv)'
8989
highlights:
9090
- Developed a desktop calendar with globally shared
9191
and synchronized calendars, allowing users to schedule
@@ -140,5 +140,4 @@ design:
140140
vertical_between_name_and_connections: 0.3 cm
141141
bottom: 0.3 cm
142142
horizontal_between_connections: 0.5 cm
143-
show_timespan_in:
144-
- Experience
143+
show_timespan_in: []

src/classic/PublicationEntry.j2.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020

2121
((* endif *))
2222
((* if entry.doi -*))
23-
\href{<<entry.doi_url>>}{<<entry.doi>>}
23+
\href{<<entry.doi_url>>}{<<entry.doi|escape_latex_characters>>}
2424
((* elif entry.url -*))
25-
\href{<<entry.url>>}{<<entry.clean_url>>}
25+
\href{<<entry.url>>}{<<entry.clean_url|escape_latex_characters>>}
2626
((*- endif -*))
2727
((*- if (entry.doi or entry.url) and entry.journal *)) (((* endif -*))
2828
((*- if entry.journal -*))

0 commit comments

Comments
 (0)