提交 a83f0518 authored 作者: lhh's avatar lhh

update

上级 09e497f8
......@@ -29,7 +29,6 @@ export default {
web_img_uri: 'https://webapp-pub.ezijing.com/project/syracuse-plus/feature_1.png',
item_desc_tit: '研究型大学、学术领先、权威认证',
item_desc_con: `#1 公共管理专业全美排名U.S.News 2023<br/>
#30 全美最具创新性大学排名U.S.News 2023<br/>
#62 全美大学综合排名U.S.News 2023<br/>
ABET | 美国工程与技术认证委员会认证<br/>
AACSB | 国际商学院协会认证`
......
......@@ -29,23 +29,22 @@
<div class="welcome-content">
<h1>欢迎您报考雪城大学硕士保研项目</h1>
<h2>请选择您的入学日期</h2>
<div class="welcome-button" @click="handleStart('2023 秋季班-电气工程MSEE')">
<!-- <div class="welcome-button" @click="handleStart('2023 秋季班-电气工程MSEE')">
2023 秋季班-电气工程MSEE
</div>
</div> -->
<div class="welcome-button" @click="handleStart('2024 春季班-电气工程MSEE')">
2024 春季班-电气工程MSEE
</div>
<br />
<div class="welcome-button" @click="handleStart('2023 秋季班-计算机科学MSCS')">
<!-- <div class="welcome-button" @click="handleStart('2023 秋季班-计算机科学MSCS')">
2023 秋季班-计算机科学MSCS
</div>
</div> -->
<div class="welcome-button" @click="handleStart('2024 春季班-计算机科学MSCS')">
2024 春季班-计算机科学MSCS
</div>
<br />
<div class="welcome-button" @click="handleStart('2023 秋季班-计算机工程MSCE')">
<!-- <div class="welcome-button" @click="handleStart('2023 秋季班-计算机工程MSCE')">
2023 秋季班-计算机工程MSCE
</div>
</div> -->
<div class="welcome-button" @click="handleStart('2024 春季班-计算机工程MSCE')">
2024 春季班-计算机工程MSCE
</div>
......
......@@ -16,6 +16,27 @@
</p>
</div>
</section>
<section class="section">
<h2 class="title">项目优势</h2>
<div class="info">
<p style="font-weight: bold;">■ 推荐免试(免托福GRE/大三提前读研)</p>
<p>
通过学习雪城大学中国中心提供的英语强化课程,可免试托福;通过接受雪城大学教授的科研训练,可免试GRE,避免因单方面成绩阻碍学生继续学习深造的情况。
</p>
<p style="font-weight: bold;">■ 校方特招(无需中介/直接申请)</p>
<p>
向校方申请,报名材料与面试审核通过后,将收到雪城大学(syracuse.edu)官方录取,就读学电气工程(MSEE)、计算机科学(MSCS)、计算机工程(MSCE)专业。
</p>
<p style="font-weight: bold;">■ 百年名校,美国政治家摇篮,著名大学校长摇篮</p>
<p>
成立于1870年,历史悠久的综合性研究型大学。美国现任总统乔·拜登母校,美国政治领袖的摇篮,800+担任美国国会参议员、众议员、联邦政府的高级官员以及州长和州政府的高级官员,多位毕业生担任美国著名大学(哥伦比亚大学、麻省理工学院、纽约大学等)校长职位。
</p>
<p style="font-weight: bold;">■ 实力雄厚,STEM类专业高就业率、高起薪</p>
<p>
电气工程、计算机科学、计算机工程属于STEM大类交叉学科专业,3年OPT,毕业平均起薪超过8万美元,学员毕业后通常就职于亚马逊、谷歌、微软、美国银行、普华永道、阿里巴巴、字节跳动、三星等中美相关领域龙头企业。
</p>
</div>
</section>
<section class="section project-target">
<!-- <div class="project-target__img">
<img src="https://webapp-pub.ezijing.com/project/syracuse-plus/project_target_1.png" />
......@@ -48,7 +69,9 @@
雪城大学计算机科学硕士毕业生通常就职于亚马逊、美国运通、普华永道、安永、三星、麦肯锡、BlackRock等全球顶尖的科技公司、咨询公司以及金融机构。毕业平均起薪超过10万美元,详见雪城大学官网数据:
</p>
<p>
<a href="https://ecs.syracuse.edu/academics/electrical-engineering-and-computer-science/programs/computer-science-master-program" target="_blank"
<a
href="https://ecs.syracuse.edu/academics/electrical-engineering-and-computer-science/programs/computer-science-master-program"
target="_blank"
>https://ecs.syracuse.edu/academics/electrical-engineering-and-computer-science/programs/computer-science-master-program</a
>
</p>
......@@ -83,7 +106,11 @@
<section class="section">
<h2 class="title">学习安排</h2>
<div class="info">
<img src="https://webapp-pub.ezijing.com/project/syracuse-plus/project_study.png" style="width:100%" v-if="isMobile" />
<img
src="https://webapp-pub.ezijing.com/project/syracuse-plus/project_study.png"
style="width:100%"
v-if="isMobile"
/>
<img src="https://webapp-pub.ezijing.com/project/syracuse-plus/project_study.png" style="width:100%" v-else />
<p>该保研项目总体教学安排为20周。</p>
......@@ -113,15 +140,27 @@
<div class="cert-list">
<div class="cert-item" v-for="(item, index) in certList" :key="index">
<div class="cert-item-img">
<img :src="item.image_url" class="cert-item__img" :style="isMobile ? `width: .6rem}` : `width: ${item.w}`" />
<img
:src="item.image_url"
class="cert-item__img"
:style="isMobile ? `width: .6rem}` : `width: ${item.w}`"
/>
</div>
<p v-html="item.title"></p>
</div>
</div>
</section>
<!-- 院校荣誉 -->
<img src="https://webapp-pub.ezijing.com/project/syracuse-plus/h5/project_honor.png" style="width:100%;" v-if="isMobile" />
<img src="https://webapp-pub.ezijing.com/project/syracuse-plus/project_honor.png" style="width:100%;min-width:1200px;" v-else />
<img
src="https://webapp-pub.ezijing.com/project/syracuse-plus/h5/project_honor.png"
style="width:100%;"
v-if="isMobile"
/>
<img
src="https://webapp-pub.ezijing.com/project/syracuse-plus/project_honor_new.png"
style="width:100%;min-width:1200px;"
v-else
/>
</div>
</template>
<script>
......@@ -164,9 +203,14 @@ export default {
w: '94px'
},
{
image_url: 'https://webapp-pub.ezijing.com/project/syracuse-plus/project_cert_3.png',
title: '美国高等教育认证委员会认证',
w: '224px'
image_url: 'https://webapp-pub.ezijing.com/project/syracuse-plus/project_cert_3new.png',
title: '欧洲质量发展<br />认证体系认证',
w: '181px'
},
{
image_url: 'https://webapp-pub.ezijing.com/project/syracuse-plus/project_cert_4.png',
title: '英国工商管理<br />硕士协会',
w: '208px'
}
// {
// image_url: 'https://webapp-pub.ezijing.com/project/syracuse-plus/project_cert_4.png',
......
......@@ -31,8 +31,8 @@ export default {
fileList: [
{
name: '招生简章',
url: 'https://webapp-pub.ezijing.com/project/syracuse-plus/招生简章.pdf',
disabled: true
url:
'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/syracuse-plus/%E9%9B%AA%E5%9F%8E%E7%AE%80%E7%AB%A020230906.pdf'
},
{
name: '硕士学分模块介绍',
......
......@@ -146,6 +146,11 @@ export default {
img: 'https://webapp-pub.ezijing.com/project/syracuse-plus/teacher_8.png',
tit: 'Yuzhe Tang',
desc: ['副教授', '佐治亚理工学院博士']
},
{
img: 'https://webapp-pub.ezijing.com/project/syracuse-plus/teacher_9.png',
tit: 'Qinru Qiu',
desc: ['教授', 'EECS研究生项目主任']
}
],
alumnusList: [
......@@ -188,6 +193,11 @@ export default {
img: 'https://webapp-pub.ezijing.com/project/syracuse-plus/alumni_8.png',
tit: '陈克勤',
desc: ['中国香港立法会最年轻议员']
},
{
img: 'https://webapp-pub.ezijing.com/project/syracuse-plus/alumni_9.png',
tit: 'Waleed Abdalati',
desc: ['NASA前任首席科学家']
}
]
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论