You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: gitprofile.config.js
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -110,15 +110,15 @@ const config = {
110
110
news: {
111
111
items: [
112
112
{
113
-
data: "Nov 5, 2023",
113
+
date: "Nov 5, 2023",
114
114
content: "🎉 Our paper “Continual Variational Dropout: A View of Auxiliary Local Variables in Continual Learning” has been accepted to Machine Learning journal."
115
115
},
116
116
{
117
-
data: "Oct 28, 2023",
117
+
date: "Oct 28, 2023",
118
118
content: "✨ Happy to share that I completed the Master degree of Data Science with the excellent score."
119
119
},
120
120
{
121
-
data: "Oct 8, 2023",
121
+
date: "Oct 8, 2023",
122
122
content: "🎉 Our paper “The Vault: A Comprehensive Multilingual Dataset for Advancing Code Understanding and Generation” has been accepted to Findings of EMNLP 2023."
0 commit comments