Skip to content

Commit c52c23f

Browse files
author
NamCyan
committed
update
1 parent 835c121 commit c52c23f

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

gitprofile.config.js

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,15 @@ const config = {
111111
items: [
112112
{
113113
data: "Nov 5, 2023",
114-
content: "Haha"
114+
content: "🎉 Our paper “Continual Variational Dropout: A View of Auxiliary Local Variables in Continual Learning” has been accepted to Machine Learning journal."
115+
},
116+
{
117+
data: "Oct 28, 2023",
118+
content: "✨ Happy to share that I completed the Master degree of Data Science with the excellent score."
119+
},
120+
{
121+
data: "Oct 8, 2023",
122+
content: "🎉 Our paper “The Vault: A Comprehensive Multilingual Dataset for Advancing Code Understanding and Generation” has been accepted to EMNLP 2023."
115123
},
116124
],
117125
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
: bio} */}
58-
👋 I am Nam Le Hai. I completed the 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/">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/">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 &&

src/components/news/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ const New = ({ news, loading }) => {
4646
skeleton({ width: 'w-32', height: 'h-8' })
4747
) : (
4848
<span className="text-base-content opacity-70">
49-
New
49+
📢 News
5050
</span>
5151
)}
5252
</h5>

0 commit comments

Comments
 (0)