diff --git a/_config.yml b/_config.yml index a942b12..f9ae7f7 100644 --- a/_config.yml +++ b/_config.yml @@ -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 diff --git a/_pages/cv.md b/_pages/cv.md index ad3e26d..0cfff9e 100644 --- a/_pages/cv.md +++ b/_pages/cv.md @@ -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 --- diff --git a/assets/json/resume.json b/assets/json/resume.json index 5ab5eca..fdb98cb 100644 --- a/assets/json/resume.json +++ b/assets/json/resume.json @@ -1,36 +1,34 @@ { - "basics": { - "name": "Albert Einstein", - "label": "Scientist", - "image": "", - "email": "albert@einstein.de", - "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": "aakash.sorathiya@ucalgary.ca", + "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": [ diff --git a/assets/pdf/Aakash_Sorathiya_Resume.pdf b/assets/pdf/Aakash_Sorathiya_Resume.pdf new file mode 100644 index 0000000..c23c1df Binary files /dev/null and b/assets/pdf/Aakash_Sorathiya_Resume.pdf differ diff --git a/assets/pdf/example_pdf.pdf b/assets/pdf/example_pdf.pdf deleted file mode 100644 index b1f80db..0000000 Binary files a/assets/pdf/example_pdf.pdf and /dev/null differ