From 2f7dcf47911be6edb33bbe084b0b034b22f1f764 Mon Sep 17 00:00:00 2001 From: yuanzhen-lucas Date: Tue, 26 Nov 2024 21:42:55 +0800 Subject: [PATCH 1/3] Template - Yuan Zhen closes #13 --- src/data/people.js | 9 +++++ src/data/people/individuals/lucas.js | 56 ++++++++++++++++++++++++++++ 2 files changed, 65 insertions(+) create mode 100644 src/data/people/individuals/lucas.js diff --git a/src/data/people.js b/src/data/people.js index d17ff9a..96717f1 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://avatars.githubusercontent.com/u/68571770?s=400&u=e333ae9e916cd79bcb7292b4fc2fa90c5488e116&v=4', + avatar: 'maleAvatar', + affiliation: 'PhD student, Macao SAR, China', + description: 'Artificial Intelligence and Human Disease', + internalPage: false, + pageUrl: '', + } ], currentResearchAssistants: [ { diff --git a/src/data/people/individuals/lucas.js b/src/data/people/individuals/lucas.js new file mode 100644 index 0000000..57c3f27 --- /dev/null +++ b/src/data/people/individuals/lucas.js @@ -0,0 +1,56 @@ +export default { + name: 'Lucas Yuan Zhen', + image: 'https://avatars.githubusercontent.com/u/68571770?s=400&u=e333ae9e916cd79bcb7292b4fc2fa90c5488e116&v=4', + title: 'PhD Student', + role: '', + personalPage: '', + + education: [ + { + degree: 'Master of Cell Biology', + field: 'Bioinformatic & Cell Fate Regulation', + institution: 'Fujian Agriculture and Forestry University', + location: 'Fujian, China', + period: '2020-2023' + }, + { + degree: 'Bachelor', + field: 'Basic Science of Medicine', + 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', + '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@connect.um.edu.mo' + } + } + \ No newline at end of file From 5d8bbc2460a5409e0924926fad4fc8276e8e08a7 Mon Sep 17 00:00:00 2001 From: acosta-leandro Date: Mon, 6 Jan 2025 23:57:08 +0800 Subject: [PATCH 2/3] Review 1 --- src/data/people.js | 4 ++-- .../people/individuals/{lucas.js => lucas-yuanzhen.js} | 9 ++++----- 2 files changed, 6 insertions(+), 7 deletions(-) rename src/data/people/individuals/{lucas.js => lucas-yuanzhen.js} (96%) diff --git a/src/data/people.js b/src/data/people.js index 96717f1..0444177 100644 --- a/src/data/people.js +++ b/src/data/people.js @@ -43,8 +43,8 @@ const people = { avatar: 'maleAvatar', affiliation: 'PhD student, Macao SAR, China', description: 'Artificial Intelligence and Human Disease', - internalPage: false, - pageUrl: '', + internalPage: true, + pageUrl: 'lucas-yuanzhen', } ], currentResearchAssistants: [ diff --git a/src/data/people/individuals/lucas.js b/src/data/people/individuals/lucas-yuanzhen.js similarity index 96% rename from src/data/people/individuals/lucas.js rename to src/data/people/individuals/lucas-yuanzhen.js index 57c3f27..919f22f 100644 --- a/src/data/people/individuals/lucas.js +++ b/src/data/people/individuals/lucas-yuanzhen.js @@ -4,7 +4,7 @@ export default { title: 'PhD Student', role: '', personalPage: '', - + education: [ { degree: 'Master of Cell Biology', @@ -21,7 +21,7 @@ export default { period: '2016-2020' } ], - + research: { interests: [ 'Artificial Intelligence and Human Disease', @@ -40,7 +40,7 @@ export default { } ] }, - + contact: { department: 'Faculty of Health Sciences', institution: 'University of Macau', @@ -50,7 +50,6 @@ export default { room: '3047', telephone: '+86 15972916819', fax: '', - email: 'yc47658@connect.um.edu.mo' + email: 'yc47658' } } - \ No newline at end of file From db1ef565ab17ebebec162e4d80bb911ec7becba1 Mon Sep 17 00:00:00 2001 From: yuanzhen-lucas Date: Thu, 9 Jan 2025 17:30:53 +0800 Subject: [PATCH 3/3] Template - Yuan Zhen closes #13 --- src/data/people.js | 2 +- src/data/people/individuals/lucas-yuanzhen.js | 19 +++++++++++++------ 2 files changed, 14 insertions(+), 7 deletions(-) diff --git a/src/data/people.js b/src/data/people.js index 0444177..01db790 100644 --- a/src/data/people.js +++ b/src/data/people.js @@ -39,7 +39,7 @@ const people = { }, { name: 'Lucas Yuan Zhen', - image: 'https://avatars.githubusercontent.com/u/68571770?s=400&u=e333ae9e916cd79bcb7292b4fc2fa90c5488e116&v=4', + 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', diff --git a/src/data/people/individuals/lucas-yuanzhen.js b/src/data/people/individuals/lucas-yuanzhen.js index 919f22f..14786d9 100644 --- a/src/data/people/individuals/lucas-yuanzhen.js +++ b/src/data/people/individuals/lucas-yuanzhen.js @@ -1,21 +1,28 @@ export default { name: 'Lucas Yuan Zhen', - image: 'https://avatars.githubusercontent.com/u/68571770?s=400&u=e333ae9e916cd79bcb7292b4fc2fa90c5488e116&v=4', + image: 'https://raw.githubusercontent.com/yuanzhen-lucas/pic_um__lab_web/refs/heads/master/lucas.jpeg', title: 'PhD Student', role: '', - personalPage: '', + personalPage: 'https://github.com/yuanzhen-lucas', education: [ { - degree: 'Master of Cell Biology', + 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', - field: 'Basic Science of Medicine', + degree: 'Bachelor of Science', + field: 'Biology', institution: 'Hubei University', location: 'Hubei, China', period: '2016-2020' @@ -27,7 +34,7 @@ export default { 'Artificial Intelligence and Human Disease', 'Statistical Analysis of Public Health', 'Single-cell Technology Research', - 'Cell Fate and Regeneration' + 'Epigenetics in Cell Fate and Regeneration' ], publications: [ {