Skip to content

Commit

Permalink
feat(template): add Orcid and ResearchGate fields
Browse files Browse the repository at this point in the history
  • Loading branch information
mintyfrankie committed Jul 14, 2023
1 parent 48ac820 commit d274f2a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion awesomeCV
6 changes: 3 additions & 3 deletions metadata.typ
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// NOTICE: Copy this file to your root folder.

/* Personal Information */

#let firstName = "John"
Expand All @@ -10,6 +8,8 @@
email: "john.doe@me.org",
linkedin: "johndoe",
//homepage: "jd.me.org",
//orcid: "0000-0000-0000-0000",
//researchgate: "John-Doe",
//extraInfo: "",
)
#let headerQuote = [
Expand Down Expand Up @@ -45,4 +45,4 @@
"": "Cover Letter",
"en": "Cover Letter",
"fr": "Lettre de motivation",
)
)

0 comments on commit d274f2a

Please sign in to comment.