Skip to content

Commit 21a621e

Browse files
committed
render the latest CV
1 parent ce4fcbb commit 21a621e

File tree

3 files changed

+9
-13
lines changed

3 files changed

+9
-13
lines changed

John_Doe_CV.pdf

-10 Bytes
Binary file not shown.

John_Doe_CV.tex

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@
216216

217217

218218
\begin{onecolentry}
219-
\href{https://github.com/sinaatalay/rendercv}{RenderCV} is a LaTeX-based CV/resume framework. It allows you to create a high-quality CV or resume as a PDF file from a YAML file, with \textbf{full Markdown syntax support} and \textbf{complete control over the LaTeX code}.
219+
\href{https://rendercv.com}{RenderCV} is a LaTeX-based CV/resume version-control and maintenance app. It allows you to create a high-quality CV or resume as a PDF file from a YAML file, with \textbf{Markdown syntax support} and \textbf{complete control over the LaTeX code}.
220220
\end{onecolentry}
221221

222222
\vspace{0.2 cm}
@@ -255,7 +255,7 @@
255255
}
256256
\textbf{University of Pennsylvania}, Computer Science
257257
\begin{highlights}
258-
\item GPA: 3.9/4.0 (\href{https://example.com}{Transcript})
258+
\item GPA: 3.9/4.0 (\href{https://example.com}{a link to somewhere})
259259
\item \textbf{Coursework:} Computer Architecture, Comparison of Learning Algorithms, Computational Theory
260260
\end{highlights}
261261
\end{threecolentry}
@@ -271,8 +271,6 @@
271271
Cupertino, CA
272272

273273
June 2005 – Aug 2007
274-
275-
2 years 2 months
276274
}
277275
\textbf{Apple}, Software Engineer
278276
\begin{highlights}
@@ -289,8 +287,6 @@
289287
Redmond, WA
290288

291289
June 2003 – Aug 2003
292-
293-
2 months
294290
}
295291
\textbf{Microsoft}, Software Engineer Intern
296292
\begin{highlights}
@@ -333,7 +329,7 @@
333329

334330

335331
\begin{twocolentry}{
336-
\href{https://github.com/sinaatalay/rendercv}{github.com/name/repo}
332+
\href{https://github.com/rendercv/rendercv}{github.com/name/repo}
337333
}
338334
\textbf{Multi-User Drawing Tool}
339335
\begin{highlights}
@@ -346,7 +342,7 @@
346342
\vspace{0.2 cm}
347343

348344
\begin{twocolentry}{
349-
\href{https://github.com/sinaatalay/rendercv}{github.com/name/repo}
345+
\href{https://github.com/rendercv/rendercv}{github.com/name/repo}
350346
}
351347
\textbf{Synchronized Desktop Calendar}
352348
\begin{highlights}

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Picture this:
3838

3939
# Welcome to RenderCV!
4040

41-
[RenderCV](https://github.com/sinaatalay/rendercv) is a LaTeX-based CV/resume framework. It allows you to create a high-quality CV or resume as a PDF file from a YAML file, with **full Markdown syntax support** and **complete control over the LaTeX code**.
41+
[RenderCV](https://rendercv.com) is a LaTeX-based CV/resume version-control and maintenance app. It allows you to create a high-quality CV or resume as a PDF file from a YAML file, with **Markdown syntax support** and **complete control over the LaTeX code**.
4242

4343
The boilerplate content was inspired by [Gayle McDowell](https://github.com/dnl-blkv/mcdowell-cv).
4444

@@ -53,7 +53,7 @@ The boilerplate content was inspired by [Gayle McDowell](https://github.com/dnl-
5353
## University of Pennsylvania, BS in Computer Science
5454

5555
- Sept 2000 – May 2005
56-
- GPA: 3.9/4.0 ([Transcript](https://example.com))
56+
- GPA: 3.9/4.0 ([a link to somewhere](https://example.com))
5757
- **Coursework:** Computer Architecture, Comparison of Learning Algorithms, Computational Theory
5858

5959
# Experience
@@ -72,7 +72,7 @@ The boilerplate content was inspired by [Gayle McDowell](https://github.com/dnl-
7272
- Redmond, WA
7373
- Designed a UI for the VS open file switcher (Ctrl-Tab) and extended it to tool windows
7474
- Created a service to provide gradient across VS and VS add-ins, optimizing its performance via caching
75-
- Built an app to compute the similarity of all methods in a codebase, reducing the time from $\mathcal{O}(n^2)$ to $\mathcal{O}(n \log n)$
75+
- Built an app to compute the similarity of all methods in a codebase, reducing the time from $$\mathcal{O}(n^2)$$ to $$\mathcal{O}(n \log n)$$
7676
- Created a test case generation tool that creates random XML docs from XML Schema
7777
- Automated the extraction and processing of large datasets from legacy systems using SQL and Perl scripts
7878

@@ -86,13 +86,13 @@ The boilerplate content was inspired by [Gayle McDowell](https://github.com/dnl-
8686

8787
## Multi-User Drawing Tool
8888

89-
- [github.com/name/repo](https://github.com/sinaatalay/rendercv)
89+
- [github.com/name/repo](https://github.com/rendercv/rendercv)
9090
- Developed an electronic classroom where multiple users can simultaneously view and draw on a "chalkboard" with each person's edits synchronized
9191
- Tools Used: C++, MFC
9292

9393
## Synchronized Desktop Calendar
9494

95-
- [github.com/name/repo](https://github.com/sinaatalay/rendercv)
95+
- [github.com/name/repo](https://github.com/rendercv/rendercv)
9696
- Developed a desktop calendar with globally shared and synchronized calendars, allowing users to schedule meetings with other users
9797
- Tools Used: C#, .NET, SQL, XML
9898

0 commit comments

Comments
 (0)