Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Template - MyName closes #8 CHEN Yanzhen #18

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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: 'https://avatars.githubusercontent.com/u/103509137?v=4',
avatar: '',
affiliation: 'RA, Macau',
description: 'MD simulations on micelle formation and micelle - cancer cells interactions',
internalPage: true,
pageUrl: 'chen-yanzhen',
},
],
currentMasterStudents: [
{
Expand Down
53 changes: 53 additions & 0 deletions src/data/people/individuals/chen-yanzhen.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
export default {
name: 'CHEN Yanzhen',
image: 'https://avatars.githubusercontent.com/u/103509137?v=4',
title: 'PhD student, Macau',
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: 'yanzhenchen@um.edu.mo'
}
}