|
11 | 11 | username: yourusername |
12 | 12 | sections: |
13 | 13 | 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 |
18 | 18 | control over the LaTeX code**.' |
19 | 19 | - The boilerplate content was inspired by [Gayle McDowell](https://github.com/dnl-blkv/mcdowell-cv). |
20 | 20 | quick_guide: |
|
34 | 34 | start_date: 2000-09 |
35 | 35 | end_date: 2005-05 |
36 | 36 | highlights: |
37 | | - - 'GPA: 3.9/4.0 ([Transcript](https://example.com))' |
| 37 | + - 'GPA: 3.9/4.0 ([a link to somewhere](https://example.com))' |
38 | 38 | - '**Coursework:** Computer Architecture, Comparison |
39 | 39 | of Learning Algorithms, Computational Theory' |
40 | 40 | experience: |
|
62 | 62 | - Created a service to provide gradient across VS and |
63 | 63 | VS add-ins, optimizing its performance via caching |
64 | 64 | - 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)$$ |
67 | 67 | - Created a test case generation tool that creates random |
68 | 68 | XML docs from XML Schema |
69 | 69 | - Automated the extraction and processing of large datasets |
|
78 | 78 | date: 2004-01 |
79 | 79 | projects: |
80 | 80 | - 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)' |
82 | 82 | highlights: |
83 | 83 | - Developed an electronic classroom where multiple users |
84 | 84 | can simultaneously view and draw on a "chalkboard" |
85 | 85 | with each person's edits synchronized |
86 | 86 | - 'Tools Used: C++, MFC' |
87 | 87 | - 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)' |
89 | 89 | highlights: |
90 | 90 | - Developed a desktop calendar with globally shared |
91 | 91 | and synchronized calendars, allowing users to schedule |
@@ -140,5 +140,4 @@ design: |
140 | 140 | vertical_between_name_and_connections: 0.3 cm |
141 | 141 | bottom: 0.3 cm |
142 | 142 | horizontal_between_connections: 0.5 cm |
143 | | - show_timespan_in: |
144 | | - - Experience |
| 143 | + show_timespan_in: [] |
0 commit comments