forked from alshedivat/al-folio
-
Notifications
You must be signed in to change notification settings - Fork 1
/
resume.json
66 lines (66 loc) · 2.08 KB
/
resume.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"basics": {
"name": "Dhruv Bhagtani",
"label": "PhD Student",
"image": "",
"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": "Room 2.22, Jaeger 7, 142 Mills Road, Australian National University",
"postalCode": "2601",
"city": "Canberra",
"countryCode": "Australia",
"region": "ACT"
},
"profiles": [
{
"network": "Twitter",
"username": "Dhruvb21",
"url": "https://twitter.com/Dhruvb21"
}
]
},
"education": [
{
"institution": "Australian National University",
"location": "Canberra, Australia",
"url": "https://www.anu.edu.au/",
"area": "The interplay between wind stress and surface buoyancy forcing in driving large-scale ocean circulation",
"studyType": "PhD",
"startDate": "2020-10-26",
"endDate": "Present"
},
{
"institution": "Indian Institute of Technology Madras",
"location": "Chennai, India",
"url": "https://www.iitm.ac.in/",
"area": "Parallelised finite element based solver for cyclone inundation in the east coast of Tamil Nadu",
"studyType": "Bachelors of Technology (Honours)",
"startDate": "2016",
"endDate": "2020"
}
],
"references": [
{
"name": "Prof Andy Hogg",
"icon": "fa-solid fa-thumbtack",
"reference": "[email protected]"
},
{
"name": "Dr Navid Constantinou",
"icon": "fa-solid fa-thumbtack",
"reference": "[email protected]"
},
{
"name": "Dr Ryan Holmes",
"icon": "fa-solid fa-thumbtack",
"reference": "[email protected]"
},
{
"name": "Prof Sriram Venkatachalam",
"icon": "fa-solid fa-thumbtack",
"reference": "[email protected]"
}
]
}