提交 95a26b98 authored 作者: matian's avatar matian

增加部分英文替换

上级 ba1a6ca5
......@@ -6,6 +6,7 @@ html {
height: 100%;
font-size: 100px;
}
ul,
li,
a {
......
......@@ -15,41 +15,22 @@
合作大学官网
</div> -->
</div>
<div
:class="
$cookies.get('lang') == 'en-US'
? 'center-content f-size'
: 'center-content'
"
>
<div :class="$cookies.get('lang') == 'en-US' ? 'center-content f-size' : 'center-content'">
<div class="address" v-html="$t('foot.address')"></div>
<div class="phone" v-html="$t('foot.contact')"></div>
<div class="mail" v-html="$t('foot.email')"></div>
</div>
<div class="right-content">
<img
src="https://webapp-pub.ezijing.com/project/marywood/ezijing-code.jpg"
class="code"
/>
<img src="https://webapp-pub.ezijing.com/project/marywood/ezijing-code.jpg" class="code" />
<div class="tips-txt">
<img
src="https://zws-imgs-pub.ezijing.com/static/public/184235d9f6edbb39d52fc6f77339ff5b.png"
alt=""
/>
<img src="https://zws-imgs-pub.ezijing.com/static/public/184235d9f6edbb39d52fc6f77339ff5b.png" alt="" />
<div class="txt">{{ $t('foot.weChat') }}</div>
</div>
</div>
<div class="right-content">
<img
src="https://webapp-pub.ezijing.com/project/marywood/ezijing_xet_x.png"
alt=""
class="code"
/>
<img src="https://webapp-pub.ezijing.com/project/marywood/ezijing_xet_x.png" alt="" class="code" />
<div class="tips-txt">
<img
src="https://webapp-pub.ezijing.com/www/pc/icon_gongkaike.png"
alt=""
/>
<img src="https://webapp-pub.ezijing.com/www/pc/icon_gongkaike.png" alt="" />
<div class="txt">{{ $t('foot.ezjClass') }}</div>
</div>
</div>
......@@ -57,11 +38,8 @@
<div class="links" v-html="$t('foot.relation')"></div>
</div>
<div class="copyright">
<div
class="inner"
style="width: 100%; justify-content: center; display: flex"
>
<p style="font-size: 12px">
<div class="inner">
<p>
{{
$cookies.get('lang') == 'en-US'
? `Copyright © 2017 Zijing Education. All rights reserved.`
......@@ -77,12 +55,8 @@
margin-left: 10px;
"
>
<p style="font-size: 12px">
{{
$cookies.get('lang') == 'en-US'
? 'Beijing ICP Certificate No.: 150431 '
: '京ICP证150431号'
}}
<p>
{{ $cookies.get('lang') == 'en-US' ? 'Beijing ICP Certificate No.: 150431 ' : '京ICP证150431号' }}
</p>
</a>
<a
......@@ -102,12 +76,8 @@
alt=""
style="width: 20px; height: 20px; margin: 0 6px; display: block"
/>
<p style="font-size: 12px">
{{
$cookies.get('lang') == 'en-US'
? `Beijing ICP Filing No.: 15016866-1`
: '安备 11010802023681号'
}}
<p>
{{ $cookies.get('lang') == 'en-US' ? `Beijing ICP Filing No.: 15016866-1` : '安备 11010802023681号' }}
</p>
</a>
<a
......@@ -115,7 +85,7 @@
href="https://beian.miit.gov.cn/#/Integrated/index"
style="color: rgba(153, 153, 153, 1); text-decoration: none"
>
<p style="font-size: 12px">
<p>
{{ $cookies.get('lang') == 'en-US' ? icpNumberEn : icpNumber }}
</p>
</a>
......@@ -141,7 +111,7 @@ export default {
{ icp: '京ICP备15016866号-14', host: 'seg-aisa.com' },
{ icp: '京ICP备15016866号-1', host: 'ezijing.com' }
]
const found = map.find((item) => {
const found = map.find(item => {
return process.browser && location.hostname.includes(item.host)
})
return found ? found.icp : '京ICP备15016866号-1'
......@@ -161,7 +131,7 @@ export default {
{ icp: 'Beijing ICP Filing No.: 15016866-14', host: 'seg-aisa.com' },
{ icp: 'Beijing ICP Filing No.: 15016866-1', host: 'ezijing.com' }
]
const found = map.find((item) => {
const found = map.find(item => {
return process.browser && location.hostname.includes(item.host)
})
return found ? found.icp : 'Beijing ICP Filing No.: 15016866-1'
......@@ -250,8 +220,17 @@ export default {
background: #fff;
display: flex;
align-items: center;
.inner {
width: 100%;
justify-content: center;
display: flex;
align-items: center;
}
.record {
display: flex;
}
p {
font-size: 12px;
}
}
</style>
......@@ -3,52 +3,94 @@
<h2>{{ title }}</h2>
<div class="desc" v-if="type === 1">
<ul>
<li>免联考,在职读</li>
<li>申请制入学</li>
<li>双语授课</li>
<li>学制1-2年</li>
<li>{{ isEn ? 'Admissions without joint exams and on-the-job study' : '免联考,在职读' }}</li>
<li>{{ isEn ? 'Application-based admission' : '申请制入学' }}</li>
<li>{{ isEn ? 'Bilingual teaching' : '双语授课' }}</li>
<li>{{ isEn ? '1–2-year programs' : '学制1-2年' }}</li>
</ul>
<p>全球正规优选院校 <span>|</span> 6000+全球精英校友 <span>|</span> 国际化师资团队</p>
<p>
{{ isEn ? 'Select Prestigious Universities in the World ' : '全球正规优选院校' }}
<span>|</span> {{ isEn ? '6000+ Alumni' : '6000 + 全球精英校友' }} <span>|</span>
{{ isEn ? 'International Teachers' : '国际化师资团队' }}
</p>
</div>
<ul v-if="type === 2" class="desc2">
<li>
<h4>权威可靠</h4>
<p>百年学府 中美教育部双认证</p>
<h4>{{ isEn ? 'Authoritative and reliable' : '权威可靠' }}</h4>
<p>
{{
isEn
? 'Established institutions certified by Chinese and American education authorities'
: '百年学府 中美教育部双认证'
}}
</p>
</li>
<li>
<h4>校方直录</h4>
<p>点对点直录,硕士学分国内提前修</p>
<h4>{{ isEn ? 'lDirect enrollment by universities' : '校方直录' }}</h4>
<p>
{{
isEn
? `Point-to-point direct enrollment and earning of credits for master's degrees in advance in China`
: '点对点直录,硕士学分国内提前修'
}}
</p>
</li>
<li>
<h4>免标准化考试</h4>
<p>美国校方考试替代托福/GMAT</p>
<h4>{{ isEn ? 'Exemption from standardized examination' : '免标准化考试' }}</h4>
<p>{{ isEn ? 'University tests in lieu of TOEFL/GMAT' : '美国校方考试替代托福/GMAT' }}</p>
</li>
<li>
<h4>省时省费</h4>
<p>减免部分学费,赴美1年,校内住宿安全便捷</p>
<h4>{{ isEn ? 'Time and cost saving' : '省时省费' }}</h4>
<p>
{{
isEn
? 'Exemption of partial tuition fees, staying on campuses in the United States for one year, safe and convenient'
: '减免部分学费,赴美1年,校内住宿安全便捷'
}}
</p>
</li>
<li>
<h4>师资雄厚</h4>
<p>清华北大教授+全美TOP100大学博士师资</p>
<h4>{{ isEn ? 'Strong faculty' : '师资雄厚' }}</h4>
<p>
{{
isEn
? 'Professors from Tsinghua University and Peking University + teachers holding doctoral degrees from top 100 American universities'
: '清华北大教授+全美TOP100大学博士师资'
}}
</p>
</li>
<li>
<h4>精英辈出</h4>
<p>美国前总统,诺贝尔奖得主,世界500强CEO等</p>
<h4>{{ isEn ? 'Prominent alumni' : '精英辈出' }}</h4>
<p>
{{
isEn
? 'Former US presidents, Nobel laureates, CEOs of Fortune 500 companies, etc.'
: '美国前总统,诺贝尔奖得主,世界500强CEO等'
}}
</p>
</li>
</ul>
<el-form inline :model="form" :rules="rules" ref="form">
<el-form-item prop="name">
<el-input type="text" v-model="form.name" placeholder="请输入您的名字"></el-input>
<el-input
type="text"
v-model="form.name"
:placeholder="isEn ? 'Enter your name' : ' 请输入您的名字'"
></el-input>
</el-form-item>
<el-form-item prop="phone">
<el-input type="text" v-model="form.phone" placeholder="请输入您的手机号"></el-input>
<el-input
type="text"
v-model="form.phone"
:placeholder="isEn ? 'Enter your mobile phone number' : '请输入您的手机号'"
></el-input>
</el-form-item>
<el-form-item prop="project_id">
<el-select v-model="form.project_id" placeholder="请选择项目">
<el-select v-model="form.project_id" :placeholder="isEn ? 'Select a program' : '请选择项目'">
<el-option v-for="item in projects" v-bind="item" :key="item.value"></el-option>
</el-select>
</el-form-item>
<el-button type="primary" @click="handleSubmit">立即报名</el-button>
<el-button type="primary" @click="handleSubmit">{{ isEn ? 'Register now' : '立即报名' }}</el-button>
</el-form>
</div>
</template>
......@@ -60,6 +102,7 @@ export default {
props: { type: { type: Number, default: 1 } },
data() {
return {
isEn: false,
form: {
name: '',
phone: '',
......@@ -67,18 +110,28 @@ export default {
channel: this.$route.query.channel_num || 19962
},
rules: {
name: [{ required: true, message: '请输入您的名字', trigger: 'blur' }],
name: [{ required: true, message: this.$t('study.name1_placeholder'), trigger: 'blur' }],
phone: [
{ required: true, message: '请输入您的手机号', trigger: 'blur' },
{ pattern: /^1[3-9]\d{9}$/, message: '请输入正确的手机号', trigger: 'blur' }
{
required: true,
message: '请输入您的手机号',
trigger: 'blur'
},
{ pattern: /^1[3-9]\d{9}$/, message: this.$t('study.phone2_placeholder'), trigger: 'blur' }
],
project_id: [{ required: true, message: '请选择项目', trigger: 'change' }]
project_id: [{ required: true, message: this.$t('study.project_placeholder'), trigger: 'change' }]
}
}
},
computed: {
title() {
return this.type === 1 ? '在线读国际硕士,与在校生相同的学位' : '全球正规优选院校,可申请中留服认证'
if (!this.isEn) {
return this.type === 1 ? '在线读国际硕士,与在校生相同的学位' : '全球正规优选院校,可申请中留服认证'
} else {
return this.type === 1
? `Online Study of International Master's Programs with the Same Degrees for Students on Campus`
: 'Select Prestigious Higher Education Institutions Offering Diplomas Recognized by CSCSE'
}
},
projects() {
if (this.type === 1) {
......@@ -124,6 +177,9 @@ export default {
})
})
}
},
mounted() {
this.isEn = this.$cookies.get('lang') === 'en-US'
}
}
</script>
......@@ -143,6 +199,8 @@ export default {
font-weight: 400;
line-height: 1;
color: #010101;
width: 1200px;
text-align: center;
}
.desc {
padding: 28px 0 50px;
......@@ -188,7 +246,7 @@ export default {
display: flex;
flex-direction: column;
justify-content: center;
height: 70px;
// height: 70px;
padding-left: 42px;
background: #fff url(https://webapp-pub.ezijing.com/www/pc/form/form_check_bg.png) no-repeat 16px center;
background-size: 16px;
......
......@@ -71,7 +71,7 @@
></nuxt-link>
</template>
</div>
<div class="child-item" v-if="item.childern">
<div class="child-item" v-if="item.childern && ">
<div class="one-level">
<template v-for="(level2Item, level2Index) in item.childern">
<div
......@@ -173,7 +173,6 @@ export default {
name: this.$t('menu.baseChild.laboratory'),
path: '/practice/laboratory',
isShow: false,
childern: [
{
name: '商业数据分析实验室',
......
<template>
<AppCard title="最新动态" class="news-card">
<AppCard :title="isEn ? 'Updates' : '最新动态'" class="news-card">
<template #header-aside><nuxt-link :to="baseUrl">查看更多+</nuxt-link></template>
<div class="content-box" v-if="Object.keys(listData.first).length">
<div class="news-left">
......@@ -40,6 +40,7 @@ export default {
},
data() {
return {
isEn: false,
data: []
}
},
......@@ -57,6 +58,9 @@ export default {
const date = new Date(value * 1000)
return date.getFullYear() + '/' + (date.getMonth() + 1) + '/' + date.getDate()
}
},
mounted() {
this.isEn = this.$cookies.get('lang') === 'en-US'
}
}
</script>
......
......@@ -7,8 +7,10 @@
<div class="project-item-pic" :style="`background:url(${item.imgUrl}) no-repeat center / 100% 100%; `">
<!-- <img :src="item.imgUrl" /> -->
<ul class="tools">
<li @click="handleSubmit(item)">我要报名</li>
<li><AppLink :data="item">了解详情</AppLink></li>
<li @click="handleSubmit(item)">{{ isEn ? 'Register' : '我要报名' }}</li>
<li>
<AppLink :data="item">{{ isEn ? 'Learn more' : '了解详情' }}</AppLink>
</li>
</ul>
</div>
......@@ -31,7 +33,9 @@ export default {
props: { list: { type: Array, default: () => [] }, title: String, baseUrl: String },
components: { AppCard, AppLink },
data() {
return {}
return {
isEn: false
}
},
methods: {
handleSubmit(data) {
......@@ -46,6 +50,9 @@ export default {
}
}
}
},
mounted() {
this.isEn = this.$cookies.get('lang') === 'en-US'
}
}
</script>
......
<template>
<AppCard title="优秀师资">
<AppCard :title="isEn ? 'Excellent Teachers' : '优秀师资'">
<swiper ref="mySwiper" :options="swiperOptions" class="teacher-list">
<swiper-slide v-for="(item, index) in list" :key="index" class="teacher-item">
<div class="teacher-item-inner">
......@@ -22,6 +22,7 @@ export default {
components: { AppCard },
data() {
return {
isEn: false,
swiperOptions: {
autoplay: true,
loop: true,
......@@ -29,6 +30,9 @@ export default {
spaceBetween: 20
}
}
},
mounted() {
this.isEn = this.$cookies.get('lang') === 'en-US'
}
}
</script>
......@@ -40,7 +44,7 @@ export default {
.teacher-item {
width: 224px;
height: 370px;
height: 430px;
background: rgba(255, 255, 255, 0.39);
cursor: pointer;
position: relative;
......
<template>
<AppCard title="留学深造">
<AppCard :title="$t('home.abroad.title')">
<template #title>
<nuxt-link to="/studyAbroad">{{ $t('home.abroad.title') }}</nuxt-link>
</template>
<div class="content_con">
<div
class="con_left con_left1"
v-for="(item, index) in abroadList"
:key="index"
>
<div class="con_left con_left1" v-for="(item, index) in abroadList" :key="index">
<div class="left_tit">{{ item.title }}</div>
<div class="left_content">
<ul class="left_con1">
......
......@@ -24,37 +24,37 @@ export default {
return {
rows: [
{
title: '数字人才产教融合实践基地',
title: this.$t('home.base.tit'),
to: '/practice',
children: [
{
icon: 'https://webapp-pub.ezijing.com/www/pc/home/gov/icon_gongjian.png',
iconActive: 'https://webapp-pub.ezijing.com/www/pc/home/gov/icon_gongjian_active.png',
text: `数字经济<br />产业学院`,
text: this.$t('home.base.tit_t1'),
path: '/practice/industry'
},
{
icon: 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/www/pc/home/gov/icon_shiyan.png',
iconActive: 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/www/pc/home/gov/icon_shiyan_active.png',
text: `数字经济 <br />实验室`,
text: this.$t('home.base.tit_t2'),
path: '/practice/laboratory'
},
{
icon: 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/www/pc/home/gov/icon_1%2Bx.png',
iconActive: 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/www/pc/home/gov/icon_1%2Bx_active.png',
text: `数字经济 <br />职业技能中心`,
text: this.$t('home.base.tit_t3'),
path: '/practice/skill'
},
{
icon: 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/www/pc/home/gov/icon_pt.png',
iconActive: 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/www/pc/home/gov/icon_pt_active.png',
text: `数字经济产业& <br />人才服务平台`,
text: this.$t('home.base.tit_t4'),
path: '/practice/talent'
},
{
icon: 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/www/pc/home/gov/icon_xm.png',
iconActive: 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/www/pc/home/gov/icon_xm_active.png',
text: `数字化转型<br/>高级研修项目`,
text: this.$t('home.base.tit_t5'),
path: '/practice/study'
// onClick: () => {
......@@ -64,7 +64,7 @@ export default {
{
icon: 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/www/pc/home/gov/icon_al.png',
iconActive: 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/www/pc/home/gov/icon_al_active.png',
text: '落地案例',
text: this.$t('home.base.tit_t6'),
path: '/services/college/case'
}
]
......
<template>
<AppCard title="数字经济产业学院">
<AppCard :title="$t('home.industrial.tit')">
<template #title>
<nuxt-link to="/services">数字经济产业学院</nuxt-link>
<nuxt-link to="/services">{{ $t('home.industrial.tit') }}</nuxt-link>
</template>
<ul class="nav-content">
<li v-for="(item, index) in data" :key="index">
......@@ -26,44 +26,44 @@ export default {
{
icon: 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/www/pc/home/school/icon_sass.png',
iconActive: 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/www/pc/home/school/icon_sass_active.png',
text: '紫荆E-SAAS<br/>平台',
text: this.$t('home.industrial.tit_t1'),
href: 'https://e-saas.ezijing.com/',
pathType: 1
},
{
icon: 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/www/pc/home/school/icon_gj.png',
iconActive: 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/www/pc/home/school/icon_gj_active.png',
text: '专业共建<br/>数字化改造',
text: this.$t('home.industrial.tit_t2'),
path: '/services/professional'
},
{
icon: 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/www/pc/home/school/icon_sy.png',
iconActive: 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/www/pc/home/school/icon_sy_active.png',
text: '数字经济<br/>实验室',
text: this.$t('home.industrial.tit_t3'),
path: '/practice/laboratory'
},
{
icon: 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/www/pc/home/school/icon_yf.png',
iconActive: 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/www/pc/home/school/icon_yf_active.png',
text: '教学研发',
text: this.$t('home.industrial.tit_t4'),
path: '/services/teach'
},
{
icon: 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/www/pc/home/school/icon_yc.png',
iconActive: 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/www/pc/home/school/icon_yc_active.png',
text: '引产入校',
text: this.$t('home.industrial.tit_t5'),
path: '/services/school'
},
{
icon: 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/www/pc/home/school/icon_jy.png',
iconActive: 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/www/pc/home/school/icon_jy_active.png',
text: '实习就业',
text: this.$t('home.industrial.tit_t6'),
path: '/services/employment'
},
{
icon: 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/www/pc/home/school/icon_al.png',
iconActive: 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/www/pc/home/school/icon_al_active.png',
text: '落地案例',
text: this.$t('home.industrial.tit_t7'),
path: '/services/college/case'
// pathType: 1
}
......@@ -91,6 +91,7 @@ export default {
padding: 78px 58px 70px 56px;
margin-top: 20px;
li {
width: 105px;
background: #ffffff;
margin-right: 20px;
cursor: pointer;
......@@ -131,7 +132,7 @@ export default {
line-height: 18px;
color: #666666;
margin-top: 20px;
white-space: nowrap;
// white-space: nowrap;
}
}
}
......
<template>
<AppCard title="国际学位">
<AppCard title="$t('home.degree.title')">
<template #title>
<nuxt-link to="/internationalDegree">国际学位</nuxt-link>
<nuxt-link to="/internationalDegree">{{ $t('home.degree.title') }}</nuxt-link>
</template>
<div class="content_con">
<div class="con_left" v-for="(item, index) in degreeList" :key="index">
......
export default {
menu: {
about: 'About Zijing Education',
base:'Practice Bases',
industrial:'Zijing College of Industry',
base: 'Practice Bases',
industrial: 'Zijing College of Industry',
degree: 'International Degrees',
abroad:'Overseas Education',
notice:'通知公告',
story:'Alumni Stories',
abroad: 'Overseas Education',
notice: 'News',
story: 'Alumni Stories',
services: 'EDUCATION SERVICES',
industrialCollege: 'DIGITAL COLLEGE',
onlineEdu: 'ONLINE EDUCATION',
......@@ -20,22 +20,22 @@ export default {
openLesson: 'Open Lesson',
contact: 'Contact Us'
},
baseChild:{
industry:'数字经济产业学院',
laboratory:'数字经济实验室',
career:'数字经济职业技能中心',
economy:'数字经济产业&人才服务平台',
degital:'数字化转型高级研修项目',
example:'落地案例'
baseChild: {
industry: 'Zijing College of Digital Economy and Industry',
laboratory: 'Digital Economy Lab',
career: 'Digital Economy Vocational Skills Center',
economy: 'Digital Economy Industry & Talent Service Center',
degital: 'Advanced Digital Transformation Training Program',
example: 'Case of Implementation'
},
industrialChild:{
saas:'紫荆E-SAAS平台',
professional:'专业共建&数字化改造',
laboratory:'数字经济实验室',
teach:'教学研发',
school:'引产入校',
employment:'实习就业',
example:'落地案例'
industrialChild: {
saas: 'E-SAAS Platform',
professional: 'Co-design Specialty & Digital Transformation',
laboratory: 'Digital Economy Lab',
teach: 'Teaching R&D',
school: 'Introduction of Production Activities into HE',
employment: 'Internship and Employment Center',
example: 'Case of Implementation'
},
servicesChild: {
cert: 'PCCC',
......@@ -69,14 +69,13 @@ export default {
shms: 'SHMS'
},
masterChild: {
sbu:'纽约州立大学石溪分校金融硕士保研项目',
sit:'斯蒂文斯理工学院工程管理硕士保研项目',
sbu: '纽约州立大学石溪分校金融硕士保研项目',
sit: '斯蒂文斯理工学院工程管理硕士保研项目',
msf: 'MSF',
med: 'MED ',
map: 'MAP',
paln: 'Future Financial Leadership Program',
jmed: '教育学硕士(家庭)MED',
jmed: '教育学硕士(家庭)MED'
},
mbaChild: {
mba: 'MBA',
......@@ -91,8 +90,8 @@ export default {
edd: '工商管理博士DBA',
studyAbroad: '海外留学2+1(即将推出)',
cbu_online: '工商管理博士DBA',
cbu_online:'加州浸会大学在线工商管理博士项目(DBA)',
cbu_plus:'加州浸会大学全日制工商管理博士项目(DBA)'
cbu_online: '加州浸会大学在线工商管理博士项目(DBA)',
cbu_plus: '加州浸会大学全日制工商管理博士项目(DBA)'
}
},
industrialCollegeChild: {
......@@ -129,6 +128,26 @@ export default {
}
},
home: {
base: {
tit: 'Practice Base for Digital Talent',
tit_t1: `Zijing College of Digital Economy and Industry`,
tit_t2: 'Digital Economy Lab',
tit_t3: 'Digital Economy Vocational Skills Center',
tit_t4: 'Digital Economy Industry & Talent Service Center',
tit_t5: 'Advanced Digital Transformation Training Program',
tit_t6: 'Case of Implementation'
},
industrial: {
tit: 'Zijing College of Digital Economy and Industry',
tit_t1: 'E-SAAS Platform',
tit_t2: 'Co-design Specialty & Digital Transformation',
tit_t3: 'Digital Economy Lab',
tit_t4: 'Teaching R&D',
tit_t5: 'Introduction of Production Activities into HE',
tit_t6: 'Internship and Employment Center',
tit_t7: 'Case of Implementation'
},
college: {
title: '数字经济产业学院',
corePower: '核心特色',
......@@ -140,7 +159,7 @@ export default {
data: '商业数据分析实验室'
},
degree: {
title: 'Degree Education',
title: 'International Degrees',
tabBtn1: '- Master -',
tabBtn2: '- MBA -',
shms: 'SHMS<br />(coming soon)',
......@@ -158,15 +177,14 @@ export default {
studyAbroad: '海外留学2+1<br/>(即将推出)',
studyAbroadMaster: '海外留学<br/> 1+1'
},
abroad:{
title:'留学深造',
abroad: {
title: 'Overseas Education',
tabBtn1: '— Master —',
tabBtn: '— Doctorate —',
sbu:'纽约州立大学<br/>石溪分校<br/>金融学硕士<br/>保研项目NSF',
tabBtn2: '— Doctorate —',
sbu: '纽约州立大学<br/>石溪分校<br/>金融学硕士<br/>保研项目NSF',
sit: '斯蒂文斯理工学院<br/>工程管理硕士<br/>保研项目MEM',
cbu_plus:'加州浸会大学<br/>全日制工商管理<br/>博士项目DBA',
cbu_online:'加州浸会大学<br/>在线工商管理<br/>博士项目DBA'
cbu_plus: '加州浸会大学<br/>全日制工商管理<br/>博士项目DBA',
cbu_online: '加州浸会大学<br/>在线工商管理<br/>博士项目DBA'
},
onlineEdu: {
title: '在线教育解决方案',
......@@ -207,7 +225,8 @@ export default {
email: 'Email: service@ezijing.com',
link1: 'Education-related Foreign Affairs Regulation Information Portal',
link2: 'pbcsf.tsinghua.edu.cn',
relation: 'Affiliates: Tsinghua Holdings Zijing (Shenzhen) Education Group Co., Ltd. Tsinghua Holdings Zijing (Beijing) Human Resources Service Co., Ltd.',
relation:
'Affiliates: Tsinghua Holdings Zijing (Shenzhen) Education Group Co., Ltd. Tsinghua Holdings Zijing (Beijing) Human Resources Service Co., Ltd.',
weChat: 'Official WeChat Account',
ezjClass: 'WeChat Video Account'
},
......@@ -364,228 +383,413 @@ export default {
// tit6: 'Induced labor enrolled',
// tit7: 'Professional + innovation and entrepreneurship'
},
baseMain:{
tit:'Practice Base for Integration of Industry and Education in Digital Economy',
desc:'Practice Base for Integration of Industry and Education in Digital Economy offered by Zijing Education is characterized by an "N+3" structure, i.e. "N" colleges of digital economy and industry, the Digital Economy Lab, the Digital Vocational Skills Center, and the Digital Economy and Industry & Talent Service Platform.',
item_tit1:'College of Digital Economy and Industry',
item_desc1:`1+3+N<br/>Developing Clusters of High-Level Specialties`,
item_tit2:'Digital Economy Lab',
item_desc2:`Business Data Analysis Lab<br/>Digital Marketing Lab`,
item_tit3:'Digital Economy Vocational Skills Center',
item_desc3:`1 + X Vocational Skills Certificates<br/>PRP Private Wealth Risk Management Certificate<br/>Vocational Qualification Certificates issued by the Ministry of Human Resources and Social Security`,
item_tit4:'Digital Economy and Industry & Talent Service Platform',
item_desc4:`6 Talent Services<br/>Ample Employment Opportunities`,
baseMain: {
tit: 'Practice Base for Integration of Industry and Education in Digital Economy',
desc:
'Practice Base for Integration of Industry and Education in Digital Economy offered by Zijing Education is characterized by an "N+3" structure, i.e. "N" colleges of digital economy and industry, the Digital Economy Lab, the Digital Vocational Skills Center, and the Digital Economy and Industry & Talent Service Platform.',
item_tit1: 'College of Digital Economy and Industry',
item_desc1: `1+3+N<br/>Developing Clusters of High-Level Specialties`,
item_tit2: 'Digital Economy Lab',
item_desc2: `Business Data Analysis Lab<br/>Digital Marketing Lab`,
item_tit3: 'Digital Economy Vocational Skills Center',
item_desc3: `1 + X Vocational Skills Certificates<br/>PRP Private Wealth Risk Management Certificate<br/>Vocational Qualification Certificates issued by the Ministry of Human Resources and Social Security`,
item_tit4: 'Digital Economy and Industry & Talent Service Platform',
item_desc4: `6 Talent Services<br/>Ample Employment Opportunities`
},
industry:{
tit:'Zijing College of Digital Economy and Industry',
desc:'Zijing Education builds colleges of digital economy and industry through collaborative innovation of “government departments, higher education institutions, enterprises, and industry associations" with the model of "1 (government) +1 (Zijing Education) + N (higher education institutions)". Zijing Education works with higher education institutions to implement the "six joint contributions" education model, i.e., jointly building high-level specialties, developing courses, improving teacher teams, setting up scientific research centers, recommending enrollment and employment, and "going global".',
tit1:'Focus on development of connotations of specialties, and achieve high quality closed loop of talent development',
desc1:'Collaborative innovation of “government departments, higher education institutions, enterprises, and industry associations" with the model of "1 (government) +1 (Zijing Education) + N (higher education institutions)"',
provide_tit:'Provided by Zijing Education',
provide_list:{
item1:'Operations Management',
item2:'Specialty Design',
item3:'Curriculum Development',
item4:'Dual Supervisors',
item5:'Teaching Management',
item6:'Dual-Qualification Teachers',
item7:'Production and Education Bases',
item8:'Internship and Employment',
item9:'Teaching Results',
item10:'Others',
industry: {
tit: 'Zijing College of Digital Economy and Industry',
desc:
'Zijing Education builds colleges of digital economy and industry through collaborative innovation of “government departments, higher education institutions, enterprises, and industry associations" with the model of "1 (government) +1 (Zijing Education) + N (higher education institutions)". Zijing Education works with higher education institutions to implement the "six joint contributions" education model, i.e., jointly building high-level specialties, developing courses, improving teacher teams, setting up scientific research centers, recommending enrollment and employment, and "going global".',
tit1:
'Focus on development of connotations of specialties, and achieve high quality closed loop of talent development',
desc1:
'Collaborative innovation of “government departments, higher education institutions, enterprises, and industry associations" with the model of "1 (government) +1 (Zijing Education) + N (higher education institutions)"',
provide_tit: 'Provided by Zijing Education',
provide_list: {
item1: 'Operations Management',
item2: 'Specialty Design',
item3: 'Curriculum Development',
item4: 'Dual Supervisors',
item5: 'Teaching Management',
item6: 'Dual-Qualification Teachers',
item7: 'Production and Education Bases',
item8: 'Internship and Employment',
item9: 'Teaching Results',
item10: 'Others'
},
focus_tit:'Focus on development of connotations of specialties, and implement the "six joint contributions" education model',
focus_list:{
item1_tit:'1 +3 + N',
item1_desc:`1 center: Business data analysis<br/>3 fundamental specialties: Digital marketing, digital operation, and digital accounting <br/>N applied specialties: Digital finance, digital trade, digital energy ...`,
item1_tips:'Create clusters of high-level specialties',
item2_tit:'Four Precise Efforts and Three Labs',
item2_desc:'Precise conformity with requirements, curriculum development, training, and employment recommendation<br/>Business Data Analysis Lab, Digital Marketing Lab, and Cloud Computing Lab',
item2_tips:'Innovate training models',
item3_tit:'Dual Capabilities and Combination of Introduction and Cultivation',
item3_desc:'Introduction of industrial courses and building of hybrid teams of teachers<br/>"Technical master workshops” jointly built by education institutions and enterprises<br/>Jointly built teaching steering committees and recruitment of service team leaders from the market',
item3_tips:'Create high-level teaching teams',
item4_tit:'Closely tracking of industrial needs and combination of education and practical training',
item4_desc:'Electronic talent files and digital skill portraits<br/>Industry-level lab software to reproduce real digital operation scenarios and case studies of enterprises for experiments of skills required by various industries',
item4_tips:'Jointly build on-campus practical training bases',
item5_tit:'Benchmarking top requirements and focusing on recognition',
item5_desc:'Teaching materials integrating production and education jointly developed by education institutions and enterprises<br/>"Classroom revolution” with innovative teaching methods and classroom practices<br/>Holding and coordinating of various skills competitions, certification training, employee training, and other courses',
item5_tips:'Develop courses under university-industry cooperation programs',
item6_tit:'From the Industry and for the Industry',
item6_desc:'Jointly submit research project applications<br/>Jointly carry out technical consultation and jointly set up technical expert think tanks<br/>Jointly commercialize technological achievements',
item6_tips:'Create platforms for industry, university, and research collaboration',
focus_tit:
'Focus on development of connotations of specialties, and implement the "six joint contributions" education model',
focus_list: {
item1_tit: '1 +3 + N',
item1_desc: `1 center: Business data analysis<br/>3 fundamental specialties: Digital marketing, digital operation, and digital accounting <br/>N applied specialties: Digital finance, digital trade, digital energy ...`,
item1_tips: 'Create clusters of high-level specialties',
item2_tit: 'Four Precise Efforts and Three Labs',
item2_desc:
'Precise conformity with requirements, curriculum development, training, and employment recommendation<br/>Business Data Analysis Lab, Digital Marketing Lab, and Cloud Computing Lab',
item2_tips: 'Innovate training models',
item3_tit: 'Dual Capabilities and Combination of Introduction and Cultivation',
item3_desc:
'Introduction of industrial courses and building of hybrid teams of teachers<br/>"Technical master workshops” jointly built by education institutions and enterprises<br/>Jointly built teaching steering committees and recruitment of service team leaders from the market',
item3_tips: 'Create high-level teaching teams',
item4_tit: 'Closely tracking of industrial needs and combination of education and practical training',
item4_desc:
'Electronic talent files and digital skill portraits<br/>Industry-level lab software to reproduce real digital operation scenarios and case studies of enterprises for experiments of skills required by various industries',
item4_tips: 'Jointly build on-campus practical training bases',
item5_tit: 'Benchmarking top requirements and focusing on recognition',
item5_desc:
'Teaching materials integrating production and education jointly developed by education institutions and enterprises<br/>"Classroom revolution” with innovative teaching methods and classroom practices<br/>Holding and coordinating of various skills competitions, certification training, employee training, and other courses',
item5_tips: 'Develop courses under university-industry cooperation programs',
item6_tit: 'From the Industry and for the Industry',
item6_desc:
'Jointly submit research project applications<br/>Jointly carry out technical consultation and jointly set up technical expert think tanks<br/>Jointly commercialize technological achievements',
item6_tips: 'Create platforms for industry, university, and research collaboration'
}
},
talent:{
tit:'Digital Economy and Industry & Talent Service Platform',
desc:'The Digital Economy Industry & Talent Service Platform bridges the "last mile" that connects talents with industries. It provides six categories of services, i.e. smart talent database, talent evaluation, online classroom, talent management, resource sharing, and project matching to address problems encountered by enterprises in "selecting, developing, and retaining" employees.',
list:{
item1_tit:'Digital Finance',
item1_subtitle:'Employment Opportunities',
item1_desc:'Zijing Education works with the China Association of Small and Medium Enterprises and expands the enterprise pool of the "International Software Outsourcing and Delivery Base” to offer ample jobs and help students find rewarding jobs.',
item2_tit:'Digital Talent Database',
item2_subtitle:'Attracting Talents',
item2_desc:'Leveraging colleges and practice bases of digital economy and industry, Zijing Education help enterprises attract talents by classifying and adding talents to the database, creating a talent reserve platform of "one chain, six categories, and multiple groups."',
item3_tit:'Online Internal Training Platform',
item3_subtitle:'Cultivate Talents',
item3_desc:'Zijing Education has developed an online SaaS training platform, a "skill dictionary" integrating various resources, and formed a ubiquitous learning network to cultivate talents for enterprises.',
item4_tit:'"Skills Codes"',
item4_subtitle:'Retain Talents',
item4_desc:'Zijing Education has designed "skills codes” which reflect data such as skill type, skill level, and learning history, carries out research on the talent demand, and serves targeted recruitment to retain talents for enterprises.'
talent: {
tit: 'Digital Economy and Industry & Talent Service Platform',
desc:
'The Digital Economy Industry & Talent Service Platform bridges the "last mile" that connects talents with industries. It provides six categories of services, i.e. smart talent database, talent evaluation, online classroom, talent management, resource sharing, and project matching to address problems encountered by enterprises in "selecting, developing, and retaining" employees.',
list: {
item1_tit: 'Digital Finance',
item1_subtitle: 'Employment Opportunities',
item1_desc:
'Zijing Education works with the China Association of Small and Medium Enterprises and expands the enterprise pool of the "International Software Outsourcing and Delivery Base” to offer ample jobs and help students find rewarding jobs.',
item2_tit: 'Digital Talent Database',
item2_subtitle: 'Attracting Talents',
item2_desc:
'Leveraging colleges and practice bases of digital economy and industry, Zijing Education help enterprises attract talents by classifying and adding talents to the database, creating a talent reserve platform of "one chain, six categories, and multiple groups."',
item3_tit: 'Online Internal Training Platform',
item3_subtitle: 'Cultivate Talents',
item3_desc:
'Zijing Education has developed an online SaaS training platform, a "skill dictionary" integrating various resources, and formed a ubiquitous learning network to cultivate talents for enterprises.',
item4_tit: '"Skills Codes"',
item4_subtitle: 'Retain Talents',
item4_desc:
'Zijing Education has designed "skills codes” which reflect data such as skill type, skill level, and learning history, carries out research on the talent demand, and serves targeted recruitment to retain talents for enterprises.'
}
},
study:{
tit:'Advanced Digital Transformation Training Program',
desc:'The Advanced Digital Transformation Training Program is a high-level program for entrepreneurs offered by Zijing Education in collaboration with domestic and foreign higher education institutions. The program systematically expounds on the journey of enterprises for digital transformation in the new era from a panoramic perspective, covering business management innovation, artificial intelligence, big data, cloud computing, and scientific design. The courses are taught by experts from fields of domestic and foreign government departments, industrial communities, higher education institutions, research institutes, and organizations of applications.',
positive_tit:'Project Advantages',
positive_desc1:'Quickly understand the external market, resources, and internal management of enterprises with digital tools ',
positive_desc2:'Increase revenues, improve efficiency, and reduce costs through transformation and upgrading ',
positive_desc3:'Practical knowledge and international degrees',
positive_desc4:'Top-level design, digitalized business and market support, digitalized management and talent system, and underlying digital technology system ',
positive_desc5:'Gain insights into the overall implementation of digital transformation and a deep understanding of the core modules and practices of digital transformation.',
map_tit:'Strategic Map of Digital Transformation',
contact_tit:'Contact Us Now <br/>Advanced Digital Transformation Training Program',
name_placeholer:'Your Name',
phone_placeholder:'Your Mobile Phone Number',
submit_btn:'Submit'
study: {
tit: 'Advanced Digital Transformation Training Program',
desc:
'The Advanced Digital Transformation Training Program is a high-level program for entrepreneurs offered by Zijing Education in collaboration with domestic and foreign higher education institutions. The program systematically expounds on the journey of enterprises for digital transformation in the new era from a panoramic perspective, covering business management innovation, artificial intelligence, big data, cloud computing, and scientific design. The courses are taught by experts from fields of domestic and foreign government departments, industrial communities, higher education institutions, research institutes, and organizations of applications.',
positive_tit: 'Project Advantages',
positive_desc1:
'Quickly understand the external market, resources, and internal management of enterprises with digital tools ',
positive_desc2: 'Increase revenues, improve efficiency, and reduce costs through transformation and upgrading ',
positive_desc3: 'Practical knowledge and international degrees',
positive_desc4:
'Top-level design, digitalized business and market support, digitalized management and talent system, and underlying digital technology system ',
positive_desc5:
'Gain insights into the overall implementation of digital transformation and a deep understanding of the core modules and practices of digital transformation.',
map_tit: 'Strategic Map of Digital Transformation',
contact_tit: 'Contact Us Now <br/>Advanced Digital Transformation Training Program',
name_placeholer: 'Your Name',
phone_placeholder: 'Your Mobile Phone Number',
project_placeholder: 'Select a program',
submit_btn: 'Submit'
},
degital:{
tit1:'Joint Contribution to Specialty Development',
desc1:' Leveraging its technical and industrial resources, Zijing Education assists higher education institutions to cope with industrial changes, policy requirements, and new management challenges, provides them with support for building and upgrading specialties that feature industrialization, internationalization, and digitalization, and helps them optimize education programs and improve the teaching force. Zijing Education works with higher education institutions to develop premium curriculum resources, promote teaching development, improve the overall level of specialty development, and build specialized characteristics and advantages.',
tit2:'Cultivate Innovative Digital Specialists to Promote Industrial Development and Upgrading',
tit3:'1+3+N Digital + Industry-wide Joint Contribution to Specialty Development',
desc3:'Digital + industry-wide specialties are being developed with business data analysis as the underlying technology and digital marketing, digital operation, and digital accounting as the basic specialties. Based on the typical application scenarios of the digital economy, the programs encompass core industrial applications, such as digital finance, digital trade, digital agriculture, and digital energy with digital transformation and specialty upgrading as the key.',
tit4:'Key Specialties',
desc4:' A large amount of data is generated every minute or second in this era of information explosion. Data analysts help enterprises clearly understand the current situation and competitive environment from massive data and make the best of data to support risk evaluation and decision-making by enterprises. Data analysis and presentation provide decision-makers of enterprises with valuable, clear, and accurate reports supported by data. Business data analysis has become an essential function for digital enterprises to enhance their competitiveness.',
tit5:'Business Data Analysis',
desc5:' This program gives students solid knowledge of business, economy, and operations management. Based on the big data analysis platform, it teaches students the core knowledge and methods of data analysis, such as data collection, processing, analysis, and visualization, and predictive modeling, by developing mathematical thinking, such as mathematical statistics.',
base_profession:{
tit1:'Basic Specialties',
tit1_t1:'Basic Specialties',
tit1_d1:'Digitization directly allows business activities to be conducted online with many of them being automatically done by machines, thus minimizing human errors and improving efficiency. Digitalization drives disruptive change to business models. Companies can directly establish connections with customers and build business models centered on customers in the real sense via the Internet. A digitalized business model involves three basic aspects: marketing, operations management, and finance.',
tit1_t2:'Digital Marketing',
tit1_t3:'Digital Operation',
tit1_t4:'Digital Accounting',
tit1_d4_tit1:'Solid Foundation + Familiarity with Operations + Compound Knowledge',
tit1_d4_tit2:'This program cultivates accounting specialists who have firm ideals and beliefs; all-around development of morality, intelligence, physique, aesthetic appreciation, and work skills; humanistic qualities, professional ethics, and awareness of innovation. They are familiar with typical data analysis tools and skills, capable of analyzing certain financial data, operating and maintaining accounting software, and adept in accounting, tax law, financial management, and analysis. The graduates may be engaged in data processing and analysis, financial robot applications, accounting, financial management, management accounting, digital operation and marketing of products, tax risk control, business data, etc. at shared financial service centers, big data service providers, small, medium, and large enterprises, and government and public institutions. ',
tit1_d4_tit3:'Adapt to challenges for information technology in the era of "big data, artificial intelligence, mobile Internet, cloud computing, Internet of Things, and blockchain"'
degital: {
tit1: 'Joint Contribution to Specialty Development',
desc1:
' Leveraging its technical and industrial resources, Zijing Education assists higher education institutions to cope with industrial changes, policy requirements, and new management challenges, provides them with support for building and upgrading specialties that feature industrialization, internationalization, and digitalization, and helps them optimize education programs and improve the teaching force. Zijing Education works with higher education institutions to develop premium curriculum resources, promote teaching development, improve the overall level of specialty development, and build specialized characteristics and advantages.',
tit2: 'Cultivate Innovative Digital Specialists to Promote Industrial Development and Upgrading',
tit3: '1+3+N Digital + Industry-wide Joint Contribution to Specialty Development',
desc3:
'Digital + industry-wide specialties are being developed with business data analysis as the underlying technology and digital marketing, digital operation, and digital accounting as the basic specialties. Based on the typical application scenarios of the digital economy, the programs encompass core industrial applications, such as digital finance, digital trade, digital agriculture, and digital energy with digital transformation and specialty upgrading as the key.',
tit4: 'Key Specialties',
desc4:
' A large amount of data is generated every minute or second in this era of information explosion. Data analysts help enterprises clearly understand the current situation and competitive environment from massive data and make the best of data to support risk evaluation and decision-making by enterprises. Data analysis and presentation provide decision-makers of enterprises with valuable, clear, and accurate reports supported by data. Business data analysis has become an essential function for digital enterprises to enhance their competitiveness.',
tit5: 'Business Data Analysis',
desc5:
' This program gives students solid knowledge of business, economy, and operations management. Based on the big data analysis platform, it teaches students the core knowledge and methods of data analysis, such as data collection, processing, analysis, and visualization, and predictive modeling, by developing mathematical thinking, such as mathematical statistics.',
base_profession: {
tit1: 'Basic Specialties',
tit1_t1: 'Basic Specialties',
tit1_d1:
'Digitization directly allows business activities to be conducted online with many of them being automatically done by machines, thus minimizing human errors and improving efficiency. Digitalization drives disruptive change to business models. Companies can directly establish connections with customers and build business models centered on customers in the real sense via the Internet. A digitalized business model involves three basic aspects: marketing, operations management, and finance.',
tit1_t2: 'Digital Marketing',
tit1_t3: 'Digital Operation',
tit1_t4: 'Digital Accounting',
tit1_d4_tit1: 'Solid Foundation + Familiarity with Operations + Compound Knowledge',
tit1_d4_tit2:
'This program cultivates accounting specialists who have firm ideals and beliefs; all-around development of morality, intelligence, physique, aesthetic appreciation, and work skills; humanistic qualities, professional ethics, and awareness of innovation. They are familiar with typical data analysis tools and skills, capable of analyzing certain financial data, operating and maintaining accounting software, and adept in accounting, tax law, financial management, and analysis. The graduates may be engaged in data processing and analysis, financial robot applications, accounting, financial management, management accounting, digital operation and marketing of products, tax risk control, business data, etc. at shared financial service centers, big data service providers, small, medium, and large enterprises, and government and public institutions. ',
tit1_d4_tit3:
'Adapt to challenges for information technology in the era of "big data, artificial intelligence, mobile Internet, cloud computing, Internet of Things, and blockchain"'
},
apply:{
tit1:'Applied Specialties',
tit1_d1:'Digitization directly allows business activities to be conducted online with many of them being automatically done by machines, thus minimizing human errors and improving efficiency. Digitalization drives disruptive change to business models. Companies can directly establish connections with customers and build a truly customer-centric operation model via the Internet. A digitalized business model involves three basic aspects: marketing, operations management, and finance.',
tit1_t2:'Digital Finance',
tit1_d2_tit1:'Compound + Internationalized + Innovative',
tit1_d2_tit2:'A brand-new curriculum has been developed with interdisciplinary settings to cultivate fintech specialists with compound, innovative, and internationalized knowledge. Students will learn financial digitalization, master the core principles, methods, and applications of technologies in such fields as quantitative finance, financial risk management, big data, machine learning, and deep learning, deeply understand the application scenarios of fintech, and have the ability of designing, implementing and managing digital and intelligent project solutions. The graduates are intended to join the main force of digital transformation and fintech applications with innovative and international competitiveness.',
tit1_d2_tit3:'Accelerate the development of digital finance specialists and create a "new model" for training and education',
tit1_t3:'Digital Agriculture',
tit1_d3_tit1:'Agriculture Empowered by Digital Economy',
tit1_d3_tit2:'This program cultivates high-level applied specialists in agriculture and forestry economic management who master basic theories and knowledge in economy and management, are aligned with the economic and social development and digitalization of agriculture and forestry, have relevant scientific knowledge of agriculture and forestry, understand the frontier advances of the discipline and the concepts of ecologically sustainable development, agricultural Internet of Things, artificial intelligence and digitalization, and are able to apply methods and skills of social and economic investigation, enterprise economic management, technical and economic analysis and economic accounting with a strong awareness of ecological civilization, devotion to "agriculture, rural areas, and farmers," and spirits of innovation and entrepreneurship. The graduates will have a deep understanding of "agriculture, rural areas, and farmers" and possess practical skills in marketing, operation, and management.',
tit1_d3_tit3:'Create a new paradigm for the education of specialists with applied skills for agricultural digitalization management through interdisciplinary integration featuring agricultural "Internet of things + big data + informatization."',
tit1_t4:'Digital Trade',
tit1_d4_tit1:'Development-oriented + Compound + Innovative',
tit1_d4_tit2:'This program cultivates specialists in sales, consulting, marketing, and international trade who have firm ideals and beliefs; all-round development of morality, intelligence, physique, aesthetic appreciation, and work skills; humanistic qualities, professional ethics, and awareness of innovation; the spirit of craftsman and excellence, strong competences, and capability of sustainable development; essential knowledge and skills of the program for the wholesale, retail, Internet and related service sectors. The graduates may be engaged in e-commerce, product sales, cross-border e-commerce, planning and creativity, foreign trade, business analysis, Internet product design, etc. With development-oriented, compound, innovative and proficient qualities, they will meet the needs for industrial transformation and upgrading and technological innovation of enterprises.',
tit1_d4_tit3:'Accelerate the training and education of digital trade specialists who help enterprises transform for digital marketing',
tit1_t5:'Digital Energy',
tit1_d5_tit1:'Development-oriented + Compound + Innovative',
tit1_d5_tit2:'This program cultivates specialists who have firm ideals and beliefs; all-round development of morality, intelligence, physique, aesthetic appreciation, and work skills; scientific knowledge, humanistic qualities, professional ethics, and awareness of innovation; the spirit of craftsman and excellence, strong competences, and capability of sustainable development; essential knowledge and skills of the program. The graduates may be engaged in the industries of new energy, machinery and equipment, building materials, furniture, household appliances, mining, refinery, environmental protection, human resources, consulting, automotive spare part manufacturing, etc., and be able to assume roles of engineering design, management, operation, etc.',
tit1_d5_tit3:'Accelerate the training and education of digital energy specialists who help enterprises drive digital transformation',
tit1_t6:'Digital Healthcare',
tit1_d6_tit1:'Development-oriented + Compound + Innovative',
tit1_d6_tit2:'This program cultivates specialists who have firm ideals and beliefs; all-round development of morality, intelligence, physique, aesthetic appreciation, and work skills; scientific knowledge, humanistic qualities, professional ethics, and awareness of innovation; the spirit of craftsman and excellence, strong competences, and capability of sustainable development; data analysis and digital operation abilities adapted to the current digital economy; essential knowledge and skills of the program. The graduates may serve as health managers, other health service workers, social workers, and other roles in health and be engaged in physical, mental rehabilitation and other healthcare services, ability assessment, institutional technical management, etc.',
tit1_d6_tit3:'Accelerate the training and education of digital healthcare specialists who help enterprises drive digital transformatio',
tit1_t7:'Digital Supply Chain',
tit1_d7_tit1:'Development-oriented + Compound + Innovative',
tit1_d7_tit2:'This program cultivates specialists who have an all-round development of morality, intelligence, physique, aesthetic appreciation, and work skills; scientific knowledge, the spirit of craftsman and excellence; information capabilities; knowledge of market research and demand analysis, procurement and inventory management, production planning and control, logistics and supply chain operation, etc.; abilities of market projection, data analysis, planning, risk control, and emergency management. The graduates may be engaged in market research and customer management, procurement and supplier management, supply chain production and control, supply chain logistics management, supply chain planning and operation, etc.',
tit1_d7_tit3:'Accelerate the training and education of digital supply chain specialists who help enterprises drive digital transformation'
apply: {
tit1: 'Applied Specialties',
tit1_d1:
'Digitization directly allows business activities to be conducted online with many of them being automatically done by machines, thus minimizing human errors and improving efficiency. Digitalization drives disruptive change to business models. Companies can directly establish connections with customers and build a truly customer-centric operation model via the Internet. A digitalized business model involves three basic aspects: marketing, operations management, and finance.',
tit1_t2: 'Digital Finance',
tit1_d2_tit1: 'Compound + Internationalized + Innovative',
tit1_d2_tit2:
'A brand-new curriculum has been developed with interdisciplinary settings to cultivate fintech specialists with compound, innovative, and internationalized knowledge. Students will learn financial digitalization, master the core principles, methods, and applications of technologies in such fields as quantitative finance, financial risk management, big data, machine learning, and deep learning, deeply understand the application scenarios of fintech, and have the ability of designing, implementing and managing digital and intelligent project solutions. The graduates are intended to join the main force of digital transformation and fintech applications with innovative and international competitiveness.',
tit1_d2_tit3:
'Accelerate the development of digital finance specialists and create a "new model" for training and education',
tit1_t3: 'Digital Agriculture',
tit1_d3_tit1: 'Agriculture Empowered by Digital Economy',
tit1_d3_tit2:
'This program cultivates high-level applied specialists in agriculture and forestry economic management who master basic theories and knowledge in economy and management, are aligned with the economic and social development and digitalization of agriculture and forestry, have relevant scientific knowledge of agriculture and forestry, understand the frontier advances of the discipline and the concepts of ecologically sustainable development, agricultural Internet of Things, artificial intelligence and digitalization, and are able to apply methods and skills of social and economic investigation, enterprise economic management, technical and economic analysis and economic accounting with a strong awareness of ecological civilization, devotion to "agriculture, rural areas, and farmers," and spirits of innovation and entrepreneurship. The graduates will have a deep understanding of "agriculture, rural areas, and farmers" and possess practical skills in marketing, operation, and management.',
tit1_d3_tit3:
'Create a new paradigm for the education of specialists with applied skills for agricultural digitalization management through interdisciplinary integration featuring agricultural "Internet of things + big data + informatization."',
tit1_t4: 'Digital Trade',
tit1_d4_tit1: 'Development-oriented + Compound + Innovative',
tit1_d4_tit2:
'This program cultivates specialists in sales, consulting, marketing, and international trade who have firm ideals and beliefs; all-round development of morality, intelligence, physique, aesthetic appreciation, and work skills; humanistic qualities, professional ethics, and awareness of innovation; the spirit of craftsman and excellence, strong competences, and capability of sustainable development; essential knowledge and skills of the program for the wholesale, retail, Internet and related service sectors. The graduates may be engaged in e-commerce, product sales, cross-border e-commerce, planning and creativity, foreign trade, business analysis, Internet product design, etc. With development-oriented, compound, innovative and proficient qualities, they will meet the needs for industrial transformation and upgrading and technological innovation of enterprises.',
tit1_d4_tit3:
'Accelerate the training and education of digital trade specialists who help enterprises transform for digital marketing',
tit1_t5: 'Digital Energy',
tit1_d5_tit1: 'Development-oriented + Compound + Innovative',
tit1_d5_tit2:
'This program cultivates specialists who have firm ideals and beliefs; all-round development of morality, intelligence, physique, aesthetic appreciation, and work skills; scientific knowledge, humanistic qualities, professional ethics, and awareness of innovation; the spirit of craftsman and excellence, strong competences, and capability of sustainable development; essential knowledge and skills of the program. The graduates may be engaged in the industries of new energy, machinery and equipment, building materials, furniture, household appliances, mining, refinery, environmental protection, human resources, consulting, automotive spare part manufacturing, etc., and be able to assume roles of engineering design, management, operation, etc.',
tit1_d5_tit3:
'Accelerate the training and education of digital energy specialists who help enterprises drive digital transformation',
tit1_t6: 'Digital Healthcare',
tit1_d6_tit1: 'Development-oriented + Compound + Innovative',
tit1_d6_tit2:
'This program cultivates specialists who have firm ideals and beliefs; all-round development of morality, intelligence, physique, aesthetic appreciation, and work skills; scientific knowledge, humanistic qualities, professional ethics, and awareness of innovation; the spirit of craftsman and excellence, strong competences, and capability of sustainable development; data analysis and digital operation abilities adapted to the current digital economy; essential knowledge and skills of the program. The graduates may serve as health managers, other health service workers, social workers, and other roles in health and be engaged in physical, mental rehabilitation and other healthcare services, ability assessment, institutional technical management, etc.',
tit1_d6_tit3:
'Accelerate the training and education of digital healthcare specialists who help enterprises drive digital transformatio',
tit1_t7: 'Digital Supply Chain',
tit1_d7_tit1: 'Development-oriented + Compound + Innovative',
tit1_d7_tit2:
'This program cultivates specialists who have an all-round development of morality, intelligence, physique, aesthetic appreciation, and work skills; scientific knowledge, the spirit of craftsman and excellence; information capabilities; knowledge of market research and demand analysis, procurement and inventory management, production planning and control, logistics and supply chain operation, etc.; abilities of market projection, data analysis, planning, risk control, and emergency management. The graduates may be engaged in market research and customer management, procurement and supplier management, supply chain production and control, supply chain logistics management, supply chain planning and operation, etc.',
tit1_d7_tit3:
'Accelerate the training and education of digital supply chain specialists who help enterprises drive digital transformation'
}
},
laboratory:{
tit:'Digital Economy Lab',
desc:'Zijing Education has developed the industrial-class Digital Economy Lab by relying on data analysis and digital marketing -- the two key capabilities -- in the digital talent model. With the basic resource services provided by a hybrid cloud architecture of public cloud and private cloud, the lab combines the platform services of business data analysis and digital marketing training, integrates data sets and case sets of multiple industries, and provides teaching services such as teaching and practical training, enterprise data analysis and marketing, scientific research and exchanges, operation and maintenance support and visualization to the application layer and the user layer by relying on the teaching service resources of e-SaaS.',
tit2:'"Production, Learning, Research, Training, and Innovation" Five-in-one Digital Economy Lab',
tab1_tit:'Business Data Analysis ',
tab2_tit:'Digital Marketing Lab',
btn1:'Learn Details',
btn2:'Click to Log in'
laboratory: {
tit: 'Digital Economy Lab',
desc:
'Zijing Education has developed the industrial-class Digital Economy Lab by relying on data analysis and digital marketing -- the two key capabilities -- in the digital talent model. With the basic resource services provided by a hybrid cloud architecture of public cloud and private cloud, the lab combines the platform services of business data analysis and digital marketing training, integrates data sets and case sets of multiple industries, and provides teaching services such as teaching and practical training, enterprise data analysis and marketing, scientific research and exchanges, operation and maintenance support and visualization to the application layer and the user layer by relying on the teaching service resources of e-SaaS.',
tit2: '"Production, Learning, Research, Training, and Innovation" Five-in-one Digital Economy Lab',
tab1_tit: 'Business Data Analysis ',
tab2_tit: 'Digital Marketing Lab',
btn1: 'Learn Details',
btn2: 'Click to Log in'
},
skill:{
tit:'Digital Economy Vocational Skills Center',
desc:'Through introduction of recognized certifications and internal development, Zijing Education has formed a three-level certification system consisting of government evaluation + industry evaluation + enterprise evaluation',
item1_tit:'Introduction of Government Certification Systems',
skill: {
tit: 'Digital Economy Vocational Skills Center',
desc:
'Through introduction of recognized certifications and internal development, Zijing Education has formed a three-level certification system consisting of government evaluation + industry evaluation + enterprise evaluation',
item1_tit: 'Introduction of Government Certification Systems',
item1_desc: ` Qualification certificates such as "Internet Marketer" and "Business Data Analyst," for which, Zijing Education has been authorized) from the Ministry of Industry and Information Technology for employees from enterprises;<br/>
Vocational skill level certificates of digital marketing for financial products issued by the Ministry of Education, for which Zijing Education organizes evaluation, and other "1 + X" certificates to provide certification services for college students.`,
item2_tit: 'Introduction of Non-Government Certification Systems',
item2_desc: 'Established certifications by "third-party organizations" to cultivate talents adapted to regional development of industries.',
item2_desc:
'Established certifications by "third-party organizations" to cultivate talents adapted to regional development of industries.',
item3_tit: 'Developed Certification Systems',
item3_desc: 'Based on its services and products, Zijing Education applies for the status as a third-party evaluation organization to the national, provincial, and municipal levels authorities for social security. Zijing Education works with leading enterprises to define new occupations and submit them to the Ministry of Human Resources and Social Security for approval.',
item4_tit:'1 + X vocational skill level certificates of digital marketing for financial products',
item3_desc:
'Based on its services and products, Zijing Education applies for the status as a third-party evaluation organization to the national, provincial, and municipal levels authorities for social security. Zijing Education works with leading enterprises to define new occupations and submit them to the Ministry of Human Resources and Social Security for approval.',
item4_tit: '1 + X vocational skill level certificates of digital marketing for financial products',
item5_tit: 'Vocational certificate issued by the Ministry of Human Resources and Social Security',
item6_tit:'Private wealth risk management consultant',
item_btn:'Click to View'
item6_tit: 'Private wealth risk management consultant',
item_btn: 'Click to View'
},
teach:{
tit1:'Curriculum Resources',
desc1:'Zijing Education has transformed the traditional logical framework of knowledge of disciplines according to a modular system (online and offline) featuring "digital + specialty" and "digital + industry." The abilities and knowledge required for different roles are carefully attributed to different specialties, on which modules are based.',
tip1_1:'Curriculum resources shared by specialties (specialty groups)',
tip1_2:'Reform of teaching plan',
tip1_3:'High-quality digitalized teaching resources for specialties (specialty groups)',
tit2:'Innovative Teachers',
desc2:`Zijing Education has built teacher training and practice bases and provides certified lecturer training to supply "dual-qualified" teachers with high theoretic levels and practical skills for "dual-qualified and structured" teams. Zijing Education cultivates leaders of specialty groups and leaders and key teachers of specialties, strengthens further study, academic exchanges, and cooperation, and enhances the teaching and practical skills of teachers from specialty groups.
teach: {
tit1: 'Curriculum Resources',
desc1:
'Zijing Education has transformed the traditional logical framework of knowledge of disciplines according to a modular system (online and offline) featuring "digital + specialty" and "digital + industry." The abilities and knowledge required for different roles are carefully attributed to different specialties, on which modules are based.',
tip1_1: 'Curriculum resources shared by specialties (specialty groups)',
tip1_2: 'Reform of teaching plan',
tip1_3: 'High-quality digitalized teaching resources for specialties (specialty groups)',
tit2: 'Innovative Teachers',
desc2: `Zijing Education has built teacher training and practice bases and provides certified lecturer training to supply "dual-qualified" teachers with high theoretic levels and practical skills for "dual-qualified and structured" teams. Zijing Education cultivates leaders of specialty groups and leaders and key teachers of specialties, strengthens further study, academic exchanges, and cooperation, and enhances the teaching and practical skills of teachers from specialty groups.
<br />At present, Zijing Education has 50+ curriculum developers and 700+ faculty members and has completed 4,900+ class hours of R&D and delivered 20+ teaching achievements.`,
tip2_1:'Recruit leading specialists from enterprises and teachers from industries',
tip2_2:'Working at enterprises and mobile teacher practicing stations at enterprises',
tip2_3:'Two-way flow of teachers between schools and enterprises',
tip2_4:'Dual-qualified teacher empowerment',
tit3:'Reform of Teaching Materials and Methods',
desc3:'Zijing Education delivers online and offline classes featuring "students-apprentices, tutors-masters, working-teaching" based on the digital economy curriculum system to achieve the all-around education goal of "skill training + quality development + personality shaping" and drive the curriculum revolution. Zijing Education has published entry-level, intermediate, and advanced textbooks for "1 + X Financial Products Digital Marketing Vocational Skill Level Certification" with more than 1 million characters, compiled 2000+ questions for the online question bank, and recorded 500+ hours of live videos.',
tip3_1:'Joint contribution to characteristic teaching materials',
tip3_2:'Teaching scheme reform',
tip3_3:'Teaching digitalization reform',
tit4:'Adapted Teaching Methods and Materials',
desc4:'Based on the SaaS platform, Business Data Analysis Lab, Digital Marketing Lab, Digital Operation Lab, and Center for Introduction of Production Activities into Higher Education Institutions',
tit5:'Internship and Practical Training Bases',
desc5:'Zijing Education has established internship and practical training bases for digital specialists by specialty groups encompassing "digital + industrial chains." The two key internship and practical training bases, i.e. the on-campus sharing platform and production-education practical training platform, consolidate the basic abilities of specialties for potential posts and strengthen post-related practical skills training to meet the requirements for ability certification.',
tip5_1:'On-campus practical training bases',
tip5_2:'On-campus workshops and in-enterprise studios',
tip5_3:'In-enterprise practical training bases',
tip5_4:'Digital Economy Lab',
tit6:'Internship and Employment Opportunities',
desc6:`Zijing Education works to establish platforms focusing on key groups and driving the talent supply chain, form industrial cluster alliances with leading enterprises, make the best of talent demand prediction and vocational skill evaluation; take the market supply and demand ratio and the employment opportunities of related posts as an important basis for the adjustment of the employment structure in the digital industry, enhance communication on the talent supply and demand with enterprises, and improve the employment results of graduates from Zijing College of Digital Economy and Industry.<br />
tip2_1: 'Recruit leading specialists from enterprises and teachers from industries',
tip2_2: 'Working at enterprises and mobile teacher practicing stations at enterprises',
tip2_3: 'Two-way flow of teachers between schools and enterprises',
tip2_4: 'Dual-qualified teacher empowerment',
tit3: 'Reform of Teaching Materials and Methods',
desc3:
'Zijing Education delivers online and offline classes featuring "students-apprentices, tutors-masters, working-teaching" based on the digital economy curriculum system to achieve the all-around education goal of "skill training + quality development + personality shaping" and drive the curriculum revolution. Zijing Education has published entry-level, intermediate, and advanced textbooks for "1 + X Financial Products Digital Marketing Vocational Skill Level Certification" with more than 1 million characters, compiled 2000+ questions for the online question bank, and recorded 500+ hours of live videos.',
tip3_1: 'Joint contribution to characteristic teaching materials',
tip3_2: 'Teaching scheme reform',
tip3_3: 'Teaching digitalization reform',
tit4: 'Adapted Teaching Methods and Materials',
desc4:
'Based on the SaaS platform, Business Data Analysis Lab, Digital Marketing Lab, Digital Operation Lab, and Center for Introduction of Production Activities into Higher Education Institutions',
tit5: 'Internship and Practical Training Bases',
desc5:
'Zijing Education has established internship and practical training bases for digital specialists by specialty groups encompassing "digital + industrial chains." The two key internship and practical training bases, i.e. the on-campus sharing platform and production-education practical training platform, consolidate the basic abilities of specialties for potential posts and strengthen post-related practical skills training to meet the requirements for ability certification.',
tip5_1: 'On-campus practical training bases',
tip5_2: 'On-campus workshops and in-enterprise studios',
tip5_3: 'In-enterprise practical training bases',
tip5_4: 'Digital Economy Lab',
tit6: 'Internship and Employment Opportunities',
desc6: `Zijing Education works to establish platforms focusing on key groups and driving the talent supply chain, form industrial cluster alliances with leading enterprises, make the best of talent demand prediction and vocational skill evaluation; take the market supply and demand ratio and the employment opportunities of related posts as an important basis for the adjustment of the employment structure in the digital industry, enhance communication on the talent supply and demand with enterprises, and improve the employment results of graduates from Zijing College of Digital Economy and Industry.<br />
At present, Zijing Education has established partnerships with more than 20 financial institutions, more than 10 hotels, more than 10 new media organizations, and several general institutions around the world.`,
tip6_1:'Internship and employment recommendation',
tip6_2:'Employment interview skills guiding and simulated interviews',
tip6_3:'Job fairs',
tip6_4:'Employment skills improvement',
tit7:'International Exchanges and Cooperation',
desc7:`Zijing Education keeps strengthening international exchanges by making the best of its characteristics and resource advantages. Focusing on international cooperation in training and education, Zijing Education participates in periodical academic exchanges and promotes international cooperation in scientific research, textbook compilation, and curriculum design. At present, Zijing Education is working with 100+ international partner institutions, 600+ financial institutions/associations/governmental departments/education establishments, offers 547 online courses, has 700+ domestic and foreign teachers, delivered 1,100+ hours of live academic classes, completed 4,900+ class hours of R&D, enrolled 6,000+ degree students and supported 5 million+ student sessions of learning.`,
tip7_1:'International teaching resources for specialties',
tip7_2:'Overseas undergraduate and graduate programs',
tip7_3:'Overseas doctoral programs',
tip7_4:'International digital economy forums'
tip6_1: 'Internship and employment recommendation',
tip6_2: 'Employment interview skills guiding and simulated interviews',
tip6_3: 'Job fairs',
tip6_4: 'Employment skills improvement',
tit7: 'International Exchanges and Cooperation',
desc7: `Zijing Education keeps strengthening international exchanges by making the best of its characteristics and resource advantages. Focusing on international cooperation in training and education, Zijing Education participates in periodical academic exchanges and promotes international cooperation in scientific research, textbook compilation, and curriculum design. At present, Zijing Education is working with 100+ international partner institutions, 600+ financial institutions/associations/governmental departments/education establishments, offers 547 online courses, has 700+ domestic and foreign teachers, delivered 1,100+ hours of live academic classes, completed 4,900+ class hours of R&D, enrolled 6,000+ degree students and supported 5 million+ student sessions of learning.`,
tip7_1: 'International teaching resources for specialties',
tip7_2: 'Overseas undergraduate and graduate programs',
tip7_3: 'Overseas doctoral programs',
tip7_4: 'International digital economy forums'
},
school:{
tit:'Introduction of Production Activities into Higher Education Institutions',
desc:`Zijing Education has developed the concept of "introduction of production activities into higher education institutions" for combining production and education in light of the requirements for working in the digital economy, cultivation of students' comprehensive vocational abilities, and the practical training conditions available in higher education institutions for the digital economy specialty. Product design and research tasks entrusted by enterprises are combined with the teaching activities of integrated curriculum programs. Students are able to participate in real-world activities, such as product R&D, marketing, and operation, which help them master the skills and abilities of various roles and develop necessary key vocational skills and qualities. That is, they start working once they start learning. At present, Zijing Education provides over 1,000 jobs related to digital marketing, digital analysis, digital media, digital finance, digital operation, etc.`,
mechanism:{
tit:'Comprehensive Education Mechanism Featuring Introduction of Production Activities into Higher Education Institution',
item1_tit:'Digital Finance',
school: {
tit: 'Introduction of Production Activities into Higher Education Institutions',
desc: `Zijing Education has developed the concept of "introduction of production activities into higher education institutions" for combining production and education in light of the requirements for working in the digital economy, cultivation of students' comprehensive vocational abilities, and the practical training conditions available in higher education institutions for the digital economy specialty. Product design and research tasks entrusted by enterprises are combined with the teaching activities of integrated curriculum programs. Students are able to participate in real-world activities, such as product R&D, marketing, and operation, which help them master the skills and abilities of various roles and develop necessary key vocational skills and qualities. That is, they start working once they start learning. At present, Zijing Education provides over 1,000 jobs related to digital marketing, digital analysis, digital media, digital finance, digital operation, etc.`,
mechanism: {
tit:
'Comprehensive Education Mechanism Featuring Introduction of Production Activities into Higher Education Institution',
item1_tit: 'Digital Finance',
item1_desc: ['Remote video service (bank)', 'Fintech operation promotion', 'Digital financial analysis', '……'],
item2_tit: 'Business Data Analysis',
item2_desc: ['Data delivery', 'Data operations', 'Data processing', 'Data collection', '……'],
item3_tit: 'Intelligent Management and Digital Operation',
item3_desc: ['User analysis', 'New media user operation', 'Mini-program user operation', 'Community operation', 'Store APP operation', 'Store digital tool operation', '……'],
item3_desc: [
'User analysis',
'New media user operation',
'Mini-program user operation',
'Community operation',
'Store APP operation',
'Store digital tool operation',
'……'
],
item4_tit: 'Brand Management and Digital Marketing',
item4_desc: ['New media operation', 'Short video production', 'Customer data analysis', 'Live steaming marketing', 'Digital marketing planning', '……']
item4_desc: [
'New media operation',
'Short video production',
'Customer data analysis',
'Live steaming marketing',
'Digital marketing planning',
'……'
]
}
},
employment:{
company_tit:'Partners (not an exhaust list)',
cooperation_tit:'For information on internship and employment cooperation',
phone_num:'Tel: 010-62799201 Wang'
employment: {
company_tit: 'Partners (not an exhaust list)',
cooperation_tit: 'For information on internship and employment cooperation',
phone_num: 'Tel: 010-62799201 Wang'
},
degree: {
tit1: 'Select prestigious higher education institutions offering diplomas recognized around the world',
tit2: 'Strict review, formal interviews, and selection of outstanding candidates meeting international standards',
tit3: 'A state-owned enterprise affiliate, a professional reputation, and an international professional team',
tit4: 'The same teachers and curriculum as those for students on campus',
tit5: 'Optimized teaching and learning arrangements adapted to online learning',
tit6: 'Stable learning system with 24/7 global access',
qaList: {
question1: 'Is the university officially recognized? Will I have a formal student status?',
answer1: `All partner institutions of Zijing Education are universities officially recognized by education authorities in their countries and recognized by dozens of international authoritative ranking and educational evaluation organizations such as US NEWS, QS, AACSB, and ACBSP. All students are registered as formal students, which can be checked for a lifetime.`,
question2:
'What is the difference between the degree certificates issued for online learning and those for studying abroad?',
answer2:
'Formal degree certificates are issued and exactly the same as those for studying abroad and have the same form and legal effect. There are no separate degree certificates for online degrees or distance degrees, certificates only recognized internally, special degrees, etc.',
question3: ' How about the form of class, curriculum, and teacher profiles',
answer3:
'Online learning is the primary form in combination with various other learning forms such as offline classes, visits to businesses, workshops, and international study visits. The curriculum system and teachers are completely of the same standard as that for students on campus.',
question4: ' How long does the program last? Will I receive a degree certificate for sure?',
answer4:
'The international online degree programs generally last for 16 to 24 months. A degree certificate will be awarded to you as long as you attend classes on time, finish your homework and earn all the required credits.',
question5:
'Do I have to have a university degree? What if I have a non-full-time undergraduate degree or a junior college diploma?',
answer5:
'Some programs are offered for a few prominent candidates with junior college diplomas. Please consult the admissions consultant for details. The programs are open for candidates with non-full-time undergraduate degrees and undergraduate degrees received after a junior college diploma.',
question6:
'What materials should I submit to apply for an online international degree program at Zijing Education?',
answer6:
'Materials required: undergraduate diploma, undergraduate transcripts (transcripts in Chinese and English), English version of Electronic Record Form of Education Certificate issued by the Ministry of Educations, recommendation letters, and other evidence supporting personal competencies',
question7:
'How long does it take to study every week? May I ask for leave or make up a missed class in case of an emergency?',
answer7:
'You may schedule your time of study based on your needs. Most students take classes 2-3 times a week. Each class lasts for about 2 hours. You may ask for leave, but no make-up class is offered for some open classes, offline classes, and live classes',
question8: 'Can I apply for certification by CSCSE?',
answer8:
'CSCSE does not certify online learning programs without studying abroad according to relevant national policies. Be aware of false representations on CSCSE certification for similar programs to avoid fraud.'
},
teacherList: {
name1: 'Glenn Hartelius',
project1: 'Teacher–CIIS | PhD',
desc1:
'《Editor of Wiley-Blackwell Handbook of Transpersonal Psychology<br/>Editor-in-Chief of International Journal of Transpersonal Studies',
name2: 'Zhong Sijia',
project2: 'Teacher–CIIS | Professor',
desc2:
'Ph.D. (Educational Psychology and Counseling Psychology), University of Oregon, USA<br/>Special Expert in College of Teacher Education of Zhejiang Normal University',
name3: 'Sharon Hundley,Ed.D.',
project3: 'Teacher–CU | Associate Professor',
desc3:
'Early Childhood Chair and Professor, School of Education, Campbellsville University<br/>AMI Certified Childhood Education (3–6)<br/>AMS Certified Supervisor',
name4: '胡晓毅',
project4: '师资-CU | 教授',
desc4: '北京师范大学教育学部教授、硕士生导师<br/>美国堪萨斯大学特殊教育系博士',
name5: 'Ash Soni',
project5: '师资-KELLEY | 教授',
desc5: '印第安纳大学工商管理博士<br/>KELLEY商学院副院长、教授',
name6: '肇越',
project6: '师资-KELLEY | 博士',
desc6:
'清华五道口经济学博士<br/>清华大学五道口金融学院业界导师、经济学家兼研究院院长<br/>香港致富证券有限公司首席',
name7: 'Chris Speicher',
project7: '师资-MARYWOOD | 副教授',
desc7: '天普大学博士副教授',
name8: 'Zhang Enzhong',
project8: 'Teacher–MARYWOOD | Associate Professor',
desc8: 'Ph.D. of Purdue University, USA<br/>Professor and Doctoral Supervisor at Renmin University of China',
name9: 'Andrea Leuenberger',
project9: 'Teacher–SHMS | Program Coordinator',
desc9:
'Experienced in designing studies for hospitality<br/>Held executive positions at Swiss atel The Drake, a luxury hotel in New York, and other luxury hotels in Moscow and Central Asia'
}
},
abroad: {
qaList: {
question1: `Do I have to have a bachelor's degree? Is there any requirement for the major?`,
answer1: `Yes, you must have a bachelor's degree or be an undergraduate. There is no requirement for your major.`,
question2: 'Will low English levels affect future studies?',
answer2:
'Zijing Education offers intensive English courses, and our exam results are recognized by American universities.',
question3: 'Should I apply for a visa by myself? What if my application is turned down?',
answer3:
'You have to apply for a visa in person. Zijing Education will provide necessary consulting and assistance.',
question4: 'What courses do I study in China? Where do I study?',
answer4:
'You may have intensive language courses, early specialty courses, and some other courses in China. The courses are taught online + offline.',
question5: ` What should be heeded when applying for an interview for a recommended master's program?`,
answer5:
'An interview will be conducted in both Chinese and English, including self-introduction and answering of questions raised by professors. The interview is intended to examine your foundation of specialized knowledge, research ability, language proficiency, and other general competencies.',
question6:
' Does COVID affects visa application for studying in the United States? How long does it take from application to admission?',
answer6:
'Currently, China and the United States are completely open for student visas. It takes 60 days from submission of the application to admission in the fastest case, depending on the specific application materials.',
question7: 'What materials are required for application?',
answer7:
'University academic transcripts, TOEFL/IELTS score (not compulsory), diplomas and credentials, letters of recommendation, and other evidence supporting your competencies.',
question8: ' How much are the estimated living expenses during my study in the United States?',
answer8: 'The living expenses in the United States are estimated to be RMB 150,000–200,000 per year.'
},
teacherList: {
name1: 'Tim Gramling',
project1: 'Teacher–CBU | Dean',
desc1:
'Dean of Business School at California Baptist University <br/>Doctor of Law and Public Policy, Northeastern University <br/>Bachelor of Computer Science, Harvard University',
name2: 'Dmytro Holod',
project2: 'Teacher–SBU | Vice Dean',
desc2: 'Associate Dean, Stony Brook University College of Business <br/>Ph.D., University of Kentucky',
name3: 'Danling Jiang',
project3: 'Teacher–SBU | Vice Dean',
desc3: 'Professor of Finance<br/>University College of Business<br/>Doctor of Finance, Ohio State University',
name4: 'Yehia Massoud',
project4: 'Teacher–SIT | Dean',
desc4: 'Professor, Dean of School IEEE Fellow<br/>Ph.D. of Massachusetts Institute of Technology',
name5: 'Kathryn Abel',
project5: '师资-SIT | 副教授',
desc5: '史蒂文斯理工学院博士',
name6: 'Steven Hoffenson',
project6: 'Teacher–SIT I Lecturer',
desc6: 'Ph.D., University of Michigan',
name7: 'Young Shin Kim',
project7: 'Teacher–SBU I Associate Professor',
desc7: 'Associate Professor of Finance, Stony Brook University<br/>Ph.D., Sogang University',
name8: 'Gokhan Torna',
project8: 'Teacher–SBU I Associate Professor',
desc8:
'Associate Professor of Finance, Stony Brook University<br/>Doctor of Finance, University of Kansas School of Business'
}
}
}
export default {
menu: {
about: '关于紫荆',
base:'实践基地',
industrial:'产业学院',
base: '实践基地',
industrial: '产业学院',
degree: '国际学位',
abroad:'留学深造',
story:'校友故事',
notice:'通知公告',
abroad: '留学深造',
story: '校友故事',
notice: '通知公告',
contact: '政府教育合作',
services: '教育服务',
industrialCollege: '数字经济产业学院',
......@@ -21,22 +21,22 @@ export default {
openLesson: '公开课',
contact: '联系我们'
},
baseChild:{
industry:'数字经济产业学院',
laboratory:'数字经济实验室',
career:'数字经济职业技能中心',
economy:'数字经济产业&人才服务平台',
degital:'数字化转型高级研修项目',
example:'落地案例'
baseChild: {
industry: '数字经济产业学院',
laboratory: '数字经济实验室',
career: '数字经济职业技能中心',
economy: '数字经济产业&人才服务平台',
degital: '数字化转型高级研修项目',
example: '落地案例'
},
industrialChild:{
saas:'紫荆E-SAAS平台',
professional:'专业共建&数字化改造',
laboratory:'数字经济实验室',
teach:'教学研发',
school:'引产入校',
employment:'实习就业',
example:'落地案例'
industrialChild: {
saas: '紫荆E-SAAS平台',
professional: '专业共建&数字化改造',
laboratory: '数字经济实验室',
teach: '教学研发',
school: '引产入校',
employment: '实习就业',
example: '落地案例'
},
servicesChild: {
cert: '岗课赛证',
......@@ -70,8 +70,8 @@ export default {
shms: '海外留学SHMS(即将推出)'
},
masterChild: {
sbu:'纽约州立大学石溪分校金融硕士保研项目',
sit:'斯蒂文斯理工学院工程管理硕士保研项目',
sbu: '纽约州立大学石溪分校金融硕士保研项目',
sit: '斯蒂文斯理工学院工程管理硕士保研项目',
msf: '金融硕士MSF',
med: '教育学硕士(儿童)MED',
map: '应用心理学硕士MAP',
......@@ -89,8 +89,8 @@ export default {
edd: '工商管理博士DBA',
studyAbroad: '海外留学2+1(即将推出)',
cbu_online: '工商管理博士DBA',
cbu_online:'加州浸会大学在线工商管理博士项目(DBA)',
cbu_plus:'加州浸会大学全日制工商管理博士项目(DBA)'
cbu_online: '加州浸会大学在线工商管理博士项目(DBA)',
cbu_plus: '加州浸会大学全日制工商管理博士项目(DBA)'
}
},
industrialCollegeChild: {
......@@ -128,6 +128,26 @@ export default {
}
},
home: {
base: {
tit: '数字人才产教融合实践基地',
tit_t1: `数字经济<br />产业学院`,
tit_t2: `数字经济 <br />实验室`,
tit_t3: `数字经济 <br />职业技能中心`,
tit_t4: `数字经济产业& <br />人才服务平台`,
tit_t5: `数字化转型<br/>高级研修项目`,
tit_t6: `落地案例`
},
industrial: {
tit: '数字经济产业学院',
tit_t1: '紫荆E-SAAS<br/>平台',
tit_t2: '专业共建<br/>数字化改造',
tit_t3: '数字经济<br/>实验室',
tit_t4: '教学研发',
tit_t5: '引产入校',
tit_t6: '实习就业',
tit_t7: '落地案例'
},
college: {
title: '数字经济产业学院',
corePower: '核心特色',
......@@ -139,7 +159,7 @@ export default {
data: '商业数据分析实验室'
},
degree: {
title: '国际教育',
title: '国际学位',
tabBtn1: '— 硕士 —',
tabBtn2: '— MBA —',
tabBtn3: 'MBA',
......@@ -159,15 +179,14 @@ export default {
caas: '餐饮管理方向<br/>MBA',
studyAbroadMaster: '国际硕士<br/>保研项目'
},
abroad:{
title:'留学深造',
abroad: {
title: '留学深造',
tabBtn1: '— 硕士 —',
tabBtn2: '— 博士 —',
sbu:'纽约州立大学<br/>石溪分校<br/>金融学硕士<br/>保研项目NSF',
sbu: '纽约州立大学<br/>石溪分校<br/>金融学硕士<br/>保研项目NSF',
sit: '斯蒂文斯理工学院<br/>工程管理硕士<br/>保研项目MEM',
cbu_plus:'加州浸会大学<br/>全日制工商管理<br/>博士项目DBA',
cbu_online:'加州浸会大学<br/>在线工商管理<br/>博士项目DBA'
cbu_plus: '加州浸会大学<br/>全日制工商管理<br/>博士项目DBA',
cbu_online: '加州浸会大学<br/>在线工商管理<br/>博士项目DBA'
},
onlineEdu: {
title: '在线教育解决方案',
......@@ -364,231 +383,375 @@ export default {
// tit6: '引产入校',
// tit7: '专业+创新创业'
},
baseMain:{
tit:'数字经济产教融合实践基地',
desc:'数字经济产教融合实践基地”的建设内涵由“N+3”组成,即N个数字经济产业学院集群;一个数字经济实验室,一个数字职业技能中心;一个数字经济<br />产业与人才公共服务平台。',
item_tit1:'数字经济产业学院',
item_desc1:`1+3+N <br/>打造高水平专业集群`,
item_tit2:'数字经济实验室',
item_desc2:`商业数据分析实验室 <br/>数字营销实验室`,
item_tit3:'数字经济职业技能中心',
item_desc3:`1+X职业等级证书<br/>PRP私人财富风险管理证书<br/>人社部职业证书`,
item_tit4:'数字经济人才公共服务平台',
item_desc4:`6项人才对接服务<br/>打造高质量就业`,
baseMain: {
tit: '数字经济产教融合实践基地',
desc:
'数字经济产教融合实践基地”的建设内涵由“N+3”组成,即N个数字经济产业学院集群;一个数字经济实验室,一个数字职业技能中心;一个数字经济<br />产业与人才公共服务平台。',
item_tit1: '数字经济产业学院',
item_desc1: `1+3+N <br/>打造高水平专业集群`,
item_tit2: '数字经济实验室',
item_desc2: `商业数据分析实验室 <br/>数字营销实验室`,
item_tit3: '数字经济职业技能中心',
item_desc3: `1+X职业等级证书<br/>PRP私人财富风险管理证书<br/>人社部职业证书`,
item_tit4: '数字经济人才公共服务平台',
item_desc4: `6项人才对接服务<br/>打造高质量就业`
},
industry:{
tit:'数字经济产业学院',
desc:'以“政、校、企、行”协同创新为引领,按照“1(政府)+1(清控紫荆)+N(周边高校)”的模式,联合高校实施“六个共同”育人模式,即共同建设高水平专业、共同开发课程、共同打造师资团队、共同设立科研中心、共同开展招生就业、共同“走出去”,打造数字经济相关的现代产业学院。',
tit1:'专注专业内涵建设,全流程实现高质量人才培养闭环',
desc1:'“政、校、企、行”协同创新为引领, “1(政府)+1(清控紫荆)+N(周边高校)”的模式',
provide_tit:'紫荆提供',
provide_list:{
item1:'运营管理',
item2:'专业设计',
item3:'课程研发',
item4:'双师授课',
item5:'教学管理',
item6:'双师打造',
item7:'产教基地',
item8:'实习就业',
item9:'教学成果',
item10:'其他',
industry: {
tit: '数字经济产业学院',
desc:
'以“政、校、企、行”协同创新为引领,按照“1(政府)+1(清控紫荆)+N(周边高校)”的模式,联合高校实施“六个共同”育人模式,即共同建设高水平专业、共同开发课程、共同打造师资团队、共同设立科研中心、共同开展招生就业、共同“走出去”,打造数字经济相关的现代产业学院。',
tit1: '专注专业内涵建设,全流程实现高质量人才培养闭环',
desc1: '“政、校、企、行”协同创新为引领, “1(政府)+1(清控紫荆)+N(周边高校)”的模式',
provide_tit: '紫荆提供',
provide_list: {
item1: '运营管理',
item2: '专业设计',
item3: '课程研发',
item4: '双师授课',
item5: '教学管理',
item6: '双师打造',
item7: '产教基地',
item8: '实习就业',
item9: '教学成果',
item10: '其他'
},
focus_tit:'专注专业内涵建设,“六个共同” 育人',
focus_list:{
item1_tit:'1+3+N',
item1_desc:`1核心:商业数据分析<br/>3基础:数字营销、数字运营、数字会计<br/>N应用:数字金融、数字贸易 、数字能源…`,
item1_tips:'打造高水平专业集群',
item2_tit:'打造高水平专业集群',
item2_desc:'精准对标要求、精准开发课程、<br/>精准开展培养、精准实现就业<br/>立足商业数据分析实验室”“数字营销实验室”“云计算实验室”',
item2_tips:'创新人才培养模式',
item3_tit:'注重双能、引培结合',
item3_desc:'引入产业课程、打造混编教师团队<br/>校企共建“技能大师工坊”群<br/>共建教学指导委员会,引进社会化服务团队带头人',
item3_tips:'打造高水平教学团队',
item4_tit:'紧贴产业、育训结合',
item4_desc:'人才电子档案和能力数字画像<br/>工业级实验软件,还原真实的数字作业场景企<br/>业实践案例,满足多行业技能实验',
item4_tips:'共建校内实训基地',
item5_tit:'对标精品、注重融通',
item5_desc:'校企联合开发产教融合型校本教材<br/>开展“课堂革命”,创新教学方法和课堂教学<br/>建设融通多类型技能竞赛、考证培训、员工培训等课程',
item5_tips:'开发校企合作课程',
item6_tit:'面向产业、反哺产业',
item6_desc:'联合开展课题联合申报<br/>联合开展技术咨询,共同组建技术专家智库<br/>联合开展技术成果转化',
item6_tips:'打造产学研平台',
focus_tit: '专注专业内涵建设,“六个共同” 育人',
focus_list: {
item1_tit: '1+3+N',
item1_desc: `1核心:商业数据分析<br/>3基础:数字营销、数字运营、数字会计<br/>N应用:数字金融、数字贸易 、数字能源…`,
item1_tips: '打造高水平专业集群',
item2_tit: '打造高水平专业集群',
item2_desc:
'精准对标要求、精准开发课程、<br/>精准开展培养、精准实现就业<br/>立足商业数据分析实验室”“数字营销实验室”“云计算实验室”',
item2_tips: '创新人才培养模式',
item3_tit: '注重双能、引培结合',
item3_desc:
'引入产业课程、打造混编教师团队<br/>校企共建“技能大师工坊”群<br/>共建教学指导委员会,引进社会化服务团队带头人',
item3_tips: '打造高水平教学团队',
item4_tit: '紧贴产业、育训结合',
item4_desc:
'人才电子档案和能力数字画像<br/>工业级实验软件,还原真实的数字作业场景企<br/>业实践案例,满足多行业技能实验',
item4_tips: '共建校内实训基地',
item5_tit: '对标精品、注重融通',
item5_desc:
'校企联合开发产教融合型校本教材<br/>开展“课堂革命”,创新教学方法和课堂教学<br/>建设融通多类型技能竞赛、考证培训、员工培训等课程',
item5_tips: '开发校企合作课程',
item6_tit: '面向产业、反哺产业',
item6_desc: '联合开展课题联合申报<br/>联合开展技术咨询,共同组建技术专家智库<br/>联合开展技术成果转化',
item6_tips: '打造产学研平台'
}
},
talent:{
tit:'数字经济人才公共服务平台',
desc:'打造人才和产业对接的“最后一公里”,搭载智慧人才库、人才测评、在线课堂、人才管理、资源共享、项目对接等六项服务,疏解企业人才“选、育、留”难题',
list:{
item1_tit:'数字金融',
item1_subtitle:'高质量就业',
item1_desc:'引入中国中小企业协会,拓展“国际软件外包交付基地”企业资源,提供充足的就业岗位,帮助人才高质量就业。',
item2_tit:'建设数字人才库',
item2_subtitle:'引才',
item2_desc:'通过产业学院、实践基地集聚人才,划分类型、精细入库,打造“一链六类多群”人才储备平台,为企业“引才”。',
item3_tit:'建设线上内训平台',
item3_subtitle:'育才',
item3_desc:'开发线上培训SaaS平台,融合多形态的资源建设“技能字典”,形成泛在学习网络,为企业“育才”。',
item4_tit:'建设“技能码”',
item4_subtitle:'留才',
item4_desc:'采集技能类型、技能等级、学习轨迹等数据生成“技能码”,开展人才需求研究,服务精准招聘,为企业“留才”。'
talent: {
tit: '数字经济人才公共服务平台',
desc:
'打造人才和产业对接的“最后一公里”,搭载智慧人才库、人才测评、在线课堂、人才管理、资源共享、项目对接等六项服务,疏解企业人才“选、育、留”难题',
list: {
item1_tit: '数字金融',
item1_subtitle: '高质量就业',
item1_desc: '引入中国中小企业协会,拓展“国际软件外包交付基地”企业资源,提供充足的就业岗位,帮助人才高质量就业。',
item2_tit: '建设数字人才库',
item2_subtitle: '引才',
item2_desc: '通过产业学院、实践基地集聚人才,划分类型、精细入库,打造“一链六类多群”人才储备平台,为企业“引才”。',
item3_tit: '建设线上内训平台',
item3_subtitle: '育才',
item3_desc: '开发线上培训SaaS平台,融合多形态的资源建设“技能字典”,形成泛在学习网络,为企业“育才”。',
item4_tit: '建设“技能码”',
item4_subtitle: '留才',
item4_desc: '采集技能类型、技能等级、学习轨迹等数据生成“技能码”,开展人才需求研究,服务精准招聘,为企业“留才”。'
}
},
study:{
tit:'数字化转型高级研修项目',
desc:'数字化转型研修项目是由清空紫荆联合国内外院校研发首创的企业家高级研修项目,结合商业管理管理创新与人工智能、大数据、云计算和科学设计,整合国内外“政、产、学、研、用”各界专家力量,以系统性的全景视野解读新时期企业数字化转型之路。',
positive_tit:'项目优势',
positive_desc1:'利用数字化工具实现企业外部市场、资源与内部管理快速触达',
positive_desc2:'实现企业增收、提效、降本的转型升级目的',
positive_desc3:'实战经验和国外学位融为一体',
positive_desc4:'顶层设计、数字化业务与市场支撑、数字化管理与人才体系、数字化底层技术体系四位一体',
positive_desc5:'既洞察数字化转型整体布局,又能深入了解数字化转型核心模块与应用实践。',
map_tit:'数字化转型战略地图',
contact_tit:'马上咨询 <br />数字化转型高级研修项目',
name_placeholer:'您的姓名',
phone_placeholder:'您的手机号',
name1_placeholder:'请输入您的姓名',
phone1_placeholder:'请输入您的手机号',
phone2_placeholder:'请输入正确的手机号',
submit_btn:'立即提交'
study: {
tit: '数字化转型高级研修项目',
desc:
'数字化转型研修项目是由清空紫荆联合国内外院校研发首创的企业家高级研修项目,结合商业管理管理创新与人工智能、大数据、云计算和科学设计,整合国内外“政、产、学、研、用”各界专家力量,以系统性的全景视野解读新时期企业数字化转型之路。',
positive_tit: '项目优势',
positive_desc1: '利用数字化工具实现企业外部市场、资源与内部管理快速触达',
positive_desc2: '实现企业增收、提效、降本的转型升级目的',
positive_desc3: '实战经验和国外学位融为一体',
positive_desc4: '顶层设计、数字化业务与市场支撑、数字化管理与人才体系、数字化底层技术体系四位一体',
positive_desc5: '既洞察数字化转型整体布局,又能深入了解数字化转型核心模块与应用实践。',
map_tit: '数字化转型战略地图',
contact_tit: '马上咨询 <br />数字化转型高级研修项目',
name_placeholer: '您的姓名',
phone_placeholder: '您的手机号',
name1_placeholder: '请输入您的姓名',
name2_placeholder: '请输入您的名字',
phone1_placeholder: '请输入您的手机号',
phone2_placeholder: '请输入正确的手机号',
project_placeholder: '请选择项目',
submit_btn: '立即提交'
},
degital:{
tit1:'专业共建',
desc1:' 依托紫荆教育技术与产业资源优势,协助院校应对行业变革、政策要求和办学新挑战,为院校提供产业化、国际化、数字化专业提升建设支持,优化人才培养方案,提升师资力量,共同开发精品课程资源,促进教学发展,整体提升专业建设水平,助力院校打造专业特色和优势',
tit2:'培养创新数字人才 助推产业建设升级',
tit3:'1+3+N 数字+全行业专业共建模式',
desc3:'以商业数据分析为底层技术,以数字营销、数字运营、数字会计为核心基础专业,同时,基于数字经济典型应用场景,以数字化改造和专业升级为关键,围绕数字金融、数字贸易、数字农业、数字能源等核心行业应用方向,进行“数字+全行业”的专业建设',
tit4:'核心类专业',
desc4:' 在现在这个信息爆炸的时代,每分每秒都在产生大量的数据,数据分析师能够在海量的数据中使企业清晰的了解到目前的现状与竞争环境,并且充分利用数据带来的价值,为企业进行风险评判与决策支持。通过数据分析和展现,呈献给企业决策者的将是一份清晰、准确且有数据支撑的有价值的报告。商业数据分析已成为数字化企业提升竞争力必不可少的岗位。',
tit5:'商业数据分析',
desc5:' 培养学生具备扎实的商业经济与运行管理知识的同时,基于大数据分析平台,通过数理统计等数学思维的培养,掌握数据收集、数据处理、数据分析、数据可视化、预测建模等数据分析核心知识和方法。',
base_profession:{
tit1:'基础类专业',
tit1_t1:'基础类专业',
tit1_d1:'数字化直接完成了业务的在线化,使许多工作都可以交由机器自动完成,从而在最大幅度上降低失误、提升效率。数字化推动了企业运营模式的颠覆式变革。基于网络,企业可以直接与客户建立连接,建立真正以客户为中心的运营模式。基于数字化的运营模式涉及营销、运营管理以及财务三个基础方向。',
tit1_t2:'数字营销',
tit1_t3:'数字运营',
tit1_t4:'数字会计',
tit1_d4_tit1:'强基础+精营用+复合型',
tit1_d4_tit2:'本专业方向面对财务共享服务中心、大数据服务机构、大中小企业、行政事业等单位的数据处理和数据分析岗位、财务机器人应用岗位、会计核算岗位、财务管理岗位、管理会计、产品数字化运营和数字化营销、税务风险控制及商业数据分析等相关岗位,培养理想信念坚定,德、智、体、美、劳等全面发展,具有一定的科学文化水平,良好的人文素养、职业道德和创新意识;熟悉典型的数据分析工具和技巧,具备一定的财务数据分析能力,会计软件操作和维护能力,精核算、通税法、擅理财、长分析的高素质技术层数字化会计人才。',
tit1_d4_tit3:'适应“大智移云物区”时代的信息技术挑战'
degital: {
tit1: '专业共建',
desc1:
' 依托紫荆教育技术与产业资源优势,协助院校应对行业变革、政策要求和办学新挑战,为院校提供产业化、国际化、数字化专业提升建设支持,优化人才培养方案,提升师资力量,共同开发精品课程资源,促进教学发展,整体提升专业建设水平,助力院校打造专业特色和优势',
tit2: '培养创新数字人才 助推产业建设升级',
tit3: '1+3+N 数字+全行业专业共建模式',
desc3:
'以商业数据分析为底层技术,以数字营销、数字运营、数字会计为核心基础专业,同时,基于数字经济典型应用场景,以数字化改造和专业升级为关键,围绕数字金融、数字贸易、数字农业、数字能源等核心行业应用方向,进行“数字+全行业”的专业建设',
tit4: '核心类专业',
desc4:
' 在现在这个信息爆炸的时代,每分每秒都在产生大量的数据,数据分析师能够在海量的数据中使企业清晰的了解到目前的现状与竞争环境,并且充分利用数据带来的价值,为企业进行风险评判与决策支持。通过数据分析和展现,呈献给企业决策者的将是一份清晰、准确且有数据支撑的有价值的报告。商业数据分析已成为数字化企业提升竞争力必不可少的岗位。',
tit5: '商业数据分析',
desc5:
' 培养学生具备扎实的商业经济与运行管理知识的同时,基于大数据分析平台,通过数理统计等数学思维的培养,掌握数据收集、数据处理、数据分析、数据可视化、预测建模等数据分析核心知识和方法。',
base_profession: {
tit1: '基础类专业',
tit1_t1: '基础类专业',
tit1_d1:
'数字化直接完成了业务的在线化,使许多工作都可以交由机器自动完成,从而在最大幅度上降低失误、提升效率。数字化推动了企业运营模式的颠覆式变革。基于网络,企业可以直接与客户建立连接,建立真正以客户为中心的运营模式。基于数字化的运营模式涉及营销、运营管理以及财务三个基础方向。',
tit1_t2: '数字营销',
tit1_t3: '数字运营',
tit1_t4: '数字会计',
tit1_d4_tit1: '强基础+精营用+复合型',
tit1_d4_tit2:
'本专业方向面对财务共享服务中心、大数据服务机构、大中小企业、行政事业等单位的数据处理和数据分析岗位、财务机器人应用岗位、会计核算岗位、财务管理岗位、管理会计、产品数字化运营和数字化营销、税务风险控制及商业数据分析等相关岗位,培养理想信念坚定,德、智、体、美、劳等全面发展,具有一定的科学文化水平,良好的人文素养、职业道德和创新意识;熟悉典型的数据分析工具和技巧,具备一定的财务数据分析能力,会计软件操作和维护能力,精核算、通税法、擅理财、长分析的高素质技术层数字化会计人才。',
tit1_d4_tit3: '适应“大智移云物区”时代的信息技术挑战'
},
apply:{
tit1:'应用类专业',
tit1_d1:'数字化直接完成了业务的在线化,使许多工作都可以交由机器自动完成,从而在最大幅度上降低失误、提升效率。数字化推动了企业运营模式的颠覆式变革。基于网络,企业可以直接与客户建立连接,建立真正以客户为中心的运营模式。基于数字化的运营模式涉及营销、运营管理以及财务三个基础方向。',
tit1_t2:'数字金融',
tit1_d2_tit1:'复合+国际+创新',
tit1_d2_tit2:'聚焦金融科技人才复合型、创新型与国际化,通过学科交叉设置,打造全新课程体系,学生通过学习金融数字化,掌握量化金融、金融风险管理、大数据、机器学习、深度学习等领域技术核心原理方法及应用,深刻理解金融科技应用场景,具备数字化和智能化项目解决架构和实施管理能力,培养企业数字化转型、金融科技应用的中坚力量和具备国际竞争的金融科技应用创新型人才。',
tit1_d2_tit3:'加快数字金融人才培养,打造人才培养“新样板”',
tit1_t3:'数字农业',
tit1_d3_tit1:'数字经济赋能农业',
tit1_d3_tit2:'培养掌握经济和管理领域的基本理论和知识,适应经济、社会发展和农林业数字化建设需要,掌握相关的农林业科学基础知识,了解学科前沿,具备生态可持续发展、农业物联网和人工智能数字化理念,掌握社会经济调查、企业经济管理、技术经济分析和经济核算等方法和技能,具有生态文明意识、“三农”情怀和创新创业精神的“知三农、擅营销、强经营、精管理”的高级应用型农林经济数字化管理人。',
tit1_d3_tit3:'专业交叉融合,“农业物联网+农业大数据+农业信息化”思维塑造打造应用型农业数字化管理人才新范式',
tit1_t4:'数字贸易',
tit1_d4_tit1:'发展型+复合型+创新型',
tit1_d4_tit2:'本专业培养理想信念坚定,德、智、体、美、劳全面发展,具有良好的人文素养、职业道德和创新意识,精益求精的工匠精神,较强的就业能力和可持续发展的能力;掌握本专业基本知识和基本技能,面向批发业、零售业及互联网和相关服务等行业的销售人员、上午咨询服务人员、市场营销专业人员、国际商务专业人员等职业群,能够从事电商运营、产品销售、跨境电商运营、策划创意、外贸业务、商业分析、互联网产品设计等工作,适应产业转型升级和企业技术创新需要的发展型、复合型、创新型的高素质技术技能人才。',
tit1_d4_tit3:'加快数字贸易人才培养,促进企业数字化营销转型',
tit1_t5:'数字能源',
tit1_d5_tit1:'发展型+复合型+创新型',
tit1_d5_tit2:'本专业培养理想信念坚定,德、智、体、美、劳全面发展,具有一定的科学文化水平。良好的人文素养、职业道德和创新意识,精益求精的工匠精神,较强的就业能力和可持续发展的能力,掌握本专业知识和技术技能,面向新能源、机械设备、建筑建材、家具家电、采掘冶炼、环保、人力资源、咨询、骑车零配件等等行业,能够从事工程设计、管理、管网、运营等工作的高素质技术技能人才。',
tit1_d5_tit3:'加快数字能源人才培养,刺进企业数字化转型',
tit1_t6:'数字康养',
tit1_d6_tit1:'发展型+复合型+创新型',
tit1_d6_tit2:'本专业培养理想信念坚定,德、智、体、美、劳全面发展,具有一定的科学文化水平,良好的人文素养、职业道德和创新意识,精益求精的工匠精神,较强的就业能力和可持续发展的能力,以及适应当前数字经济的数据分析能力和数字运营能力,掌握本专业知识、技术技能,面向卫生和社会工作等行业的健康管理师、其他健康服务人员、社会工作者等职业群,能够从事身心康复保健服务、能力评估、机构技术主管等工作的高素质技术技能人才。',
tit1_d6_tit3:'加快数字康养人才培养,促进企业数字化转型',
tit1_t7:'数字供应链',
tit1_d7_tit1:'发展型+复合型+创新型',
tit1_d7_tit2:'本专业培养德智体美劳全面发展,掌握扎实的科学文化基础和市场调研与需求分析、采购与库存管理、生产计划与控制、物流与供应链运营等知识,具备市场预测、数据分析、计划编制、风险控制和应急管理等能力,具有工匠精神和信息素养,能够从事市场调研与客户管理、采购与供应商管理、供应链生产与控制、供应链物流管理、供应链计划与运营等工作的高素质技术技能人才。',
tit1_d7_tit3:'加快数字供应链人才培养,促进企业数字化转型'
apply: {
tit1: '应用类专业',
tit1_d1:
'数字化直接完成了业务的在线化,使许多工作都可以交由机器自动完成,从而在最大幅度上降低失误、提升效率。数字化推动了企业运营模式的颠覆式变革。基于网络,企业可以直接与客户建立连接,建立真正以客户为中心的运营模式。基于数字化的运营模式涉及营销、运营管理以及财务三个基础方向。',
tit1_t2: '数字金融',
tit1_d2_tit1: '复合+国际+创新',
tit1_d2_tit2:
'聚焦金融科技人才复合型、创新型与国际化,通过学科交叉设置,打造全新课程体系,学生通过学习金融数字化,掌握量化金融、金融风险管理、大数据、机器学习、深度学习等领域技术核心原理方法及应用,深刻理解金融科技应用场景,具备数字化和智能化项目解决架构和实施管理能力,培养企业数字化转型、金融科技应用的中坚力量和具备国际竞争的金融科技应用创新型人才。',
tit1_d2_tit3: '加快数字金融人才培养,打造人才培养“新样板”',
tit1_t3: '数字农业',
tit1_d3_tit1: '数字经济赋能农业',
tit1_d3_tit2:
'培养掌握经济和管理领域的基本理论和知识,适应经济、社会发展和农林业数字化建设需要,掌握相关的农林业科学基础知识,了解学科前沿,具备生态可持续发展、农业物联网和人工智能数字化理念,掌握社会经济调查、企业经济管理、技术经济分析和经济核算等方法和技能,具有生态文明意识、“三农”情怀和创新创业精神的“知三农、擅营销、强经营、精管理”的高级应用型农林经济数字化管理人。',
tit1_d3_tit3: '专业交叉融合,“农业物联网+农业大数据+农业信息化”思维塑造打造应用型农业数字化管理人才新范式',
tit1_t4: '数字贸易',
tit1_d4_tit1: '发展型+复合型+创新型',
tit1_d4_tit2:
'本专业培养理想信念坚定,德、智、体、美、劳全面发展,具有良好的人文素养、职业道德和创新意识,精益求精的工匠精神,较强的就业能力和可持续发展的能力;掌握本专业基本知识和基本技能,面向批发业、零售业及互联网和相关服务等行业的销售人员、上午咨询服务人员、市场营销专业人员、国际商务专业人员等职业群,能够从事电商运营、产品销售、跨境电商运营、策划创意、外贸业务、商业分析、互联网产品设计等工作,适应产业转型升级和企业技术创新需要的发展型、复合型、创新型的高素质技术技能人才。',
tit1_d4_tit3: '加快数字贸易人才培养,促进企业数字化营销转型',
tit1_t5: '数字能源',
tit1_d5_tit1: '发展型+复合型+创新型',
tit1_d5_tit2:
'本专业培养理想信念坚定,德、智、体、美、劳全面发展,具有一定的科学文化水平。良好的人文素养、职业道德和创新意识,精益求精的工匠精神,较强的就业能力和可持续发展的能力,掌握本专业知识和技术技能,面向新能源、机械设备、建筑建材、家具家电、采掘冶炼、环保、人力资源、咨询、骑车零配件等等行业,能够从事工程设计、管理、管网、运营等工作的高素质技术技能人才。',
tit1_d5_tit3: '加快数字能源人才培养,刺进企业数字化转型',
tit1_t6: '数字康养',
tit1_d6_tit1: '发展型+复合型+创新型',
tit1_d6_tit2:
'本专业培养理想信念坚定,德、智、体、美、劳全面发展,具有一定的科学文化水平,良好的人文素养、职业道德和创新意识,精益求精的工匠精神,较强的就业能力和可持续发展的能力,以及适应当前数字经济的数据分析能力和数字运营能力,掌握本专业知识、技术技能,面向卫生和社会工作等行业的健康管理师、其他健康服务人员、社会工作者等职业群,能够从事身心康复保健服务、能力评估、机构技术主管等工作的高素质技术技能人才。',
tit1_d6_tit3: '加快数字康养人才培养,促进企业数字化转型',
tit1_t7: '数字供应链',
tit1_d7_tit1: '发展型+复合型+创新型',
tit1_d7_tit2:
'本专业培养德智体美劳全面发展,掌握扎实的科学文化基础和市场调研与需求分析、采购与库存管理、生产计划与控制、物流与供应链运营等知识,具备市场预测、数据分析、计划编制、风险控制和应急管理等能力,具有工匠精神和信息素养,能够从事市场调研与客户管理、采购与供应商管理、供应链生产与控制、供应链物流管理、供应链计划与运营等工作的高素质技术技能人才。',
tit1_d7_tit3: '加快数字供应链人才培养,促进企业数字化转型'
}
},
laboratory:{
tit:'数字经济实验室',
desc:' 清控紫荆教育依据数字人才能力模型中数据分析和数字营销两大核心能力,研发推出了工业级数字经济实验室,实验室以公有云+私有云的混合云架构提供的基础资源服务为支撑,融合商业数据分析和数字营销实训的平台服务能力,整合多个行业的数据集和案例集,依托e-SaaS的教学服务资源向应用层和用户层提供教学实训、企业数据分析与营销、科研交流、运维支撑和可视化等教学服务。',
tit2:'“产、学、研、培、创”五位一体数字经济实验室',
tab1_tit:'商业数据分析实验室',
tab2_tit:'数字营销实验室',
btn1:'了解详情',
btn2:'点击登录'
laboratory: {
tit: '数字经济实验室',
desc:
' 清控紫荆教育依据数字人才能力模型中数据分析和数字营销两大核心能力,研发推出了工业级数字经济实验室,实验室以公有云+私有云的混合云架构提供的基础资源服务为支撑,融合商业数据分析和数字营销实训的平台服务能力,整合多个行业的数据集和案例集,依托e-SaaS的教学服务资源向应用层和用户层提供教学实训、企业数据分析与营销、科研交流、运维支撑和可视化等教学服务。',
tit2: '“产、学、研、培、创”五位一体数字经济实验室',
tab1_tit: '商业数据分析实验室',
tab2_tit: '数字营销实验室',
btn1: '了解详情',
btn2: '点击登录'
},
skill:{
tit:'数字经济职业技能中心',
desc:'先引入、后开发,形成官方评价+行业评价+企业评价三层级的认证体系',
item1_tit:'引入官方认证体系',
skill: {
tit: '数字经济职业技能中心',
desc: '先引入、后开发,形成官方评价+行业评价+企业评价三层级的认证体系',
item1_tit: '引入官方认证体系',
item1_desc: ` 引入工信部“互联网营销师”“商业数据分析师”(已授权清控紫荆)等证书,面向企业职工进行认证; <br/>
引入教育部金融产品数字化营销(评价组织:清控紫荆)及其他“1+X”证书,为高校学生提供认证服务。`,
item2_tit: '引入社会认证体系',
item2_desc: '引入“第三方评价组织”中的成熟项目,培养与区域产业高适配度的人才。',
item3_tit: '自主开发认证体系',
item3_desc: '以“产教融合实训基地”为主体,向人社部门(国家、省级、市级三级)申报第三方评价组织,联合龙头企业开发新职业,报请人社部审批、发布。',
item4_tit:'1+X金融产品数字化营销职业技能等级证书',
item3_desc:
'以“产教融合实训基地”为主体,向人社部门(国家、省级、市级三级)申报第三方评价组织,联合龙头企业开发新职业,报请人社部审批、发布。',
item4_tit: '1+X金融产品数字化营销职业技能等级证书',
item5_tit: '人社部职业证书',
item6_tit:'私人财富风险管理顾问',
item_btn:'点击进入'
item6_tit: '私人财富风险管理顾问',
item_btn: '点击进入'
},
teach:{
tit1:'课程教学资源建设',
desc1:'根据紫荆教育“数字+专业”、“数字+行业”模块化体系升级改造原有的学科知识逻辑体系框架。将社会岗位所需人才必备的能力及知识素养,详细地划归到不同专业所具备的能力,以此为基础构建模块进行教学。',
tip1_1:'专业(群)共享资源课程资源',
tip1_2:'专业(群)优质数字化教学资源',
tip1_3:'国家级教学资源库',
tit2:'教师教学创新团队培养',
desc2:`以“双师型、结构化”为主旨,打造教师研修与顶岗实践基地,开展认证讲师培训,培养一批高水平、具备实战经验的“双师型”教师。培育专业群带头人、专业(团队)带头人和专业骨干。加强进修学习、学术交流与合作,提升专业群教师的教学能力和实践水平。
teach: {
tit1: '课程教学资源建设',
desc1:
'根据紫荆教育“数字+专业”、“数字+行业”模块化体系升级改造原有的学科知识逻辑体系框架。将社会岗位所需人才必备的能力及知识素养,详细地划归到不同专业所具备的能力,以此为基础构建模块进行教学。',
tip1_1: '专业(群)共享资源课程资源',
tip1_2: '专业(群)优质数字化教学资源',
tip1_3: '国家级教学资源库',
tit2: '教师教学创新团队培养',
desc2: `以“双师型、结构化”为主旨,打造教师研修与顶岗实践基地,开展认证讲师培训,培养一批高水平、具备实战经验的“双师型”教师。培育专业群带头人、专业(团队)带头人和专业骨干。加强进修学习、学术交流与合作,提升专业群教师的教学能力和实践水平。
<br />目前紫荆教育具有50+课程研发人员,700+校企联合师资团队,已完成4900+总研发课时,20+教学成果。`,
tip2_1:'引聘企业带头人、行业师资',
tip2_2:'企业顶岗、教师企业实践流动站',
tip2_3:'校企师资双向流动',
tip2_4:'双师赋能',
tit3:'教材与教法改革',
desc3:'基于数字经济课程体系,采用双导师“学生-学徒、导师-师傅、产业-教学”线上线下授课,实现“技能训练+素质养成+人格塑造”全方位育人目标,推动课程革命。已出版“1+X金融产品数字化营销职业技能等级证书”初中高级配套教材,共100余万字,编写在线题库2000+题目,录制500+小时直播视频。',
tip3_1:'特色教材共创',
tip3_2:'教学方案改革',
tip3_3:'教学数字化改革',
tit4:'教材和教法相对应',
desc4:'基于SaaS平台、商业数据分析实验室、数字营销实验室、数字运营实验室、引产入校中心',
tit5:'实训实践基地建设',
desc5:'建立基于专业群的就业实习实训基地。围绕数字+行业产业链,构建数字人才培养的实习实训基地。重点打造两大就业实训实习平台(校内共享型平台和产教融合型实训平台)。夯实专业岗位基础能力,强化基于能力证书的岗位技能实训。',
tip5_1:'校内实训基地',
tip5_2:'校中厂、企业工作室',
tip5_3:'企业实训基地',
tip5_4:'数字经济实验室',
tit6:'高质量实习就业',
desc6:`建立聚焦关键人群和拉动人才供应链的平台,与头部企业组成产业集群联盟,发挥人才需求预测和职业能力评价作用,把市场供求比例、关联岗位就业质量作为数字产业就业结构调整的重要依据,做好与企业人才供求对接,提高产业学院毕业生的就业质量。<br />
tip2_1: '引聘企业带头人、行业师资',
tip2_2: '企业顶岗、教师企业实践流动站',
tip2_3: '校企师资双向流动',
tip2_4: '双师赋能',
tit3: '教材与教法改革',
desc3:
'基于数字经济课程体系,采用双导师“学生-学徒、导师-师傅、产业-教学”线上线下授课,实现“技能训练+素质养成+人格塑造”全方位育人目标,推动课程革命。已出版“1+X金融产品数字化营销职业技能等级证书”初中高级配套教材,共100余万字,编写在线题库2000+题目,录制500+小时直播视频。',
tip3_1: '特色教材共创',
tip3_2: '教学方案改革',
tip3_3: '教学数字化改革',
tit4: '教材和教法相对应',
desc4: '基于SaaS平台、商业数据分析实验室、数字营销实验室、数字运营实验室、引产入校中心',
tit5: '实训实践基地建设',
desc5:
'建立基于专业群的就业实习实训基地。围绕数字+行业产业链,构建数字人才培养的实习实训基地。重点打造两大就业实训实习平台(校内共享型平台和产教融合型实训平台)。夯实专业岗位基础能力,强化基于能力证书的岗位技能实训。',
tip5_1: '校内实训基地',
tip5_2: '校中厂、企业工作室',
tip5_3: '企业实训基地',
tip5_4: '数字经济实验室',
tit6: '高质量实习就业',
desc6: `建立聚焦关键人群和拉动人才供应链的平台,与头部企业组成产业集群联盟,发挥人才需求预测和职业能力评价作用,把市场供求比例、关联岗位就业质量作为数字产业就业结构调整的重要依据,做好与企业人才供求对接,提高产业学院毕业生的就业质量。<br />
目前紫荆教育全球合作的金融类机构有20余家,酒店类机构10余家,新媒体运营机构10余家以及数家综合类机构。`,
tip6_1:'顶岗实习、就业推荐',
tip6_2:'企业面试技巧指导、模拟面试',
tip6_3:'就业双选会',
tip6_4:'就业技能提升',
tit7:'国际交流合作',
desc7:`充分发扬自身特色和发挥资源优势,加强国际交流。着重加强国际间学生人才培养方面的合作,定期开展学术交流,推动国际间科研、教材编写以及课程设计等方面的合作。
tip6_1: '顶岗实习、就业推荐',
tip6_2: '企业面试技巧指导、模拟面试',
tip6_3: '就业双选会',
tip6_4: '就业技能提升',
tit7: '国际交流合作',
desc7: `充分发扬自身特色和发挥资源优势,加强国际交流。着重加强国际间学生人才培养方面的合作,定期开展学术交流,推动国际间科研、教材编写以及课程设计等方面的合作。
紫荆教育目前具有100+国际合作院校、547门线上课程、600+金融机构/协会/政府/学校合作单位、700+国内外师资、1100+小时学术直播课、4900+总研发课时、6000+学位学员以及500万+人次学习。`,
tip7_1:'引进国际化专业教学资源',
tip7_2:'国际本科、硕士留学合作',
tip7_3:'国际博士留学合作',
tip7_4:'国际数字经济论坛'
tip7_1: '引进国际化专业教学资源',
tip7_2: '国际本科、硕士留学合作',
tip7_3: '国际博士留学合作',
tip7_4: '国际数字经济论坛'
},
school:{
tit:'引产入校',
desc:`紫荆教育针对数字经济岗位要求,以培养学生综合职业能力为导向,结合学校数字经济专业实训条件,
school: {
tit: '引产入校',
desc: `紫荆教育针对数字经济岗位要求,以培养学生综合职业能力为导向,结合学校数字经济专业实训条件,
提出“引产入校、以产促教”的工学结合一体化人才培养思路。引进企业产品设计研发任务,将一体化课程项目教学与实际产品设计研发相结合,安排学生参与产品设计研发、市场推广运营等环节,使学生掌握各种岗位的技能与能力,形成必备的职业核心技能和素养,从而实现入学即上岗的产教融合教学模式。目前紫荆教育提供与数字营销、数字分析、数字媒体、数字金融、数字运营等专业相关的超1000个岗位。`,
mechanism:{
tit:'引产入校综合育人机制',
item1_tit:'数字金融',
mechanism: {
tit: '引产入校综合育人机制',
item1_tit: '数字金融',
item1_desc: ['远程视频服务岗(银行)', '金融科技运营推广岗', '数字金融分析', '……'],
item2_tit: '商业数据分析',
item2_desc: ['数据触达', '数据运营', '数据加工', '数据收集', '……'],
item3_tit: '智能管理与数字运营',
item3_desc: ['用户分析', '新媒体用户运营', '小程序用户运营', '社群运营', '门店APP运营', '门店数字化工具运营', '……'],
item3_desc: [
'用户分析',
'新媒体用户运营',
'小程序用户运营',
'社群运营',
'门店APP运营',
'门店数字化工具运营',
'……'
],
item4_tit: '品牌管理与数字化营销',
item4_desc: ['新媒体运营', '短视频制作', '客户数据分析', '直播带货', '数字营销策划', '……']
}
},
employment:{
company_tit:'部分合作企业',
cooperation_tit:'实习就业咨询合作',
phone_num:'联系电话:010-62799201&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 王老师'
employment: {
company_tit: '部分合作企业',
cooperation_tit: '实习就业咨询合作',
phone_num: '联系电话:010-62799201&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 王老师'
},
degree: {
tit1: '优选国际正规院校、学位受到全球普遍承认',
tit2: '严格审核,正规面试, 以国际标准选拔优秀人才',
tit3: '国企背景、专业口碑 国际化专业运营团队',
tit4: '与在校生一样的授课老师,一样的专业课程体系',
tit5: '针对在线学习特点的教学优化和授课安排',
tit6: '稳定的学习系统,365天X24小时全球登录',
qaList: {
question1: '学校是否正规?学籍是否正规?',
answer1:
'紫荆教育所有合作院校均为各国官方教育机构认证的合规大学,受到US.NEWS,QS,AACSB,ACBSP等数十个国际权威评级和教育评价组织认可。所有学生均注册正规学籍,终身可查。',
question2: '在线学习颁发的学位证与出国留学颁发的证书有何不同?',
answer2:
'颁发正规学位,与留学生完全一样,且具有相同的形式和法律效力。不存在在线学位、远程学位、校证、特殊学位等说法。',
question3: '关于上课形式,课程体系,老师水平',
answer3:
'以网络授课为主。配合线下课,企业参访,工作坊,国际访学等多种授课形式。课程体系与授课老师完全按照在校生标准配置。',
question4: '学制多久?能否确保拿到学位证书?',
answer4:
'国际在线学位项目的学制一般为16—24个月不等。只要按时上课,完成作业并修满规定学分就可获得所修项目的学位证书。',
question5: '必须要本科吗?非统招本科学历是否可以,大专学历能上吗?',
answer5: '部分项目针对大专学历少量择优录取,详情请咨询招生顾问老师。非统招,专升本都可以上。',
question6: '申请紫荆教育在线国际学位项目需要提交哪些材料?',
answer6:
'需提交:本科学历证书、本科阶段(中、英文双语版成绩单)、英文版《教育部学历证书电子注册备案表》、及推荐信等个人能力证明文件。',
question7: '每周要花多久用于学习?遇到急事可以请假或者补课吗?',
answer7:
'学习时长因人而异,大部分学员保持在每周上2-3次课。每次2个小时左右。可以请假,但部分公开课,线下课及直播课无法补课。',
question8: '可以做中留服认证吗?',
answer8:
'因国家政策规定,不出国的在线学习项目都不能申请中留服认证。对于市场上承诺可以做中留服的项目请注意鉴别,避免受骗。'
},
teacherList: {
name1: 'Glenn Hartelius',
project1: '师资-CIIS | 博士',
desc1: '《国际整合与后人本主义心理学专业手册》编纂人<br/>《国际整合与后人本主义心理学》专业学术期刊主编',
name2: '钟思嘉',
project2: '师资-CIIS | 教授',
desc2: '美国俄勒冈大学哲学博士(教育心理学与咨询心理学)<br/>现任浙江师范大学教师教育学院特聘专家',
name3: 'Sharon Hundley,Ed.D.',
project3: '师资-CU | 副教授',
desc3: '康博斯威尔大学教育学院早期儿童教育项目主任<br/>AMI认证3-6岁主教<br/>AMS授证导师',
name4: '胡晓毅',
project4: '师资-CU | 教授',
desc4: '北京师范大学教育学部教授、硕士生导师<br/>美国堪萨斯大学特殊教育系博士',
name5: 'Ash Soni',
project5: '师资-KELLEY | 教授',
desc5: '印第安纳大学工商管理博士<br/>KELLEY商学院副院长、教授',
name6: '肇越',
project6: '师资-KELLEY | 博士',
desc6:
'清华五道口经济学博士<br/>清华大学五道口金融学院业界导师、经济学家兼研究院院长<br/>香港致富证券有限公司首席',
name7: 'Chris Speicher',
project7: '师资-MARYWOOD | 副教授',
desc7: '天普大学博士副教授',
name8: '张恩忠',
project8: '师资-MARYWOOD | 副教授',
desc8: '美国普渡大学博士<br/>中国人民大学教授、博士生导师',
name9: 'Andrea Leuenberger',
project9: '师资-SHMS | 项目主管',
desc9:
'擅长于牧学领域的学习设计<br/>曾在纽约奢华酒店Swiss atel The Drake和莫斯科、中亚地区等多家奢华酒店担任运营总监和高管'
}
},
abroad: {
qaList: {
question1: '请问必须有本科学历吗?对专业有没有要求?',
answer1: '是的,申请者必须要求本科学历或本科在读。但是对专业没有限制。',
question2: '英语基础不好会影响学习吗?',
answer2: '紫荆教育提供了英语强化课程,课程测试结果得到美国大学的官方认可。',
question3: '签证是自己办理吗?拒签了怎么办?',
answer3: '签证需要学生面签。紫荆教育会提供相应的办理辅导和协助。',
question4: '国内学习什么课程?在哪上课?',
answer4: '国内开设的是语言强化课、专业先修课、及少量学分课。采用线上授课+线下集中授课的方式。',
question5: '硕士保研项目申请面试要注意什么?',
answer5:
'面试为中英文方式 ,包括自我介绍以及教授提问等环节。面试将考察专业基础,研究能力,语言表达能力以及其他综合能力。',
question6: '疫情对赴美留学签证有影响吗?从申请到入学需要多久?',
answer6: '目前中美双方对学生签证已全面开放,提交资料到入学视材料情况最快60天。',
question7: '申请报名要什么材料?',
answer7: '大学成绩单,托福或雅思成绩(非必需),学历证明文件,推荐信等其它能力证明文件。',
question8: '在美国留学期间的住宿费和生活费大概预估是多少钱?',
answer8: '留美一年住宿费和生活费预计15-20W人民币。'
},
teacherList: {
name1: 'Tim Gramling',
project1: '师资-CBU | 院长',
desc1: '加州浸会大学商学院院长 <br/>美国东北大学法律与公共政策博士 <br/>哈佛大学计算机科学学士',
name2: 'Dmytro Holod',
project2: '师资-SBU | 副院长',
desc2: '石溪大学商学院副院长 <br/>肯塔基大学博士',
name3: 'Danling Jiang',
project3: '师资-SBU | 副院长',
desc3: '石溪大学商学院金融学教授<br/>俄亥俄州立大学金融学博士',
name4: 'Yehia Massoud',
project4: '师资-SIT | 院长',
desc4: '教授、学院院长<br/>IEEE电气与电子工程师协会院士<br/>麻省理工学院博士',
name5: 'Kathryn Abel',
project5: '师资-SIT | 副教授',
desc5: '史蒂文斯理工学院博士',
name6: 'Steven Hoffenson',
project6: '师资-SIT | 讲师',
desc6: '密歇根大学博士',
name7: 'Young Shin Kim',
project7: '师资-SBU | 副教授',
desc7: '石溪大学金融副教授<br/>Sogang大学博士',
name8: 'Gokhan Torna',
project8: '师资-SBU | 副教授',
desc8: '石溪大学金融副教授<br/>堪萨斯大学商学院金融学博士'
}
}
}
......@@ -14,9 +14,15 @@
</div>
<FormSubmit id="form" ref="formSubmit"></FormSubmit>
<div class="w1200">
<ProjectCard title="热门专业" :list="projectList"></ProjectCard>
<ProjectCard :title="isEn ? 'Popular Programs' : '热门专业'" :list="projectList"></ProjectCard>
<div class="why">
<h1 class="why-title">为什么选择紫荆的国际免联考在线学位课程?</h1>
<h1 class="why-title">
{{
isEn
? `Why should I choose Zijing's online international degree programs requiring no joint exams?`
: '为什么选择紫荆的国际免联考在线学位课程?'
}}
</h1>
<div class="why-list">
<div class="why-item" v-for="(item, index) in whyList" :key="index">
<img :src="item.icon" class="why-item__icon" />
......@@ -25,7 +31,7 @@
</div>
</div>
</div>
<app-card title="申请流程" style="margin-top:68px">
<app-card :title="isEn ? 'Application' : '申请流程'" style="margin-top:68px">
<div class="process">
<img src="https://webapp-pub.ezijing.com/www/pc/internationalDegree/process.png" />
</div>
......@@ -38,7 +44,7 @@
</li>
</ul>
</app-card> -->
<app-card title="报考指南" style="margin-top: 74px;">
<app-card :title="isEn ? 'Application Guide' : '报考指南'" style="margin-top: 74px;">
<ul class="qa-list2">
<li v-for="(item, index) in qaList2" :key="index">
<h2>Q:{{ item.question }}</h2>
......@@ -46,9 +52,9 @@
</li>
</ul>
</app-card>
<alumni-stories />
<alumni-stories style="margin-top: 96px" />
<NewsCard baseUrl="/internationalDegree/news" :params="newsParams"></NewsCard>
<NewsCard style="margin-top: 96px" baseUrl="/internationalDegree/news" :params="newsParams"></NewsCard>
<TeacherCard :list="teacherList" style="margin-top: 96px"></TeacherCard>
</div>
<FormSubmit></FormSubmit>
......@@ -85,6 +91,7 @@ export default {
components: { AppCard, ProjectCard, NewsCard, TeacherCard, FormSubmit, alumniStories },
data() {
return {
isEn: false,
listData: [
{ web_img_uri: 'https://webapp-pub.ezijing.com/www/pc/internationalDegree/banner1.jpg' },
{ web_img_uri: 'https://webapp-pub.ezijing.com/www/pc/internationalDegree/banner2.jpg' },
......@@ -107,32 +114,32 @@ export default {
{
icon: 'https://webapp-pub.ezijing.com/www/pc/internationalDegree/icon_why_01.png',
hoverIcon: 'https://webapp-pub.ezijing.com/www/pc/internationalDegree/icon_why_01_hover.png',
desc: '优选国际正规院校、学位受到全球普遍承认'
desc: this.$t('degree.tit1')
},
{
icon: 'https://webapp-pub.ezijing.com/www/pc/internationalDegree/icon_why_02.png',
hoverIcon: 'https://webapp-pub.ezijing.com/www/pc/internationalDegree/icon_why_02_hover.png',
desc: '严格审核,正规面试, 以国际标准选拔优秀人才'
desc: this.$t('degree.tit2')
},
{
icon: 'https://webapp-pub.ezijing.com/www/pc/internationalDegree/icon_why_03.png',
hoverIcon: 'https://webapp-pub.ezijing.com/www/pc/internationalDegree/icon_why_03_hover.png',
desc: '国企背景、专业口碑 国际化专业运营团队'
desc: this.$t('degree.tit3')
},
{
icon: 'https://webapp-pub.ezijing.com/www/pc/internationalDegree/icon_why_04.png',
hoverIcon: 'https://webapp-pub.ezijing.com/www/pc/internationalDegree/icon_why_04_hover.png',
desc: '与在校生一样的授课老师,一样的专业课程体系'
desc: this.$t('degree.tit4')
},
{
icon: 'https://webapp-pub.ezijing.com/www/pc/internationalDegree/icon_why_05.png',
hoverIcon: 'https://webapp-pub.ezijing.com/www/pc/internationalDegree/icon_why_05_hover.png',
desc: '针对在线学习特点的教学优化和授课安排'
desc: this.$t('degree.tit5')
},
{
icon: 'https://webapp-pub.ezijing.com/www/pc/internationalDegree/icon_why_06.png',
hoverIcon: 'https://webapp-pub.ezijing.com/www/pc/internationalDegree/icon_why_06_hover.png',
desc: '稳定的学习系统,365天X24小时全球登录'
desc: this.$t('degree.tit6')
}
],
// 热门专业
......@@ -188,105 +195,97 @@ export default {
teacherList: [
{
imgUrl: 'https://webapp-pub.ezijing.com/www/pc/internationalDegree/yxsz_01.jpg',
name: 'Glenn Hartelius',
project: '师资-CIIS | 博士',
title: '博士',
desc: '《国际整合与后人本主义心理学专业手册》编纂人<br/>《国际整合与后人本主义心理学》专业学术期刊主编'
name: this.$t('degree.teacherList.name1'),
project: this.$t('degree.teacherList.project1'),
desc: this.$t('degree.teacherList.desc1')
},
{
imgUrl: 'https://webapp-pub.ezijing.com/www/pc/internationalDegree/yxsz_02.jpg',
name: '钟思嘉',
project: '师资-CIIS | 教授',
title: '教授',
desc: '美国俄勒冈大学哲学博士(教育心理学与咨询心理学)<br/>现任浙江师范大学教师教育学院特聘专家'
name: this.$t('degree.teacherList.name2'),
project: this.$t('degree.teacherList.project2'),
desc: this.$t('degree.teacherList.desc2')
},
{
imgUrl: 'https://webapp-pub.ezijing.com/www/pc/internationalDegree/yxsz_03.jpg',
name: 'Sharon Hundley,Ed.D.',
project: '师资-CU | 副教授',
desc: '康博斯威尔大学教育学院早期儿童教育项目主任<br/>AMI认证3-6岁主教<br/>AMS授证导师'
name: this.$t('degree.teacherList.name3'),
project: this.$t('degree.teacherList.project3'),
desc: this.$t('degree.teacherList.desc3')
},
{
imgUrl: 'https://webapp-pub.ezijing.com/www/pc/internationalDegree/yxsz_04.jpg',
name: '胡晓毅',
project: '师资-CU | 教授',
desc: '北京师范大学教育学部教授、硕士生导师<br/>美国堪萨斯大学特殊教育系博士'
name: this.$t('degree.teacherList.name4'),
project: this.$t('degree.teacherList.project4'),
desc: this.$t('degree.teacherList.desc4')
},
{
imgUrl: 'https://webapp-pub.ezijing.com/www/pc/internationalDegree/yxsz_05.jpg',
name: 'Ash Soni',
project: '师资-KELLEY | 教授',
desc: '印第安纳大学工商管理博士<br/>KELLEY商学院副院长、教授'
name: this.$t('degree.teacherList.name5'),
project: this.$t('degree.teacherList.project5'),
desc: this.$t('degree.teacherList.desc5')
},
{
imgUrl: 'https://webapp-pub.ezijing.com/www/pc/internationalDegree/yxsz_06.jpg',
name: '肇越',
project: '师资-KELLEY | 博士',
desc:
'清华五道口经济学博士<br/>清华大学五道口金融学院业界导师、经济学家兼研究院院长<br/>香港致富证券有限公司首席'
name: this.$t('degree.teacherList.name6'),
project: this.$t('degree.teacherList.project6'),
desc: this.$t('degree.teacherList.desc6')
},
{
imgUrl: 'https://webapp-pub.ezijing.com/www/pc/internationalDegree/yxsz_07.jpg',
name: 'Chris Speicher',
project: '师资-MARYWOOD | 副教授',
desc: '天普大学博士副教授'
name: this.$t('degree.teacherList.name7'),
project: this.$t('degree.teacherList.project7'),
desc: this.$t('degree.teacherList.desc7')
},
{
imgUrl: 'https://webapp-pub.ezijing.com/www/pc/internationalDegree/yxsz_08.jpg',
name: '张恩忠',
project: '师资-MARYWOOD | 副教授',
desc: '美国普渡大学博士<br/>中国人民大学教授、博士生导师'
name: this.$t('degree.teacherList.name8'),
project: this.$t('degree.teacherList.project8'),
desc: this.$t('degree.teacherList.desc8')
},
{
imgUrl: 'https://webapp-pub.ezijing.com/www/pc/internationalDegree/yxsz_09.jpg',
name: 'Andrea Leuenberger',
project: '师资-SHMS | 项目主管',
desc:
'擅长于牧学领域的学习设计<br/>曾在纽约奢华酒店Swiss atel The Drake和莫斯科、中亚地区等多家奢华酒店担任运营总监和高管'
name: this.$t('degree.teacherList.name9'),
project: this.$t('degree.teacherList.project9'),
desc: this.$t('degree.teacherList.desc9')
}
],
qaList2: [
{
question: '学校是否正规?学籍是否正规?',
answer:
'紫荆教育所有合作院校均为各国官方教育机构认证的合规大学,受到US.NEWS,QS,AACSB,ACBSP等数十个国际权威评级和教育评价组织认可。所有学生均注册正规学籍,终身可查。'
question: this.$t('degree.qaList.question1'),
answer: this.$t('degree.qaList.answer1')
},
{
question: '在线学习颁发的学位证与出国留学颁发的证书有何不同?',
answer:
'颁发正规学位,与留学生完全一样,且具有相同的形式和法律效力。不存在在线学位、远程学位、校证、特殊学位等说法。'
question: this.$t('degree.qaList.question2'),
answer: this.$t('degree.qaList.answer2')
},
{
question: '关于上课形式,课程体系,老师水平',
answer:
'以网络授课为主。配合线下课,企业参访,工作坊,国际访学等多种授课形式。课程体系与授课老师完全按照在校生标准配置。'
question: this.$t('degree.qaList.question3'),
answer: this.$t('degree.qaList.answer3')
},
{
question: '学制多久?能否确保拿到学位证书?',
answer:
'国际在线学位项目的学制一般为16—24个月不等。只要按时上课,完成作业并修满规定学分就可获得所修项目的学位证书。'
question: this.$t('degree.qaList.question4'),
answer: this.$t('degree.qaList.answer4')
},
{
question: '必须要本科吗?非统招本科学历是否可以,大专学历能上吗?',
answer: '部分项目针对大专学历少量择优录取,详情请咨询招生顾问老师。非统招,专升本都可以上。'
question: this.$t('degree.qaList.question5'),
answer: this.$t('degree.qaList.answer5')
},
{
question: '申请紫荆教育在线国际学位项目需要提交哪些材料?',
answer:
'需提交:本科学历证书、本科阶段(中、英文双语版成绩单)、英文版《教育部学历证书电子注册备案表》、及推荐信等个人能力证明文件。'
question: this.$t('degree.qaList.question6'),
answer: this.$t('degree.qaList.answer6')
},
{
question: '每周要花多久用于学习?遇到急事可以请假或者补课吗?',
answer:
'学习时长因人而异,大部分学员保持在每周上2-3次课。每次2个小时左右。可以请假,但部分公开课,线下课及直播课无法补课。'
question: this.$t('degree.qaList.question7'),
answer: this.$t('degree.qaList.answer7')
},
{
question: '可以做中留服认证吗?',
answer:
'因国家政策规定,不出国的在线学习项目都不能申请中留服认证。对于市场上承诺可以做中留服的项目请注意鉴别,避免受骗。'
question: this.$t('degree.qaList.question8'),
answer: this.$t('degree.qaList.answer8')
}
]
}
},
mounted() {
this.isEn = this.$cookies.get('lang') === 'en-US'
}
}
</script>
......
......@@ -14,7 +14,7 @@
</div>
<FormSubmit :type="2" id="form" ref="formSubmit"></FormSubmit>
<div class="w1200">
<ProjectCard title="热门专业" :list="projectList"></ProjectCard>
<ProjectCard :title="isEn ? 'Popular Programs' : '热门专业'" :list="projectList"></ProjectCard>
<!-- <div class="why">
<h1 class="why-title">为什么选择紫荆教育的国际留学课程?</h1>
<div class="why-list">
......@@ -33,12 +33,12 @@
</li>
</ul>
</app-card> -->
<app-card title="申请流程" style="margin-top:68px">
<app-card :title="isEn ? 'Application' : '申请流程'" style="margin-top:68px">
<div class="process">
<img src="https://webapp-pub.ezijing.com/www/pc/studyAbroad/process.png" />
</div>
</app-card>
<app-card title="报考指南" style="margin-top: 74px;">
<app-card :title="isEn ? 'Application Guide' : '报考指南'" style="margin-top: 74px;">
<ul class="qa-list2">
<li v-for="(item, index) in qaList2" :key="index">
<h2>Q:{{ item.question }}</h2>
......@@ -82,6 +82,7 @@ export default {
components: { AppCard, ProjectCard, NewsCard, TeacherCard, FormSubmit },
data() {
return {
isEn: false,
listData: [
{ web_img_uri: 'https://webapp-pub.ezijing.com/www/pc/studyAbroad/banner4.png' },
{ web_img_uri: 'https://webapp-pub.ezijing.com/www/pc/studyAbroad/banner2.png' },
......@@ -187,86 +188,85 @@ export default {
teacherList: [
{
imgUrl: 'https://webapp-pub.ezijing.com/www/pc/studyAbroad/yxsz_01.jpg',
name: 'Tim Gramling',
project: '师资-CBU | 院长',
desc: '加州浸会大学商学院院长 <br/>美国东北大学法律与公共政策博士 <br/>哈佛大学计算机科学学士'
name: this.$t('abroad.teacherList.name1'),
project: this.$t('abroad.teacherList.project1'),
desc: this.$t('abroad.teacherList.desc1')
},
{
imgUrl: 'https://webapp-pub.ezijing.com/www/pc/studyAbroad/yxsz_02.jpg',
name: 'Dmytro Holod',
project: '师资-SBU | 副院长',
desc: '石溪大学商学院副院长 <br/>肯塔基大学博士'
name: this.$t('abroad.teacherList.name2'),
project: this.$t('abroad.teacherList.project2'),
desc: this.$t('abroad.teacherList.desc2')
},
{
imgUrl: 'https://webapp-pub.ezijing.com/www/pc/studyAbroad/yxsz_03.jpg',
name: 'Danling Jiang',
project: '师资-SBU | 副院长',
desc: '石溪大学商学院金融学教授<br/>俄亥俄州立大学金融学博士'
name: this.$t('abroad.teacherList.name3'),
project: this.$t('abroad.teacherList.project3'),
desc: this.$t('abroad.teacherList.desc3')
},
{
imgUrl: 'https://webapp-pub.ezijing.com/www/pc/studyAbroad/yxsz_04.jpg',
name: 'Yehia Massoud',
project: '师资-SIT | 院长',
desc: '教授、学院院长<br/>IEEE电气与电子工程师协会院士<br/>麻省理工学院博士'
name: this.$t('abroad.teacherList.name4'),
project: this.$t('abroad.teacherList.project4'),
desc: this.$t('abroad.teacherList.desc4')
},
{
imgUrl: 'https://webapp-pub.ezijing.com/www/pc/studyAbroad/yxsz_05.jpg',
name: 'Kathryn Abel',
project: '师资-SIT | 副教授',
desc: '史蒂文斯理工学院博士'
name: this.$t('abroad.teacherList.name5'),
project: this.$t('abroad.teacherList.project5'),
desc: this.$t('abroad.teacherList.desc5')
},
{
imgUrl: 'https://webapp-pub.ezijing.com/www/pc/studyAbroad/yxsz_06.jpg',
name: 'Steven Hoffenson',
project: '师资-SIT | 讲师',
desc: '密歇根大学博士'
name: this.$t('abroad.teacherList.name6'),
project: this.$t('abroad.teacherList.project6'),
desc: this.$t('abroad.teacherList.desc6')
},
{
imgUrl: 'https://webapp-pub.ezijing.com/www/pc/studyAbroad/yxsz_07.jpg',
name: 'Young Shin Kim',
project: '师资-SBU | 副教授',
desc: '石溪大学金融副教授<br/>Sogang大学博士'
name: this.$t('abroad.teacherList.name7'),
project: this.$t('abroad.teacherList.project7'),
desc: this.$t('abroad.teacherList.desc7')
},
{
imgUrl: 'https://webapp-pub.ezijing.com/www/pc/studyAbroad/yxsz_08.jpg',
name: 'Gokhan Torna',
project: '师资-SBU | 副教授',
desc: '石溪大学金融副教授<br/>堪萨斯大学商学院金融学博士'
name: this.$t('abroad.teacherList.name8'),
project: this.$t('abroad.teacherList.project8'),
desc: this.$t('abroad.teacherList.desc8')
}
],
qaList2: [
{
question: '请问必须有本科学历吗?对专业有没有要求?',
answer: '是的,申请者必须要求本科学历或本科在读。但是对专业没有限制。'
question: this.$t('abroad.qaList.question1'),
answer: this.$t('abroad.qaList.answer1')
},
{
question: '英语基础不好会影响学习吗?',
answer: '紫荆教育提供了英语强化课程,课程测试结果得到美国大学的官方认可。'
question: this.$t('abroad.qaList.question2'),
answer: this.$t('abroad.qaList.answer2')
},
{
question: '签证是自己办理吗?拒签了怎么办?',
answer: '签证需要学生面签。紫荆教育会提供相应的办理辅导和协助。'
question: this.$t('abroad.qaList.question3'),
answer: this.$t('abroad.qaList.answer3')
},
{
question: '国内学习什么课程?在哪上课?',
answer: '国内开设的是语言强化课、专业先修课、及少量学分课。采用线上授课+线下集中授课的方式。'
question: this.$t('abroad.qaList.question4'),
answer: this.$t('abroad.qaList.answer4')
},
{
question: '硕士保研项目申请面试要注意什么?',
answer:
'面试为中英文方式 ,包括自我介绍以及教授提问等环节。面试将考察专业基础,研究能力,语言表达能力以及其他综合能力。'
question: this.$t('abroad.qaList.question5'),
answer: this.$t('abroad.qaList.answer5')
},
{
question: '疫情对赴美留学签证有影响吗?从申请到入学需要多久?',
answer: '目前中美双方对学生签证已全面开放,提交资料到入学视材料情况最快60天。'
question: this.$t('abroad.qaList.question6'),
answer: this.$t('abroad.qaList.answer6')
},
{
question: '申请报名要什么材料?',
answer: '大学成绩单,托福或雅思成绩(非必需),学历证明文件,推荐信等其它能力证明文件。'
question: this.$t('abroad.qaList.question7'),
answer: this.$t('abroad.qaList.answer7')
},
{
question: '在美国留学期间的住宿费和生活费大概预估是多少钱?',
answer: '留美一年住宿费和生活费预计15-20W人民币。'
question: this.$t('abroad.qaList.question8'),
answer: this.$t('abroad.qaList.answer8')
}
]
}
......@@ -275,6 +275,9 @@ export default {
showMessage() {
this.$message('敬请期待')
}
},
mounted() {
this.isEn = this.$cookies.get('lang') === 'en-US'
}
}
</script>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论