Skip to content

Commit

Permalink
Added education data in CV
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruvbhagtani committed May 2, 2024
1 parent db961b7 commit eb2993a
Showing 1 changed file with 17 additions and 43 deletions.
60 changes: 17 additions & 43 deletions assets/json/resume.json
Original file line number Diff line number Diff line change
@@ -1,61 +1,35 @@
{
"basics": {
"name": "Albert Einstein",
"label": "Scientist",
"name": "Dhruv Bhagtani",
"label": "PhD Student",
"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",
"email": "[email protected]",
"url": "https://dhruvbhagtani.github.io",
"research interests": "I am a PhD student at the Australian National University interested in ocean physics and climate change. I use numerical ocean circulation models to understand better the physical interplay between various drivers of large-scale ocean circulation.",
"location": {
"address": "2712 Broadway St",
"postalCode": "CA 94115",
"city": "San Francisco",
"countryCode": "US",
"region": "California"
"address": "Room 2.22, Jaeger 7, 142 Mills Road, Australian National University",
"postalCode": "2601",
"city": "Canberra",
"countryCode": "Australia",
"region": "ACT"
},
"profiles": [
{
"network": "Twitter",
"username": "AlbertEinstein",
"url": "https://twitter.com/AlbertEinstein"
"username": "Dhruvb21",
"url": "https://twitter.com/Dhruvb21"
}
]
},
"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"]
}
],
"volunteer": [
{
"organization": "People's Climate March",
"location": "Zurich, Switzerland",
"position": "Lead Organizer",
"url": "https://example.com",
"startDate": "2014-04-01",
"endDate": "2015-07-01",
"summary": "Lead organizer for the New York City branch of the People's Climate March, the largest climate march in history.",
"highlights": ["Awarded 'Climate Hero' award by Greenpeace for my efforts organizing the march.", "Men of the year 2014 by Time magazine"]
}
],
"education": [
{
"institution": "University of Zurich, Zurich, Switzerland",
"location": "Zurich, Switzerland",
"institution": "Australian National University",
"location": "Canberra, Australia",
"url": "https://www.uzh.ch/",
"area": "Software Development",
"area": "Physical oceanography and climate change",
"studyType": "PhD",
"startDate": "1905-01-01",
"endDate": "1905-01-01",
"score": "10",
"courses": ["Theory of Relativity"]
"startDate": "2020-10-26",
"endDate": "Present"
}
],
"awards": [
Expand Down

0 comments on commit eb2993a

Please sign in to comment.