Skip to content

Commit 71f0f94

Browse files
committed
logo
1 parent 15af829 commit 71f0f94

2 files changed

Lines changed: 23 additions & 23 deletions

File tree

assets/js/content-data.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -137,12 +137,12 @@
137137
{ id: 'visiting', titleKey: 'positions.card.visiting', descKey: 'positions.card.visiting.desc' }
138138
],
139139
whyUs: [
140-
{ icon: '', titleKey: 'positions.why.research', descKey: 'positions.why.research.desc' },
141-
{ icon: '🚀', titleKey: 'positions.why.resources', descKey: 'positions.why.resources.desc' },
142-
{ icon: '👥', titleKey: 'positions.why.team', descKey: 'positions.why.team.desc' },
143-
{ icon: '💡', titleKey: 'positions.why.opensource', descKey: 'positions.why.opensource.desc' },
144-
{ icon: '🌏', titleKey: 'positions.why.collaboration', descKey: 'positions.why.collaboration.desc' },
145-
{ icon: '📈', titleKey: 'positions.why.career', descKey: 'positions.why.career.desc' }
140+
{ icon: '<i class="fas fa-microscope"></i>', titleKey: 'positions.why.research', descKey: 'positions.why.research.desc' },
141+
{ icon: '<i class="fas fa-microchip"></i>', titleKey: 'positions.why.resources', descKey: 'positions.why.resources.desc' },
142+
{ icon: '<i class="fas fa-users"></i>', titleKey: 'positions.why.team', descKey: 'positions.why.team.desc' },
143+
{ icon: '<i class="fas fa-code-branch"></i>', titleKey: 'positions.why.opensource', descKey: 'positions.why.opensource.desc' },
144+
{ icon: '<i class="fas fa-earth-asia"></i>', titleKey: 'positions.why.collaboration', descKey: 'positions.why.collaboration.desc' },
145+
{ icon: '<i class="fas fa-graduation-cap"></i>', titleKey: 'positions.why.career', descKey: 'positions.why.career.desc' }
146146
],
147147
positions: {
148148
// 职位详情(双语支持)

assets/js/i18n.js

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -132,17 +132,17 @@
132132
'positions.card.intern.desc': '为本科生和研究生提供实习机会,参与实际研究项目,获得宝贵的研究经验。',
133133
'positions.detail.link': '查看详情',
134134
'positions.why.research': '前沿研究',
135-
'positions.why.research.desc': '参与领域最前沿的项目,在顶级会议发表论文',
136-
'positions.why.resources': '充足资源',
137-
'positions.why.resources.desc': '提供先进的计算资源和数据集,支持大规模实验',
138-
'positions.why.team': '优秀团队',
139-
'positions.why.team.desc': '与国内外顶尖研究者合作,获得专业指导',
135+
'positions.why.research.desc': '聚焦大模型、智能体、多模态与科学智能,做长周期、高影响力的研究。',
136+
'positions.why.resources': '算力充足',
137+
'positions.why.resources.desc': '稳定的大规模算力和数据,支持你把想法真正训出来、跑起来。',
138+
'positions.why.team': '并肩同行',
139+
'positions.why.team.desc': '和一线研究者、工程师一起做项目,在真实工作中成长。',
140140
'positions.why.opensource': '开源文化',
141-
'positions.why.opensource.desc': '参与开源项目开发,贡献开源社区',
141+
'positions.why.opensource.desc': '延续 MOSS 的开源传统,把成果开放给社区,也从社区获得反馈。',
142142
'positions.why.collaboration': '国际合作',
143-
'positions.why.collaboration.desc': '与国际顶尖机构开展合作研究和学术交流',
143+
'positions.why.collaboration.desc': '与海内外研究机构保持长期合作与交流。',
144144
'positions.why.career': '职业发展',
145-
'positions.why.career.desc': '校友遍布顶尖大学和科技公司,发展空间广阔',
145+
'positions.why.career.desc': '扎实的研究和工程经历,是你下一步的底气。',
146146

147147
// 页脚
148148
'footer.contact': '联系方式',
@@ -291,18 +291,18 @@
291291
'positions.card.intern': 'Interns',
292292
'positions.card.intern.desc': 'We offer internship opportunities for undergraduates and graduate students to participate in actual research projects and gain valuable research experience.',
293293
'positions.detail.link': 'More Details',
294-
'positions.why.research': 'Cutting-edge Research',
295-
'positions.why.research.desc': 'Participate in the most advanced AI research projects and publish at top conferences',
296-
'positions.why.resources': 'Ample Resources',
297-
'positions.why.resources.desc': 'Access to advanced computing resources and datasets to support large-scale experiments',
298-
'positions.why.team': 'Excellent Team',
299-
'positions.why.team.desc': 'Collaborate with top researchers worldwide and receive professional guidance',
294+
'positions.why.research': 'Frontier Research',
295+
'positions.why.research.desc': 'Long-horizon, high-impact work on large models, agents, multimodality, and AI for science.',
296+
'positions.why.resources': 'Real Compute',
297+
'positions.why.resources.desc': 'Stable, large-scale compute and data so you can actually train and test your ideas.',
298+
'positions.why.team': 'Side by Side',
299+
'positions.why.team.desc': 'Build real projects alongside working researchers and engineers.',
300300
'positions.why.opensource': 'Open Source Culture',
301-
'positions.why.opensource.desc': 'Participate in open-source project development and contribute to the community',
301+
'positions.why.opensource.desc': 'We carry on the MOSS open-source tradition and ship our work to the community.',
302302
'positions.why.collaboration': 'International Collaboration',
303-
'positions.why.collaboration.desc': 'Engage in collaborative research and academic exchanges with top international institutions',
303+
'positions.why.collaboration.desc': 'Long-term collaboration and exchange with institutions at home and abroad.',
304304
'positions.why.career': 'Career Development',
305-
'positions.why.career.desc': 'Alumni at top universities and tech companies, providing broad career opportunities',
305+
'positions.why.career.desc': 'Solid research and engineering experience that carries into whatever you do next.',
306306

307307
// Footer
308308
'footer.contact': 'Contact',

0 commit comments

Comments
 (0)