Skip to content

Commit

Permalink
cv
Browse files Browse the repository at this point in the history
  • Loading branch information
AakashSorathiya committed Apr 20, 2024
1 parent 413181d commit 73e60eb
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 32 deletions.
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -587,7 +587,7 @@ jekyll_get_json:
- data: resume
json: assets/json/resume.json # it can also be an url
jsonresume:
- basics
- general information
- work
- education
- publications
Expand Down
9 changes: 5 additions & 4 deletions _pages/cv.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ permalink: /cv/
title: cv
nav: true
nav_order: 5
cv_pdf: example_pdf.pdf
description: This is a description of the page. You can modify it in '_pages/cv.md'. You can also change or remove the top pdf download button.
toc:
sidebar: left
cv_pdf: Aakash_Sorathiya_Resume.pdf
description:

# toc:
# sidebar: right
---
52 changes: 25 additions & 27 deletions assets/json/resume.json
Original file line number Diff line number Diff line change
@@ -1,36 +1,34 @@
{
"basics": {
"name": "Albert Einstein",
"label": "Scientist",
"image": "",
"email": "[email protected]",
"phone": "(912) 123-4567",
"url": "https://alshedivat.github.io/al-folio/",
"summary": "A German-born theoretical physicist, widely ranked among the greatest and most influential scientists of all time",
"general information": {
"name": "Aakash Sorathiya",
"email": "[email protected]",
"phone": "(368) 399-0872",
"location": {
"address": "2712 Broadway St",
"postalCode": "CA 94115",
"city": "San Francisco",
"countryCode": "US",
"region": "California"
"address": "ICT 520, Schulich School of Engineering",
"postalCode": "AB T2N 1N4",
"city": "Calgary",
"countryCode": "CA",
"region": "Alberta"
},
"profiles": [
{
"network": "Twitter",
"username": "AlbertEinstein",
"url": "https://twitter.com/AlbertEinstein"
}
]
"languages": "English, Hindi, Gujarati, Sindhi"
},
"work": [
{
"name": "Institute for Advanced Study, Princeton University",
"position": "Professor of Theoretical Physics",
"url": "https://example.com",
"startDate": "1933-01-01",
"endDate": "1955-01-01",
"summary": "Teaching at Palmer Physical Laboratory (now 302 Frist Campus Center). While not a professor at Princeton, I associated with the physics professors and continued to give lectures on campus.",
"highlights": ["Relativity"]
"name": "University of Calgary",
"position": "Research Assistant",
"startDate": "2024-01-01"
},
{
"name": "Infosys",
"position": "Specialist Programmer",
"startDate": "2023-02-01",
"endDate": "2023-12-15"
},
{
"name": "Infosys",
"position": "Digital Specialist Engineer",
"startDate": "2020-09-21",
"endDate": "2023-01-31"
}
],
"volunteer": [
Expand Down
Binary file added assets/pdf/Aakash_Sorathiya_Resume.pdf
Binary file not shown.
Binary file removed assets/pdf/example_pdf.pdf
Binary file not shown.

0 comments on commit 73e60eb

Please sign in to comment.