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
Enhance layout and styling in CSS; update alumni data with correct titles; improve internationalization strings for clarity and consistency; refine JavaScript for smoother navigation and user experience.
{name: {zh: '孙天祥',en: 'Tianxiang Sun'},destination: {zh: '日行迹 CEO、上海创智学院助理教授',en: 'CEO of Analemma, Assistant Professor at SII'},homepage: 'https://txsun1997.github.io/'},
@@ -27,26 +27,26 @@ const alumniData = {
27
27
masters: [
28
28
{name: {zh: '安晨鑫',en: 'Chenxin An'},destination: {zh: '香港大学博士研究生',en: 'PhD Student, The University of Hong Kong'},homepage: 'https://chenxinan-fdu.github.io/'},
'resources.course.community.desc': '加入暑期学校,与全球研究者交流学习,共同推进 AI 技术发展。',
95
97
96
98
// 加入我们
97
-
'positions.title': '加入 OpenMOSS Team',
99
+
'positions.title': '加入我们',
98
100
'positions.intro': '我们正在招募对开放系统和负责任 AI 充满热情的研究人员和工程师。如果您希望在大规模 AI 系统、多模态学习、具身智能等前沿领域进行研究,欢迎加入我们!',
99
101
'positions.why.title': '为什么选择我们',
100
102
'positions.apply.title': '如何申请',
@@ -196,17 +198,19 @@
196
198
'people.card.alumni.link': 'Learn More',
197
199
'people.toc': 'Contents',
198
200
'people.backToTop': 'Back to Top',
201
+
'people.viewAlumni': 'View Alumni',
199
202
'people.updating': 'Content is being updated.',
200
203
201
204
// Alumni
202
205
'alumni.title': 'Alumni',
203
206
'alumni.desc': 'Our alumni span academia and industry, playing important roles in top institutions and companies worldwide.',
204
207
'alumni.toc': 'Contents',
205
208
'alumni.backToTop': 'Back to Top',
209
+
'alumni.viewPeople': 'View People',
206
210
'alumni.updating': 'Content is being updated.',
207
211
208
212
// Resources
209
-
'resources.title': 'Open Resources',
213
+
'resources.title': 'Resources',
210
214
'resources.desc': 'We are committed to sharing our achievements with global researchers and developers through open-source projects and open courses, promoting AI technology development.',
'resources.highlight.tools.desc': 'FastNLP, CoLLiE, SpeechGPT, UnifiedToolHub and other open-source projects support the global AI ecosystem.',
@@ -236,7 +240,7 @@
236
240
'resources.course.community.desc': 'Join the summer school to exchange ideas with global researchers and advance AI technology together.',
237
241
238
242
// Positions
239
-
'positions.title': 'Join OpenMOSS Team',
243
+
'positions.title': 'Join Us',
240
244
'positions.intro': 'We are recruiting researchers and engineers passionate about open systems and responsible AI. If you want to conduct research in cutting-edge areas such as large-scale AI systems, multimodal learning, and embodied intelligence, we welcome you to join us!',
0 commit comments