Skip to content

Commit

Permalink
Template - MyName closes #8
Browse files Browse the repository at this point in the history
  • Loading branch information
CHEN-Yanzhen-Iris committed Nov 29, 2024
1 parent 19123eb commit 9821f5d
Show file tree
Hide file tree
Showing 2 changed files with 63 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/data/people.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,15 @@ const people = {
internalPage: false,
pageUrl: '',
},
{
name: 'Iris Yanzhen Chen',
image: '',
avatar: 'femaleAvatar',
affiliation: 'RA, Macau',
description: 'MD simulations on micelle formation and micelle - cancer cells interactions',
internalPage: true,
pageUrl: 'chen-yanzhen',
},
],
currentMasterStudents: [
{
Expand Down
54 changes: 54 additions & 0 deletions src/data/people/individuals/chen-yanzhen.js
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]'
}
}

0 comments on commit 9821f5d

Please sign in to comment.