Skip to content

Commit c97bda3

Browse files
author
NamCyan
committed
update
1 parent 78b889a commit c97bda3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

gitprofile.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,11 +115,11 @@ const config = {
115115
},
116116
{
117117
date: "Oct 28, 2023",
118-
content: "✨ Happy to share that I completed the Master degree of Data Science with the excellent score."
118+
content: "✨ Happy to share that I completed the Master of Data Science with the excellent score."
119119
},
120120
{
121121
date: "Oct 08, 2023",
122-
content: "🎉 Our paper “The Vault: A Comprehensive Multilingual Dataset for Advancing Code Understanding and Generation” has been accepted to Findings of EMNLP 2023."
122+
content: "🎉 Our paper “The Vault: A Comprehensive Multilingual Dataset for Advancing Code Understanding and Generation” has been accepted to Findings of EMNLP."
123123
},
124124
],
125125
limit: 3

src/components/avatar-card/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ const AvatarCard = ({ profile, loading, avatarRing, resume }) => {
5555
{/* {loading || !profile
5656
? skeleton({ width: 'w-48', height: 'h-5' })
5757
: profile.bio} */}
58-
I completed Master of Data Science at Hanoi University of Science and Technology. At present, I am engaged in research as an AI resident at FPT Software AIC Lab, working under the supervision of <a href="https://bdqnghi.github.io/" style={{ color: 'blue' }}>Dr. Nghi Bui</a>, and my primary focus is on AI4Code. Looking to the future, I am excited about the possibility of pursuing a Ph.D. in 2024, with a strong desire to delve further into research in the field of AI4Code or Natural Language Processing.
58+
I completed Master of Data Science at Hanoi University of Science and Technology. At present, I am engaged in research as an AI resident at FPT Software AIC Lab, working under the supervision of <a href="https://bdqnghi.github.io/" style={{ color: 'powderblue' }}>Dr. Nghi Bui</a>, and my primary focus is on AI4Code. Looking to the future, I am excited about the possibility of pursuing a Ph.D. in 2024, with a strong desire to delve further into research in the field of AI4Code or Natural Language Processing.
5959
</div>
6060
</div>
6161
{resume?.fileUrl &&

0 commit comments

Comments
 (0)