generated from alshedivat/al-folio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
resume.json
99 lines (99 loc) · 2.68 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
{
"basics": {
"name": "Jiahao Fan",
"label": "Researcher",
"email": "jiahaofan1223@gmail",
"location": {
"address": "No.5 Yiheyuan Road, Haidian District",
"postalCode": "100871",
"city": "Beijing",
"countryCode": "China"
},
"profiles": [
{
"network": "Twitter",
"username": "Jiahao Fan",
"url": "https://x.com/JiahaoFan888"
}
]
},
"work": [
{
"name": "Beigene",
"position": "Research Intern",
"url": "https://www.beigene.com/",
"startDate": "2024-02-07",
"endDate": "2024-06-30",
"summary": "Development of allosteric site detection algorithm.",
"highlights": ["Target discoverys"]
},
{
"name": "DP Technology",
"position": "Research Intern",
"url": "https://www.dp.tech/en",
"startDate": "2022-07-06",
"endDate": "2024-02-06",
"summary": "Development of Rid-kit software and protein generative model UFconF.",
"highlights": ["AI for science"]
},
{
"name": "Wolfram Research",
"position": "Summer school student",
"url": "https://www.wolfram.com/",
"startDate": "2020-06-01",
"endDate": "2020-07-01",
"summary": "Analysis of the evolution of articles on ArXiv.",
"highlights": ["Natural language processing"]
},
{
"name": "Flatiron Institute",
"position": "Research Intern",
"url": "https://www.simonsfoundation.org/flatiron/",
"startDate": "2019-06-22",
"endDate": "2019-08-22",
"summary": "Analysis of motion detection model of fruit fly.",
"highlights": ["Computational Neuroscience"]
}
],
"education": [
{
"institution": "Peking University",
"location": "Beijing, China",
"url": "https://english.pku.edu.cn/",
"area": "Theoretical Physics",
"studyType": "PhD",
"startDate": "2020-09-01",
"endDate": "2025-07-01"
},
{
"institution": "Peking University",
"location": "Beijing, China",
"url": "https://english.pku.edu.cn/",
"area": "Life Science and Physics",
"studyType": "Bachelor of Science",
"startDate": "2016-09-01",
"endDate": "2020-07-01"
}
],
"awards": [
{
"title": "President Scholarship of Peking Univeristy",
"date": "2022-07-01",
"summary": "Highest award for graduate student at Peking University"
},
{
"title": "Excellent graduates of Peking University",
"date": "2020-07-01"
}
],
"interests": [
{
"name": "Sports",
"icon": "fa-solid fa-tag",
"keywords": ["Badminton", "Basketball", "Table tennis"]
},
{
"name": "Rubik's cube"
}
]
}