data_models: update the sample model

This commit is contained in:
Sina Atalay 2024-05-31 19:56:03 +03:00
parent b72ca1f4cf
commit 6bbd472713
1 changed files with 10 additions and 9 deletions

View File

@ -910,7 +910,6 @@ class SocialNetwork(RenderCVBaseModel):
"ResearchGate": "https://researchgate.net/profile/", "ResearchGate": "https://researchgate.net/profile/",
"YouTube": "https://youtube.com/", "YouTube": "https://youtube.com/",
"Google Scholar": "https://scholar.google.com/citations?user=", "Google Scholar": "https://scholar.google.com/citations?user=",
"Google Scholar": "https://scholar.google.com/citations?user=",
} }
url = url_dictionary[self.network] + self.username url = url_dictionary[self.network] + self.username
@ -1563,10 +1562,16 @@ def get_a_sample_data_model(
), ),
ExperienceEntry( ExperienceEntry(
company="Microsoft", company="Microsoft",
position="Software Design Engineer, Intern", position="Software Engineer, Intern",
start_date="2003-06", start_date="2003-06",
end_date="2003-08", end_date="2003-08",
location="Redmond, WA", location="Redmond, WA",
highlights=[
(
"Automated the extraction and processing of large datasets from"
" legacy systems using SQL and Perl scripts"
),
],
), ),
], ],
"publications": [ "publications": [
@ -1589,8 +1594,7 @@ def get_a_sample_data_model(
"projects": [ "projects": [
NormalEntry( NormalEntry(
name="Multi-User Drawing Tool", name="Multi-User Drawing Tool",
date="2004", # I would omit start/end dates and replace with a project link as the date is largely irrelevant date="[github.com/name/repo](https://github.com/sinaatalay/rendercv)",
# project_link = "github.com/username/repo"
highlights=[ highlights=[
( (
"Developed an electronic classroom where multiple users can" "Developed an electronic classroom where multiple users can"
@ -1602,9 +1606,7 @@ def get_a_sample_data_model(
), ),
NormalEntry( NormalEntry(
name="Synchronized Calendar", name="Synchronized Calendar",
start_date="2003", date="[github.com/name/repo](https://github.com/sinaatalay/rendercv)",
end_date="2004",
# project_link = "github.com/username/repo",
highlights=[ highlights=[
( (
"Developed a desktop calendar with globally shared and" "Developed a desktop calendar with globally shared and"
@ -1616,8 +1618,7 @@ def get_a_sample_data_model(
), ),
NormalEntry( NormalEntry(
name="Operating System", name="Operating System",
date="2002", # would replace project dates with a project link as the date is largely irrelevant date="2002",
# project_link = "github.com/username/repo",
highlights=[ highlights=[
( (
"Developed a UNIX-style OS with a scheduler, file system, text" "Developed a UNIX-style OS with a scheduler, file system, text"