diff --git a/src/data/people.js b/src/data/people.js index d17ff9a..01db790 100644 --- a/src/data/people.js +++ b/src/data/people.js @@ -37,6 +37,15 @@ const people = { internalPage: false, pageUrl: '', }, + { + name: 'Lucas Yuan Zhen', + image: 'https://raw.githubusercontent.com/yuanzhen-lucas/pic_um__lab_web/refs/heads/master/lucas.jpeg', + avatar: 'maleAvatar', + affiliation: 'PhD student, Macao SAR, China', + description: 'Artificial Intelligence and Human Disease', + internalPage: true, + pageUrl: 'lucas-yuanzhen', + } ], currentResearchAssistants: [ { diff --git a/src/data/people/individuals/lucas-yuanzhen.js b/src/data/people/individuals/lucas-yuanzhen.js new file mode 100644 index 0000000..14786d9 --- /dev/null +++ b/src/data/people/individuals/lucas-yuanzhen.js @@ -0,0 +1,62 @@ +export default { + name: 'Lucas Yuan Zhen', + image: 'https://raw.githubusercontent.com/yuanzhen-lucas/pic_um__lab_web/refs/heads/master/lucas.jpeg', + title: 'PhD Student', + role: '', + personalPage: 'https://github.com/yuanzhen-lucas', + + education: [ + { + degree: 'Doctor of Philosophy', + field: 'Biomedical Sciences', + institution: 'University of Macau', + location: 'Macao SAR, China', + period: '2024-2028' + }, + { + degree: 'Master of Science', + field: 'Bioinformatic & Cell Fate Regulation', + institution: 'Fujian Agriculture and Forestry University', + location: 'Fujian, China', + period: '2020-2023' + }, + { + degree: 'Bachelor of Science', + field: 'Biology', + institution: 'Hubei University', + location: 'Hubei, China', + period: '2016-2020' + } + ], + + research: { + interests: [ + 'Artificial Intelligence and Human Disease', + 'Statistical Analysis of Public Health', + 'Single-cell Technology Research', + 'Epigenetics in Cell Fate and Regeneration' + ], + publications: [ + { + title: 'Sea-ATI unravels novel vocabularies of plant active cistrome', + 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.'], + venue: 'Nucleic Acids Research', + year: 2023, + type: 'journal', + doi: '10.1093/nar/gkad853' + } + ] + }, + + contact: { + department: 'Faculty of Health Sciences', + institution: 'University of Macau', + building: 'E12', + address: 'University of Macau, Avenida da Universidade, Taipa, Macau', + location: 'Macau', + room: '3047', + telephone: '+86 15972916819', + fax: '', + email: 'yc47658' + } + }