-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
19123eb
commit 9821f5d
Showing
2 changed files
with
63 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
export default { | ||
name: 'CHEN Yanzhen', | ||
image: '/images/people/CHENYanzhen.jpg', | ||
title: 'Miss', | ||
role: 'Research Assistant', | ||
personalPage: 'https://github.com/CHEN-Yanzhen-Iris', | ||
|
||
education: [ | ||
{ | ||
degree: 'Master of Science in Data Science - Precision Medicine', | ||
field: 'Data Science', | ||
institution: 'University of Macau', | ||
location: 'Macau, China', | ||
period: '2021-2023' | ||
}, | ||
{ | ||
degree: 'Bachelor of Science in Mathematics', | ||
field: 'Mathematics', | ||
institution: 'University of Macau', | ||
location: 'Macau', | ||
period: '2016-2021' | ||
} | ||
], | ||
|
||
research: { | ||
interests: [ | ||
'Machine Learning', | ||
'MD simulations' | ||
], | ||
publications: [ | ||
{ | ||
title: 'Application of CRISPR/Cas9-based genome editing in ecotoxicology', | ||
authors: ['Fang Zhao', 'Xiaofan Ding', 'Zimeng Liu', 'Xiao Yan', 'Yanzhen Chen','Yaxin Jiang', 'Shunjie Chen', 'Yuanfang Wang', 'Tingting Kang', 'Chun Xie', 'Mian He', 'Jing Zheng' | ||
], | ||
venue: 'Environ Pollut.', | ||
year: 2023, | ||
type: 'journal', | ||
doi: '10.1016/j.envpol.2023.122458' | ||
} | ||
] | ||
}, | ||
|
||
contact: { | ||
department: 'Faculty of Health Sciences', | ||
institution: 'University of Macau', | ||
building: 'E12', | ||
address: 'Faculty of Health Sciences Building E12, University of Macau, Avenida da Universidade, Taipa', | ||
location: 'Macau, China', | ||
room: '3047', | ||
telephone: '(+853) 88222952', | ||
email: '[email protected]' | ||
} | ||
} | ||
|