Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
P
project-online-pc
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
EzijingWeb
project-online-pc
Commits
e8cee3f7
提交
e8cee3f7
authored
9月 15, 2022
作者:
王鹏飞
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
chore: update
上级
8b3e3d02
显示空白字符变更
内嵌
并排
正在显示
11 个修改的文件
包含
1002 行增加
和
946 行删除
+1002
-946
.env
.env
+2
-2
.env.dev
.env.dev
+2
-2
.env.test
.env.test
+2
-2
base.css
assets/css/base.css
+49
-6
Footer.vue
components/layout/Footer.vue
+1
-1
layout.vue
modules/my/layout.vue
+1
-0
index.vue
pages/download/index.vue
+5
-0
index.vue
pages/index.vue
+2
-2
course.vue
pages/intro/course.vue
+228
-61
project.vue
pages/intro/project.vue
+1
-1
guide.vue
pages/sign/guide.vue
+709
-869
没有找到文件。
.env
浏览文件 @
e8cee3f7
...
...
@@ -4,4 +4,4 @@ newProjectId=37584363305005056
baseURL=https://project-api.ezijing.com
loginURL=https://login.ezijing.com/sbu-plus-sdau
\ No newline at end of file
loginURL=https://login.ezijing.com/marywood-plus-stu
\ No newline at end of file
.env.dev
浏览文件 @
e8cee3f7
...
...
@@ -4,4 +4,4 @@ newProjectId=37584363305005056
baseURL=https://project-api.ezijing.com
loginURL=https://login.ezijing.com/sbu-plus-sdau
\ No newline at end of file
loginURL=https://login.ezijing.com/marywood-plus-stu
\ No newline at end of file
.env.test
浏览文件 @
e8cee3f7
...
...
@@ -4,4 +4,4 @@ newProjectId=37584363305005056
baseURL
=
https
://
project
-
api2
.
ezijing
.
com
loginURL
=
https
://
login
.
ezijing
.
com
/
sbu
-
plus
-
sdau
\ No newline at end of file
loginURL
=
https
://
login
.
ezijing
.
com
/
marywood
-
plus
-
stu
\ No newline at end of file
assets/css/base.css
浏览文件 @
e8cee3f7
...
...
@@ -386,12 +386,50 @@ textarea {
line-height
:
20px
;
background
:
rgb
(
162
,
38
,
69
);
margin
:
0
6px
;
background
:
-moz-radial-gradient
(
center
,
ellipse
cover
,
rgba
(
162
,
38
,
69
,
1
)
0%
,
rgba
(
162
,
38
,
69
,
1
)
91%
,
rgba
(
146
,
33
,
61
,
1
)
100%
);
background
:
-webkit-gradient
(
radial
,
center
center
,
0px
,
center
center
,
100%
,
color-stop
(
0%
,
rgba
(
162
,
38
,
69
,
1
)),
color-stop
(
91%
,
rgba
(
162
,
38
,
69
,
1
)),
color-stop
(
100%
,
rgba
(
146
,
33
,
61
,
1
)));
background
:
-webkit-radial-gradient
(
center
,
ellipse
cover
,
rgba
(
162
,
38
,
69
,
1
)
0%
,
rgba
(
162
,
38
,
69
,
1
)
91%
,
rgba
(
146
,
33
,
61
,
1
)
100%
);
background
:
-o-radial-gradient
(
center
,
ellipse
cover
,
rgba
(
162
,
38
,
69
,
1
)
0%
,
rgba
(
162
,
38
,
69
,
1
)
91%
,
rgba
(
146
,
33
,
61
,
1
)
100%
);
background
:
-ms-radial-gradient
(
center
,
ellipse
cover
,
rgba
(
162
,
38
,
69
,
1
)
0%
,
rgba
(
162
,
38
,
69
,
1
)
91%
,
rgba
(
146
,
33
,
61
,
1
)
100%
);
background
:
radial-gradient
(
ellipse
at
center
,
rgba
(
162
,
38
,
69
,
1
)
0%
,
rgba
(
162
,
38
,
69
,
1
)
91%
,
rgba
(
146
,
33
,
61
,
1
)
100%
);
background
:
-moz-radial-gradient
(
center
,
ellipse
cover
,
rgba
(
162
,
38
,
69
,
1
)
0%
,
rgba
(
162
,
38
,
69
,
1
)
91%
,
rgba
(
146
,
33
,
61
,
1
)
100%
);
background
:
-webkit-gradient
(
radial
,
center
center
,
0px
,
center
center
,
100%
,
color-stop
(
0%
,
rgba
(
162
,
38
,
69
,
1
)),
color-stop
(
91%
,
rgba
(
162
,
38
,
69
,
1
)),
color-stop
(
100%
,
rgba
(
146
,
33
,
61
,
1
))
);
background
:
-webkit-radial-gradient
(
center
,
ellipse
cover
,
rgba
(
162
,
38
,
69
,
1
)
0%
,
rgba
(
162
,
38
,
69
,
1
)
91%
,
rgba
(
146
,
33
,
61
,
1
)
100%
);
background
:
-o-radial-gradient
(
center
,
ellipse
cover
,
rgba
(
162
,
38
,
69
,
1
)
0%
,
rgba
(
162
,
38
,
69
,
1
)
91%
,
rgba
(
146
,
33
,
61
,
1
)
100%
);
background
:
-ms-radial-gradient
(
center
,
ellipse
cover
,
rgba
(
162
,
38
,
69
,
1
)
0%
,
rgba
(
162
,
38
,
69
,
1
)
91%
,
rgba
(
146
,
33
,
61
,
1
)
100%
);
background
:
radial-gradient
(
ellipse
at
center
,
rgba
(
162
,
38
,
69
,
1
)
0%
,
rgba
(
162
,
38
,
69
,
1
)
91%
,
rgba
(
146
,
33
,
61
,
1
)
100%
);
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#3579d6'
,
endColorstr
=
'#1b559d'
,
GradientType
=
1
);
border-radius
:
5px
;
-moz-border-radius
:
5px
;
...
...
@@ -541,3 +579,8 @@ textarea {
font-size
:
0.875em
;
line-height
:
1.6
;
}
th
,
td
{
text-align
:
center
;
}
components/layout/Footer.vue
浏览文件 @
e8cee3f7
...
...
@@ -8,7 +8,7 @@
<a
href=
"https://www.moe.gov.cn"
target=
"_blank"
>
中国教育部
</a>
<a
href=
"http://jsj.moe.gov.cn"
target=
"_blank"
>
中国涉外教育监管网
</a>
<a
href=
"https://www.stu.edu.cn"
target=
"_blank"
>
汕头大学
</a>
<a
href=
"https://www.
stonybrook
.edu"
target=
"_blank"
>
玛丽伍德大学
</a>
<a
href=
"https://www.
marywood
.edu"
target=
"_blank"
>
玛丽伍德大学
</a>
<a
href=
"https://www.ezijing.com"
target=
"_blank"
>
紫荆教育
</a>
</p>
<p>
...
...
modules/my/layout.vue
浏览文件 @
e8cee3f7
...
...
@@ -25,6 +25,7 @@ export default {
max-width
:
1000px
;
margin
:
0
auto
;
overflow
:
hidden
;
min-height
:
71vh
;
}
.layout-hd
{
.title
{
...
...
pages/download/index.vue
浏览文件 @
e8cee3f7
...
...
@@ -18,6 +18,11 @@ export default {
name
:
'玛丽伍德大学国际硕士保研项目-招生简章.pdf'
,
href
:
'https://webapp-pub.ezijing.com/project/marywood-plus/%E7%B4%AB%E8%8D%86%E6%95%99%E8%82%B2-%E7%8E%9B%E4%B8%BD%E4%BC%8D%E5%BE%B7%E5%A4%A7%E5%AD%A6%E5%9B%BD%E9%99%85%E7%A1%95%E5%A3%AB%E4%BF%9D%E7%A0%94%E9%A1%B9%E7%9B%AE%E6%8B%9B%E7%94%9F%E7%AE%80%E7%AB%A0.pdf'
},
{
name
:
'玛丽伍德大学国际硕士保研项目-招生简章.docx'
,
href
:
'https://webapp-pub.ezijing.com/project/marywood-plus/%E7%8E%9B%E4%B8%BD%E4%BC%8D%E5%BE%B7%E6%8B%9B%E7%94%9F%E7%AE%80%E7%AB%A0.docx'
}
]
}
...
...
pages/index.vue
浏览文件 @
e8cee3f7
...
...
@@ -44,7 +44,7 @@
<article
class=
"home-article"
>
<h2>
项目简介
</h2>
<p>
玛丽伍德大学国际硕士保研项目为清控紫荆教育联合美国多所知名院校推出的国际硕士保研项目之一。清控紫荆教育为玛丽伍德大学国际硕士保研项目官方授权中国招生与教学中心
。项目给予大三、大四在读的优秀本科生或往届生提前获得玛丽伍德大学国际硕士录取的机会,包含四大模块:
本项目由汕头大学与玛丽伍德大学国际硕士保研项目中国招生与教学中心合作推出
。项目给予大三、大四在读的优秀本科生或往届生提前获得玛丽伍德大学国际硕士录取的机会,包含四大模块:
</p>
<p>
<b>
1、玛丽伍德大学直录
</b>
...
...
@@ -56,7 +56,7 @@
<b>
2、免试托福/雅思(校方课程替代)
</b>
</p>
<p>
通过学习玛丽伍德大学国际硕士保研项目招生与教学中心提供的英语强化课程,可分别替代托福或雅思考试成绩。
通过学习玛丽伍德大学国际硕士保研项目招生与教学中心提供的英语强化课程,可分别替代托福或雅思考试成绩。
<br
/>
注:报名时提供托福≥79或雅思≥6.0的同学无须参加此模块学习。
</p>
<p>
...
...
pages/intro/course.vue
浏览文件 @
e8cee3f7
<
template
>
<div>
<h1>
专业一:工商管理硕士 (Master of Business Administration)
</h1>
<table
border=
"1"
cellspacing=
"0"
cellpadding=
"0"
width=
"100%"
class=
"table"
>
<tbody>
<tr>
<th
class=
"c1"
colspan=
"3
"
>
课程模块
</th>
<th
class=
"c1"
colspan=
"2
"
>
课程模块
</th>
<th
class=
"c2"
>
课程名称
</th>
<th
class=
"c3"
>
语言
</th>
<th
class=
"c4"
>
授课方/地点
</th>
</tr>
<tr>
<td
rowspan=
"8"
bgcolor=
"#f4f4f4"
>
国内课程
</td>
<td
colspan=
"2"
rowspan=
"2"
>
强化课程
</td>
<td
rowspan=
"7"
>
<p>
国内课程
</p>
</td>
<td>
<p>
强化课程
</p>
</td>
<td>
<p>
英语强化课程
</p>
<p>
Intensive English Program
</p>
...
...
@@ -17,77 +23,236 @@
<td>
<p>
英文
</p>
</td>
<td
rowspan=
"2"
>
<p>
纽约州市大学石溪分校
<br
/>
&
<br
/>
项目中国招生与教学中心
</p>
<td
rowspan=
"7"
>
<p>
项目中国招生与教学中心/中国
</p>
</td>
</tr>
<tr>
<td
rowspan=
"2"
>
<p>
</p>
<p>
硕士先修
</p>
<p>
课程
</p>
</td>
<td>
<p>
GMAT强化课程
</p>
<p>
Intensive GMAT Program
</p>
<p>
金融英语
</p>
<p>
Financial English
</p>
</td>
<td>
<p>
英文
</p>
</td>
</tr>
<tr>
<td
colspan=
"2"
rowspan=
"4"
>
<p>
硕士先修课程
</p>
<td>
<p>
经济学原理
</p>
<p>
Principle of Economics
</p>
</td>
<td>
<p>
中文
</p>
</td>
</tr>
<tr>
<td
rowspan=
"4"
>
<p>
</p>
<p>
硕士项目
</p>
<p>
课程
</p>
</td>
<td>
<p>
营销管理与数字化营销
</p>
<p>
Marketing Management and Digital Marketing
</p>
</td>
<td>
<p>
中文
</p>
</td>
</tr>
<tr>
<td>
<p>
会计基础与财务分析
</p>
<p>
Accounting and Financial Analysis
</p>
<p>
管理沟通
</p>
<p>
Communication Management
</p>
</td>
<td>
<p>
中文
</p>
</td>
<td
rowspan=
"6"
>
<p>
项目中国招生与教学中心
</p>
</tr>
<tr>
<td>
<p>
组织行为与领导力
</p>
<p>
Organizational Behavior and Leadership
</p>
</td>
<td>
<p>
中文
</p>
</td>
</tr>
<tr>
<td>
<p>
研究方
法
</p>
<p>
Research Methodology
</p>
<p>
商
法
</p>
<p>
Commercial Law
</p>
</td>
<td>
<p>
中文
</p>
</td>
</tr>
<tr>
<td
rowspan=
"8"
>
<p>
国外课程
</p>
</td>
<td
rowspan=
"8"
>
<p>
</p>
<p>
硕士项目
</p>
<p>
课程
</p>
</td>
<td>
<p>
设计思维与管理创新
</p>
<p>
Design Thinking For Managers
</p>
</td>
<td>
<p>
英文
</p>
</td>
<td
rowspan=
"8"
>
<p>
玛丽伍德大学/美国
</p>
</td>
</tr>
<tr>
<td>
<p>
数字时代领导力
</p>
<p>
Leadership in the Information Age
</p>
</td>
<td>
<p>
英文
</p>
</td>
</tr>
<tr>
<td>
<p>
财务规划与管理
</p>
<p>
Financial Planning
</p>
<p>
And Management
</p>
</td>
<td>
<p>
英文
</p>
</td>
</tr>
<tr>
<td>
<p>
数字化运营管理
</p>
<p>
Digital Operation Management
</p>
</td>
<td>
<p>
英文
</p>
</td>
</tr>
<tr>
<td>
<p>
商业研究方法
</p>
<p>
Research Methodology
</p>
</td>
<td>
<p>
英文
</p>
</td>
</tr>
<tr>
<td>
<p>
商业智能
</p>
<p>
Business Intelligence
</p>
</td>
<td>
<p>
英文
</p>
</td>
</tr>
<tr>
<td>
<p>
战略管理
</p>
<p>
Policy Formulation and Strategic Management
</p>
</td>
<td>
<p>
英文
</p>
</td>
</tr>
<tr>
<td>
<p>
投资学
</p>
<p>
Investments
</p>
<p>
数字化管理信息系统
</p>
<p>
Advanced Topics in Management Information Systems
</p>
</td>
<td>
<p>
英文
</p>
</td>
</tr>
</tbody>
</table>
<p
class=
"tips"
>
注:课程随教学计划可能会有调整,以实际开课为准。
</p>
<h1>
专业二:管理信息系统硕士 (M.S. in Management Information Systems)
</h1>
<table
border=
"1"
cellspacing=
"0"
cellpadding=
"0"
width=
"100%"
class=
"table"
>
<tbody>
<tr>
<th
class=
"c1"
colspan=
"2"
>
课程模块
</th>
<th
class=
"c2"
>
课程名称
</th>
<th
class=
"c3"
>
语言
</th>
<th
class=
"c4"
>
授课方/地点
</th>
</tr>
<tr>
<td
rowspan=
"7"
>
<p>
国内课程
</p>
</td>
<td>
<p>
强化课程
</p>
</td>
<td>
<p>
英语强化课程
</p>
<p>
Intensive English Program
</p>
</td>
<td>
<p>
英文
</p>
</td>
<td
rowspan=
"7"
>
<p>
项目中国招生与教学中心/中国
</p>
</td>
</tr>
<tr>
<td
rowspan=
"2"
>
<p>
硕士先修
</p>
<p>
课程
</p>
</td>
<td>
<p>
金融英语
</p>
<p>
Financial English
</p>
</td>
<td>
<p>
英文
</p>
</td>
</tr>
<tr>
<td>
<p>
经济学原理
</p>
<p>
Principle of Economics
</p>
</td>
<td>
<p>
中文
</p>
</td>
</tr>
<tr>
<td
rowspan=
"4"
>
<p>
硕士项目
</p>
<p>
课程
</p>
</td>
<td>
<p>
数据模型与决策
</p>
<p>
Data Model and Decision-m
aking
</p>
<p>
Data Model and Decision-M
aking
</p>
</td>
<td>
<p>
中文
</p>
</td>
</tr>
<tr>
<td
colspan=
"2"
rowspan=
"2"
>
<p>
硕士项目课程
</p>
<td>
<p>
研究方法
</p>
<p>
Research Methodology
</p>
</td>
<td>
<p>
中文
</p>
</td>
</tr>
<tr>
<td>
<p>
金融概率和统计
</p>
<p>
Probability and Statistics for Finance
</p>
<p>
组织行为与领导力
</p>
<p>
Organizational Behavior and Leadership
</p>
</td>
<td>
<p>
中文
</p>
...
...
@@ -95,39 +260,36 @@
</tr>
<tr>
<td>
<p>
金融学
</p>
<p>
Finance
</p>
<p>
营销管理与数字化营销
</p>
<p>
Marketing Management and Digital Marketing
</p>
</td>
<td>
<p>
中文
</p>
</td>
</tr>
<tr>
<td
colspan=
"2"
rowspan=
"8"
bgcolor=
"#e9e9e9"
>
<p>
国外课程
</p>
<td
rowspan=
"8"
>
<p>
国外课程
</p>
</td>
<td
rowspan=
"8"
>
<p>
硕士项目课程
</p>
<p>
硕士项目
</p>
<p>
课程
</p>
</td>
<td>
<p>
金融数据分析
</p>
<p>
Data Analysis for Finance
</p>
<p>
运营分析与管理
</p>
<p>
Operational Analysis and Management
</p>
</td>
<td>
<p>
英文
</p>
</td>
<td
rowspan=
"8"
>
<p>
纽约州市大学石溪分校
</p>
<p>
玛丽伍德大学/美国
</p>
</td>
</tr>
<tr>
<td>
<p>
风险
管理
</p>
<p>
Risk
Management
</p>
<p>
政策制定与战略
管理
</p>
<p>
Policy Formulation and Strategic
Management
</p>
</td>
<td>
<p>
英文
</p>
...
...
@@ -135,17 +297,17 @@
</tr>
<tr>
<td>
<p>
行为金融学
</p>
<p>
Behavioral Fina
nce
</p>
<p>
商业智能
</p>
<p>
Business Intellige
nce
</p>
</td>
<td>
<p>
英文
</p>
</td>
</tr>
<tr
style=
"height: 6.7pt;"
>
<tr
>
<td>
<p>
财务管理
</p>
<p>
Financial Management
</p>
<p>
数字化管理信息系统
</p>
<p>
Advanced Topics in Management Information Systems
</p>
</td>
<td>
<p>
英文
</p>
...
...
@@ -153,8 +315,8 @@
</tr>
<tr>
<td>
<p>
投资分析
</p>
<p>
Investment Analysi
s
</p>
<p>
数据库管理系统
</p>
<p>
Database Management System
s
</p>
</td>
<td>
<p>
英文
</p>
...
...
@@ -162,8 +324,8 @@
</tr>
<tr>
<td>
<p>
银行管理
</p>
<p>
Bank Management
</p>
<p>
会计信息系统
</p>
<p>
Accounting Information Systems
</p>
</td>
<td>
<p>
英文
</p>
...
...
@@ -171,8 +333,8 @@
</tr>
<tr>
<td>
<p>
合并与收购
</p>
<p>
Mergers and Acquisition
</p>
<p>
系统分析与设计
</p>
<p>
Systems Analysis and Design: Industrial Problem-Solving
</p>
</td>
<td>
<p>
英文
</p>
...
...
@@ -180,16 +342,16 @@
</tr>
<tr>
<td>
<p>
顶点课程
</p>
<p>
Finance Capstone Course
</p>
<p>
商业信息安全与连续性
</p>
<p>
Business Information Security and Continuity
</p>
</td>
<td>
<p>
英文
</p>
</td>
</tr>
</tbody>
</table>
<p
class=
"tips"
>
注*:课程随教学计划可能会有调整,以实际开课为准。
</p>
<p
class=
"tips"
>
注:课程随教学计划可能会有调整,以实际开课为准。
</p>
</div>
</
template
>
...
...
@@ -200,6 +362,10 @@ export default {
</
script
>
<
style
lang=
"scss"
scoped
>
h1
{
font-size
:
16px
;
margin
:
20px
0
;
}
.table
{
border
:
1px
solid
#dadada
;
th
{
...
...
@@ -216,7 +382,7 @@ export default {
}
}
.c1
{
width
:
10
0px
;
width
:
22
0px
;
color
:
#fff
;
background-color
:
#931638
;
}
...
...
@@ -225,6 +391,7 @@ export default {
background-color
:
#aa1941
;
}
.c3
{
width
:
50px
;
color
:
#fff
;
background-color
:
#931638
;
white-space
:
nowrap
;
...
...
pages/intro/project.vue
浏览文件 @
e8cee3f7
...
...
@@ -5,7 +5,7 @@
style=
"width:100%;margin-bottom:20px;"
/>
<p>
玛丽伍德大学国际硕士保研项目为清控紫荆教育联合美国多所知名院校推出的国际硕士保研项目之一。清控紫荆教育为玛丽伍德大学国际硕士保研项目官方授权中国招生与教学中心
。项目给予大三、大四在读的优秀本科生或往届生提前获得玛丽伍德大学国际硕士录取的机会,包含四大模块:
本项目由汕头大学与玛丽伍德大学国际硕士保研项目中国招生与教学中心合作推出
。项目给予大三、大四在读的优秀本科生或往届生提前获得玛丽伍德大学国际硕士录取的机会,包含四大模块:
</p>
<p>
<b>
1、玛丽伍德大学直录
</b>
...
...
pages/sign/guide.vue
浏览文件 @
e8cee3f7
<
template
>
<div
class=
"article"
>
<h1
style=
"padding:20px;text-align:center"
>
玛丽伍德大学国际硕士保研项目招生简章
</h1>
<p
style=
"font-size: 10.5pt; "
>
<strong><span>
1.项目简介
</span></strong>
</p>
<p
style=
"font-size: 10.5pt; text-indent: 21pt; "
>
<span>
汕头大学联合
</span
><span
style=
"font-size: 11pt; line-height: 22px; "
>
纽约州立大学石溪分校与清控紫荆教育开设
</span><span>
1+1
</span
><span
>
本硕连读专班项目,是为我校在读本科生提供的研究生学历晋升与高质量就业的通道。第一个
“
<span>
1
</span>
”
是指大三或大四的本科生在被美国大学硕士项目有条件录取后,第
<span>
1
</span>
年在国内就读。国内就读课程主要为语言课与硕士项目所需的部分课程。第二个
“
<span>
1
</span>
”
是指在完成第一个
“
<span>
1
</span>
”
的要求之后,获得美国大学的无条件录取,本科毕业当年符合美国大学硕士录取条件,可直接衔接赴美留学,完成学分课程学习,毕业后获得美国大学硕士学位,回国后可向中国
<span>
(
</span>
教育部
<span>
)
</span>
留学服务中心申请认证为硕士研究生学历。
</span
>
</p>
<p
style=
"font-size: 10.5pt; "
>
<strong><span>
2. 纽约州立大学石溪分校
</span></strong>
</p>
<p
style=
"font-size: 10.5pt; text-indent: 21pt; "
>
<span
>
纽约州立大学石溪分校(
<span>
The State University of New York at Stony Brook
</span
>
),又名石溪大学,创办于
<span>
1957
</span>
年,简称
<span>
SBU
</span>
。坐落于纽约市郊风景区长岛,是美国著名公立研究型大学。石溪大学是北美顶尖大学联盟美国大学协会的
<span>
65
</span>
个成员之一,享有
“
公立常春藤
”
的美誉。
</span
>
</p>
<img
src=
"https://webapp-pub.ezijing.com/project/marywood-plus-stu/guide_1.png"
style=
"max-width:100%;margin:20px;"
/>
<p
style=
"font-size: 10.5pt; text-indent: 21pt; "
>
<span
>
石溪大学拥有许多一流学者,其教学品质和研究成果享誉国际,石溪的教授队伍中聚集着各领域的顶尖研究人员,著名理论物理学家、诺贝尔物理学奖得主杨振宁在该校执教
<span>
37
</span>
年。自
<span>
1957
</span>
年成立后,石溪大学已经培养出多位著名人物,包括
<span>
7
</span>
位诺贝尔奖得主,
<span>
1
</span>
位图灵奖得主及菲尔茨奖、沃尔夫奖和阿贝尔奖得主约翰
·
米尔诺等。
</span
>
</p>
<p
style=
"font-size: 10.5pt; text-indent: 21pt; "
>
<span
>
石溪大学在
<span>
2021 QS
</span
>
美国大学排名中位居全美高校第
<span>
39
</span>
位,纽约州高校第
<span>
5
</span>
位;
<span>
2020
</span>
《美国新闻与世界报道》(
<span
>
U.S. News
</span
>
)美国大学本科综合排名中位居第
<span>
88
</span>
名,最佳公立大学排名中位居第
<span>
39
</span>
名。
</span
>
</p>
<p
style=
"font-size: 10.5pt; "
>
<strong><span>
3.
</span></strong><strong><span>
招生对象与学制安排
</span></strong>
</p>
<p
style=
"font-size: 10.5pt; text-indent: 0cm; "
><span>
①
</span><span>
本科在读(大三及以上为佳)
</span></p>
<p
style=
"font-size: 10.5pt; text-indent: 0cm; "
><span>
②
</span><span>
具有本科学士学位的往届生
</span></p>
<table
class=
"MsoNormalTable"
style=
"width: 100%; margin-bottom: 5.75pt;"
border=
"0"
width=
"99%"
cellspacing=
"0"
cellpadding=
"0"
align=
"left"
>
<p><strong>
一、
</strong><strong>
项目简介
</strong></p>
<p>
玛丽伍德大学国际硕士保研项目为清控紫荆教育联合美国多所知名院校推出的国际硕士保研项目之一。清控紫荆教育为玛丽伍德大学国际硕士保研项目官方授权中国招生与教学中心。项目给予大三、大四在读的优秀本科生或往届生提前获得玛丽伍德大学国际硕士录取的机会,包含四大模块:
</p>
<p>
1、
<strong>
玛丽伍德大学直录
</strong></p>
<p>
经玛丽伍德大学审核与面试通过后,将直接收到玛丽伍德大学官方(marywood.edu)的保研项目录取信。
</p>
<p>
2、
<strong>
免试托福
</strong><strong>
/
</strong><strong>
雅思(校方课程替代)
</strong></p>
<p>
通过学习玛丽伍德大学国际硕士保研项目招生与教学中心提供的英语强化课程,可分别替代托福或雅思考试成绩。
</p>
<p>
注:报名时提供托福≥79或雅思≥6.0的同学无须参加此模块学习。
</p>
<p>
3、
<strong>
硕士先修衔接课程
</strong></p>
<p>
通过学习包含《经济学原理》在内的两门硕士先修课程,可为跨专业申请该硕士项目的同学提供适应专业学习的基础,也帮助本科的同学更好地衔接本、硕学习。
</p>
<p>
4、
<strong>
提前修硕士学分课
</strong></p>
<p>
国内学习四门共计12学分的玛丽伍德大学国际硕士学分课程。在本科期间提前修读硕士学分,减轻工商管理或信息管理系统硕士的学业负担。
</p>
<p>
保研项目由玛丽伍德大学与官方授权中国招生与教学中心实施录取和教学。学生在完成国内课程要求后,赴美全日制在校学习,完成剩余学分。学生修满学分即可申请毕业,获得玛丽伍德大学全日制硕士学位,回国后可向中国(教育部)留学服务中心申请认证为硕士研究生学历。
</p>
<p><strong>
二、
</strong><strong>
美国玛丽伍德大学介绍
</strong></p>
<p>
玛丽伍德大学(Marywood University)创办于 1915
年,有超过100年的历史。学校位于美国宾夕法尼亚州斯克兰顿市,该市是宾夕法尼亚州东北部拉克瓦纳河流域的地理和文化中心。学校地理位置优越,距离美国金融中心纽约和美国最古老城市之一的费城均约2小时车程。斯克兰顿地区在地理上分布了美国大量的中产阶级人群,当地学校的教育质量处于美国整体平均水平之上。
</p>
<p>
玛丽伍德大学占地700亩,环境优美,是一所拥有128名全职教授的综合性大学,大学设置超过100个本科、硕士及博士专业。玛丽伍德大学服务来自各种学习背景的学生,并且通过对道德的推动来丰富人生,为学生全面发展并掌握专业技能和领导能力创建一套体系化的教育系统。在2021年U.S.
NEWS北部大学排名中位列第44名。MBA项目排在全美TOP50。学校拥有NAAB、ACBSP、APA等多重权威认证。
</p>
<p>
<strong>
学校排名
</strong>
</p>
<p>
2021U.S.NEWS美国北部大学排名44位
</p>
<p>
Study.com美国MBA项目排名TOP50
</p>
<p>
2020Money美国最具性价比大学
</p>
<p>
ACBSP(美国商学院认证委员会)权威认证商学院
</p>
<p>
APA(美国心理协会)心理学博士权威认证
</p>
<p>
NAAB(美国国家建筑认证委员会)建筑教育权威认证
</p>
<p>
<strong>
三、专业方向
</strong>
</p>
<p>
工商管理硕士 (Master of Business Administration)
</p>
<p>
工商管理硕士(MBA)项目通过学习战略管理、设计思维与管理创新、商业智能、数字时代领导力、营销管理与数字化营销、数字化运营管理等创新MBA核心课程体系,让学员获得管理科学前沿知识,把握与国际同步的管理领域新趋势,提升学员在未来职业领域分析和解决问题的能力。培养熟识中美语言文化、富有科技创新精神、引领全球化发展的新一代管理人才。
</p>
<p>
管理信息系统硕士 (M.S. in Management Information Systems)
</p>
<p>
管理信息系统硕士(MIS)项目通过学习数据挖掘、数据库管理系统、数字化运营管理等全球领先的核心课程体系,使学员以人为主导,实现利用计算机硬件、网络通信系统等设备,进行信息的收集、传输、加工、储存、拓展等功能。培养数字经济时代下运用信息技术与方法优化管理、实现目标、引领创新的管理科学与工程学科复合型人才。
</p>
<p>
<strong>
四、招生对象
</strong>
</p>
<p>
(1)本科在读学生(大三、大四学生为佳)
</p>
<p>
(2)具有本科学历学位的往届生
</p>
<p>
<strong>
五、报名条件
</strong>
</p>
<p>
(1)GPA
</p>
<p>
GPA不低于2.5或经审核具有研究生学习潜力的优秀学生。
</p>
<p>
(2)语言
</p>
<p>
托福≥79分或雅思≥6.0,未达到上述语言成绩要求的申请者,入学后须参加英语强化课程并考试合格。
</p>
<p>
<strong>
六、招生录取
</strong>
</p>
<p>
(一)报名申请
</p>
<p>
申请者需登录项目官网
<a
href=
"https://marywood-plus.ezijing.com"
target=
"_blank"
>
https://marywood-plus.ezijing.com
</a
>
进行在线报名,按项目报名系统的要求在线填写并提交以下材料:
</p>
<p>
1)有效身份证件扫描件
</p>
<p>
2)本科学历学位证(中英文,在读本科生出具在读证明)
</p>
<p>
3)本科成绩单(中英文)
</p>
<p>
4)个人简历(英文)
</p>
<p>
5)推荐信(两封)
</p>
<p>
6)英语成绩单(托福或雅思,非必需)
</p>
<p>
7)电子版免冠彩色照片(白底)
</p>
<p>
<strong>
(二)录取流程
</strong>
</p>
<ul>
<li>
<p>
材料审核
</p>
</li>
</ul>
<p>
招生办审核申请材料,并将审核结果反馈给申请人
</p>
<ul>
<li>
<p>
面试
</p>
</li>
</ul>
<p>
对符合条件的申请人进行面试,面试合格预录取
</p>
<ul>
<li>
<p>
录取通知书
</p>
</li>
</ul>
<p>
学校官方邮件发送有条件录取通知
</p>
<ul>
<li>
<p>
签订入学协议并缴纳学费
</p>
</li>
</ul>
<p>
在规定时间内签订入学协议并完成国内学费缴纳
</p>
<ul>
<li>
<p>
注册入学
</p>
</li>
</ul>
<p>
进行学籍注册及开学相关准备
</p>
<p>
<strong>
七、课程安排
</strong>
</p>
<p>
专业一:工商管理硕士 (Master of Business Administration)
</p>
<table
border=
"1"
cellspacing=
"0"
cellpadding=
"0"
width=
"100%"
align=
"center"
class=
"table"
>
<colgroup>
<col
width=
"80"
/>
<col
width=
"80"
/>
<col
width=
""
/>
<col
width=
"50"
/>
<col
width=
"100"
/>
</colgroup>
<tbody>
<tr
style=
"height: 9.4pt;"
>
<td
style=
"width: 103.359px; border-top: 1pt solid #5b9bd5; border-bottom: 1pt solid #5b9bd5; border-left: 1pt solid #5b9bd5; border-image: initial; border-right: none; background: #f4b083; padding: 3.6pt 7.2pt; height: 9.4pt;"
colspan=
"3"
width=
"15%"
>
<p
style=
" text-align: center; font-size: 10.5pt; line-height: 12.6px;"
align=
"center"
>
<strong><span>
学年
</span></strong>
<tr>
<th
colspan=
"2"
>
<p>
课程模块
</p>
</th>
<th>
<p>
课程名称
</p>
</th>
<th>
<p>
语言
</p>
</th>
<th>
<p>
授课方/地点
</p>
</th>
</tr>
<tr>
<td
rowspan=
"7"
>
<p>
国内课程
</p>
</td>
<td
style=
"width: 357.641px; border-top: 1pt solid #5b9bd5; border-bottom: 1pt solid #5b9bd5; border-left: 1pt solid #5b9bd5; border-image: initial; border-right: none; background: #f4b083; padding: 3.6pt 7.2pt; height: 9.4pt;"
width=
"48%"
>
<p
style=
" text-align: center; font-size: 10.5pt; line-height: 12.6px;"
align=
"center"
>
<strong><span>
课程名称
</span></strong>
<td>
<p>
强化课程
</p>
</td>
<td
style=
"width: 86.5px; border-top: 1pt solid #5b9bd5; border-bottom: 1pt solid #5b9bd5; border-left: 1pt solid #5b9bd5; border-image: initial; border-right: none; background: #f4b083; padding: 3.6pt 7.2pt; height: 9.4pt;"
width=
"13%"
>
<p
style=
" text-align: center; font-size: 10.5pt; line-height: 12.6px;"
align=
"center"
>
<strong><span>
授课语言
</span></strong>
<td
>
<p>
英语强化课程
</p
>
<p>
Intensive English Program
</p>
</td>
<td
style=
"width: 152.391px; border-top: 1pt solid #5b9bd5; border-bottom: 1pt solid #5b9bd5; border-left: 1pt solid #5b9bd5; border-image: initial; border-right: none; background: #f4b083; padding: 3.6pt 7.2pt; height: 9.4pt;"
width=
"22%"
>
<p
style=
" text-align: center; font-size: 10.5pt; line-height: 12.6px;"
align=
"center"
>
<strong><span>
授课地点
</span></strong>
<td>
<p>
英文
</p>
</td>
<td
rowspan=
"7"
>
<p>
项目中国招生与教学中心/中国
</p>
</td>
</tr>
<tr
style=
"height: 30.55pt;"
>
<td
style=
"width: 40.7969px; border-top: 1pt solid #5b9bd5; border-left: 1pt solid windowtext; border-bottom: 1pt solid #5b9bd5; border-right: none; padding: 3.6pt 7.2pt; height: 30.55pt;"
rowspan=
"8"
width=
"7%"
>
<p
style=
" text-align: center; font-size: 10.5pt; line-height: 12.6px;"
align=
"center"
>
<strong><span>
</span></strong>
</p>
<p
style=
" text-align: center; font-size: 10.5pt; line-height: 12.6px;"
align=
"center"
>
<strong><span>
</span></strong>
<tr>
<td
rowspan=
"2"
>
<p>
</p>
<p
style=
" text-align: center; font-size: 10.5pt; line-height: 12.6px;"
align=
"center"
>
<strong><span>
</span></strong>
<p>
硕士先修
</p>
<p
style=
" text-align: center; font-size: 10.5pt; line-height: 12.6px;"
align=
"center"
>
<strong><span>
</span></strong>
<p>
课程
</p>
<p
style=
" text-align: center; font-size: 10.5pt; line-height: 12.6px;"
align=
"center"
>
<strong><span>
</span></strong>
</td>
<td>
<p>
金融英语
</p>
<p
style=
" text-align: center; font-size: 10.5pt; line-height: 12.6px;"
align=
"center"
>
<strong><span>
</span></strong>
<p>
Financial English
</p>
<p
style=
" text-align: center; font-size: 10.5pt; line-height: 12.6px;"
align=
"center"
>
<strong><span>
</span></strong>
</td>
<td>
<p>
英文
</p>
<p
style=
" text-align: center; font-size: 10.5pt; line-height: 12.6px;"
align=
"center"
>
<strong><span>
</span></strong>
</td>
</tr>
<tr>
<td>
<p>
经济学原理
</p>
<p
style=
" text-align: center; font-size: 10.5pt; line-height: 12.6px;"
align=
"center"
>
<strong><span>
</span></strong>
<p>
Principle of Economics
</p>
<p
style=
" text-align: center; font-size: 10.5pt; line-height: 12.6px;"
align=
"center"
>
<strong><span>
第一学年
</span></strong>
</td>
<td>
<p>
中文
</p>
</td>
<td
style=
"width: 42.0469px; border-top: 1pt solid #5b9bd5; border-left: 1pt solid windowtext; border-bottom: none; border-right: none; padding: 3.6pt 7.2pt; height: 30.55pt;"
colspan=
"2"
rowspan=
"2"
width=
"7%"
>
<p
style=
" text-align: center; font-size: 10.5pt; line-height: 12.6px;"
align=
"center"
>
<strong><span>
强化课程
</span></strong>
</tr>
<tr>
<td
rowspan=
"4"
>
<p>
</p
>
<p>
硕士项目
</p>
<p
style=
" text-align: center; font-size: 10.5pt; line-height: 12.6px;"
align=
"center"
>
<strong><span>
</span></strong>
<p>
课程
</p>
</td>
<td
style=
"width: 357.641px; border-top: 1pt solid #5b9bd5; border-left: 1pt solid #5b9bd5; border-bottom: 1pt none black; border-right: none; padding: 3.6pt 7.2pt; height: 30.55pt;"
width=
"48%"
>
<p
style=
" text-align: center; font-size: 10.5pt; line-height: 12.6px;"
align=
"center"
>
<span>
英语强化课程
</span>
<td>
<p>
营销管理与数字化营销
</p>
<p
style=
" text-align: center; font-size: 10.5pt; "
align=
"center"
>
<span>
Intensive English Program
</span>
<p>
Marketing Management and Digital Marketing
</p>
</td>
<td
style=
"width: 86.5px; border-top: 1pt solid #5b9bd5; border-bottom: 1pt solid #5b9bd5; border-left: 1pt solid #5b9bd5; border-image: initial; border-right: none; padding: 3.6pt 7.2pt; height: 30.55pt;"
width=
"13%"
>
<p
style=
" text-align: center; font-size: 10.5pt; line-height: 12.6px;"
align=
"center"
>
<span>
英文
</span>
</p>
<p
style=
" text-align: center; font-size: 10.5pt; line-height: 12.6px;"
align=
"center"
>
<span>
</span>
<td>
<p>
中文
</p>
</td>
<td
style=
"width: 152.391px; border-top: 1pt solid #5b9bd5; border-bottom: 1pt solid #5b9bd5; border-left: 1pt solid #5b9bd5; border-image: initial; border-right: none; background: #9cc2e5; padding: 3.6pt 7.2pt; height: 30.55pt;"
rowspan=
"8"
width=
"22%"
>
<p
style=
" text-align: center; font-size: 10.5pt; line-height: 12.6px;"
align=
"center"
>
<span>
</span>
</tr>
<tr>
<td>
<p>
管理沟通
</p>
<p
style=
" text-align: center; font-size: 10.5pt; line-height: 12.6px;"
align=
"center"
>
<span>
</span>
<p>
Communication Management
</p>
<p
style=
" text-align: center; font-size: 10.5pt; line-height: 12.6px;"
align=
"center"
>
<span>
中国
</span>
</td>
<td>
<p>
中文
</p>
</td>
</tr>
<tr
style=
"height: 1.15pt;"
>
<td
style=
"width: 357.641px; border-top: 1pt solid #5b9bd5; border-left: 1pt solid #5b9bd5; border-bottom: none; border-right: none; padding: 3.6pt 7.2pt; height: 1.15pt;"
width=
"48%"
>
<p
style=
" text-align: center; font-size: 10.5pt; line-height: 12.6px;"
align=
"center"
>
<span>
GMAT
</span><span>
强化课程
</span>
<tr>
<td>
<p>
组织行为与领导力
</p>
<p
style=
" text-align: center; font-size: 10.5pt; "
align=
"center"
>
<span>
Intensive GMAT Program
</span>
<p>
Organizational Behavior and Leadership
</p>
</td>
<td
style=
"width: 86.5px; border-top: 1pt solid #5b9bd5; border-bottom: 1pt solid #5b9bd5; border-left: 1pt solid #5b9bd5; border-image: initial; border-right: none; padding: 3.6pt 7.2pt; height: 1.15pt;"
width=
"13%"
>
<p
style=
" text-align: center; font-size: 10.5pt; line-height: 12.6px;"
align=
"center"
>
<span>
英文
</span>
<td>
<p>
中文
</p>
</td>
</tr>
<tr
style=
"height: 1.15pt;"
>
<td
style=
"width: 61.2344px; border-top: 1pt solid #5b9bd5; border-left: 1pt solid #5b9bd5; border-bottom: none; border-right: none; padding: 0cm; height: 1.15pt;"
colspan=
"2"
rowspan=
"4"
width=
"7%"
>
<p
style=
" text-align: center; font-size: 10.5pt; line-height: 12.6px;"
align=
"center"
>
<strong><span>
硕士先修课程
</span></strong>
</p>
</td>
<td
style=
"width: 357.641px; border-top: 1pt solid #5b9bd5; border-bottom: 1pt solid #5b9bd5; border-left: 1pt solid #5b9bd5; border-image: initial; border-right: none; padding: 3.6pt 7.2pt; height: 1.15pt;"
width=
"48%"
>
<p
style=
" text-align: center; font-size: 10.5pt; line-height: 12.6px;"
align=
"center"
>
<span>
会计基础与财务分析
</span>
<tr>
<td>
<p>
商法
</p>
<p
style=
" text-align: center; font-size: 10.5pt; line-height: 12.6px;"
align=
"center"
>
<span>
Accounting and Financial Analysis
</span>
<p>
Commercial Law
</p>
</td>
<td
style=
"width: 86.5px; border-top: 1pt solid #5b9bd5; border-bottom: 1pt solid #5b9bd5; border-left: 1pt solid #5b9bd5; border-image: initial; border-right: none; padding: 3.6pt 7.2pt; height: 1.15pt;"
width=
"13%"
>
<p
style=
" text-align: center; font-size: 10.5pt; line-height: 12.6px;"
align=
"center"
>
<span>
中文
</span>
<td>
<p>
中文
</p>
</td>
</tr>
<tr
style=
"height: 1.15pt;"
>
<td
style=
"width: 357.641px; border-top: 1pt solid #5b9bd5; border-bottom: 1pt solid #5b9bd5; border-left: 1pt solid #5b9bd5; border-image: initial; border-right: none; padding: 3.6pt 7.2pt; height: 1.15pt;"
width=
"48%"
>
<p
style=
" text-align: center; font-size: 10.5pt; line-height: 12.6px;"
align=
"center"
>
<span>
研究方法
</span>
</p>
<p
style=
" text-align: center; font-size: 10.5pt; line-height: 12.6px;"
align=
"center"
>
<span>
Research Methodology
</span>
<tr>
<td
rowspan=
"8"
>
<p>
国外课程
</p>
</td>
<td
style=
"width: 86.5px; border-top: 1pt solid #5b9bd5; border-bottom: 1pt solid #5b9bd5; border-left: 1pt solid #5b9bd5; border-image: initial; border-right: none; padding: 3.6pt 7.2pt; height: 1.15pt;"
width=
"13%"
>
<p
style=
" text-align: center; font-size: 10.5pt; line-height: 12.6px;"
align=
"center"
>
<span>
中文
</span>
<td
rowspan=
"8"
>
<p>
</p>
<p>
硕士项目
</p>
<p>
课程
</p>
</td>
</tr>
<tr
style=
"height: 1.15pt;"
>
<td
style=
"width: 357.641px; border-top: 1pt solid #5b9bd5; border-bottom: 1pt solid #5b9bd5; border-left: 1pt solid #5b9bd5; border-image: initial; border-right: none; padding: 3.6pt 7.2pt; height: 1.15pt;"
width=
"48%"
>
<p
style=
" text-align: center; font-size: 10.5pt; line-height: 12.6px;"
align=
"center"
>
<span>
投资学
</span>
<td>
<p>
设计思维与管理创新
</p>
<p
style=
" text-align: center; font-size: 10.5pt; line-height: 12.6px;"
align=
"center"
>
<span>
Investments
</span>
<p>
Design Thinking For Managers
</p>
</td>
<td
style=
"width: 86.5px; border-top: 1pt solid #5b9bd5; border-bottom: 1pt solid #5b9bd5; border-left: 1pt solid #5b9bd5; border-image: initial; border-right: none; padding: 3.6pt 7.2pt; height: 1.15pt;"
width=
"13%"
>
<p
style=
" text-align: center; font-size: 10.5pt; line-height: 12.6px;"
align=
"center"
>
<span>
中文
</span>
<td>
<p>
英文
</p>
</td>
<td
rowspan=
"8"
>
<p>
玛丽伍德大学/美国
</p>
</td>
</tr>
<tr
style=
"height: 1.15pt;"
>
<td
style=
"width: 357.641px; border-top: 1pt solid #5b9bd5; border-bottom: 1pt solid #5b9bd5; border-left: 1pt solid #5b9bd5; border-image: initial; border-right: none; padding: 3.6pt 7.2pt; height: 1.15pt;"
width=
"48%"
>
<p
style=
" text-align: center; font-size: 10.5pt; line-height: 12.6px;"
align=
"center"
>
<span>
数据模型与决策
</span>
<tr>
<td>
<p>
数字时代领导力
</p>
<p
style=
" text-align: center; font-size: 10.5pt; line-height: 12.6px;"
align=
"center"
>
<span>
Data Model and Decision-making
</span>
<p>
Leadership in the Information Age
</p>
</td>
<td
style=
"width: 86.5px; border-top: 1pt solid #5b9bd5; border-bottom: 1pt solid #5b9bd5; border-left: 1pt solid #5b9bd5; border-image: initial; border-right: none; padding: 3.6pt 7.2pt; height: 1.15pt;"
width=
"13%"
>
<p
style=
" text-align: center; font-size: 10.5pt; line-height: 12.6px;"
align=
"center"
>
<span>
中文
</span>
<td>
<p>
英文
</p>
</td>
</tr>
<tr
style=
"height: 1.15pt;"
>
<td
style=
"width: 42.0469px; border-top: 1pt solid #5b9bd5; border-bottom: 1pt solid #5b9bd5; border-left: 1pt solid #5b9bd5; border-image: initial; border-right: none; padding: 3.6pt 7.2pt; height: 1.15pt;"
colspan=
"2"
rowspan=
"2"
width=
"7%"
>
<p
style=
" text-align: center; font-size: 10.5pt; line-height: 12.6px;"
align=
"center"
>
<strong><span>
硕士项目课程
</span></strong>
<tr>
<td>
<p>
财务规划与管理
</p>
</td>
<td
style=
"width: 357.641px; border-top: 1pt solid #5b9bd5; border-bottom: 1pt solid #5b9bd5; border-left: 1pt solid #5b9bd5; border-image: initial; border-right: none; padding: 3.6pt 7.2pt; height: 1.15pt;"
width=
"48%"
>
<p
style=
" text-align: center; font-size: 10.5pt; line-height: 12.6px;"
align=
"center"
>
<span>
金融概率和统计
</span>
<p>
Financial Planning
</p>
<p
style=
" text-align: center; font-size: 10.5pt; line-height: 12.6px;"
align=
"center"
>
<span>
Probability and Statistics for Finance
</span>
<p>
And Management
</p>
</td>
<td
style=
"width: 86.5px; border-top: 1pt solid #5b9bd5; border-bottom: 1pt solid #5b9bd5; border-left: 1pt solid #5b9bd5; border-image: initial; border-right: none; padding: 3.6pt 7.2pt; height: 1.15pt;"
width=
"13%"
>
<p
style=
" text-align: center; font-size: 10.5pt; line-height: 12.6px;"
align=
"center"
>
<span>
中文
</span>
<td>
<p>
英文
</p>
</td>
</tr>
<tr
style=
"height: 1.15pt;"
>
<td
style=
"width: 357.641px; border-top: 1pt solid #5b9bd5; border-bottom: 1pt solid #5b9bd5; border-left: 1pt solid #5b9bd5; border-image: initial; border-right: none; padding: 3.6pt 7.2pt; height: 1.15pt;"
width=
"48%"
>
<p
style=
" text-align: center; font-size: 10.5pt; line-height: 12.6px;"
align=
"center"
>
<span>
金融学
</span>
<tr>
<td>
<p>
数字化运营管理
</p>
<p
style=
" text-align: center; font-size: 10.5pt; line-height: 12.6px;"
align=
"center"
>
<span>
Finance
</span>
<p>
Digital Operation Management
</p>
</td>
<td
style=
"width: 86.5px; border-top: 1pt solid #5b9bd5; border-bottom: 1pt solid #5b9bd5; border-left: 1pt solid #5b9bd5; border-image: initial; border-right: none; padding: 3.6pt 7.2pt; height: 1.15pt;"
width=
"13%"
>
<p
style=
" text-align: center; font-size: 10.5pt; line-height: 12.6px;"
align=
"center"
>
<span>
中文
</span>
<td>
<p>
英文
</p>
</td>
</tr>
<tr
style=
"height: 1.15pt;"
>
<td
style=
"width: 41.2656px; border-top: 1pt solid #5b9bd5; border-bottom: 1pt solid #5b9bd5; border-left: 1pt solid #5b9bd5; border-image: initial; border-right: none; padding: 3.6pt 7.2pt; height: 1.15pt;"
colspan=
"2"
rowspan=
"8"
width=
"7%"
>
<p
style=
" text-align: center; font-size: 10.5pt; line-height: 12.6px;"
align=
"center"
>
<strong><span>
第二学年
</span></strong>
<tr>
<td>
<p>
商业研究方法
</p>
<p>
Research Methodology
</p>
</td>
<td
style=
"width: 41.5781px; border-top: 1pt solid #5b9bd5; border-bottom: 1pt solid #5b9bd5; border-left: 1pt solid #5b9bd5; border-image: initial; border-right: none; padding: 3.6pt 7.2pt; height: 1.15pt;"
rowspan=
"8"
width=
"7%"
>
<p
style=
" text-align: center; font-size: 10.5pt; line-height: 12.6px;"
align=
"center"
>
<strong><span>
硕士项目课程
</span></strong>
<td>
<p>
英文
</p>
</td>
<td
style=
"width: 357.641px; border-top: 1pt solid #5b9bd5; border-bottom: 1pt solid #5b9bd5; border-left: 1pt solid #5b9bd5; border-image: initial; border-right: none; padding: 3.6pt 7.2pt; height: 1.15pt;"
width=
"48%"
>
<p
style=
" text-align: center; font-size: 10.5pt; line-height: 12.6px;"
align=
"center"
>
<span>
金融数据分析
</span>
</tr>
<tr>
<td>
<p>
商业智能
</p>
<p
style=
" text-align: center; font-size: 10.5pt; line-height: 12.6px;"
align=
"center"
>
<span>
Data Analysis for Finance
</span>
<p>
Business Intelligence
</p>
</td>
<td
style=
"width: 86.5px; border-top: 1pt solid #5b9bd5; border-bottom: 1pt solid #5b9bd5; border-left: 1pt solid #5b9bd5; border-image: initial; border-right: none; padding: 3.6pt 7.2pt; height: 1.15pt;"
width=
"13%"
>
<p
style=
" text-align: center; font-size: 10.5pt; line-height: 12.6px;"
align=
"center"
>
<span>
英文
</span>
<td>
<p>
英文
</p>
</td>
<td
style=
"width: 152.391px; border-top: 1pt solid #5b9bd5; border-bottom: 1pt solid #5b9bd5; border-left: 1pt solid #5b9bd5; border-image: initial; border-right: none; background: #9cc2e5; padding: 3.6pt 7.2pt; height: 1.15pt;"
rowspan=
"8"
width=
"22%"
>
<p
style=
" text-align: center; font-size: 10.5pt; line-height: 12.6px;"
align=
"center"
>
<span>
</span>
</p>
<p
style=
" text-align: center; font-size: 10.5pt; line-height: 12.6px;"
align=
"center"
>
<span>
</span>
</p>
<p
style=
" text-align: center; font-size: 10.5pt; line-height: 12.6px;"
align=
"center"
>
<span>
</span>
</tr>
<tr>
<td>
<p>
战略管理
</p>
<p
style=
" text-align: center; font-size: 10.5pt; line-height: 12.6px;"
align=
"center"
>
<span>
</span>
<p>
Policy Formulation and Strategic Management
</p>
<p
style=
" text-align: center; font-size: 10.5pt; line-height: 12.6px;"
align=
"center"
>
<span>
</span>
</td>
<td>
<p>
英文
</p>
<p
style=
" text-align: center; font-size: 10.5pt; line-height: 12.6px;"
align=
"center"
>
<span>
</span>
</td>
</tr>
<tr>
<td>
<p>
数字化管理信息系统
</p>
<p
style=
" text-align: center; font-size: 10.5pt; line-height: 12.6px;"
align=
"center"
>
<span>
美国
</span>
<p>
Advanced Topics in Management Information Systems
</p>
<p
style=
" text-align: center; font-size: 10.5pt; line-height: 12.6px;"
align=
"center"
>
<span>
</span>
</td>
<td>
<p>
英文
</p>
<p
style=
" text-align: center; font-size: 10.5pt; line-height: 12.6px;"
align=
"center"
>
<span>
</span>
</td>
</tr>
</tbody>
</table>
<p>
注:课程随教学计划可能会有调整,以实际开课为准。
</p>
<p>
专业二:管理信息系统硕士 (M.S. in Management Information Systems)
</p>
<table
border=
"1"
cellspacing=
"0"
cellpadding=
"0"
width=
"100%"
class=
"table"
>
<colgroup>
<col
width=
"80"
/>
<col
width=
"80"
/>
<col
width=
""
/>
<col
width=
"50"
/>
<col
width=
"100"
/>
</colgroup>
<tbody>
<tr>
<th
colspan=
"2"
>
<p>
课程模块
</p>
</th>
<th>
<p>
课程名称
</p>
</th>
<th>
<p>
语言
</p>
</th>
<th>
<p>
授课方/地点
</p>
</th>
</tr>
<tr>
<td
rowspan=
"7"
>
<p>
国内课程
</p>
<p
style=
" text-align: center; font-size: 10.5pt; line-height: 12.6px;"
align=
"center"
>
<span>
</span>
</td>
<td>
<p>
强化课程
</p>
<p
style=
" text-align: center; font-size: 10.5pt; line-height: 12.6px;"
align=
"center"
>
<span>
</span>
</td>
<td>
<p>
英语强化课程
</p>
<p
style=
" text-align: center; font-size: 10.5pt; line-height: 12.6px;"
align=
"center"
>
<span>
</span>
<p>
Intensive English Program
</p>
<p
style=
" text-align: center; font-size: 10.5pt; line-height: 12.6px;"
align=
"center"
>
<span>
</span>
</td>
<td>
<p>
英文
</p>
</td>
<td
rowspan=
"7"
>
<p>
项目中国招生与教学中心/中国
</p>
</td>
</tr>
<tr
style=
"height: 1.15pt;"
>
<td
style=
"width: 357.641px; border-top: 1pt solid #5b9bd5; border-bottom: 1pt solid #5b9bd5; border-left: 1pt solid #5b9bd5; border-image: initial; border-right: none; padding: 3.6pt 7.2pt; height: 1.15pt;"
width=
"48%"
>
<p
style=
" text-align: center; font-size: 10.5pt; line-height: 12.6px;"
align=
"center"
>
<span>
风险管理
</span>
<tr>
<td
rowspan=
"2"
>
<p>
</p>
<p
style=
" text-align: center; font-size: 10.5pt; line-height: 12.6px;"
align=
"center"
>
<span>
Risk Management
</span>
<p>
硕士先修
</p>
</td>
<td
style=
"width: 86.5px; border-top: 1pt solid #5b9bd5; border-bottom: 1pt solid #5b9bd5; border-left: 1pt solid #5b9bd5; border-image: initial; border-right: none; padding: 3.6pt 7.2pt; height: 1.15pt;"
width=
"13%"
>
<p
style=
" text-align: center; font-size: 10.5pt; line-height: 12.6px;"
align=
"center"
>
<span>
英文
</span>
<p>
课程
</p>
</td>
</tr>
<tr
style=
"height: 1.15pt;"
>
<td
style=
"width: 357.641px; border-top: 1pt solid #5b9bd5; border-bottom: 1pt solid #5b9bd5; border-left: 1pt solid #5b9bd5; border-image: initial; border-right: none; padding: 3.6pt 7.2pt; height: 1.15pt;"
width=
"48%"
>
<p
style=
" text-align: center; font-size: 10.5pt; line-height: 12.6px;"
align=
"center"
>
<span>
行为金融学
</span>
<td>
<p>
金融英语
</p>
<p
style=
" text-align: center; font-size: 10.5pt; line-height: 12.6px;"
align=
"center"
>
<span>
Behavioral Finance
</span>
<p>
Financial English
</p>
</td>
<td
style=
"width: 86.5px; border-top: 1pt solid #5b9bd5; border-bottom: 1pt solid #5b9bd5; border-left: 1pt solid #5b9bd5; border-image: initial; border-right: none; padding: 3.6pt 7.2pt; height: 1.15pt;"
width=
"13%"
>
<p
style=
" text-align: center; font-size: 10.5pt; line-height: 12.6px;"
align=
"center"
>
<span>
英文
</span>
<td>
<p>
英文
</p>
</td>
</tr>
<tr
style=
"height: 6.7pt;"
>
<td
style=
"width: 357.641px; border-top: 1pt solid #5b9bd5; border-bottom: 1pt solid #5b9bd5; border-left: 1pt solid #5b9bd5; border-image: initial; border-right: none; padding: 3.6pt 7.2pt; height: 6.7pt;"
width=
"48%"
>
<p
style=
" text-align: center; font-size: 10.5pt; line-height: 12.6px;"
align=
"center"
>
<span>
财务管理
</span>
<tr>
<td>
<p>
经济学原理
</p>
<p
style=
" text-align: center; font-size: 10.5pt; line-height: 12.6px;"
align=
"center"
>
<span>
Financial Management
</span>
<p>
Principle of Economics
</p>
</td>
<td
style=
"width: 86.5px; border-top: 1pt solid #5b9bd5; border-bottom: 1pt solid #5b9bd5; border-left: 1pt solid #5b9bd5; border-image: initial; border-right: none; padding: 3.6pt 7.2pt; height: 6.7pt;"
width=
"13%"
>
<p
style=
" text-align: center; font-size: 10.5pt; line-height: 12.6px;"
align=
"center"
>
<span>
英文
</span>
<td>
<p>
中文
</p>
</td>
</tr>
<tr
style=
"height: 1.15pt;"
>
<td
style=
"width: 357.641px; border-top: 1pt solid #5b9bd5; border-bottom: 1pt solid #5b9bd5; border-left: 1pt solid #5b9bd5; border-image: initial; border-right: none; padding: 3.6pt 7.2pt; height: 1.15pt;"
width=
"48%"
>
<p
style=
" text-align: center; font-size: 10.5pt; line-height: 12.6px;"
align=
"center"
>
<span>
投资分析
</span>
<tr>
<td
rowspan=
"4"
>
<p>
</p>
<p
style=
" text-align: center; font-size: 10.5pt; line-height: 12.6px;"
align=
"center"
>
<span>
Investment Analysis
</span>
<p>
硕士项目
</p>
</td>
<td
style=
"width: 86.5px; border-top: 1pt solid #5b9bd5; border-bottom: 1pt solid #5b9bd5; border-left: 1pt solid #5b9bd5; border-image: initial; border-right: none; padding: 3.6pt 7.2pt; height: 1.15pt;"
width=
"13%"
>
<p
style=
" text-align: center; font-size: 10.5pt; line-height: 12.6px;"
align=
"center"
>
<span>
英文
</span>
<p>
课程
</p>
</td>
</tr>
<tr
style=
"height: 1.15pt;"
>
<td
style=
"width: 357.641px; border-top: 1pt solid #5b9bd5; border-bottom: 1pt solid #5b9bd5; border-left: 1pt solid #5b9bd5; border-image: initial; border-right: none; padding: 3.6pt 7.2pt; height: 1.15pt;"
width=
"48%"
>
<p
style=
" text-align: center; font-size: 10.5pt; line-height: 12.6px;"
align=
"center"
>
<span>
银行管理
</span>
<td>
<p>
数据模型与决策
</p>
<p
style=
" text-align: center; font-size: 10.5pt; line-height: 12.6px;"
align=
"center"
>
<span>
Bank Management
</span>
<p>
Data Model and Decision-Making
</p>
</td>
<td
style=
"width: 86.5px; border-top: 1pt solid #5b9bd5; border-bottom: 1pt solid #5b9bd5; border-left: 1pt solid #5b9bd5; border-image: initial; border-right: none; padding: 3.6pt 7.2pt; height: 1.15pt;"
width=
"13%"
>
<p
style=
" text-align: center; font-size: 10.5pt; line-height: 12.6px;"
align=
"center"
>
<span>
英文
</span>
<td>
<p>
中文
</p>
</td>
</tr>
<tr
style=
"height: 1.15pt;"
>
<td
style=
"width: 357.641px; border-top: 1pt solid #5b9bd5; border-bottom: 1pt solid #5b9bd5; border-left: 1pt solid #5b9bd5; border-image: initial; border-right: none; padding: 3.6pt 7.2pt; height: 1.15pt;"
width=
"48%"
>
<p
style=
" text-align: center; font-size: 10.5pt; line-height: 12.6px;"
align=
"center"
>
<span>
合并与收购
</span>
<tr>
<td>
<p>
研究方法
</p>
<p
style=
" text-align: center; font-size: 10.5pt; line-height: 12.6px;"
align=
"center"
>
<span>
Mergers and Acquisition
</span>
<p>
Research Methodology
</p>
</td>
<td
style=
"width: 86.5px; border-top: 1pt solid #5b9bd5; border-bottom: 1pt solid #5b9bd5; border-left: 1pt solid #5b9bd5; border-image: initial; border-right: none; padding: 3.6pt 7.2pt; height: 1.15pt;"
width=
"13%"
>
<p
style=
" text-align: center; font-size: 10.5pt; line-height: 12.6px;"
align=
"center"
>
<span>
英文
</span>
<td>
<p>
中文
</p>
</td>
</tr>
<tr
style=
"height: 1.15pt;"
>
<td
style=
"width: 357.641px; border-top: 1pt solid #5b9bd5; border-bottom: 1pt solid #5b9bd5; border-left: 1pt solid #5b9bd5; border-image: initial; border-right: none; padding: 3.6pt 7.2pt; height: 1.15pt;"
width=
"48%"
>
<p
style=
" text-align: center; font-size: 10.5pt; line-height: 12.6px;"
align=
"center"
>
<span>
顶点课程
</span>
<tr>
<td>
<p>
组织行为与领导力
</p>
<p
style=
" text-align: center; font-size: 10.5pt; line-height: 12.6px;"
align=
"center"
>
<span>
Finance Capstone Course
</span>
<p>
Organizational Behavior and Leadership
</p>
</td>
<td
style=
"width: 86.5px; border-top: 1pt solid #5b9bd5; border-bottom: 1pt solid #5b9bd5; border-left: 1pt solid #5b9bd5; border-image: initial; border-right: none; padding: 3.6pt 7.2pt; height: 1.15pt;"
width=
"13%"
>
<p
style=
" text-align: center; font-size: 10.5pt; line-height: 12.6px;"
align=
"center"
>
<span>
英文
</span>
<td>
<p>
中文
</p>
</td>
</tr>
</tbody>
</table>
<p
style=
"font-size: 10.5pt; "
><span>
</span></p>
<h2
style=
"margin: 13pt 0cm;line-height: 32px; break-after: avoid; font-size: 16pt; font-family: Arial, sans-serif;"
>
<a
name=
"_Toc12926"
></a><span
style=
"font-size: 10.5pt; "
>
4.
</span><span
style=
"font-size: 10.5pt; "
>
申请
</span
><span
style=
"font-size: 10.5pt; "
>
要求
</span>
</h2>
<p
class=
"MsoListParagraph"
style=
"margin: 0cm 0cm 0cm 21pt;text-indent: -21pt; font-size: 10.5pt; "
>
<span
>
1)
<span
style=
"font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: 'Times New Roman';"
>
</span></span
><span>
GPA
</span>
</p>
<p
class=
"MsoListParagraph"
style=
"margin: 0cm 0cm 0cm 21pt;text-indent: 0cm; font-size: 10.5pt; "
>
<span>
在校
<span>
GPA
</span>
不低于
<span>
3.0
</span>
或经审核具有研究生学习潜力的优秀学生。
</span>
</p>
<p
style=
"margin: 0cm 0cm 0cm 21pt;font-size: 10.5pt; text-indent: -21pt; "
>
<span
>
2)
<span
style=
"font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: 'Times New Roman';"
>
</span></span
><span>
GMAT
</span>
</p>
<p
style=
"font-size: 10.5pt; "
><span>
1. GMAT 550
</span><span>
分及以上
</span></p>
<p
style=
"font-size: 10.5pt; "
>
<span>
2.
</span
><span
>
无
<span>
GMAT
</span>
成绩或
<span>
GMAT
</span>
低于
<span>
550
</span>
分的申请者,入学后须参加
<span>
GMAT
</span>
强化课程并考试合格
</span
>
<tr>
<td>
<p>
营销管理与数字化营销
</p>
<p
style=
"font-size: 10.5pt; "
><span>
3
</span><span>
)语言
</span></p>
<p
style=
"margin: 0cm 0cm 0cm 21pt;font-size: 10.5pt; "
>
<span>
1.
</span
><span>
托福
≥
<span>
80
</span>
分或雅思
≥
<span>
6.5
</span>
分(单项不低于
<span>
6.0
</span>
)
</span>
<p>
Marketing Management and Digital Marketing
</p>
<p
style=
"margin: 0cm 0cm 0cm 21pt;font-size: 10.5pt; "
>
<span>
2.
</span
><span
>
无法满足上述语言要求但符合下列情况之一的申请者,入学后须参加英语强化课程学习并于第二学年赴美国参加纽约州立大学石溪分校组织的语言考试且合格
</span
>
</td>
<td>
<p>
中文
</p>
<p
style=
"margin: 0cm 0cm 0cm 21pt;font-size: 10.5pt; text-indent: -21pt; "
>
<span
style=
"font-family: Wingdings;"
>
l
<span
style=
"font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: 'Times New Roman';"
>
</span></span
><span>
Duolingo
</span><span>
≥
<span>
105
</span>
分
</span>
</p>
<p
style=
"margin: 0cm 0cm 0cm 21pt;font-size: 10.5pt; text-indent: -21pt; "
>
<span
style=
"font-family: Wingdings;"
>
l
<span
style=
"font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: 'Times New Roman';"
>
</span></span
><span>
iTEP Academic
</span><span>
≥
<span>
4.0
</span></span>
</p>
<p
style=
"margin: 0cm 0cm 0cm 21pt;font-size: 10.5pt; text-indent: -21pt; "
>
<span
style=
"font-family: Wingdings;"
>
l
<span
style=
"font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: 'Times New Roman';"
>
</span></span
><span>
CET-6
</span><span>
(大学英语六级)
≥
<span>
450
</span>
分
</span>
</p>
<p
style=
"margin: 0cm 0cm 0cm 21pt;font-size: 10.5pt; text-indent: -21pt; "
>
<span
style=
"font-family: Wingdings;"
>
l
<span
style=
"font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: 'Times New Roman';"
>
</span></span
><span>
75
</span><span>
分
≤
托福
<span>
<
80
</span>
分
</span>
</p>
<p
style=
"margin: 0cm 0cm 0cm 21pt;font-size: 10.5pt; text-indent: -21pt; "
>
<span
style=
"font-size: 9pt; line-height: 18px; font-family: Wingdings;"
>
l
<span
style=
"font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: 'Times New Roman';"
>
</span></span
><span>
6.0
</span><span>
分(单项不低于
<span>
5.5
</span>
)
≤
雅思
<span>
<
6.5
</span>
分
</span>
</p>
<h2
style=
"margin: 13pt 0cm;line-height: 32px; break-after: avoid; font-size: 16pt; font-family: Arial, sans-serif;"
>
<span
style=
"font-size: 10.5pt; "
>
5.
</span><span
style=
"font-size: 10.5pt; "
>
学历认证
</span>
</h2>
<img
src=
"https://webapp-pub.ezijing.com/project/marywood-plus-stu/guide_2.png"
/>
<img
src=
"https://webapp-pub.ezijing.com/project/marywood-plus-stu/guide_3.png"
/>
<p
style=
" font-size: 10.5pt; "
align=
"left"
>
<span
style=
"font-size: 11pt; line-height: 22px; "
>
</span>
</p>
<p
style=
" font-size: 10.5pt; text-indent: 22pt; "
align=
"left"
>
<span
style=
"font-size: 11pt; line-height: 22px; "
>
学生毕业可获美国纽约州立大学石溪分校全日制金融学硕士学位证书,回国可申请中留服学历认证。
<span
>
</span
></span
>
</td>
</tr>
<tr>
<td
rowspan=
"8"
>
<p>
国外课程
</p>
<h2
style=
"margin: 13pt 0cm;line-height: 32px; break-after: avoid; font-size: 16pt; font-family: Arial, sans-serif;"
>
<span
style=
"font-size: 10.5pt; "
>
6.
</span><span
style=
"font-size: 10.5pt; "
>
招生计划
</span>
</h2>
<p>
2022秋季学期限招20人
</p>
<h2
style=
"margin: 13pt 0cm;line-height: 32px; break-after: avoid; font-size: 16pt; font-family: Arial, sans-serif;"
>
<span
style=
"font-size: 10.5pt;"
>
7.
</span><span
style=
"font-size: 10.5pt; "
>
报名申请
</span>
</h2>
<p
style=
"font-size: 10.5pt; "
>
<span
>
登录
<span
><a
href=
"https://sbu-plus-stu.ezijing.com/"
target=
"_blank"
>
https://sbu-plus-stu.ezijing.com/
</a></span
>
在线申请,完成后将如下纸质材料提交至汕头大学指定办公室:
</span
>
</td>
<td
rowspan=
"8"
>
<p>
</p>
<p
style=
"font-size: 10.5pt; "
><span>
1.
</span><span>
身份证复印件
</span></p>
<p
style=
"font-size: 10.5pt; "
><span>
2.
</span><span>
本科学历学位复印件(在读本科生出具在读证明即可)
</span></p>
<p
style=
"font-size: 10.5pt; "
><span>
3.
</span><span>
本科成绩单
</span></p>
<p
style=
"font-size: 10.5pt; "
><span>
4.
</span><span>
个人简历(英文)
</span></p>
<p
style=
"font-size: 10.5pt; "
><span>
5.
</span><span>
个人陈述(英文)
</span></p>
<p
style=
"font-size: 10.5pt; "
><span>
6.
</span><span>
两寸免冠彩色照片(白底,两张)
</span></p>
<p
style=
"font-size: 10.5pt; "
>
<span>
7.
</span
><span
>
英语成绩单
<sup><span>
*
</span></sup></span
>
<p>
硕士项目
</p>
<p
style=
"font-size: 10.5pt; "
>
<span
style=
"font-size: 10pt; line-height: 20px; "
>
*
</span
><span
style=
"font-size: 9pt; line-height: 18px; "
>
成绩单类型包括:大学英语六级、托福、雅思、
<span>
Duolingo
</span>
、
<span>
iTEP Academic
</span></span
>
<p>
课程
</p>
<h2
style=
"margin: 13pt 0cm;line-height: 32px; break-after: avoid; font-size: 16pt; font-family: Arial, sans-serif;"
>
<span
style=
"font-size: 10.5pt; "
>
8.
</span><span
style=
"font-size: 10.5pt; "
>
录取流程
</span>
</h2>
<p
style=
"font-size: 10.5pt; "
><span>
1
</span><span>
)材料审核
</span></p>
<p
style=
"font-size: 10.5pt; "
>
<span>
招生办审核学生提交的材料,根据审核结果反馈给申请人。
</span>
</p>
<p
style=
"font-size: 10.5pt; "
><span>
2
</span><span>
)面试
</span></p>
<p
style=
"font-size: 10.5pt; "
>
<span>
对符合条件的申请人进行面试,面试合格预录取。
</span>
</p>
<p
class=
"MsoListParagraph"
style=
"margin: 0cm 0cm 0cm 21pt;text-indent: -21pt; font-size: 10.5pt; "
>
<span
>
1)
<span
style=
"font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: 'Times New Roman';"
>
</span></span
><span>
录取通知书
</span>
</p>
<p
class=
"MsoListParagraph"
style=
"margin: 0cm 0cm 0cm 21pt;text-indent: -21pt; font-size: 10.5pt; "
>
<span
>
2)
<span
style=
"font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: 'Times New Roman';"
>
</span></span
><span
style=
"font-family: 华文楷体;"
>
缴纳学费并签订入学协议
</span>
</p>
<p
class=
"MsoListParagraph"
style=
"margin: 0cm 0cm 0cm 21pt;text-indent: -21pt; font-size: 10.5pt; "
>
<span
>
3)
<span
style=
"font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: 'Times New Roman';"
>
</span></span
><span
style=
"font-family: 华文楷体;"
>
注册入学
</span>
</p>
<p
style=
"font-size: 10.5pt; "
>
<strong><span>
</span></strong>
</p>
<p
style=
"font-size: 10.5pt; "
>
<strong><span>
9.
</span></strong
><strong
><span>
学习费用
<span>
:
</span></span></strong
>
</td>
<td>
<p>
运营分析与管理
</p>
<p
style=
"font-size: 10.5pt; "
>
<span>
第1学年(中国)
</span><span>
共
</span><span>
计为29
</span><span>
,
</span><span>
840美元
</span
><sup><span
style=
"line-height: 17.5px; "
>
*
</span></sup
><span>
,合人民币190
</span><span>
,
</span><span>
976元
</span><span>
包含:
</span>
</p>
<p
style=
"font-size: 10.5pt; text-indent: 0cm; "
>
<span>
1)
</span><span>
学费:20
</span><span>
,
</span><span>
240美元
</span>
</p>
<p
style=
"font-size: 10.5pt; text-indent: 0cm; "
>
<span>
2)
</span><sup><span
style=
"line-height: 17.5px; "
>
*
</span></sup
><span>
英语强化课程
</span><span>
费用:
</span><span>
4,600
</span><span>
美元
</span>
</p>
<p
style=
"font-size: 10.5pt; text-indent: 0cm; "
>
<span>
3)
</span><sup><span
style=
"line-height: 17.5px; "
>
*
</span></sup
><span>
GMAT
</span><span>
强化课程费用:
<span>
5,000
</span>
美元
</span>
</p>
<p
style=
"font-size: 10.5pt; "
>
<sup><span
style=
"font-size: 8pt; line-height: 16px; "
>
*
</span></sup
><span
style=
"font-size: 8pt; line-height: 16px; "
>
托福80分及以上
</span
><span
style=
"font-size: 8pt; line-height: 16px; "
>
或雅思
<span>
6.5
</span>
且单项不低于
<span>
6.0
</span>
申请者
</span
><span
style=
"font-size: 8pt; line-height: 16px; "
>
,
</span
><span
style=
"font-size: 8pt; line-height: 16px; "
>
可
</span
><span
style=
"font-size: 8pt; line-height: 16px; "
>
免除
</span
><span
style=
"font-size: 8pt; line-height: 16px; "
>
英语强化课程
</span
><span
style=
"font-size: 8pt; line-height: 16px; "
>
费用
</span>
</p>
<p
style=
"font-size: 10.5pt; "
>
<sup><span
style=
"font-size: 8pt; line-height: 16px; "
>
*
</span></sup
><span
style=
"font-size: 8pt; line-height: 16px; "
>
GMAT550
</span
><span
style=
"font-size: 8pt; line-height: 16px; "
>
分及以上申请者,可免除
<span>
GMAT
</span>
强化课程费用
</span>
</p>
<p
style=
"font-size: 10.5pt; text-align:right "
>
<span
style=
"font-size: 9pt; line-height: 18px; "
>
(
</span
><span
style=
"font-size: 9pt; line-height: 18px; "
>
各项费用均以
</span
><span
style=
"font-size: 9pt; line-height: 18px; "
>
汇率6.4计算)
</span>
</p>
<p
style=
"font-size: 10.5pt; "
>
<span>
第2学年(美国)
</span>
</p>
<p
style=
"font-size: 10.5pt; "
>
<span>
学费约为30
</span><span>
,
</span
><span>
351美元(包括学费与保险费),具体情况参照纽约州立大学石溪分校官方收费标准详见:
</span
><span
><a
style=
"color: blue;"
href=
"https://www.stonybrook.edu/bursar/tuition/"
><span><span>
https://www.stonybrook.edu/bursar/tuition/
</span></span></a
><span><span>
费用由学员以美元形
</span></span></span
><span>
式向纽约州立大学石溪分校缴纳。
”
</span>
</p>
<p
style=
"font-size: 10.5pt; "
>
<strong><span>
</span></strong>
</p>
<p
style=
"font-size: 10.5pt; "
>
<strong><span>
10. 2022
</span></strong
><strong><span>
秋季学期校历
</span></strong>
</p>
<p
style=
"font-size: 10.5pt; "
>
<strong><span>
</span></strong>
</p>
<table
class=
"MsoNormalTable"
style=
"border: none; "
border=
"1"
width=
"100%"
cellspacing=
"0"
cellpadding=
"0"
align=
"left"
>
<tbody>
<tr
style=
"height: 16pt;"
>
<td
style=
"width: 100.65pt; border-width: 1pt; border-color: windowtext; border-image: initial; padding: 0cm 5.4pt; height: 16pt;"
nowrap=
"nowrap"
width=
"134"
>
<p
style=
" text-align: center; font-size: 10.5pt; "
align=
"center"
>
<span
style=
"font-size: 9pt; "
>
阶段
</span>
<p>
Operational Analysis and Management
</p>
</td>
<td
style=
"width: 163.1pt; border-top-width: 1pt; border-top-color: windowtext; border-right-width: 1pt; border-right-color: windowtext; border-bottom-width: 1pt; border-bottom-color: windowtext; border-image: initial; border-left: none; padding: 0cm 5.4pt; height: 16pt;"
nowrap=
"nowrap"
width=
"217"
>
<p
style=
" text-align: center; font-size: 10.5pt; "
align=
"center"
>
<span
style=
"font-size: 9pt; "
>
事项
</span>
<td>
<p>
英文
</p>
</td>
<td
style=
"width: 176.2pt; border-top-width: 1pt; border-top-color: windowtext; border-right-width: 1pt; border-right-color: windowtext; border-bottom-width: 1pt; border-bottom-color: windowtext; border-image: initial; border-left: none; padding: 0cm 5.4pt; height: 16pt;"
nowrap=
"nowrap"
width=
"235"
>
<p
style=
" text-align: center; font-size: 10.5pt; "
align=
"center"
>
<span
style=
"font-size: 9pt; "
>
时间
</span>
</p>
<td
rowspan=
"8"
>
<p>
玛丽伍德大学/美国
</p>
</td>
</tr>
<tr
style=
"height: 16pt;"
>
<td
style=
"width: 100.65pt; border-right-width: 1pt; border-right-color: windowtext; border-bottom-width: 1pt; border-bottom-color: windowtext; border-left-width: 1pt; border-left-color: windowtext; border-image: initial; border-top: none; padding: 0cm 5.4pt; height: 16pt;"
rowspan=
"2"
nowrap=
"nowrap"
width=
"134"
>
<p
style=
" text-align: center; font-size: 10.5pt; "
align=
"center"
>
<span
style=
"font-size: 9pt; "
>
申请与预录取
</span>
<tr>
<td>
<p>
政策制定与战略管理
</p>
</td>
<td
style=
"width: 163.1pt; border-top: none; border-left: none; border-bottom-width: 1pt; border-bottom-color: windowtext; border-right-width: 1pt; border-right-color: windowtext; padding: 0cm 5.4pt; height: 16pt;"
nowrap=
"nowrap"
width=
"217"
>
<p
style=
" text-align: center; font-size: 10.5pt; "
align=
"center"
>
<span
style=
"font-size: 9pt; "
>
在线申请
</span>
<p>
Policy Formulation and Strategic Management
</p>
</td>
<td
style=
"width: 176.2pt; border-top: none; border-left: none; border-bottom-width: 1pt; border-bottom-color: windowtext; border-right-width: 1pt; border-right-color: windowtext; padding: 0cm 5.4pt; height: 16pt;"
nowrap=
"nowrap"
width=
"235"
>
<p
style=
" text-align: center; font-size: 10.5pt; "
align=
"center"
>
<span
style=
"font-size: 9pt; "
>
2022
</span
><span
style=
"font-size: 9pt; "
>
年
<span>
7
</span>
月
<span>
15
</span>
日(截止)
</span>
<td>
<p>
英文
</p>
</td>
</tr>
<tr
style=
"height: 16pt;"
>
<td
style=
"width: 163.1pt; border-top: none; border-left: none; border-bottom-width: 1pt; border-bottom-color: windowtext; border-right-width: 1pt; border-right-color: windowtext; padding: 0cm 5.4pt; height: 16pt;"
nowrap=
"nowrap"
width=
"217"
>
<p
style=
" text-align: center; font-size: 10.5pt; "
align=
"center"
>
<span
style=
"font-size: 9pt; "
>
预录取
</span>
<tr>
<td>
<p>
商业智能
</p>
<p>
Business Intelligence
</p>
</td>
<td
style=
"width: 176.2pt; border-top: none; border-left: none; border-bottom-width: 1pt; border-bottom-color: windowtext; border-right-width: 1pt; border-right-color: windowtext; padding: 0cm 5.4pt; height: 16pt;"
nowrap=
"nowrap"
width=
"235"
>
<p
style=
" text-align: center; font-size: 10.5pt; "
align=
"center"
>
<span
style=
"font-size: 9pt; "
>
2022
</span
><span
style=
"font-size: 9pt; "
>
年
<span>
7
</span>
月
<span>
31
</span>
日(截止)
</span>
<td>
<p>
英文
</p>
</td>
</tr>
<tr
style=
"height: 16pt;"
>
<td
style=
"width: 100.65pt; border-right-width: 1pt; border-right-color: windowtext; border-bottom-width: 1pt; border-bottom-color: windowtext; border-left-width: 1pt; border-left-color: windowtext; border-image: initial; border-top: none; padding: 0cm 5.4pt; height: 16pt;"
rowspan=
"4"
nowrap=
"nowrap"
width=
"134"
>
<p
style=
" text-align: center; font-size: 10.5pt; "
align=
"center"
>
<span
style=
"font-size: 9pt; "
>
第
<span>
1
</span>
学年
</span>
<tr>
<td>
<p>
数字化管理信息系统
</p>
<p
style=
" text-align: center; font-size: 10.5pt; "
align=
"center"
>
<span
style=
"font-size: 9pt; "
>
</span>
<p>
Advanced Topics in Management Information Systems
</p>
</td>
<td
style=
"width: 163.1pt; border-top: none; border-left: none; border-bottom-width: 1pt; border-bottom-color: windowtext; border-right-width: 1pt; border-right-color: windowtext; padding: 0cm 5.4pt; height: 16pt;"
nowrap=
"nowrap"
width=
"217"
>
<p
style=
" text-align: center; font-size: 10.5pt; "
align=
"center"
>
<span
style=
"font-size: 9pt; "
>
强化课程
</span>
</p>
</td>
<td
style=
"width: 176.2pt; border-top: none; border-left: none; border-bottom-width: 1pt; border-bottom-color: windowtext; border-right-width: 1pt; border-right-color: windowtext; padding: 0cm 5.4pt; height: 16pt;"
nowrap=
"nowrap"
width=
"235"
>
<p
style=
" text-align: center; font-size: 10.5pt; "
align=
"center"
>
<span
style=
"font-size: 9pt; "
>
2022
</span
><span
style=
"font-size: 9pt; "
>
年
<span>
8
</span>
月
<span>
-2023
</span>
年
<span>
1
</span>
月
</span>
<td>
<p>
英文
</p>
</td>
</tr>
<tr
style=
"height: 16pt;"
>
<td
style=
"width: 163.1pt; border-top: none; border-left: none; border-bottom-width: 1pt; border-bottom-color: windowtext; border-right-width: 1pt; border-right-color: windowtext; padding: 0cm 5.4pt; height: 16pt;"
nowrap=
"nowrap"
width=
"217"
>
<p
style=
" text-align: center; font-size: 10.5pt; "
align=
"center"
>
<span
style=
"font-size: 9pt; "
>
硕士先修课程
</span>
<tr>
<td>
<p>
数据库管理系统
</p>
<p>
Database Management Systems
</p>
</td>
<td
style=
"width: 176.2pt; border-top: none; border-left: none; border-bottom-width: 1pt; border-bottom-color: windowtext; border-right-width: 1pt; border-right-color: windowtext; padding: 0cm 5.4pt; height: 16pt;"
nowrap=
"nowrap"
width=
"235"
>
<p
style=
" text-align: center; font-size: 10.5pt; "
align=
"center"
>
<span
style=
"font-size: 9pt; "
>
2023
</span
><span
style=
"font-size: 9pt; "
>
年
<span>
2
</span>
月
<span>
-2023
</span>
年
<span>
6
</span>
月
</span>
<td>
<p>
英文
</p>
</td>
</tr>
<tr
style=
"height: 15.4pt;"
>
<td
style=
"width: 163.1pt; border-top: none; border-left: none; border-bottom-width: 1pt; border-bottom-color: windowtext; border-right-width: 1pt; border-right-color: windowtext; padding: 0cm 5.4pt; height: 15.4pt;"
nowrap=
"nowrap"
width=
"217"
>
<p
style=
" text-align: center; font-size: 10.5pt; "
align=
"center"
>
<span
style=
"font-size: 9pt; "
>
硕士项目课程
</span>
<tr>
<td>
<p>
会计信息系统
</p>
<p>
Accounting Information Systems
</p>
</td>
<td
style=
"width: 176.2pt; border-top: none; border-left: none; border-bottom-width: 1pt; border-bottom-color: windowtext; border-right-width: 1pt; border-right-color: windowtext; padding: 0cm 5.4pt; height: 15.4pt;"
nowrap=
"nowrap"
width=
"235"
>
<p
style=
" text-align: center; font-size: 10.5pt; "
align=
"center"
>
<span
style=
"font-size: 9pt; "
>
2023
</span
><span
style=
"font-size: 9pt; "
>
年
<span>
2
</span>
月
<span>
-2023
</span>
年
<span>
6
</span>
月
</span>
<td>
<p>
英文
</p>
</td>
</tr>
<tr
style=
"height: 16pt;"
>
<td
style=
"width: 163.1pt; border-top: none; border-left: none; border-bottom-width: 1pt; border-bottom-color: windowtext; border-right-width: 1pt; border-right-color: windowtext; padding: 0cm 5.4pt; height: 16pt;"
nowrap=
"nowrap"
width=
"217"
>
<p
style=
" text-align: center; font-size: 10.5pt; "
align=
"center"
>
<span
style=
"font-size: 9pt; "
>
办理出国手续
</span>
<tr>
<td>
<p>
系统分析与设计
</p>
<p>
Systems Analysis and Design: Industrial Problem-Solving
</p>
</td>
<td
style=
"width: 176.2pt; border-top: none; border-left: none; border-bottom-width: 1pt; border-bottom-color: windowtext; border-right-width: 1pt; border-right-color: windowtext; padding: 0cm 5.4pt; height: 16pt;"
nowrap=
"nowrap"
width=
"235"
>
<p
style=
" text-align: center; font-size: 10.5pt; "
align=
"center"
>
<span
style=
"font-size: 9pt; "
>
2023
</span
><span
style=
"font-size: 9pt; "
>
年
<span>
6
</span>
月
<span>
-2023
</span>
年
<span>
8
</span>
月
</span>
<td>
<p>
英文
</p>
</td>
</tr>
<tr
style=
"height: 16pt;"
>
<td
style=
"width: 100.65pt; border-right-width: 1pt; border-right-color: windowtext; border-bottom-width: 1pt; border-bottom-color: windowtext; border-left-width: 1pt; border-left-color: windowtext; border-image: initial; border-top: none; padding: 0cm 5.4pt; height: 16pt;"
rowspan=
"2"
nowrap=
"nowrap"
width=
"134"
>
<p
style=
" text-align: center; font-size: 10.5pt; "
align=
"center"
>
<span
style=
"font-size: 9pt; "
>
第
<span>
2
</span>
学年
</span>
<tr>
<td>
<p>
商业信息安全与连续性
</p>
<p
style=
" text-align: center; font-size: 10.5pt; "
align=
"center"
>
<span
style=
"font-size: 9pt; "
>
</span>
<p>
Business Information Security and Continuity
</p>
</td>
<td
style=
"width: 163.1pt; border-top: none; border-left: none; border-bottom-width: 1pt; border-bottom-color: windowtext; border-right-width: 1pt; border-right-color: windowtext; padding: 0cm 5.4pt; height: 16pt;"
nowrap=
"nowrap"
width=
"217"
>
<p
style=
" text-align: center; font-size: 10.5pt; "
align=
"center"
>
<span
style=
"font-size: 9pt; "
>
硕士项目课程
</span>
<td>
<p>
英文
</p>
</td>
<td
style=
"width: 176.2pt; border-top: none; border-left: none; border-bottom-width: 1pt; border-bottom-color: windowtext; border-right-width: 1pt; border-right-color: windowtext; padding: 0cm 5.4pt; height: 16pt;"
nowrap=
"nowrap"
width=
"235"
</tr>
</tbody>
</table>
<p>
注:课程随教学计划可能会有调整,以实际开课为准。
</p>
<p><strong>
八、
</strong><strong>
授课师资(部分)
</strong></p>
<p><img
src=
"https://webapp-pub.ezijing.com/project/marywood/mary-tea-t1.png"
width=
"100"
/></p>
<p>
<strong>
Arthur Comstock
</strong>
</p>
<p>
<strong>
理海大学博士
</strong>
</p>
<p>
<strong>
教授兼系主任
</strong>
</p>
<p><img
src=
"https://webapp-pub.ezijing.com/project/marywood/mary-tea-t2.png"
width=
"100"
/></p>
<p>
<strong>
Chris Speicher
</strong>
</p>
<p>
<strong>
天普大学博士
</strong>
</p>
<p>
<strong>
副教授
</strong>
</p>
<p><img
src=
"https://webapp-pub.ezijing.com/project/marywood/mary-tea-t5.png"
width=
"100"
/></p>
<p>
<strong>
Uldarico Rex Dumdum
</strong>
</p>
<p>
<strong>
纽约州立大学宾汉姆顿分校博士
</strong>
</p>
<p>
<strong>
副教授
</strong>
</p>
<p><img
src=
"https://webapp-pub.ezijing.com/project/marywood/mary-tea-t4.png"
width=
"100"
/></p>
<p>
<strong>
Monica Law
</strong>
</p>
<p>
<strong>
宾夕法尼亚州立大学博士
</strong>
</p>
<p>
<strong>
副教授
</strong>
</p>
<p>
<strong>
九、证书与学位
</strong>
</p>
<p>
学生毕业可获得玛丽伍德大学全日制硕士学位证书,回国可申请中留服学历认证,享受留学生福利待遇。
</p>
<p
style=
"text-align: center;"
>
<img
src=
"https://webapp-pub.ezijing.com/project/marywood-plus/pc-cert-en.png"
width=
"400px"
/>
<img
src=
"https://webapp-pub.ezijing.com/project/marywood-plus/pc-cert-cn1.png"
width=
"400px"
/>
</p>
<p>
<strong>
十、项目学费
</strong>
</p>
<p><strong>
第
</strong><strong>
1
</strong><strong>
学年(中国)
</strong></p>
<p>
1.学费:人民币48,640元
</p>
<p>
2. 英语强化课程费用:人民币29,440元
</p>
<p>
以上费合计人民币78,080元。由学生向项目官方授权中国招生与教学中心-清控紫荆教育支付。
</p>
<p>
*注:托福≥79分或雅思≥6.0申请者,可免除英语强化课程费用。
</p>
<p><strong>
第
</strong><strong>
2
</strong><strong>
学年(美国)
</strong></p>
<p>
约20,000美金,其中学费12,000美金,住宿费8,000美金。
</p>
<p>
费用由学员以美金形式向玛丽伍德大学缴纳。
</p>
<p>
具体情况参照玛丽伍德大学官方收费标准:
<a
href=
"https://www.marywood.edu/cashier/tuition-and-fees/"
target=
"_blank"
>
https://www.marywood.edu/cashier/tuition-and-fees/
</a
>
<p
style=
" text-align: center; font-size: 10.5pt; "
align=
"center"
>
<span
style=
"font-size: 9pt; "
>
2023
</span
><span
style=
"font-size: 9pt; "
>
年
<span>
8
</span>
月
<span>
-2024
</span>
年
<span>
8
</span>
月
</span>
</p>
</td>
</tr>
<tr
style=
"height: 22pt;"
>
<td
style=
"width: 163.1pt; border-top: none; border-left: none; border-bottom-width: 1pt; border-bottom-color: windowtext; border-right-width: 1pt; border-right-color: windowtext; padding: 0cm 5.4pt; height: 22pt;"
nowrap=
"nowrap"
width=
"217"
<p>
<strong>
报名咨询
</strong>
</p>
<p>
玛丽伍德大学国际硕士保研项目中国招生与教学中心
</p>
<p>
电话:010-62790329
</p>
<p>
邮箱:
<a
href=
"mailto:admission_Marywood@ezijing.com"
_href=
"mailto:admission_Marywood@ezijing.com"
>
admission_Marywood@ezijing.com
</a
>
<p
style=
" text-align: center; font-size: 10.5pt; "
align=
"center"
>
<span
style=
"font-size: 9pt; "
>
毕业
</span>
</p>
</td>
<td
style=
"width: 176.2pt; border-top: none; border-left: none; border-bottom-width: 1pt; border-bottom-color: windowtext; border-right-width: 1pt; border-right-color: windowtext; padding: 0cm 5.4pt; height: 22pt;"
nowrap=
"nowrap"
width=
"235"
<p>
官网:
<a
href=
"https://marywood-plus.ezijing.com/"
_href=
"https://marywood-plus.ezijing.com/"
>
https://marywood-plus.ezijing.com/
</a
>
<p
style=
" text-align: center; font-size: 10.5pt; "
align=
"center"
>
<span
style=
"font-size: 9pt; "
>
2024
</span><span
style=
"font-size: 9pt; "
>
年
<span>
9
</span>
月
</span>
</p>
</td
>
</tr>
</tbody
>
<
/table
>
<p
>
招办企微
</p
>
<
p><img
src=
"https://webapp-pub.ezijing.com/project/marywood-plus/marywood_wechat.png"
/></p
>
</div>
</
template
>
...
...
@@ -1069,3 +871,41 @@ export default {
layout
:
'sign'
}
</
script
>
<
style
lang=
"scss"
scoped
>
.table
{
border
:
1px
solid
#dadada
;
p
{
margin
:
0
;
}
th
{
font-size
:
14px
;
padding
:
20px
0
;
text-align
:
center
;
}
td
{
font-size
:
13px
;
padding
:
10px
;
text-align
:
center
;
p
{
line-height
:
2
;
}
}
.c1
{
color
:
#fff
;
background-color
:
#931638
;
}
.c2
{
color
:
#fff
;
background-color
:
#aa1941
;
}
.c3
{
color
:
#fff
;
background-color
:
#931638
;
}
.c4
{
color
:
#fff
;
background-color
:
#aa1941
;
}
}
</
style
>
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论