diff --git a/src/data/people.js b/src/data/people.js index d17ff9a..35f3596 100644 --- a/src/data/people.js +++ b/src/data/people.js @@ -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: [ { diff --git a/src/data/people/individuals/chen-yanzhen.js b/src/data/people/individuals/chen-yanzhen.js new file mode 100644 index 0000000..d78ce34 --- /dev/null +++ b/src/data/people/individuals/chen-yanzhen.js @@ -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' + } + }