幻灯片 1

Size: px
Start display at page:

Download "幻灯片 1"

Transcription

1 高维数据可视化 巫英才

2 大数据和高维数据可视化

3 目录 数据维度高维数据可视化 数据变换数据呈现数据交互

4 数据维度

5 一维数据

6 二维数据

7 三维数据 Elmqvist et al. IEEE TVCG 2008

8 多维数据 身高 体重 年龄 性别 教育程 度 籍贯 张三 180cm 65kg 23 男大学上海 李四 168cm 55kg 18 女高中浙江 赵五 175cm 75kg 53 男初中广东

9 简单的思路 增加视觉通道, 以表达更多的属性信息 散点的形状 填充形式 颜色 大小等

10 简单的思路 多视图协调关联

11 更高维度

12 高维数据可视化

13 数据变换

14 降低维度 使用线性或非线性变换把高维数据投影到低维空间 投影保留重要的关系 ( 无信息损失 ; 保持数据区分等 ) 降低维度

15 方法 线性方法 * 主成分分析 (PCA) * 多维尺度分析 (Multidimensional Scaling,MDS) * 非负矩阵分解 (NMF) 非线性方法 * ISOMAP * 局部线性嵌套 (LLE)

16 主成分分析 (PCA) 最大化投影后的方差 最小化投影后的损失 第二主成分 数据点 * * * * * * * * * * * * * * * * * * * * * * * * 第一主成分 原始坐标轴

17 主成分分析 (PCA) 最大化投影后的方差 最小化投影后的损失 第二主成分 数据点 * * * * * * * * * * * * * * * * * * * * * * * * 第一主成分 原始坐标轴

18 方差 (1/2) 方差描述变量的信息量 y x 数据点 Noise * * * * * * * * * * * * * * * * * * * * * * * * Signal

19 方差 (2/2) 空间的中心点 xx = 1 NN NN ii=1 xx ii 假设 uu 为投影向量, 投影后的方差为 1 NN NN ii=1 NN (uu TT xx ii uu TT xx) 2 = 1 NN ii=1 uu TT (xx ii xx)(xx ii xx) TT uu 协方差矩阵 方差为 NN SS = 1 NN ii=1 (xx ii xx)(xx ii xx) TT uu TT SSSS

20 最大化投影后的方差 方差为 uu TT SSuu 最大化此方差 Maximize (uu TT SSuu) 同时满足 uu TT uu = 1 运用拉格朗日乘子法 uu TT SSuu + λλ 1 uu TT uu 将上式求导, 使之为 0, 得到 : SSSS = λλuu

21 特征向量 也就是 SSuu = λλuu uu TT SSuu = λλ 降维后方差所对应的是协方差矩阵的特征值为了使方差最大, 选择最大的特征值最大特征值所对应的特征向量为最佳投影方向

22 特征值谱

23 PCA 应用于脸部数据 64 x 64 = 4096

24 PCA 应用于脸部数据 把每个脸部重建为一系列人脸基或特征人脸的线性组合 平均的人脸

25 重建 90% 的方差是可以被前 50 个特征向量捕获 只需 50 张基图像就可以重建存在的人脸

26 问题 : 基于 PCA 的可视化过程 主成分难以理解 空间转换难以联系 方法 : 基于 PCA 的可视化过程 Müller et al. APVIS 2006

27 用第一主成分排列数据

28 关联映射空间和原始空间

29 多维尺度分析 (MDS) 基于数据集相似程度的降维方法 在某些情况下, 只能够衡量数据点之间的距离

30 输入 多维尺度分析 (MDS) 数据点 X 间的相似矩阵 M, 以及投影的维度 K 输出 所有数据点在 K 维平面上的坐标 Y 投影空间 ( 平面 ) 中点对间的相似度尽量逼近原始空间的相似度

31 目标函数 多维尺度分析运用优化的方法来降维 JJ YY = ii<jj(dd ii,jj δδ ii,jj ) 2 ii<jj δδ ii,jj 2 δδ ii,jj 是数据点 i 和 j 之间在原始空间的相似度 dd ii,jj 是数据点 i 和 j 之间在 K 空间的相似度 YY 是数据集在 K 空间的投影

32 MDS 与 PCA 如果将数据点的相似度定义为数据点之间的欧式距离, 那么 MDS 等价于 PCA MDS 允许定义不同的相似度, 因而更加灵活

33 已知一些城市间的距离 实例 : 美国地图

34 MDS 的结果

35 MDS 的运用案例分析 Cui et al. IEEECG&A 2010

36 文档数据

37 商业咨询和情报分析 文本分析

38 字云

39 不适合做对比分析 字云

40 直接的方法

41 挑战 (1/2) 富有语义意义布局 V.S. 紧凑的布局

42 挑战 (2/2) 稳定的动态布局

43 基本概念 一个话题由一组语义相关的关键词所定义 两个关键词如果经常在文本集里面出现在一起, 他们就被认为是语义相关的

44 我们的方法 基于上下文的动态字云可视化方法 语义关系和空间利用 多个字云之间的稳定布局

45 趋势线图 + 动态字云 系统总揽图

46 基于信息熵 字云的相似度 H(X): X 所含的信息 H(X;Y): X 和 Y 所共有的信息 H(X Y): X 所独有的信息 衡量当前时间点所独有的信息

47 关键词提取 1. 对文档做分词, 生成一个单词集合 2. 用 Porter Stemmer 清理单词 3. 生成一个 co-occurrence graph 4. 用 LexRank 提取关键词

48 生成初始字云 1. 生成关键词的相似矩阵 2. 利用 MDS 生成关键词的散点图 3. 将关键词放入相应的位置, 利用力学模型生成字云

49 基于力的字云生成

50 Example: AIG News Data 13,828 articles (Jan. 14, 2008 to Apr. 5, 2009)

51 Example: AIG News Data

52 Example: Apple News 1933 news articles from NYT ( )

53 Example: Apple News 1933 news articles from NYT ( )

54 Example: Apple News 1933 news articles from NYT ( )

55 数据呈现

56 高维数据呈现方法 基于点的方法 散点矩阵 径向布局基于线的方法 线图 平行坐标 径向轴基于区域的方法 柱状图 表格显示 像素图 维度堆叠 马赛克图基于样本的方法 切尔诺夫脸谱图 邮票图

57 高维数据呈现方法 基于点的方法 散点矩阵 径向布局基于线的方法 线图 平行坐标 径向轴基于区域的方法 柱状图 表格显示 像素图 维度堆叠 马赛克图基于样本的方法 切尔诺夫脸谱图 邮票图

58 散点矩阵

59 散点矩阵 使用一个二维散点图表达每对维度之间的关系 直观显示两个维度间的相关性 散点图数目与数据维度平方成正比

60 改进 使用自动方法寻找散点图矩阵中可能感兴趣的散点图 聚类特征 维度相关性特征 A. Tatu, G. Albuquerque, M. Eisemann, P. Bak, H. Theisel, M. Magnor, and D. Keim, Automated Analytical Methods to Support Visual Exploration of High-Dimensional Data, IEEE Transactions on Visualization and Computer Graphics, vol. 17, no. 5, pp , 2011.

61 有特征的维度对

62 径向布局法

63 径向布局法 基于弹簧模型的圆形布局方法 将代表 N 维的 N 个锚点至于圆周上 根据 N 个锚点作用的 N 种力量将数据点散布于圆内

64

65 线图

66 线图 单变量可视化方法 通过多子图 多线条等方法可以延伸表示高维数据 通过不同的视觉通道编码不同的数据属性

67 Twitter 上的爆炸性新闻的传播 Hu et al. ACM CHI 2012

68 Twitter broke Bin Laden s death

69 Twitter broke Bin Laden s death 9:45 pm: White House announces Pres. Obama speech

70 Twitter broke Bin Laden s death 10:24 pm: Keith Urbahn tweets about Osama rumor

71 Twitter broke Bin Laden s death 10:45 pm: ABC, NBC & CBS report Bin Laden s death

72 Twitter broke Osama Bin Laden s death 11:30 pm: Pres. Obama begins remarks

73 Data May 1 st 10:20 pm EST May 2 nd 12:20 am EST laden 614,976 tweets Sampled (roughly 10%)

74 Did Twitter Break the news? Tweets posted between 10:20 and 10:45 pm

75 News Jill Jackson CBS News Capitol Hill Keith Urbahn - Chief of staff of former defense secretary Donald Brian Stelter New York Times reporter Mentions per min @brianstelter 22:21 22:23 22:25 22:28 22:30 22:33 22:35 22:37 22:39 22:41 22:43 22:45 Time

76 News breakers Mentions per min @brianstelter 10:24 pm 10:32 pm 22:21 22:23 22:25 22:28 22:30 22:33 22:35 22:37 22:39 22:41 22:43 22:45 Time

77 Did Twitter convince its audience? All English Tweets in data set: 420,134 Certainty classification Certain: They caught Osama Bin Laden! Uncertain: Rumor, Bin Laden dead. Don t know for sure. Irrelevant: Obama: "the US is not and never will be at war with Islam Bin Laden was not a Muslim leader; he was a mass murderer... Classifier Training set: 300 tweets, 2 raters agreed on 235 (78.3%) SVM with bag-of-words as features Cross-validation: 75.8% overall confidence

78 Did Twitter convince its audience? Keith Urbahn % of tweets classified as certain ABC, NBC and CBS 22:21 22:28 22:35 22:41 22:46 22:51 22:55 22:59 23:02 23:06 23:09 23:13 23:16 23:20 23:23 23:27 23:30 23:34 23:37 23:41 23:45 23:48 23:52 23:56 0:00 0:05 0:10 0:15 Time Obama speech

79 Who generated the buzz? 100 accounts mentioned in 18.10% of sampled tweets Mainstream @cnnbrk Media Twitter Real-life Political people & Osama, News

80 Who generated the buzz? Mentions per min media people mass media celebrities :21 22:43 22:57 23:09 23:21 23:32 23:45 23:57 0:14 Time 80

81 What did people share? 9.69% tweets contain links Top 26 sites made up 58.8% of total valid links URL number / tweet number 22:21 22:28 22:35 22:41 22:46 22:51 22:55 22:59 23:02 23:06 23:09 23:13 23:16 23:20 23:23 23:27 23:30 23:34 23:37 23:41 23:45 23:48 23:52 23:56 0:00 0:05 0:10 0:15 81

82 cnn.com msn.com nytimes.com twitpic.com yfrog.com globo.com twitlonger.com youtube.com tumblr.com reuters.com tmi.me lockerz.com mashable.com go.com bbc.co.uk wsj.com facebook.com whitehouse.gov huffingtonpost.com aljazeera.net yahoo.com google.com foxnews.com uol.com.br blogspot.com globovision.com Mass media and government 64.07% Video & image sharing, social networks, blogs and tweet-shortening services 35.93%

83 Discussion People are willing to trust information from social media if the sources are credible Concentration of attention on elite users Different groups of elite users play different parts Journalists utilize personal social media accounts to break news

84 高维数据分析案例 酒店客户点评信息的可视分析

85 Customer Opinion Analysis Online customer feedback Customer behavior analysis Businesses Examples Identify influencing factors Avoid negative word-of-mouth Customer feedback from TripAdvisor.com Word-of-mouth

86 Analysis Task NOT for superficial questions, e.g., What is the overall customer opinion? What are the difference of customer opinions?

87 Traditional Analysis Approach A content analysis procedure Complaints are classified into categories Further relationship analysis is conducted It becomes challenging Large-scale Heterogeneous High-dimensional

88 Visual Text Analysis Visual analytics is the science of analytical reasoning facilitated by interactive visual interfaces [Thomas and Cook, 2005] Visual text analysis Visual analytics of text data Appropriate for customer analysis Keim et al., 2006

89 Opinion Visualization Morinaga et al. (KDD 2002) Gamon et al. (IDA 2005) Chen et al. (VAST 2006) Wanner et al. (VISSW2009) Gamon et al. (ICWSM 2008) Gregory et al. (SST 2006)

90 Challenges Challenging customer opinion analysis High-dimensional and heterogeneous data Ambiguous meanings of words Uncertainty and Trustworthiness No clear boundary between opinions

91 Our Solution: OpinionSeer Communicate opinion-mining results and facilitate the analytical reasoning process

92 Feature-based Opinion Mining A feature-based opinion-mining technique Major features (room, location, etc) Feature-entity mapping scheme Sentiment keyword dictionary Mining results A positive and a negative scores for each feature

93 Uncertainty Modeling (1/2) Uncertainty in the opinion mining results Simultaneous positive and negative opinions Inaccurate detection of opinions Uncertainty modeled by Gaussian

94 Uncertainty Modeling (2/2) The overall uncertainty score for a feature u = α*n +/- (μ 1, σ 1 ) + β*(1-n (μ 2, σ 2 )) N +/- indicates uncertainty from the difference between the positive and negative scores N denotes the certainty from the sentence length α = β = 0.5 The extracted opinion is (b, d, u) b and d: positive score and negative score u: uncertain score b + d + u = 1

95 Opinion Combination Combine multiple selected opinions Overall opinion of a group of products Overall opinion of a group of features General approaches do not work Negative Opinion Positive Opinion

96 Subjective Logic Subjective logic: a type of probabilistic logic Every opinion is represented as (b, d, u) b and d : positive and negative scores u: uncertainty A number of opinion operators defined in subjective logic

97 AND Operator Combine the opinions of a customer on multiple features The combined opinion ω x y of two opinions (b x, d x, u x ) and (b y, d y, u y ) for feature x and y

98 Fusion Operator Combine the opinions of multiple customers on the same feature The fused opinion of two opinions and for feature Customer A and Customer B on feature x

99 Opinion Visualization Opinion Wheel Opinion triangle Opinion rings

100 Opinion Triangle Opinion P (b,d,u) b: positive d: negative u: uncertain b + d + u = 1 Negative Opinions Uncertain P u Uncertain Opinions Positive Opinions Negative Positive Equilateral triangle

101 Opinion Ring (1/2) Opinion correlations Five radial layouts Size -> volume color -> category

102 Opinion Ring (2/2) Temporal and geographic rings

103 Data for Experiments Experimental data Customer feedback from Hong Kong Hotel at TripAdvisor.com High diversity of the cultural backgrounds of the customers

104 Experiments Comparison of two opinion groups of high-class hotels and low-class hotels in terms of trip type Group A Group B

105 Experiments Correlation between customer opinions and their trip types Trip type

106 Experiments Correlation between customer opinions and their genders

107 Experiments Correlation between customer opinions and their ages

108 Experiments Geography patterns Uncertainty Uncertainty Negative Positive Negative Positive

109 Experiments

110 谢谢 巫英才 Bing Yingcai Wu to find my webpage

「本港青少年網上行為」調查

「本港青少年網上行為」調查 1) 2) Analysis of Local Net Group : the Implications of the Study on Net Behavior of Youth in Hong Kong CHAN King Chuen Information & Research Manager, Breakthrough CHAN Chi Fu Investigator of Research

More information

2007 3,, 1981 : :, :,,,, :,,, ( ) ;,, :, : :, :, 1984 : 1999,218 2

2007 3,, 1981 : :, :,,,, :,,, ( ) ;,, :, : :, :, 1984 : 1999,218 2 2007 9 17 3 China s Borderland History and Geography Studies Sep12007 Vol117 No13 :,1964 : 1, 100006,20 20 40,,,, 1938 1941 1946 1997 1995 1 2007 3,, 1981 : :, :,,,, :,,, ( ) ;,, :, : 1981 4 :, :, 1984

More information

I

I The Effect of Guided Discovery on The Learning Achievement and Learning Transfer of Grade 5 Students in Primary Schools I II Abstract The Effect of Guided Discovery on The Learning Achievement And Learning

More information

擬稿

擬稿 立法會 CB(2)29/09-10(03) 號文件 2009 10 22 : 2. 2009 9 13 3. ( 59 ) () ( 59I ) ( ( 59AC ) ( 509 4. - 2 - ( ) ( 5. 50 6. ( ) 2003 2003 ( ) 7. ( ) VA 2 ( ) VA 20 12 8. ( ) ( ) 20 12 - 3-9. 20 12 50 12 10. 1 (

More information

Logitech Wireless Combo MK45 English

Logitech Wireless Combo MK45 English Logitech Wireless Combo MK45 Setup Guide Logitech Wireless Combo MK45 English................................................................................... 7..........................................

More information

中 國 語 文 卷 一 : 閱 讀 能 力 考 核 考 試 範 圍 : 新 高 中 中 國 語 文 新 編 第 三 冊 單 元 九 十 十 一 ; 第 四 冊 單 元 十 二 小 說 與 文 化 ( 選 修 單 元 ): 英 雄 與 俠 義 考 試 模 式 : ( 全 答 )( 佔 全 科 30%)

中 國 語 文 卷 一 : 閱 讀 能 力 考 核 考 試 範 圍 : 新 高 中 中 國 語 文 新 編 第 三 冊 單 元 九 十 十 一 ; 第 四 冊 單 元 十 二 小 說 與 文 化 ( 選 修 單 元 ): 英 雄 與 俠 義 考 試 模 式 : ( 全 答 )( 佔 全 科 30%) 附 件 2 2015-2016 年 度 下 學 期 考 試 中 五 級 考 試 範 圍 及 溫 習 資 料 目 錄 考 試 科 目 考 試 時 限 頁 數 中 國 語 文 卷 一 ( 閱 讀 ):1 小 時 15 分 鐘 2-3 卷 二 ( 作 文 ):1 小 時 30 分 鐘 卷 三 ( 聆 聽 及 綜 合 能 力 ):1 小 時 40 分 鐘 卷 四 ( 說 話 ) English Language

More information

5-25袁宏钧.indd

5-25袁宏钧.indd 第 24 卷 第 5 期 2015 年 5 月 碘 131 doi:10.3978/j.issn.1005-6947.2015.05.005 http://dx.doi.org/10.3978/j.issn.1005-6947.2015.05.005 Chinese Journal of General Surgery, 2015, 24(5):643 647. Chinese Journal of

More information

168 健 等 木醋对几种小浆果扦插繁殖的影响 第1期 the view of the comprehensive rooting quality, spraying wood vinegar can change rooting situation, and the optimal concent

168 健 等 木醋对几种小浆果扦插繁殖的影响 第1期 the view of the comprehensive rooting quality, spraying wood vinegar can change rooting situation, and the optimal concent 第 31 卷 第 1 期 2013 年 3 月 经 济 林 研 究 Nonwood Forest Research Vol. 31 No.1 Mar. 2013 木醋对几种小浆果扦插繁殖的影响 健 1,2 杨国亭 1 刘德江 2 (1. 东北林业大学 生态研究中心 黑龙江 哈尔滨 150040 2. 佳木斯大学 生命科学学院 黑龙江 佳木斯 154007) 摘 要 为了解决小浆果扦插繁殖中生根率及成活率低等问题

More information

acl2017_linguistically-regularized-lstm-MinlieHuang

acl2017_linguistically-regularized-lstm-MinlieHuang ACL 2017 Linguistically Regularized LSTM for Sentiment Classification Qiao Qian, Minlie Huang, Jinhao Lei, Xiaoyan Zhu Dept. of Computer Science Tsinghua University 1 aihuang@tsinghua.edu.cn Outline Introduction

More information

國立中山大學學位論文典藏.PDF

國立中山大學學位論文典藏.PDF 國 立 中 山 大 學 企 業 管 理 學 系 碩 士 論 文 以 系 統 動 力 學 建 構 美 食 餐 廳 異 國 麵 坊 之 管 理 飛 行 模 擬 器 研 究 生 : 簡 蓮 因 撰 指 導 教 授 : 楊 碩 英 博 士 中 華 民 國 九 十 七 年 七 月 致 謝 詞 寫 作 論 文 的 過 程 是 一 段 充 滿 艱 辛 與 淚 水 感 動 與 窩 心 的 歷 程, 感 謝 這 一

More information

(Pattern Recognition) 1 1. CCD

(Pattern Recognition) 1 1. CCD ********************************* ********************************* (Pattern Recognition) 1 1. CCD 2. 3. 4. 1 ABSTRACT KeywordsMachine Vision, Real Time Inspection, Image Processing The purpose of this

More information

汉语口语考试

汉语口语考试 自 动 化 汉 语 口 语 考 试 研 发 与 思 考 Research and Thoughts of Automated Test of Spoken Chinese 北 京 大 学 李 晓 琪 Peking University Li Xiaoqi 2012 年 4 月 April 2012 项 目 概 述 Project Overview 简 介 (Brief Introduction):

More information

Microsoft PowerPoint - Sens-Tech WCNDT [兼容模式]

Microsoft PowerPoint - Sens-Tech WCNDT [兼容模式] X-ray data acquisition systems for NDT applications 技股份有限公司 先锋科技股份有限公司 科技股份有限公司 先锋科技股份有限公司 www Sens-Tech Ltd UK based company 40 Staff Specialise in detection and data acquisition systems for light and

More information

Dan Buettner / /

Dan Buettner / / 39 1 2015 1 Vol. 39 No. 1 January 2015 74 Population Research 80 + /60 + 90 + 90 + 0 80 100028 Measuring and Comparing Population Longevity Level across the Regions of the World Lin Bao Abstract Appropriate

More information

勤 學 * 卓 越 * 快 樂 成 長 本 校 在 老 師 群 策 群 力 共 同 討 論 下, 型 塑 了 學 校 願 景 : 勤 學 卓 越 快 樂 成 長 ( 一 ) 勤 學 運 用 真 的 力 量 培 養 勤 學, 以 語 文 教 為 基 礎 紮 根 ( 二 ) 卓 越 利 用 美 的 感

勤 學 * 卓 越 * 快 樂 成 長 本 校 在 老 師 群 策 群 力 共 同 討 論 下, 型 塑 了 學 校 願 景 : 勤 學 卓 越 快 樂 成 長 ( 一 ) 勤 學 運 用 真 的 力 量 培 養 勤 學, 以 語 文 教 為 基 礎 紮 根 ( 二 ) 卓 越 利 用 美 的 感 桃 園 市 復 旦 國 民 小 學 104 學 年 度 學 校 課 程 計 畫 壹 依 據 貳 目 的 一 教 基 本 法 第 13 條, 國 民 教 法 第 4 條 二 教 部 92 公 佈 之 國 民 中 小 學 九 年 一 貫 課 程 綱 要 三 桃 園 市 政 府 推 動 國 民 中 小 學 九 年 一 貫 課 程 實 施 計 畫 四 桃 園 市 政 府 97.5.29 府 教 數 字 第

More information

Microsoft Word - 王家岭矿难报道的意识形态差异(2011.2译文)(修正).doc

Microsoft Word - 王家岭矿难报道的意识形态差异(2011.2译文)(修正).doc 王 家 岭 矿 难 报 道 的 意 识 形 态 差 异 以 媒 介 框 架 理 论 为 分 析 角 度 陈 岳 芬 李 立 1 ( 汕 头 大 学 长 江 新 闻 与 传 播 学 院, 汕 头 515063; 成 都 大 学 文 学 与 新 闻 传 播 学 院, 成 都 610106) [ 摘 要 ] 媒 介 是 意 识 形 态 操 作 的 主 要 场 所, 媒 介 对 灾 难 和 灾 难 救 援

More information

PCA+LDA 14 1 PEN mL mL mL 16 DJX-AB DJ X AB DJ2 -YS % PEN

PCA+LDA 14 1 PEN mL mL mL 16 DJX-AB DJ X AB DJ2 -YS % PEN 21 11 2011 11 COMPUTER TECHNOLOGY AND DEVELOPMENT Vol. 21 No. 11 Nov. 2011 510006 PEN3 5 PCA + PCA+LDA 5 5 100% TP301 A 1673-629X 2011 11-0177-05 Application of Electronic Nose in Discrimination of Different

More information

A Community Guide to Environmental Health

A Community Guide to Environmental Health 102 7 建 造 厕 所 本 章 内 容 宣 传 推 广 卫 生 设 施 104 人 们 需 要 什 么 样 的 厕 所 105 规 划 厕 所 106 男 女 对 厕 所 的 不 同 需 求 108 活 动 : 给 妇 女 带 来 方 便 110 让 厕 所 更 便 于 使 用 111 儿 童 厕 所 112 应 急 厕 所 113 城 镇 公 共 卫 生 设 施 114 故 事 : 城 市 社

More information

01 招 生 简 章 03 考 试 说 明 04 笔 试 样 题 2 emba.pbcsf.tsinghua.edu.cn

01 招 生 简 章 03 考 试 说 明 04 笔 试 样 题 2 emba.pbcsf.tsinghua.edu.cn 01 招 生 简 章 03 考 试 说 明 04 笔 试 样 题 2 emba.pbcsf.tsinghua.edu.cn 清 华 五 道 口 金 融 EMBA 招 生 简 章 金 融 EMBA 教 育 中 心 2012 年, 为 加 快 现 代 金 融 学 科 建 设, 培 养 高 端 金 融 人 才, 促 进 金 融 界 与 金 融 教 育 界 的 联 系, 提 高 金 融 研 究 水 平, 推

More information

10 ( ) ( ) [5] 1978 : [1] (P13) [6] [1] (P217) [7] [1] (P19) : : [1] [4] (P1347) (P18) 1985 : [1] (P343) 1300 : [1] (P12) 1984 :

10 ( ) ( ) [5] 1978 : [1] (P13) [6] [1] (P217) [7] [1] (P19) : : [1] [4] (P1347) (P18) 1985 : [1] (P343) 1300 : [1] (P12) 1984 : 27 3 ( ) Vol.27 No.3 2010 5 Journal of Shenzhen University (Humanities & Social Sciences) May 2010 ( 518060) : ; : ; : ; ; ; ; : F 127.9 :A :1000-260X(2010)03-0009-13 30 [2] : [2] (P381) 1979 : : [3] :1978

More information

untitled

untitled 01 1. 2. 3. 4. 5. (1973) (The Purpose Of Business Is To Creat And Keep A Customer) 2 01 (personal consumer) (organization consumer) 1-1 VS Nicosia(1966) (resell) Engel, Kollat and Blackwell(1973) (Demby,

More information

SVM OA 1 SVM MLP Tab 1 1 Drug feature data quantization table

SVM OA 1 SVM MLP Tab 1 1 Drug feature data quantization table 38 2 2010 4 Journal of Fuzhou University Natural Science Vol 38 No 2 Apr 2010 1000-2243 2010 02-0213 - 06 MLP SVM 1 1 2 1 350108 2 350108 MIP SVM OA MLP - SVM TP391 72 A Research of dialectical classification

More information

「人名權威檔」資料庫欄位建置表

「人名權威檔」資料庫欄位建置表 ( version 0.2) 1 3 3 3 3 5 6 9.... 11 Entities - Relationship Model..... 12 13 14 16 2 ( ) Int Varchar Text byte byte byte Id Int 20 Name Surname Varchar 20 Forename Varchar 20 Alternate Type Varchar 10

More information

填 写 要 求 一 以 word 文 档 格 式 如 实 填 写 各 项 二 表 格 文 本 中 外 文 名 词 第 一 次 出 现 时, 要 写 清 全 称 和 缩 写, 再 次 出 现 时 可 以 使 用 缩 写 三 涉 密 内 容 不 填 写, 有 可 能 涉 密 和 不 宜 大 范 围 公

填 写 要 求 一 以 word 文 档 格 式 如 实 填 写 各 项 二 表 格 文 本 中 外 文 名 词 第 一 次 出 现 时, 要 写 清 全 称 和 缩 写, 再 次 出 现 时 可 以 使 用 缩 写 三 涉 密 内 容 不 填 写, 有 可 能 涉 密 和 不 宜 大 范 围 公 2013 年 度 上 海 高 校 市 级 精 品 课 程 申 报 表 ( 本 科 ) 学 校 名 称 东 华 大 学 课 程 名 称 计 算 机 系 统 与 网 络 技 术 课 程 类 型 理 论 课 ( 不 含 实 践 ) 理 论 课 ( 含 实 践 ) 实 验 ( 践 ) 课 所 属 一 级 学 科 名 称 所 属 二 级 学 科 名 称 课 程 负 责 人 申 报 日 期 工 科 计 算 机

More information

Emperor Qianlong s integration of Tibetan Buddhism into the way he rule the country achieved an impressive result. Thus this dissertation also attempt

Emperor Qianlong s integration of Tibetan Buddhism into the way he rule the country achieved an impressive result. Thus this dissertation also attempt Journal of China Institute of Technology Vol.38-2008.6 Study of Emperor Qianlong as Manjusri Bodhisattva Lo Chung Chang Assistant Professor of General Education Center China Institute of Technology Abstract

More information

桃園縣南美國民小學102學年度學校課程計畫

桃園縣南美國民小學102學年度學校課程計畫 桃 園 縣 南 美 國 民 小 學 02 學 年 度 學 校 課 程 計 畫 壹 依 據 一 教 部 國 民 中 小 學 九 年 一 貫 課 程 綱 要 (92.0.5 台 國 字 第 092006026 號 函 ) 二 95.05.24 台 國 ( 二 ) 字 第 0950075748B 號 令 修 正 第 伍 點 ( 學 習 領 域 ) 第 陸 點 ( 實 施 要 點 ) 三 教 部 97 年

More information

1556 地 理 科 学 进 展 30 卷 他 关 于 农 村 住 房 结 构 与 抗 震 性 能 的 研 究, 则 多 是 从 工 程 抗 灾 的 角 度, 研 究 某 种 构 造 类 型 的 房 屋, 力 图 找 到 传 统 房 屋 的 结 构 失 误 和 新 建 房 屋 中 存 在 的 问 [

1556 地 理 科 学 进 展 30 卷 他 关 于 农 村 住 房 结 构 与 抗 震 性 能 的 研 究, 则 多 是 从 工 程 抗 灾 的 角 度, 研 究 某 种 构 造 类 型 的 房 屋, 力 图 找 到 传 统 房 屋 的 结 构 失 误 和 新 建 房 屋 中 存 在 的 问 [ 第 30 卷 第 12 期 2011 年 12 月 地 理 科 学 进 展 PROGRESS IN GEOGRAPHY Vol.30, No.12 Dec., 2012 中 国 农 村 地 区 住 房 结 构 的 区 域 差 异 及 其 影 响 因 素 1, 2, 李 方 一 3 1,, 高 晓 路 2 2, 王 英 杰 (1. 中 国 科 学 院 区 域 可 持 续 发 展 分 析 与 模 拟 重

More information

幻灯片 1

幻灯片 1 Bring Shopper Research Into Category Solution Content What is the difference between Shopper Research and Consumer Research? Bring Shopper Research into Category Solution Case Share Page 2 Shopper Research

More information

Microsoft PowerPoint - Aqua-Sim.pptx

Microsoft PowerPoint - Aqua-Sim.pptx Peng Xie, Zhong Zhou, Zheng Peng, Hai Yan, Tiansi Hu, Jun-Hong Cui, Zhijie Shi, Yunsi Fei, Shengli Zhou Underwater Sensor Network Lab 1 Outline Motivations System Overview Aqua-Sim Components Experimental

More information

目 錄 頁 數 校 訓.. 第 1 頁 辦 學 使 命.. 第 1 頁 抱 負.. 第 1 頁 學 校 願 景.. 第 2 頁 我 們 的 現 況.. 第 3 頁 學 校 關 注 事 項 (2015-2018 年 度 )... 第 4 頁 三 年 周 期 發 展 計 劃 (2015-2018 年 度

目 錄 頁 數 校 訓.. 第 1 頁 辦 學 使 命.. 第 1 頁 抱 負.. 第 1 頁 學 校 願 景.. 第 2 頁 我 們 的 現 況.. 第 3 頁 學 校 關 注 事 項 (2015-2018 年 度 )... 第 4 頁 三 年 周 期 發 展 計 劃 (2015-2018 年 度 獅 子 會 何 德 心 小 學 2015-2018 年 度 學 校 三 年 發 展 計 劃 2015-2016 年 度 學 校 周 年 發 展 計 劃 二 零 一 五 年 八 月 目 錄 頁 數 校 訓.. 第 1 頁 辦 學 使 命.. 第 1 頁 抱 負.. 第 1 頁 學 校 願 景.. 第 2 頁 我 們 的 現 況.. 第 3 頁 學 校 關 注 事 項 (2015-2018 年 度 )...

More information

運動表現與媒體曝光率關聯性探討-以民生報報導中華職棒為例

運動表現與媒體曝光率關聯性探討-以民生報報導中華職棒為例 14 2003 14 2003 6 1995 1 Coakley, 2001, 335-336 1998 2001a 2002 2003 2003 2001b 1997 1996 6 1995 14 2003 6 1995 5 26 26 2 2003a 14 2003 14 2003 6 96 110 2003b2003c2003d 1980 1985 1992 1996 1997 7 1996

More information

1 2 3 GARCH GARCH α > 0 α i > 0 p α i + q β j < 1 i = 1 j = 1 α < 0 β < 0 p α i + q β j < 1 i = 1 j = 1 1. GARCH α + β > 1 α β α > 0 β < 1 α + β > 1 4

1 2 3 GARCH GARCH α > 0 α i > 0 p α i + q β j < 1 i = 1 j = 1 α < 0 β < 0 p α i + q β j < 1 i = 1 j = 1 1. GARCH α + β > 1 α β α > 0 β < 1 α + β > 1 4 27 6 2017 JOURNAL OF UNIVERSITY OF JINANSocial Science Edition Vol. 27 No. 6 2017 GARCH 1 2 2 1. 4750002. 475000 2016 6 6 GARCH GARCH F832. 51 A 1671-3842201706 - 0129-11 GARCH 1 2 EARCH 3 4 17BJY194 1

More information

清 华 大 学

清 华 大 学 清 华 大 学 综 合 论 文 训 练 题 目 : 基 于 网 络 用 户 行 为 分 析 的 传 染 病 发 病 趋 势 研 究 系 专 姓 别 : 计 算 机 科 学 与 技 术 业 : 计 算 机 科 学 与 技 术 名 : 许 丹 青 指 导 教 师 : 刘 奕 群 助 理 研 究 员 2010 年 6 月 27 日 中 文 摘 要 近 年 来, 传 染 病 的 传 播 与 流 行 已

More information

中國文化大學政治學研究所

中國文化大學政治學研究所 中 國 文 化 大 學 社 會 科 學 院 政 治 學 系 碩 士 論 文 Department of Political Science College of Social Sciences Chinese Culture University Master Thesis 台 灣 中 小 企 業 赴 大 陸 投 資 風 險 及 其 因 應 之 道 Investment Risks and its

More information

目 录 总 览... 1 一 现 场 测 试 工 作 流 程 图... 1 二 现 场 测 试 工 作 人 员 及 主 要 职 责... 2 第 一 部 分 测 试 程 序 与 要 求... 3 一 领 取 试 卷... 3 二 学 生 检 录... 4 三 学 生 数 学 测 试... 6 ( 一

目 录 总 览... 1 一 现 场 测 试 工 作 流 程 图... 1 二 现 场 测 试 工 作 人 员 及 主 要 职 责... 2 第 一 部 分 测 试 程 序 与 要 求... 3 一 领 取 试 卷... 3 二 学 生 检 录... 4 三 学 生 数 学 测 试... 6 ( 一 2015 年 国 家 义 务 教 育 质 量 监 测 现 场 操 作 手 册 ( 供 现 场 工 作 人 员 使 用 ) 国 务 院 教 育 督 导 委 员 会 办 公 室 教 育 部 基 础 教 育 质 量 监 测 中 心 2015 年 4 月 目 录 总 览... 1 一 现 场 测 试 工 作 流 程 图... 1 二 现 场 测 试 工 作 人 员 及 主 要 职 责... 2 第 一 部

More information

标题

标题 第 16 卷 第 3 期 2015 年 6 月 北华大学学报( 社会科学版) JOURNAL OF BEIHUA UNIVERSITY( Social Sciences) Vol 16 No 3 Jun 2015 高 / 低分组学生英语词汇记忆力差异研究 吴丽林 黄锦珊 [ 摘 要] 采用量性问卷法与质性访谈法相结合的研究方法,通过问卷 个人访谈 现场测试等方式,对 高 / 低分组学生在词汇记忆上,诸如他们所构建的语音图式

More information

前 言 香 港 中 文 大 學 優 質 學 校 改 進 計 劃 ( 下 稱 計 劃 ) 團 隊 自 1998 年 起 積 極 於 本 地 推 動 理 論 及 實 踐 並 重 的 學 校 改 進 工 作, 並 逐 步 發 展 成 為 本 地 最 具 規 模 的 校 本 支 援 服 務 品 牌, 曾 支

前 言 香 港 中 文 大 學 優 質 學 校 改 進 計 劃 ( 下 稱 計 劃 ) 團 隊 自 1998 年 起 積 極 於 本 地 推 動 理 論 及 實 踐 並 重 的 學 校 改 進 工 作, 並 逐 步 發 展 成 為 本 地 最 具 規 模 的 校 本 支 援 服 務 品 牌, 曾 支 香 港 中 文 大 學 香 港 教 育 研 究 所 優 質 學 校 改 進 計 劃 : 學 習 差 異 支 援 及 學 校 起 動 計 劃 聯 合 主 辦 中 學 聯 校 教 師 專 業 發 展 日 主 題 : 照 顧 學 習 差 異 日 期 :2011 年 12 月 9 日 ( 星 期 五 ) 時 間 : 上 午 9 時 正 至 下 午 4 時 15 分 地 點 : 樂 善 堂 余 近 卿 中 學

More information

2 The Abolishment of Family Clans and Family Names Around the May-4 th Campaign Abstract Hsi-mei Hung * The Chinese society is traditionally based on

2 The Abolishment of Family Clans and Family Names Around the May-4 th Campaign Abstract Hsi-mei Hung * The Chinese society is traditionally based on 1 2 The Abolishment of Family Clans and Family Names Around the May-4 th Campaign Abstract Hsi-mei Hung * The Chinese society is traditionally based on paternity and is thus formed on the long-tested social

More information

18 A B S 17.44±1() ±6.26( ) 54.23±5.5( ) 6.42±1.51() m 30m t α =.05 ( )AB 1 5 (p>.05)( )AB 1 5 (p<.05)( )A (p>.05)( )B (p<.05)( )A B

18 A B S 17.44±1() ±6.26( ) 54.23±5.5( ) 6.42±1.51() m 30m t α =.05 ( )AB 1 5 (p>.05)( )AB 1 5 (p<.05)( )A (p>.05)( )B (p<.05)( )A B The Effect of Different Training Method on Quick Coordination ability in High School Female Soccer Players 18 A B S 17.44±1() 161.39±6.26( ) 54.23±5.5( ) 6.42±1.51() 15 60-90 30m 30m t α =.05 ( )AB 1 5

More information

j3n23

j3n23 當 代 會 計 第 三 卷 第 二 期 民 國 九 十 一 年 十 一 月 Journal of Contemporary Accounting Volume 3 Number, November PP. 83- 大 學 院 校 會 計 系 學 生 應 修 課 程 之 探 討 林 美 花 * 摘 要 : 近 年 來 台 灣 企 業 面 臨 許 多 改 變, 包 括 企 業 逐 漸 轉 型 為 大 型

More information

All Nippon Airways Co., Ltd. Financial Results of FY2001 ended March 31,2002 May 27, 2002

All Nippon Airways Co., Ltd. Financial Results of FY2001 ended March 31,2002 May 27, 2002 All Nippon Airways Co., Ltd. Financial Results of FY2001 ended March 31,2002 May 27, 2002 Results of FY2001 Consolidated Financial Summary Statements of Income 100 Million reference Results of FY2001 Balance

More information

明新學報第31期

明新學報第31期 明 新 學 報 31 期 pp.37-55 Volume 31, Ming Hsin Journal, October 2005 李 商 隱 審 美 觀 之 形 成 及 其 理 論 初 探 陳 靜 芬 明 新 科 技 大 學 通 識 教 育 部 摘 要 唐 代 詩 歌 雲 蒸 霞 蔚, 詩 人 各 擅 其 場, 李 商 隱 是 晚 唐 詩 壇 最 後 的 絕 響, 在 深 美 閎 約 的 詩 歌 花

More information

Microsoft PowerPoint - Performance Analysis of Video Streaming over LTE using.pptx

Microsoft PowerPoint - Performance Analysis of Video Streaming over LTE using.pptx ENSC 427 Communication Networks Spring 2016 Group #2 Project URL: http://www.sfu.ca/~rkieu/ensc427_project.html Amer, Zargham 301149920 Kieu, Ritchie 301149668 Xiao, Lei 301133381 1 Roadmap Introduction

More information

2008 Nankai Business Review 61

2008 Nankai Business Review 61 150 5 * 71272026 60 2008 Nankai Business Review 61 / 62 Nankai Business Review 63 64 Nankai Business Review 65 66 Nankai Business Review 67 68 Nankai Business Review 69 Mechanism of Luxury Brands Formation

More information

( ) [11 13 ] 2 211,,, : (1),, 1990 ( ) ( ),, ; OD, ( ) ( ) ; , ( ), (2) 50 %,, 1999 ( ) ( ) ; (3),,

( ) [11 13 ] 2 211,,, : (1),, 1990 ( ) ( ),, ; OD, ( ) ( ) ; , ( ), (2) 50 %,, 1999 ( ) ( ) ; (3),, 21 3 2002 5 GEO GRAPHICAL RESEARCH Vol1 21, No1 3 May, 2002 : 100020585 (2002) 0320313211, (, 210093) : GIS, ( ) :, ; 4 ;,, : ; ; ; : F12919 : A 1 20 40 80, 90 [1 ], 5, 4 : (1), [2,3 ] ; (2) [4,5 ], [6

More information

BIBLID 0254-4466(2000)18:1 pp. 209-236 18 1 89 6 * 209 210 narrative 1 1 1988.9 1 211 2 3 4 2 1993.9 124 3 1986. 2 167-185 4 1990.8 298 212 213 214 31 11 23-31 11 5 6 620 8 592 5 1981.12 1992.6 4 6 215

More information

Microsoft Word - TIP006SCH Uni-edit Writing Tip - Presentperfecttenseandpasttenseinyourintroduction readytopublish

Microsoft Word - TIP006SCH Uni-edit Writing Tip - Presentperfecttenseandpasttenseinyourintroduction readytopublish 我 难 度 : 高 级 对 们 现 不 在 知 仍 道 有 听 影 过 响 多 少 那 次 么 : 研 英 究 过 文 论 去 写 文 时 作 的 表 技 引 示 巧 言 事 : 部 情 引 分 发 言 该 生 使 在 中 用 过 去, 而 现 在 完 成 时 仅 表 示 事 情 发 生 在 过 去, 并 的 哪 现 种 在 时 完 态 成 呢 时? 和 难 过 道 去 不 时 相 关? 是 所 有

More information

財團法人張思恒文教基金會

財團法人張思恒文教基金會 資 訊 社 會 研 究 (12) 頁 213-240,2007 年 1 月 台 灣 數 位 內 容 產 業 專 業 人 才 培 訓 問 題 探 討 : 以 遊 戲 動 畫 產 業 為 例 洪 雅 玲 輔 仁 大 學 影 像 傳 播 學 系 jazzyl@ms32.hinet.net 摘 要 本 研 究 想 以 一 個 專 業 技 術 培 育 者 的 角 色, 從 學 界 的 培 訓 與 產 界 的

More information

<4D6963726F736F667420576F7264202D20D6D0CEC4B7A88C57B454CABF8C57CEBBD593CEC4D28EB9A0>

<4D6963726F736F667420576F7264202D20D6D0CEC4B7A88C57B454CABF8C57CEBBD593CEC4D28EB9A0> 澳 門 大 學 法 學 院 中 文 法 學 碩 士 學 位 論 文 規 範 一 適 用 範 圍 ( 一 ) 中 文 法 學 碩 士 學 位 論 文 是 中 文 法 學 碩 士 學 位 研 究 生 在 指 導 教 師 的 指 導 下 獨 立 完 成 的, 合 乎 嚴 格 的 寫 作 規 範 並 標 誌 著 獲 得 法 學 碩 士 學 位 的 一 篇 書 面 作 品 中 文 法 學 碩 士 研 究 生

More information

Microsoft Word - 01李惠玲ok.doc

Microsoft Word - 01李惠玲ok.doc 康 寧 學 報 11:1-20(2009) 1 數 位 學 習 於 護 理 技 術 課 程 之 運 用 與 評 值 * 李 惠 玲 ** 高 清 華 *** 呂 莉 婷 摘 要 背 景 : 網 路 科 技 在 教 育 的 使 用 已 成 為 一 種 有 利 的 教 學 輔 助 工 具 網 路 教 學 的 特 性, 在 使 學 習 可 不 分 時 間 與 空 間 不 同 進 度 把 握 即 時 性 資

More information

4. 每 组 学 生 将 写 有 习 语 和 含 义 的 两 组 卡 片 分 别 洗 牌, 将 顺 序 打 乱, 然 后 将 两 组 卡 片 反 面 朝 上 置 于 课 桌 上 5. 学 生 依 次 从 两 组 卡 片 中 各 抽 取 一 张, 展 示 给 小 组 成 员, 并 大 声 朗 读 卡

4. 每 组 学 生 将 写 有 习 语 和 含 义 的 两 组 卡 片 分 别 洗 牌, 将 顺 序 打 乱, 然 后 将 两 组 卡 片 反 面 朝 上 置 于 课 桌 上 5. 学 生 依 次 从 两 组 卡 片 中 各 抽 取 一 张, 展 示 给 小 组 成 员, 并 大 声 朗 读 卡 Tips of the Week 课 堂 上 的 英 语 习 语 教 学 ( 二 ) 2015-04-19 吴 倩 MarriottCHEI 大 家 好! 欢 迎 来 到 Tips of the Week! 这 周 我 想 和 老 师 们 分 享 另 外 两 个 课 堂 上 可 以 开 展 的 英 语 习 语 教 学 活 动 其 中 一 个 活 动 是 一 个 充 满 趣 味 的 游 戏, 另 外

More information

STEAM STEAM STEAM ( ) STEAM STEAM ( ) 1977 [13] [10] STEM STEM 2. [11] [14] ( )STEAM [15] [16] STEAM [12] ( ) STEAM STEAM [17] STEAM STEAM STEA

STEAM STEAM STEAM ( ) STEAM STEAM ( ) 1977 [13] [10] STEM STEM 2. [11] [14] ( )STEAM [15] [16] STEAM [12] ( ) STEAM STEAM [17] STEAM STEAM STEA 2017 8 ( 292 ) DOI:10.13811/j.cnki.eer.2017.08.017 STEAM 1 1 2 3 4 (1. 130117; 2. + 130117; 3. 130022;4. 518100) [ ] 21 STEAM STEAM STEAM STEAM STEAM STEAM [ ] STEAM ; ; [ ] G434 [ ] A [ ] (1970 ) E-mail:ddzhou@nenu.edu.cn

More information

Your Field Guide to More Effective Global Video Conferencing As a global expert in video conferencing, and a geographically dispersed company that uses video conferencing in virtually every aspect of its

More information

Vol. 22 No. 2 JOURNAL OF HARBIN UNIVERSITY OF SCIENCE AND TECHNOLOGY Apr ,,,,, Apriori,,,,,,,,

Vol. 22 No. 2 JOURNAL OF HARBIN UNIVERSITY OF SCIENCE AND TECHNOLOGY Apr ,,,,, Apriori,,,,,,,, 22 2 2017 4 Vol. 22 No. 2 JOURNAL OF HARBIN UNIVERSITY OF SCIENCE AND TECHNOLOGY Apr. 2017 1 2 3 2 1. 150080 2. 150080 3. 150080,,,,, Apriori,,,,,,,, ; ; ; ; DOI: 10. 15938 /j. jhust. 2017. 02. 023 TN911.

More information

参考3

参考3 1WG 1 2012 6 29 2 12/06/29 1 2 Baldwin (2011) 19801 2 2 12/06/29 2 The 2 nd Unbundling The 2 nd unbundling, i.e., international division of labor in terms of production processes and tasks, has developed

More information

Preface This guide is intended to standardize the use of the WeChat brand and ensure the brand's integrity and consistency. The guide applies to all d

Preface This guide is intended to standardize the use of the WeChat brand and ensure the brand's integrity and consistency. The guide applies to all d WeChat Search Visual Identity Guidelines WEDESIGN 2018. 04 Preface This guide is intended to standardize the use of the WeChat brand and ensure the brand's integrity and consistency. The guide applies

More information

<4D6963726F736F667420576F7264202D20BEDBC9B3B3C9CBFEA1AAA1AAC9CCBDADBDCCD3FDCEC4BCAF20A3A8D6D0A3A92E646F63>

<4D6963726F736F667420576F7264202D20BEDBC9B3B3C9CBFEA1AAA1AAC9CCBDADBDCCD3FDCEC4BCAF20A3A8D6D0A3A92E646F63> 高 等 教 育 初 步 探 讨 高 等 学 校 党 委 书 记 和 校 长 的 岗 位 职 责 内 容 提 要 : 2003 年 出 版 的 高 等 教 育 杂 志, 几 乎 每 期 都 有 探 讨 高 等 学 校 党 委 领 导 下 的 校 长 分 工 负 责 制 的 文 章 我 以 为, 这 些 文 章 所 涉 及 的 中 心 问 题 是 高 等 学 校 党 委 书 记 和 校 长 谁 是 一

More information

<4D6963726F736F667420576F7264202D20B6B3AA4CBFA43938A67EABD7BAEBB669B1D0AE76BDD2B0F3B1D0BEC7AFE0A44FAD5EBB79B1D0AED72E646F63>

<4D6963726F736F667420576F7264202D20B6B3AA4CBFA43938A67EABD7BAEBB669B1D0AE76BDD2B0F3B1D0BEC7AFE0A44FAD5EBB79B1D0AED72E646F63> 雲 林 縣 98 年 度 精 進 教 師 課 堂 教 學 能 力 優 良 教 學 範 例 甄 選 曁 觀 摩 教 學 演 示 甄 選 活 動 英 語 文 領 域 教 學 活 動 設 計 ( 教 案 範 例 格 式 - 用 英 文 繕 寫 ) 2nd period of this lesson Topic Home Run Class Fifth Grade Class B Teaching Material

More information

香港藝術發展局委託報告

香港藝術發展局委託報告 香 港 藝 術 發 展 局 委 託 報 告 香 港 藝 團 與 內 地 交 流 資 料 結 集 和 分 析 A STUDY ON CULTURAL EXCHANGE OF LOCAL ARTS GROUPS WITH THE MAINLAND 終 期 報 告 香 港 大 學 文 化 政 策 研 究 中 心 2006 年 12 月 香 港 藝 團 與 內 地 交 流 資 料 結 集 和 分 析 許 焯

More information

Prasenjit Duara 3 nation state Northwestern Journal of Ethnology 4 1. A C M J M M

Prasenjit Duara 3 nation state Northwestern Journal of Ethnology 4 1. A C M J M M N.W.J.E 1001-5558 2012 02-0115-14 C95 A 1945 N. W. Journal of Ethnology 2012 2 73 2012.No.2 Total No.73 1 2 56 Prasenjit Duara 3 nation state Northwestern Journal of Ethnology 4 1. A C 1945. 2 1905. M.

More information

Microsoft Word - 11美国媒体对恐怖主义的建构与呈现排版 (1).doc

Microsoft Word - 11美国媒体对恐怖主义的建构与呈现排版 (1).doc 美 国 媒 体 对 恐 怖 主 义 的 建 构 与 呈 现 以 美 国 媒 体 911 事 件 封 面 报 道 为 例 1 相 德 宝 许 潇 萌 ( 上 海 外 国 语 大 学 新 闻 学 院, 上 海 200083) [ 摘 要 ] 本 文 通 过 内 容 分 析 的 研 究 方 法 对 美 国 媒 体 自 2001 年 9 月 至 2011 年 9 月 十 年 911 封 面 报 道 进 行

More information

(Microsoft Word - 11-\261i\256m\253i.doc)

(Microsoft Word - 11-\261i\256m\253i.doc) 不 同 接 棒 方 法 對 國 小 學 童 大 隊 接 力 成 績 影 響 之 研 究 不 同 接 棒 方 法 對 國 小 學 童 大 隊 接 力 成 績 影 響 之 研 究 張 峻 詠 林 瑞 興 林 耀 豐 國 立 屏 東 教 育 大 學 摘 要 本 研 究 主 要 目 的 在 探 討 不 同 接 棒 方 法 對 國 小 學 童 大 隊 接 力 成 績 影 響 之 研 究, 以 高 雄 市 楠

More information

中文模板

中文模板 软 件 学 报 doi: 10.13328/j.cnki.jos.004932 中 文 公 众 事 件 信 息 熵 计 算 方 法 靳 锐 +, 张 宏 莉, 张 玥, 王 星 ( 哈 尔 滨 工 业 大 学 计 算 机 科 学 与 技 术 学 院, 哈 尔 滨 150001) Calculation Method of Chinese Public Event Information Entropy

More information

Microsoft PowerPoint - ATF2015.ppt [相容模式]

Microsoft PowerPoint - ATF2015.ppt [相容模式] Improving the Video Totalized Method of Stopwatch Calibration Samuel C.K. Ko, Aaron Y.K. Yan and Henry C.K. Ma The Government of Hong Kong Special Administrative Region (SCL) 31 Oct 2015 1 Contents Introduction

More information

WTO

WTO 10384 200015128 UDC Exploration on Design of CIB s Human Resources System in the New Stage (MBA) 2004 2004 2 3 2004 3 2 0 0 4 2 WTO Abstract Abstract With the rapid development of the high and new technique

More information

( Version 0.4 ) 1

( Version 0.4 ) 1 ( Version 0.4 ) 1 3 3.... 3 3 5.... 9 10 12 Entities-Relationship Model. 13 14 15.. 17 2 ( ) version 0.3 Int TextVarchar byte byte byte 3 Id Int 20 Name Surname Varchar 20 Forename Varchar 20 Alternate

More information

影響新產品開發成效之造型要素探討

影響新產品開發成效之造型要素探討 異 行 車 例 A Study on the Product Forms Recognition Difference between Designer and Consumer --- Electrical Bicycle as Example. 行 車 省 力 力 綠 老 女 行 車 行 車 了 不 了 行 行 車 行 車 不 行 車 異 行 車 車 車 行 行 異 數 量 I 類 行 異 異

More information

<4D6963726F736F667420576F7264202D2031322D312DC2B2B4C2AB47A16DC5AAAED1B0F3B5AAB0DDA144A7B5B867A16EB2A4B1B4A277A548AED1A4A4BEC7A5CDB0DDC344ACB0A8D2>

<4D6963726F736F667420576F7264202D2031322D312DC2B2B4C2AB47A16DC5AAAED1B0F3B5AAB0DDA144A7B5B867A16EB2A4B1B4A277A548AED1A4A4BEC7A5CDB0DDC344ACB0A8D2> 弘 光 人 文 社 會 學 報 第 12 期 簡 朝 亮 讀 書 堂 答 問. 孝 經 略 探 以 書 中 學 生 問 題 為 例 趙 詠 寬 彰 化 師 範 大 學 國 文 學 系 博 士 班 研 究 生 摘 要 孝 經 是 十 三 經 中 字 數 最 少 的 經 典, 然 實 踐 性 高, 受 歷 來 帝 王 重 視 但 在 清 末 民 初, 傳 統 思 維 受 到 挑 戰, 被 視 為 維 護

More information

天 主 教 輔 仁 大 學 社 會 學 系 學 士 論 文 小 別 勝 新 婚? 久 別 要 離 婚? 影 響 遠 距 家 庭 婚 姻 感 情 因 素 之 探 討 Separate marital relations are getting better or getting worse? -Exp

天 主 教 輔 仁 大 學 社 會 學 系 學 士 論 文 小 別 勝 新 婚? 久 別 要 離 婚? 影 響 遠 距 家 庭 婚 姻 感 情 因 素 之 探 討 Separate marital relations are getting better or getting worse? -Exp 天 主 教 輔 仁 大 學 社 會 學 系 學 士 論 文 小 別 勝 新 婚? 久 別 要 離 婚? 影 響 遠 距 家 庭 婚 姻 感 情 因 素 之 探 討 Separate marital relations are getting better or getting worse? -Explore the impact of emotional factors couples do not

More information

Corpus Word Parser 183

Corpus Word Parser 183 95 182 2010 1946 5 15 1948 6 15 1949 3 15 8 1 2011 2012 11 8 2015 12 31 Corpus Word Parser 183 2017. 1 ROST Content Mining 2003 20 60 2003 184 2003 20 60 1999 2009 2003 Discourse Analysis 1952 Language

More information

3 Why would Chen risk ending the recent dance of détente between Taipei and Beijing a dance he has helped choreograph? Political analysts say Chen in

3 Why would Chen risk ending the recent dance of détente between Taipei and Beijing a dance he has helped choreograph? Political analysts say Chen in ) 1 8 3 http://www.president.gov.tw/php-bin/shownews.php4. 2. 2002 8 3 2002 7 21 91 7 22 20027 29 7 21 91 7 31 1 3 Why would Chen risk ending the recent dance of détente between Taipei and Beijing a dance

More information

pg19_BackCover

pg19_BackCover SUMMER WORKSHOPS 2014 : 關於我們 ABOUT US WRI E WRI ABOUT US 關於我們 ABOUT US 關於我們 In CRITICAL THINKING 3 16 YEARS 批 判 思 考 3 至 16 歲 CRITICAL THINKING Critical Thinking 3 16 years Promotes lateral thinking and

More information

Revit Revit Revit BIM BIM 7-9 3D 1 BIM BIM 6 Revit 0 4D 1 2 Revit Revit 2. 1 Revit Revit Revit Revit 2 2 Autodesk Revit Aut

Revit Revit Revit BIM BIM 7-9 3D 1 BIM BIM 6 Revit 0 4D 1 2 Revit Revit 2. 1 Revit Revit Revit Revit 2 2 Autodesk Revit Aut 60 2 2016 2 RAILWAY STANDARD DESIGN Vol. 60 No. 2 Feb. 2016 1004-2954201602-0071-06 BIM 1 1 2 2 1 1. 7140992. 710054 BIM BIM 3D 4D nd BIM 1 3D 4D Revit BIM BIM U442. 5TP391. 72 A DOI10. 13238 /j. issn.

More information

致 谢 论 文 写 到 这 里, 两 年 半 的 研 究 生 生 涯 也 即 将 结 束 回 顾 两 年 半 来 的 学 习 生 活, 心 中 充 满 感 恩 和 感 激, 从 松 江 到 虹 口, 校 园 生 活 给 我 留 下 了 深 刻 的 印 象 与 回 忆 感 谢 我 的 导 师 张 健

致 谢 论 文 写 到 这 里, 两 年 半 的 研 究 生 生 涯 也 即 将 结 束 回 顾 两 年 半 来 的 学 习 生 活, 心 中 充 满 感 恩 和 感 激, 从 松 江 到 虹 口, 校 园 生 活 给 我 留 下 了 深 刻 的 印 象 与 回 忆 感 谢 我 的 导 师 张 健 中 英 主 流 媒 体 对 北 京 / 伦 敦 奥 运 会 报 道 的 比 较 研 究 以 人 民 日 报 和 泰 晤 士 报 为 例 The comparative research of Beijing Olympics and London Olympics reports between the People s Daily and The Times 姓 名 : 刘 桦 艺 导 师 : 张

More information

语篇中指代词的分布规律与心理机制*

语篇中指代词的分布规律与心理机制* 2005132227~238 Advances in Psychological Science 1 2 1 430079 2 430081 3 PLS B849:C93 1 [1] 45~65 Hofstede [2] Chemers Hofstede [4,5] Chemers idiographic approach [6] nomothetic approach HouseWright [3]

More information

(Microsoft Word - 001\253\312\255\261.doc)

(Microsoft Word - 001\253\312\255\261.doc) 國 立 高 雄 師 範 大 學 國 文 學 系 博 士 論 文 海 陸 客 家 話 和 閩 南 語 構 詞 對 比 研 究 指 導 教 授 : 鍾 榮 富 博 士 研 究 生 : 邱 湘 雲 撰 中 華 民 國 九 十 五 年 一 月 摘 要 本 文 乃 為 比 較 臺 灣 海 陸 客 家 話 及 閩 南 語 的 構 詞 特 色 而 作, 包 括 詞 彙 的 語 音 構 詞 語 法 及 文 化 部

More information

- I -

- I - 2005 Experimental Study about the Effects of the Bone Cement leakage on the Intervertebral Disc in Vertebroplasty () 2005 4 - I - - II - Experimental Study about the Effects of the Bone Cement leakage

More information

東莞工商總會劉百樂中學

東莞工商總會劉百樂中學 /2015/ 頁 (2015 年 版 ) 目 錄 : 中 文 1 English Language 2-3 數 學 4-5 通 識 教 育 6 物 理 7 化 學 8 生 物 9 組 合 科 學 ( 化 學 ) 10 組 合 科 學 ( 生 物 ) 11 企 業 會 計 及 財 務 概 論 12 中 國 歷 史 13 歷 史 14 地 理 15 經 濟 16 資 訊 及 通 訊 科 技 17 視 覺

More information

1. 前 言 2012 年 2 月 3 號 凌 晨, 於 北 市 街 頭 發 生 計 程 車 司 機 被 歐 事 件, 警 方 據 報 循 線 找 到 一 名 日 籍 男 子 友 寄 隆 輝, 該 男 子 表 示 因 為 酒 醉 和 司 機 有 了 爭 執 且 語 言 不 通, 才 衝 動 傷 人,

1. 前 言 2012 年 2 月 3 號 凌 晨, 於 北 市 街 頭 發 生 計 程 車 司 機 被 歐 事 件, 警 方 據 報 循 線 找 到 一 名 日 籍 男 子 友 寄 隆 輝, 該 男 子 表 示 因 為 酒 醉 和 司 機 有 了 爭 執 且 語 言 不 通, 才 衝 動 傷 人, 社 群 網 站 FACEBOOK 議 題 溢 散 效 果 初 探 - 川 島 茉 樹 代 醉 歐 事 件 摘 要 Facebook 變 成 臺 灣 民 眾 最 主 要 的 社 群 媒 介 之 一, 不 但 是 全 台 第 二 的 登 入 數 網 站, 使 用 人 數 更 高 達 一 千 一 百 多 萬 人 以 上, 訊 息 交 換 快 速, 可 互 相 串 聯 成 不 同 各 個 群 體, 在 川

More information

Fancis M. Deng War of Visions Conflict of Identities in the Sudan The Brookings Institution p. 422.

Fancis M. Deng War of Visions Conflict of Identities in the Sudan The Brookings Institution p. 422. * 20 70068 20 7 9 6 7 000 900 5 65 93 956 55 * YJC770059 0&ZD5 67 202 2 4 7 60 2005 6 2 68 Fancis M. Deng War of Visions Conflict of Identities in the Sudan The Brookings Institution p. 422. 70 2 3 820

More information

YZPORTALVol6No22009WANGgalley

YZPORTALVol6No22009WANGgalley New Perspectives Report : The New Function of Print Media in Mainland China the Case of New Weekly Xiaolu Wang, Sichuan University, P. R. China English Abstract Based on New Weekly, one of the most influential

More information

标题

标题 第 19 卷 摇 第 4 期 摇 摇 摇 摇 摇 摇 摇 摇 摇 摇 摇 摇 摇 模 式 识 别 与 人 工 智 能 摇 摇 摇 摇 摇 摇 摇 摇 摇 摇 摇 摇 摇 摇 摇 Vol. 19 摇 No. 4 摇 006 年 8 月 摇 摇 摇 摇 摇 摇 摇 摇 摇 摇 摇 摇 摇 摇 摇 摇 摇 PR & AI 摇 摇 摇 摇 摇 摇 摇 摇 摇 摇 摇 摇 摇 摇 摇 摇 摇 Aug 摇 摇

More information

8 DEA 205 3 min θ - ε( ^e T S - + e T S ) [ + ] GDP n X 4 j λ j + S - = θx 0 j = 1 n Y j λ j - S + = Y 0 j = 1 5 λ J 0 j = 1 n S - 0 S + 0 ^e = ( 1 1

8 DEA 205 3 min θ - ε( ^e T S - + e T S ) [ + ] GDP n X 4 j λ j + S - = θx 0 j = 1 n Y j λ j - S + = Y 0 j = 1 5 λ J 0 j = 1 n S - 0 S + 0 ^e = ( 1 1 31 8 2012 8 JOURNAL OF INTELLIGENCE Vol. 31 No. 8 Aug. 2012 DEA * 以 湖 南 省 为 例 1 2 1 1 1. 430074 2. 410004 政 府 社 会 管 理 职 能 绩 效 评 估 是 政 府 社 会 管 理 与 政 府 绩 效 评 估 面 临 的 重 点 和 难 点 问 题 构 建 DEA 绩 效 评 估 模 型, 对

More information

( s y s t e m ) ( s t r e s s ) (stress model) ( s y s t e m ) [ ] [ 5 ] C o x [ 3 ] 1 [ 1, 2 ] [ 6-8 ] [ 9 ] Tw Fam Med Res 2003 Vol.1 No.1 23

( s y s t e m ) ( s t r e s s ) (stress model) ( s y s t e m ) [ ] [ 5 ] C o x [ 3 ] 1 [ 1, 2 ] [ 6-8 ] [ 9 ] Tw Fam Med Res 2003 Vol.1 No.1 23 1, 4 1, 2 3 1 4 1, 2 1977 E n g e l 1999 5 1 ( 1 ) ( 2 ) ( 3 ) ( 4 ) ( 5 ) 2003 1 2 2-32 stress model, stress analysis [ 1 ] ( p s y c h o g e n e s i s ) (holism) (biomedical model) ( r e d u c t i o

More information

國家圖書館典藏電子全文

國家圖書館典藏電子全文 A Study on the Job Stress and the Ways of Coping for the Director of Elementary School in the Middle Area of Taiwan Abstract This study aims at probing the subject current status as related to stress and

More information

9 21-40 2004 12 * * 22 9 1 2 3 1 1992 2 1960 2 3 1984 8 87 23 4 5 1697 AD 1779 6 7 8 9 10 11 12 4 1977 109-112 5 87 41993 13-38 6 614 7 8 632 9 1974 8 10 631 11 12 632 9 24 13 14 13 1990 14 25 15 16 15

More information

Journal of Curriculum Studies September, 2013, Vol. 8, No. 2, pp. 23-52 A Study of the Relationship between Senior High School Curriculum and the Mult

Journal of Curriculum Studies September, 2013, Vol. 8, No. 2, pp. 23-52 A Study of the Relationship between Senior High School Curriculum and the Mult 主 題 論 文 課 程 研 究 8 卷 2 期 2013 年 9 月 頁 23-52 十 二 年 國 教 變 革 下 高 中 課 程 與 大 學 多 元 入 學 方 案 關 係 之 研 究 丘 愛 鈴 摘 要 在 十 二 年 國 民 基 本 教 育 的 變 革 下, 本 研 究 目 的 有 三 : 一 分 析 高 中 教 育 與 大 學 多 元 入 學 政 策 目 標 的 關 係 ; 二 探 討 大

More information

护理10期.indd

护理10期.indd 广 西 壮 族 自 治 区 护 理 人 力 资 源 配 置 现 状 及 其 公 平 性 研 究 邹 雄 贝 为 武 黄 芳 苏 惠 李 连 凤 [ 摘 要 ] 目 的 : 通 过 对 2 011 年 广 西 壮 族 自 治 区 3 大 经 济 区 域 14 个 辖 市 护 理 人 力 资 源 的 现 状 及 其 配 置 公 平 性 进 行 分 析, 为 卫 生 行 政 部 门 进 一 步 优 化 护

More information

240 生 异 性 相 吸 的 异 性 效 应 [6] 虽 然, 心 理 学 基 础 研 [7-8] 究 已 经 证 实 存 在 异 性 相 吸 异 性 相 吸 是 否 存 在 于 名 字 认 知 识 别 尚 无 报 道 本 实 验 选 取 不 同 性 别 的 名 字 作 为 刺 激 材 料, 通

240 生 异 性 相 吸 的 异 性 效 应 [6] 虽 然, 心 理 学 基 础 研 [7-8] 究 已 经 证 实 存 在 异 性 相 吸 异 性 相 吸 是 否 存 在 于 名 字 认 知 识 别 尚 无 报 道 本 实 验 选 取 不 同 性 别 的 名 字 作 为 刺 激 材 料, 通 2011 年 Journal of Capital Medical University 4月 第2 期 Apr 2011 Vol 32 No 2 基础研究 doi: 10 3969 / j issn 1006-7795 2011 02 015 人脑识别不同性别名字反应时的差异研究 高迎霄 陈昭燃 * 张明霞 ( 首都医科大学神经生物系高级脑功能中心) 摘要 目的 探讨男女对不同性别名字认知加工速度是否存在差异

More information

[1] Nielsen [2]. Richardson [3] Baldock [4] 0.22 mm 0.32 mm Richardson Zaki. [5-6] mm [7] 1 mm. [8] [9] 5 mm 50 mm [10] [11] [12] -- 40% 50%

[1] Nielsen [2]. Richardson [3] Baldock [4] 0.22 mm 0.32 mm Richardson Zaki. [5-6] mm [7] 1 mm. [8] [9] 5 mm 50 mm [10] [11] [12] -- 40% 50% 38 2 2016 4 -- 1,2, 100190, 100083 065007 -- 0.25 mm 2.0 mm d 10 = 0.044 mm 640 3 300. Richardson--Zaki,,, O359 A doi 10.6052/1000-0879-15-230 EXPERIMENTAL STUDY OF FLUID-SOLID TWO-PHASE FLOW IN A VERTICAL

More information

厦 门 大 学 学 位 论 文 原 创 性 声 明 本 人 呈 交 的 学 位 论 文 是 本 人 在 导 师 指 导 下, 独 立 完 成 的 研 究 成 果 本 人 在 论 文 写 作 中 参 考 其 他 个 人 或 集 体 已 经 发 表 的 研 究 成 果, 均 在 文 中 以 适 当 方

厦 门 大 学 学 位 论 文 原 创 性 声 明 本 人 呈 交 的 学 位 论 文 是 本 人 在 导 师 指 导 下, 独 立 完 成 的 研 究 成 果 本 人 在 论 文 写 作 中 参 考 其 他 个 人 或 集 体 已 经 发 表 的 研 究 成 果, 均 在 文 中 以 适 当 方 学 校 编 码 :10384 分 类 号 密 级 学 号 : UDC 硕 士 学 位 论 文 浙 江 省 人 事 考 试 突 发 事 件 应 对 策 略 探 析 An Exploration of Zhejiang Province Personnel Examination Emergency Strategy 姜 海 峰 指 导 教 师 姓 名 : 王 玉 琼 教 授 专 业 名 称 : 公 共

More information

60 台 灣 社 會 學 第 九 期 From Chinese Original Domicile to Taiwanese Ethnicity: An Analysis of Census Category Transformation in Taiwan Fu-chang Wang Instit

60 台 灣 社 會 學 第 九 期 From Chinese Original Domicile to Taiwanese Ethnicity: An Analysis of Census Category Transformation in Taiwan Fu-chang Wang Instit 由 中國省籍 到 台灣族群 戶口普查籍別類屬轉變之分析 王甫昌 中央研究院社會學研究所 這篇論文有兩個目的 一是釐清台灣戶口普查中籍別類屬形成與 轉變的歷史 社會 與政治過程 二是定位籍別類屬在戰後台灣政治 與社會體制中的意義與角色 特別是它與當代台灣族群關係的關連 針對第一個目的 本文首先探究歷次戶口普查中 籍別項目的統計類 屬與統計方式之變化 除了將籍別類屬變化區分為四個階段之外 也 經由歷史材料分析

More information

Microsoft Word - 7-3.doc

Microsoft Word - 7-3.doc 逢 甲 人 文 社 會 學 報 第 7 期 第 39-64 頁 2003 年 11 月 逢 甲 大 學 人 文 社 會 學 院 元 儒 郝 經 的 有 用 之 學 * 馬 行 誼 摘 要 這 篇 論 文 旨 在 討 論 元 儒 郝 經 的 學 術 核 心 - 有 用 之 學 郝 經 是 元 初 一 位 重 要 的 思 想 家 政 治 家, 歷 代 學 者 對 其 學 術 內 涵 的 論 述, 各 執

More information

,, :,;, ;, ;,,,,,,,,,,,,,,, 21,,,,,,,,, ( ),,,,,( ),,,,,,,,,,,,,,,,, , 1300, 31 2,1200,466,, 2 (,2005 :4) 631

,, :,;, ;, ;,,,,,,,,,,,,,,, 21,,,,,,,,, ( ),,,,,( ),,,,,,,,,,,,,,,,, , 1300, 31 2,1200,466,, 2 (,2005 :4) 631 3 [ ]1001-5558 (2007) 02-0135 - 41 [],,,,,, [ ] ; ; [] C924. 4 [] A 1999, 21, 3 2004 ([2004 ] 205 ), 2007 3 (54 ) N. W. Ethno2National Studies 2007. No. 3 ( Total No. 54) ,, :,;, ;, ;,,,,,,,,,,,,,,, 21,,,,,,,,,

More information

θ 1 = φ n -n 2 2 n AR n φ i = 0 1 = a t - θ θ m a t-m 3 3 m MA m 1. 2 ρ k = R k /R 0 5 Akaike ρ k 1 AIC = n ln δ 2

θ 1 = φ n -n 2 2 n AR n φ i = 0 1 = a t - θ θ m a t-m 3 3 m MA m 1. 2 ρ k = R k /R 0 5 Akaike ρ k 1 AIC = n ln δ 2 35 2 2012 2 GEOMATICS & SPATIAL INFORMATION TECHNOLOGY Vol. 35 No. 2 Feb. 2012 1 2 3 4 1. 450008 2. 450005 3. 450008 4. 572000 20 J 101 20 ARMA TU196 B 1672-5867 2012 02-0213 - 04 Application of Time Series

More information

CMRO 中国文化对外传播效果研究

CMRO 中国文化对外传播效果研究 1 5 16 ; ; [China Media Report Overseas. 2011; 7(4): 25-37] 2004 11 2010 10 322 369 691 96 () 2 8 5 2008 --2010 5 16 7 2 5 1 1 1 16 1 [] 08EXW001 2.[M].2005. http://www.chinamediaoverseas.com 25 editor@chinamediaoverseas.com

More information

Microsoft Word - 24217010311110028谢雯雯.doc

Microsoft Word - 24217010311110028谢雯雯.doc HUAZHONG AGRICULTURAL UNIVERSITY 硕 士 学 位 论 文 MASTER S DEGREE DISSERTATION 80 后 女 硕 士 生 择 偶 现 状 以 武 汉 市 七 所 高 校 为 例 POST-80S FEMALE POSTGRADUATE MATE SELECTION STATUS STUDY TAKE WUHAN SEVEN UNIVERSITIES

More information

20-25%,

20-25%, 2011.19 笮 1929 1957 / 361005-8 - 20-25%, http://www.hedb.xmu.edu.cn 1 2000-12000 3500-20000 20 80 4628 1000 600 300-9 - 1 / 3 4 2 1800-4500 2800-20000 1800-20000 3 P

More information

,, [1 ], [223 ] :, 1) :, 2) :,,, 3) :,, ( ),, [ 6 ],,, [ 3,728 ], ; [9222 ], ;,,() ;, : (1) ; (2),,,,, [23224 ] ; 2,, x y,,, x y R, ( ),,, :

,, [1 ], [223 ] :, 1) :, 2) :,,, 3) :,, ( ),, [ 6 ],,, [ 3,728 ], ; [9222 ], ;,,() ;, : (1) ; (2),,,,, [23224 ] ; 2,, x y,,, x y R, ( ),,, : 24 3 2010 5 J OU RNAL OF CHIN ESE IN FORMA TION PROCESSIN G Vol. 24, No. 3 May, 2010 : 100320077 (2010) 0320117207 1, 1, 1, 2 (1.,100871 ; 2.,100084) :,,,,,,; : ( ) ( ) (,3 600 ),, ABC : ;; ; ; ;;; : TP391

More information