Skip to content

Commit

Permalink
Update version to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jxpeng98 committed Jul 31, 2024
1 parent e6e3bc1 commit a9a8160
Show file tree
Hide file tree
Showing 3 changed files with 141 additions and 94 deletions.
2 changes: 1 addition & 1 deletion modernpro-cv.typ
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// Author: Jiaxin Peng
// License: MIT
// Version: 1.0.0
// Date: 2024-07-30
// Date: 2024-07-31
// Email: [email protected]
///////////////////////////////
Expand Down
130 changes: 79 additions & 51 deletions template/cv-double.typ
Original file line number Diff line number Diff line change
@@ -1,83 +1,111 @@
#import "@preview/modernpro-cv:1.0.0": *

#show: cv-double.with(
name: [#lorem(2)], //name:"" or name:[]
#show: cv-double(
font-type: "PT Sans",
continue-header: "true",
name: [#lorem(2)],
address: [#lorem(4)],
lastupdated: "true",
date: "2023.4.7",
pagecount: "true",
date: "2024-07-03",
contacts: (
(text: "08856", link: ""),
(text: "example.com", link: "https://www.example.com"),
(text: "github.com", link: "https://www.github.com"),
(text: "[email protected]", link: "mailto:[email protected]"),
),
bibfile: [bib.json],
[
//About
#section("About")
left: [
#section[about]
#descript[#lorem(50)]
#sectionsep
#section("Education")
#subsection[#lorem(4)\ ]
#term[xxxx-xxxx][UK]
#subsectionsep
#subsection[#lorem(4)\ ]
#term[xxxx-xxxx][UK]
#sectionsep
#section("Skills")
#descript("Programming Languages")
#info[Python, C++, Java, JavaScript, HTML, CSS, SQL, LaTeX]
#subsectionsep
#descript("Frameworks")
#info[React, Node.js, Express, Flask, Django, Bootstrap, jQuery]
#subsectionsep
#descript("Tools")
#info[Git, GitHub, Docker, AWS, Heroku, MongoDB, MySQL, PostgreSQL, Redis, Linux]
#oneline-title-item(
title: "Programming Languages",
content: [Python, C++, Java, JavaScript, HTML, CSS, SQL, LaTeX],
)
#sectionsep
// Award
#section("Awards")
#awarddetail[2018][Scholarship][University]
#awarddetail[2017][Grant][Organisation]
#awarddetail[2016][Scholarship][University]
#award(award: "Scholarship", date: "2018", institution: "University")
#sectionsep
],
[

right: [
#section("Education")
#education(
institution: [#lorem(4)],
major: [#lorem(2)],
date: "xxxx-xxxx",
location: "UK",
description: [
- #lorem(10),
- #lorem(10),
- #lorem(10),
],
)
#sectionsep
//Experience
#section("Experience")
#jobtitle[#lorem(4)][#lorem(2)]
#term[xxxx-xxxx][UK]
#jobdetail[
- #lorem(10)
- #lorem(10)
- #lorem(10)
- #lorem(10)
]
#subsectionsep
#jobtitle[#lorem(4)][#lorem(2)]
#term[xxxx-xxxx][]
#jobdetail[#lorem(30)]
#subsectionsep
#job(
position: "Software Engineer",
institution: [#lorem(4)],
location: "UK",
date: "xxxx-xxxx",
description: [
- #lorem(10),
- #lorem(10),
- #lorem(10),
],
)
#sectionsep
// Projects
#section("Projects")
#descript[#lorem(2)]
#info[#lorem(40)]
#subsectionsep
#descript[#lorem(2)]
#info[#lorem(40)]
#twoline-item(
entry1: "Project 1",
entry2: "Jan 2023",
entry3: "https://www.example.com",
entry4: "UK",
description: [
- #lorem(20)
- #lorem(10)
],
)
#subsectionsep
#descript[#lorem(2)]
#info[#lorem(40)]
#twoline-item(
entry1: "Project 2",
entry2: "Jan 2023",
description: [#lorem(40) \ ],
)
#sectionsep
// Publication
#section("Publications")

+ @quenouille1949approximate
+ @quenouille1949approximate

+ @singh1981asymptotic
+ @singh1981asymptotic

#sectionsep

// Reference
#section("References")
#references(references: (
(
name: "Dr. John Doe",
position: "Professor",
department: "Computer Science",
institution: "University",
address: "123 Street, City, Country",
email: "john.doe@university.edu",
),
(
name: "Dr. John Doe",
department: "Computer Science",
institution: "University",
address: "123 Street, City, Country",
email: "john.doe@university.edu",
),
))
// Keep this at the end
#show bibliography: none
#bibliography("bib.bib", style: "chicago-author-date")
],
)


103 changes: 61 additions & 42 deletions template/cv-single.typ
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

#show: cv-single.with(
font-type: "PT Serif",
continue_header: "false",
continue-header: "false",
name: "John Doe",
address: "123 Street, City, Country",
lastupdated: "true",
Expand All @@ -21,37 +21,60 @@
#descript[#lorem(50)]
#sectionsep
#section("Education")
#education(institution: [#lorem(4)], major: [#lorem(2)], period: "xxxx-xxxx", location: "UK", description: [
- #lorem(10),
- #lorem(10),
- #lorem(10),
])

#education(institution: [#lorem(4)], major: [#lorem(2)], period: "xxxx-xxxx", location: "UK")
#education(
institution: [#lorem(4)],
major: [#lorem(2)],
date: "xxxx-xxxx",
location: "UK",
description: [
- #lorem(10),
- #lorem(10),
- #lorem(10),
],
)
#subsectionsep
#education(
institution: [#lorem(4)],
major: [#lorem(2)],
date: "xxxx-xxxx",
location: "UK",
)

#section("Skills")
#oneline-item(title: "Programming Languages", content: [Python, C++, Java, JavaScript, HTML, CSS, SQL, LaTeX])
#oneline-item(title: "Frameworks", content: [React, Node.js, Express, Flask, Django, Bootstrap, jQuery])
#oneline-item(title: "Tools", content: [Git, GitHub, Docker, AWS, Heroku, MongoDB, MySQL, PostgreSQL, Redis, Linux])
#oneline-title-item(
title: "Programming Languages",
content: [Python, C++, Java, JavaScript, HTML, CSS, SQL, LaTeX],
)
#sectionsep
// Award
#section("Awards")
#award(award: "Scholarship", date: "2018", institution: "University")
#award(award: "Prize", date: "2018", institution: "University")
#award(
award: "Scholarship",
date: "2018",
institution: "University",
)
#sectionsep
//Experience
#section("Experience")
#job(position: "Software Engineer", institution: [#lorem(4)], location: "UK", date: "xxxx-xxxx", description: [
- #lorem(10),
- #lorem(10),
- #lorem(10),
])
#subsectionsep
#job(position: "Software Engineer", institution: [#lorem(4)], location: "UK", date: "xxxx-xxxx")
#job(
position: "Software Engineer",
institution: [#lorem(4)],
location: "UK",
date: "xxxx-xxxx",
description: [
- #lorem(10),
- #lorem(10),
- #lorem(10),
],
)
#sectionsep
// Projects
#section("Projects")
#twoline-item(entry1: "Project 1", entry2: "Jan 2023", description: [#lorem(40)])
#twoline-item(
entry1: "Project 1",
entry2: "Jan 2023",
description: [#lorem(40)],
)
// Publication
#section("Publications")

Expand All @@ -60,27 +83,23 @@
#sectionsep
// Reference
#section("References")
#references(references: ((
name: "Dr. John Doe",
position: "Professor",
department: "Computer Science",
institution: "University",
address: "123 Street, City, Country",
email: "john.doe@university.edu",
), (
name: "Dr. John Doe",
department: "Computer Science",
institution: "University",
address: "123 Street, City, Country",
email: "john.doe@university.edu",
), (
name: "Dr. John Doe",
position: "Professor",
department: "Computer Science",
institution: "University",
address: "123 Street, City, Country",
email: "john.doe@university.edu",
),))
#references(references: (
(
name: "Dr. John Doe",
position: "Professor",
department: "Computer Science",
institution: "University",
address: "123 Street, City, Country",
email: "john.doe@university.edu",
),
(
name: "Dr. John Doe",
department: "Computer Science",
institution: "University",
address: "123 Street, City, Country",
email: "john.doe@university.edu",
),
))

// Keep this at the end
#show bibliography: none
Expand Down

0 comments on commit a9a8160

Please sign in to comment.