Skip to content

Commit 4fff3bc

Browse files
xpqiuclaude
andcommitted
加入我们: move 重要事项 to top, AGI framing
- Move 重要事项 (3 items) into the hero intro (before 欢迎加入), remove it from 详情 — matches personal homepage ordering - Reframe opening: long-term/high-impact research, recruiting researchers/engineers/grad students passionate about AGI - De-duplicate 重要事项 #1; add 大模型 to research directions - Bump JS cache version Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 294ddf1 commit 4fff3bc

3 files changed

Lines changed: 5 additions & 20 deletions

File tree

assets/js/content-data.js

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -60,21 +60,6 @@
6060
id: 'graduate',
6161
title: { zh: '博士/硕士研究生', en: 'PhD/Master\'s Students' },
6262
blocks: [
63-
{
64-
subtitle: { zh: '重要事项', en: 'Important Notes' },
65-
paragraphs: {
66-
zh: [
67-
'我们致力于做长周期、高影响力的研究工作,且不鼓励以发论文为目的的研究。只是为了混学位、好找工作或追求论文数量的同学不要选择我们!',
68-
'除项目合作推荐实习外,我们不允许学生在研三、博五之前进行实习。有实习情结的同学请不要选择我们。',
69-
'本组研究生都会根据需要安排一定的工程任务。如果不愿意参与工程项目的同学,也请不要选择我们。'
70-
],
71-
en: [
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.'
75-
]
76-
}
77-
},
7863
{
7964
subtitle: { zh: '招生说明', en: 'Admission Information' },
8065
paragraphs: {

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 系统、智能体、多模态、科学智能、具身智能等前沿领域做出高质量高影响力工作,欢迎加入我们!',
100+
'positions.intro': '我们致力于做长周期、高影响力的研究,招募对 AGI 充满热情的研究人员、工程师与研究生。我们期待你思维活跃、积极主动、热爱研究或开发、刻苦勤奋、不怕失败,并真正有志于在大模型领域从事科学研究与落地应用。<br><br><strong>重要事项</strong><br>1. 我们不鼓励以发论文为目的的研究。只是为了混学位、好找工作或追求论文数量的同学不要选择我们!<br>2. 除项目合作推荐实习外,我们不允许学生在研三、博五之前进行实习。有实习情结的同学请不要选择我们。<br>3. 本组研究生都会根据需要安排一定的工程任务。如果不愿意参与工程项目的同学,也请不要选择我们。<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. 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!',
242+
'positions.intro': 'We are committed to long-term, high-impact research, and recruit researchers, engineers, and graduate students passionate about AGI. 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><strong>Important Notes</strong><br>1. We 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!<br>2. 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.<br>3. All graduate students are assigned engineering tasks as needed. If you are unwilling to participate in engineering projects, please do not choose us.<br><br>If you aspire to do high-quality, high-impact work in cutting-edge fields such as large models, 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=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>
19+
<script src="/assets/js/i18n.js?v=20260603i"></script>
20+
<script src="/assets/js/content-data.js?v=20260603i"></script>
21+
<script src="/assets/js/team-data.js?v=20260603i"></script> <script src="/assets/js/spa.js?v=20260603i"></script>
2222
</body>
2323
</html>

0 commit comments

Comments
 (0)