Skip to content

Commit 80b29d5

Browse files
Merge pull request #15 from compbio-fhs/13-update-my-profile-lucas-yuan-zhen
Template - Yuan Zhen closes #13
2 parents 999a1ef + db1ef56 commit 80b29d5

File tree

2 files changed

+71
-0
lines changed

2 files changed

+71
-0
lines changed

src/data/people.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,15 @@ const people = {
3737
internalPage: false,
3838
pageUrl: '',
3939
},
40+
{
41+
name: 'Lucas Yuan Zhen',
42+
image: 'https://raw.githubusercontent.com/yuanzhen-lucas/pic_um__lab_web/refs/heads/master/lucas.jpeg',
43+
avatar: 'maleAvatar',
44+
affiliation: 'PhD student, Macao SAR, China',
45+
description: 'Artificial Intelligence and Human Disease',
46+
internalPage: true,
47+
pageUrl: 'lucas-yuanzhen',
48+
}
4049
],
4150
currentResearchAssistants: [
4251
{
Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
export default {
2+
name: 'Lucas Yuan Zhen',
3+
image: 'https://raw.githubusercontent.com/yuanzhen-lucas/pic_um__lab_web/refs/heads/master/lucas.jpeg',
4+
title: 'PhD Student',
5+
role: '',
6+
personalPage: 'https://github.com/yuanzhen-lucas',
7+
8+
education: [
9+
{
10+
degree: 'Doctor of Philosophy',
11+
field: 'Biomedical Sciences',
12+
institution: 'University of Macau',
13+
location: 'Macao SAR, China',
14+
period: '2024-2028'
15+
},
16+
{
17+
degree: 'Master of Science',
18+
field: 'Bioinformatic & Cell Fate Regulation',
19+
institution: 'Fujian Agriculture and Forestry University',
20+
location: 'Fujian, China',
21+
period: '2020-2023'
22+
},
23+
{
24+
degree: 'Bachelor of Science',
25+
field: 'Biology',
26+
institution: 'Hubei University',
27+
location: 'Hubei, China',
28+
period: '2016-2020'
29+
}
30+
],
31+
32+
research: {
33+
interests: [
34+
'Artificial Intelligence and Human Disease',
35+
'Statistical Analysis of Public Health',
36+
'Single-cell Technology Research',
37+
'Epigenetics in Cell Fate and Regeneration'
38+
],
39+
publications: [
40+
{
41+
title: 'Sea-ATI unravels novel vocabularies of plant active cistrome',
42+
authors: ['Wen C, Yuan Z, Zhang X, Chen H, Luo L, Li W, Li T, Ma N, Mao F, Lin D, Lin Z, Lin C, Xu T, Lü P, Lin J, Zhu F.'],
43+
venue: 'Nucleic Acids Research',
44+
year: 2023,
45+
type: 'journal',
46+
doi: '10.1093/nar/gkad853'
47+
}
48+
]
49+
},
50+
51+
contact: {
52+
department: 'Faculty of Health Sciences',
53+
institution: 'University of Macau',
54+
building: 'E12',
55+
address: 'University of Macau, Avenida da Universidade, Taipa, Macau',
56+
location: 'Macau',
57+
room: '3047',
58+
telephone: '+86 15972916819',
59+
fax: '',
60+
email: 'yc47658'
61+
}
62+
}

0 commit comments

Comments
 (0)