Skip to content

Commit 294ddf1

Browse files
xpqiuclaude
andcommitted
Sync 加入我们 intro and 重要事项 with personal homepage
- Consolidate hero intro (招募 + 期待你 + 欢迎加入); move the "long-term/no-paper-chasing" warning into 重要事项, drop the red highlight - 重要事项: now 3 items, matching graduate.md - multimodal learning → multimodal (多模态) - Bump JS cache version Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 23ab2c7 commit 294ddf1

3 files changed

Lines changed: 11 additions & 9 deletions

File tree

assets/js/content-data.js

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,12 +64,14 @@
6464
subtitle: { zh: '重要事项', en: 'Important Notes' },
6565
paragraphs: {
6666
zh: [
67-
'除项目合作推荐实习外,本组不允许学生在研三、博五之前进行任何形式的实习。有实习情结的同学请不要选择本组。',
68-
'本组研究生都会根据需要安排一定的工程任务。如果不愿意参与工程项目的同学,也请不要选择本组。'
67+
'我们致力于做长周期、高影响力的研究工作,且不鼓励以发论文为目的的研究。只是为了混学位、好找工作或追求论文数量的同学不要选择我们!',
68+
'除项目合作推荐实习外,我们不允许学生在研三、博五之前进行实习。有实习情结的同学请不要选择我们。',
69+
'本组研究生都会根据需要安排一定的工程任务。如果不愿意参与工程项目的同学,也请不要选择我们。'
6970
],
7071
en: [
71-
'Except for project-related internships, students are not allowed to take any internships before their third year of master\'s or fifth year of PhD studies. If you are set on doing internships, please do not choose our group.',
72-
'All graduate students will be assigned engineering tasks as needed. If you are unwilling to participate in engineering projects, please do not choose our group.'
72+
'We are committed to long-term, high-impact research and do not encourage research driven merely by paper publication. If you are only after a degree, better job prospects, or a high publication count, please do not choose us!',
73+
'Except for project-related internships, we do not allow students to take internships before their third year of master\'s or fifth year of PhD studies. If you have an internship fixation, please do not choose us.',
74+
'All graduate students are assigned engineering tasks as needed. If you are unwilling to participate in engineering projects, please do not choose us.'
7375
]
7476
}
7577
},

assets/js/i18n.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797

9898
// 加入我们
9999
'positions.title': '加入我们',
100-
'positions.intro': '我们正在招募对开放系统和负责任 AI 充满热情的研究生、研究人员和工程师。<br><br>我们致力于做长周期、高影响力的研究工作,且不鼓励以发论文为目的的研究。如果你立志在大规模 AI 系统、智能体、多模态学习、科学智能、具身智能等前沿领域做出高质量高影响力工作,欢迎加入我们!<br>我们期待你思维活跃、积极主动、热爱研究或开发、刻苦勤奋、不怕失败,并真正有志于在大模型领域从事科学研究与落地应用。<br><br><span style="color:#d32f2f;font-weight:600;">警示:只是为了混学位、好找工作或追求论文数量的同学不要选择我们!</span>',
100+
'positions.intro': '我们正在招募对开放系统和负责任 AI 充满热情的研究生、研究人员和工程师。我们期待你思维活跃、积极主动、热爱研究或开发、刻苦勤奋、不怕失败,并真正有志于在大模型领域从事科学研究与落地应用。<br><br>如果你立志在大规模 AI 系统、智能体、多模态、科学智能、具身智能等前沿领域做出高质量高影响力工作,欢迎加入我们!',
101101
'positions.why.title': '为什么选择我们',
102102
'positions.detail.title': '详情',
103103
'positions.card.phd': '博士研究生',
@@ -239,7 +239,7 @@
239239

240240
// Positions
241241
'positions.title': 'Join Us',
242-
'positions.intro': 'We are recruiting graduate students, researchers, and engineers passionate about open systems and responsible AI.<br><br>We are committed to long-term, high-impact research and do not encourage research driven merely by paper publication. If you aspire to do high-quality, high-impact work in cutting-edge fields such as large-scale AI systems, agents, multimodal learning, AI for Science, and embodied intelligence, we welcome you to join us!<br>We expect you to be intellectually active, proactive, passionate about research or development, diligent, and resilient in the face of failure, with a genuine aspiration to pursue scientific research and real-world applications of large models.<br><br><span style="color:#d32f2f;font-weight:600;">Important: If you are only after a degree, better job prospects, or a high publication count, please do not choose us!</span>',
242+
'positions.intro': 'We are recruiting graduate students, researchers, and engineers passionate about open systems and responsible AI. We expect you to be intellectually active, proactive, passionate about research or development, diligent, and resilient in the face of failure, with a genuine aspiration to pursue scientific research and real-world applications of large models.<br><br>If you aspire to do high-quality, high-impact work in cutting-edge fields such as large-scale AI systems, agents, multimodality, AI for Science, and embodied intelligence, we welcome you to join us!',
243243
'positions.why.title': 'Why Choose Us',
244244
'positions.detail.title': 'Details',
245245
'positions.card.phd': 'PhD Students',

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
<body>
1717
<div id="app"></div>
1818

19-
<script src="/assets/js/i18n.js?v=20260603f"></script>
20-
<script src="/assets/js/content-data.js?v=20260603f"></script>
21-
<script src="/assets/js/team-data.js?v=20260603f"></script> <script src="/assets/js/spa.js?v=20260603f"></script>
19+
<script src="/assets/js/i18n.js?v=20260603g"></script>
20+
<script src="/assets/js/content-data.js?v=20260603g"></script>
21+
<script src="/assets/js/team-data.js?v=20260603g"></script> <script src="/assets/js/spa.js?v=20260603g"></script>
2222
</body>
2323
</html>

0 commit comments

Comments
 (0)