2004 Journal of Software 软件学报

Size: px
Start display at page:

Download "2004 Journal of Software 软件学报"

Transcription

1 /2004/5(07) Journal of Software 软件学报 Vol5, No7 如何测量 SMP 机群可扩放性 何家华 +, 陈国良, 单久龙 ( 中国科学技术大学计算机科学技术系国家高性能计算中心 ( 合肥 ), 安徽合肥 ) How to Measure Scalability of SMP Cluster HE Jia-Hua +, CHEN Guo-Liang, SHAN Jiu-Long (National High Performance Comuting Center (Hefei), Deartment of Comuter Science and echnology, University of Science and echnology of China, Hefei , China) + Corresonding author: Phn: , jiahua@mailustceducn, htt://wwwustceducn Received ; Acceted He JH, Chen GL, Shan JL How to measure scalability of SMP cluster Journal of Software, 2004,5(7): 977~986 htt://wwwjosorgcn/ /5/977htm Abstract: Scalability is an imortant erformance criterion of arallel comuting However the conventional scalability metrics are not suitable for SMP(symmetric multirocessor) cluster How to measure scalability of SMP cluster? his aer rooses a solution to the roblem It first finds out and verifies the reason, nonequivalence of the rocessor sets and then it adots the viewoint of rocessor set to observe the behaviors of the system correctly and comrehensively instead of using only the number of rocessors to describe the arallel system By introducing the concet of erformance erence factor, it extends the conventional metrics to fit the SMP cluster architecture As the exeriments indicate, the extended metrics are alicable to the SMP cluster and have high recision Key words: arallel comuting; erformance evaluation; SMP cluster; scalability 摘要 : 可扩放性是并行计算的一个重要性能标准, 但是传统的可扩放性准则并不适用于 SMP 机群 如何测量 SMP 机群的可扩放性? 试图提出该问题的一个解决方案 首先找出并验证问题的根源 处理器集合不等价性 然后, 采用处理器集合的观点来全面 正确地观察系统的行为, 而并非像传统的做法那样仅仅使用处理器数来描述并行系统 通过引入性能参考因子的概念, 扩展了传统的准则以适应 SMP 机群体系结构 实验结果显示, 扩展后的度量准则适用于 SMP 机群, 且具有较高的准确性 关键词 : 并行计算 ; 性能评测 ;SMP 机群 ; 可扩放性 Suorted by the National High-ech Research and Develoment Plan of China under Grant No200AA04 ( 国家高技术研究发展计划 (863)) HE Jia-Hua was born in 976 He is a master candidate at the Deartment of Comuter Science and echnology, the University of Science and echnology of China His current research areas include arallel and distributed comuting CHEN Guo-Liang was born in 938 He is a rofessor and doctoral suervisor at the Deartment of Comuter Science and echnology, the University of Science and echnology of China and is an academician of Chinese Academy of Sciences His research areas are arallel and distributed comuting SHAN Jiu-Long was born in 977 He is a PhD candidate at the Deartment of Comuter Science and echnology, the University of Science and echnology of China His current research interests include arallel and distributed comuting

2 978 Journal of Software 软件学报 2004,5(7) 中图法分类号 : P338 文献标识码 : A Introduction here are many different kinds of architectures in high erformance comuting SMP(symmetric multirocessor) and cluster are two imortant ones among them he shared-memory rogramming model of SMP derived from its symmetric and shared memory makes it easy to rogram and exloit high DoP(degree of arallelism), and its shared resources bring it high erformance-cost ratio However, it is the symmetry that limits the scale of the SMP In contrast, cluster is famous for its excellent scalability here seems to be an inherent comlementarity and otential advantages in combining the two architectures into a SMP cluster, that is, a cluster with SMP nodes Johnston [] had redicted its success in the last century and now we can see many examles of the architecture on the list of o500 [2] including the second fastest comuter, HP ASCI Q Scalability analysis lays an imortant role in erformance evaluation of large arallel systems One key issue in these systems is how to make an effective use of the increasing rocessors because their average erformance will usually dro while more rocessors are used Scalability is just such a metric that measures the caability of the system, including hardware and software, to utilize effectively the scaling-u rocessors Conventional aroaches to scalability analysis include Isoefficiency metric [3], Isoseed metric [4], Latency metric [5], and ime-scale metric [6], etc However, we cannot directly aly the conventional aroaches to the SMP cluster because of the nonequivalence of rocessor sets hat is, a articular arallel rogram will take different times on different rocessor sets with the same number of rocessors We will solve this roblem by two concets, rocessor-set viewoint and erformance erence factor, and give a solution for scalability measurement of the SMP cluster Before beginning our discussion, we must make the following two assumtions, based on the consideration that most of the SMP cluster systems used ractically in large-scale scientific comuting will adot homogeneous or almost homogeneous rocessors and nodes in order to achieve high erformance () Homogeneity of rocessors: all the rocessors are identified in frequency, cache and architecture etc; (2) Homogeneity of nodes: the features of all the nodes, such as number of rocessors, caability of main memory and bandwidth of system bus, are the same he rest of the aer is arranged as follows In Section 2, conventional scalability metrics are reviewed briefly, and then we verify the existence of nonequivalence of rocessor sets and introduce the concet rocessor-set viewoint in Section 3 On the base of the concets erformance erence rogram and erformance erence factor defined in Section 4, we extend the conventional scalability metrics in Section 5 and illustrate them by the examle algorithm of arallel matrix multilication in Section 6 Some conclusions and suggestions for future work are given in the last section 2 Conventional Scalability Metrics In this section, we will give a brief review of the conventional aroaches to scalability analysis, including Isoefficiency metric, Isoseed metric, Latency metric, and ime-scale metric Isoefficiency metric: Let be the comutation time, namely, the sum of the time sent by all the rocessors in useful comutation, comm be the communication time, namely, the sum of the time sent by all rocessors in communicating with neighboring rocessors, waiting for messages, time in starvation, etc, and n be the arallel execution time on n rocessors, then we can infer that n n + comm and the efficiency E is given as:

3 何家华等 : 如何测量 SMP 机群可扩放性 979 E n n + comm + According to the above formula, Kumar et al roosed in 987 that the roblem size W needs to grow as a function of n, the number of the increasing rocessors, to maintain the efficiency E hey named the function Isoefficiency Function and use the function curve, Isoefficiency Curve, to lect the algorithm s scalability Isoseed metric: Sun et al resented the metric in 994 hey first defined the average seed V as the achieved seed of the given comuting system divided by the number of rocessors, and then gave a definition: Let W be the amount of work of an algorithm when n rocessors are emloyed in a machine, and let W be the amount of work of the algorithm when >n rocessors are emloyed to maintain the average seed, then we define the scalability form system size n to the system size of the algorithm-machine combination as follows W ψ ( n, ) nw Latency metric: Zhang et al also gave a definition in 994 For a given algorithm imlementation on a given machine, let L e (W,n) be the average latency when the algorithm for solving a roblem of size W on n rocessors, and L e (W,) be the average latency when the algorithm for solving the roblem of size of W on >n rocessors If the system size changes from n to, and the efficiency is ket to a constant E [0,], the scalability latency metric is defined as comm Le ( W, n) scale( E,( n, )) L ( W, ) ime-scale metric: his is our revious work in 2000 For a given algorithm imlementation on a given machine, let (W,n) be the arallel execution time with the roblem workload W on n rocessors, and (W,) the arallel execution time with the roblem workload W on (>n) rocessors If the number of rocessors increases from n to, and the efficiency E kees conserved, then the ime-scale scalability metric is defined as: ( W, n) time _ scale( E,( n, )) ( W, ) e 3 Nonequivalence of Processor Set and Processor-Set Viewoint We have surveyed the conventional metrics of scalability hey can do a good job in most of the arallel and distributed comuting architectures, but in fact they do not work unless all the n-rocessor sets are equivalent because they use only one arameter n to describe the arallel rogram It is a ity that the SMP cluster does not satisfy the assumtion Namely, different n-rocessor sets for a given n may have different comuting abilities in the SMP cluster We call that nonequivalence of n-rocessors sets o verify the existence of the nonequivalence, we imlemented the algorithms of arallel matrix multilication and arallel longest common subsequence on Dawning2000-II [7] at NHPCC (Hefei) [8] he execution times of different 4-rocessor sets with the same roblem size are listed in able, where *4 means the set includes 4 nodes with rocessor er node, *2+2* means the set includes 2 nodes with rocessor er node and node with 2 rocessors, and so on What we must exlain is the sets 4* and *+3* do not exist because the nodes used in the exeriment are 2-way nodes he exeriment data demonstrate the existence of the nonequivalence One question is what causes the nonequivalence? By analyzing the architecture features of the SMP cluster caully, we can see that the nonequivalence derives from the following two heterogeneities: () Communication heterogeneity: there are two communication methods in the SMP cluster; shared memory inside one node and message assing between nodes

4 980 Journal of Software 软件学报 2004,5(7) (2) Resource heterogeneity: the rocessors inside one node share resources, and the ones in resective nodes have their dedicated resources hese two factors affect the things in oosite directions he communication heterogeneity ers the rocessors in one node to those in different nodes In contrast, the resource heterogeneity will make the erformance of latter condition better than that of the former able Parallel execution times on different 4-rocessor sets Processor sets *4 *2+2* 2*2 Execution time of matrix multilication (s) Execution time of longest common subsequence (s) Since the way using only one arameter n to describe the arallel rogram is invalid for the SMP cluster, we need a new standing oint to observe the behaviors of the system We will adot the rocessor-set viewoint in the rest of the aer hat is, no matter when and where we mention the size of the machine, we are always erring to a certain rocessor set, which imlies not only the number but also the allocation of the rocessors 4 Performance Reference Program and Performance Reference Factor o fulfill the rocessor-set viewoint is not easy because no matter which scalability metric we adot, Isoefficiency metric, Isoseed metric, Latency metric or ime-scale metric, the arameter n will aear in the definition of efficiency E or average seed V We have to find a new arameter according to rocessor-set viewoint to relace n In the last section, we have discussed that the reason for the invalidation of the arameter n is that different n-rocessor sets for a given n have different comuting abilities It imlies that the original urose of n is to describe the comuting ability of the rocessor set, so the new arameter must be able to finish this task he interesting issue is how to find the new one he current way is using the amount of resources to describe the comuting ability indirectly Now that the indirect way is not feasible in the SMP cluster, the new arameter may describe the comuting ability directly Seed V is one of the candidates What rogram should be used to measure the seed? Just like the way we select a frame of erence in mechanics, we need to choose a rogram as erence for indicating their relative erformance to those of others, and theore name it erformance erence rogram Such a relative concet gives us a flexibility to choose different erformance erence rograms according to demands and conditions, esecially in different alication fields However, the erformance erence rogram should satisfy the following requirements for racticability and high recision () he workload should be in roortion to the number of the rocessors We set the requirement instead of the fixed workload to avoid too heavy load on single rocessor and too light load on n-rocessor set when n is large Let W () be the workload on single rocessor and W (n_set) be the workload on a given n-rocessor set, then W (n_set)nw () (2) he comutation to communication ratio should be constant when the workload increases Or the erformance erence factor will vary with the size of workload In ractical oeration, this requirement will not be satisfied until the size of workload is large enough because of the initialization affects As for the erformance erence rogram used in this aer, we adot the simlest way to construct it, that is, let each rocessor roceed a certain amount of comutational and communicational oerations round and round In addition to the advantage of simleness, such a erformance erence rogram makes it ossible for us to adjust the

5 何家华等 : 如何测量 SMP 机群可扩放性 98 comutation to communication ratio as needed Since we have finished the discussion of erformance erence rogram, it is time to come back to the new arameter we are looking for Seed (not average seed) V is the very thing to describe the comuting ability of the machine, but we cannot use it to relace n directly because the latter is a nondimensional arameter, and we have to introduce a new concet erformance erence factor Let V () be the seed on single rocessor and V (n_set) be the seed on a given n-rocessor set, then we define the erformance erence factor of the n-rocessor set as: V rf V () In ractical oeration, seed is not easy to measure directly We will measure execution time instead and ulate out the result of erformance erence factor Let () be the execution time on single rocessor and (n_set) be the time on n-rocessor set, then W V n () rf V () W () W () () () 5 Scalability Metrics of SMP Cluster On the base of the discussion in the last section, let s see how to extend the scalability metrics of the SMP cluster relacing n with erformance erence factor Extended Isoefficiency metric: When the arameter n is relaced by the erformance erence factor, the efficiency E looks like: nw () E rf n () + n comm () + comm From the formula, we can see that there is still a functional relation between W and the rocessor set (not n) when E is fixed But to work out the relation between () and (n_set) is not easy We will leave the roblem as a future work Extended Isoseed metric: Let (W,n_set) be the arallel execution time with roblem workload W on the n-rocessor set, the average seed is defined as: W V rf ( W, n _ set) Let W be the amount of work of an algorithm when an n-rocessor set is emloyed in a machine, and W be the amount of work of the algorithm when an -rocessor set is emloyed to maintain the average seed, then we define the scalability from n-rocessor set to -rocessor set of the algorithm-machine combination as follows rf ( _ set) W ( W, n _ set) ψ ( n _ set, _ set) rf W ( W, _ set) Extended Latency metric: Let (W,) be the arallel execution time with roblem workload W on single rocessor, and let (W,n_set) be the arallel execution time with roblem workload W on the n-rocessor set, the efficiency is defined as:

6 982 Journal of Software 软件学报 2004,5(7) ( W,) E rf ( W, n _ set) For a given algorithm imlementation on a given machine, let L e (W,n_set) be the average latency when the algorithm for solving a roblem of size W on an n-rocessor set, and L e (W,_set) be the average latency when the algorithm for solving the roblem of size of W on an -rocessor set If the system size changes from n-rocessor set to -rocessor set, and the efficiency is ket to a constant, the scalability latency metric is defined as: Le ( W, n _ set) scale( E, ( n _ set, _ set)) L ( W, _ set) Extended ime-scale metric: he definition of E is the same as that in Latency metric For a given algorithm imlementation on a given machine, let (W,n_set) be the arallel execution time with roblem workload W on an n-rocessor set, and (W,_set) the arallel execution time with roblem workload W on an -rocessors set If the system size changes from n-rocessor set to -rocessors set, and the efficiency E kees conserved, then the ime-scale scalability metric is defined as: ( W, n _ set) time _ scale( E,( n _ set, _ set)) ( W, _ set) e 6 Case Study In this section, let s see how the two extended metrics, Isoseed metric and ime-scale metric, work in the SMP cluster Before imlementing the metrics, we run the erformance erence rogram, measure the execution times and then ulate the erformance erence factors as follows able 2 Execution times of erformance erence rogram and erformance erence factors Processor set ime (s) Rf(n_set)

7 何家华等 : 如何测量 SMP 机群可扩放性 983 Extended Isoseed Metric: By the aroach 2 described in Ref[4], we get the time variation and the comuted scalability of the matrix multilication algorithm as follows able 3 ime variation under extended Isoseed metric Processor set ime (s) Processor set ime (s) able 4 Comuted scalability of extended Isoseed metric Ψ(n_set, _set) Ψ(n_set, _set) In fact, the deendant variable (Ψ) and the two indeendent variables (n_set and _set) form a three dimensional sace he two sub-tables of able 4 lect only two cross sections of the sace hese tabular data can also be reresented by the following ictorial diagrams

8 984 Journal of Software 软件学报 2004,5(7) Ψ (n _set,n' _set ) n' _set 2 Ψ (n _set,n' _set ) n'_set Fig Scalability curves of extended Isoseed metric Extended ime-scale Metric: By the aroach described in Ref[6], we get the time variation and the comuted scalability of the matrix multilication algorithm as follows able 5 ime variation under extended ime-scale metric Processor set ime (s) Processor set ime (s) As you may have noticed, most of the rocesses are very similar to that of the conventional metrics he only difference is that the erformance erence factor must be measured and ulated first, and then relace n through the entire rocess of comuting scalability he solution is simle and easy to oerate, but it does solve the roblem how to measure the scalability of the SMP cluster In addition, the fact that the two extended metrics resent the very similar scalability trends of the same roblem indicates that they have high recision

9 何家华等 : 如何测量 SMP 机群可扩放性 985 able 6 Comuted scalability of extended ime-scale metric time_scale(e, (n_set, _set)) time_scale(e, (n_set, _set)) Ψ (n _set,n' _set ) n'_set 2 Ψ (n _set,n' _set ) n' _set Fig2 Scalability curves of extended ime-scale metric

10 986 Journal of Software 软件学报 2004,5(7) 7 Conclusions and Future Directions In this aer, we review the conventional scalability metrics, including Isoefficiency metric, Isoseed metric, Latency metric and ime-scale metric, resent their unsuitability for the SMP cluster and verify the reason, nonequivalence of the rocessor sets o solve the roblem, we adot the viewoint of rocessor-set to observe the behaviors of the system, introduce the concets of erformance erence rogram and erformance erence factor and then extend the scalability metrics to fit the architecture of SMP cluster With the examle of matrix multilication algorithm, we illustrate the validity of the extended metrics As for the future work, we will ut an emhasis on how to construct erformance erence rogram Now we adot the simlest way to construct and believe that it is the best way to begin We will try other real rograms such as a benchmark to comare their effects in future At the same time, how to use the extended Isoefficiency metric to analyze the scalability of SMP cluster in ractice is another roblem References: [] Johnston WE he case for using commercial symmetric multirocessors as suercomuters htt://www-itglblgov/~johnston/ ScientificComArch/ScientificComArchfmhtml [2] o500 htt://wwwto500org [3] Kumar V, Rao VN Parallel deth first search, Part Ⅱ: Analysis International Journal of Parallel Programming, 987,6(6): 50~59 [4] Sun XH, Rover D Scalability of arallel algorithm-machine combinations IEEE rans on Parallel Distributed Systems, 994, 5(6):599~63 [5] Zhang XD, Yan Y, He K Latency metric: An exerimental method for measuring and evaluating arallel rogram and architecture scalability Journal of Parallel and Distributed Comuting, 994,22(3):392~40 [6] Ji YC, An H, Ding WQ, Chen GL A scalability metric for algorithm-machine on NOW and MPP In: Proc of the 4th Int l Conf on High-Performance Comuting in Asia-Pacific Region ~407 [7] Dawning-2000 htt:// /dawn2000 [8] NHPCC(Hefei) htt://nhccustceducn

The dynamic N1-methyladenosine methylome in eukaryotic messenger RNA 报告人 : 沈胤

The dynamic N1-methyladenosine methylome in eukaryotic messenger RNA 报告人 : 沈胤 The dynamic N1-methyladenosine methylome in eukaryotic messenger RNA 报告人 : 沈胤 2016.12.26 研究背景 RNA 甲基化作为表观遗传学研究的重要内容之一, 是指发生在 RNA 分子上不同位置的甲基化修饰现象 RNA 甲基化在调控基因表达 剪接 RNA 编辑 RNA 稳定性 控制 mrna 寿命和降解等方面可能扮演重要角色

More information

Design, Development and Application of Northeast Asia Resources and Environment Scientific Expedition Data Platform

Design, Development and Application of Northeast Asia Resources and Environment Scientific Expedition Data Platform September, 2011 J. Resour. Ecol. 2011 2(3) 266-271 DOI:10.3969/j.issn.1674-764x.2011.03.010 www.jorae.cn Journal of Resources and Ecology Vol.2 No.3 NE Asia Design, Development and Application of Northeast

More information

Source mechanism solution

Source mechanism solution Source mechanism solution Contents Source mechanism solution 1 1. A general introduction 1 2. A step-by-step guide 1 Step-1: Prepare data files 1 Step-2: Start GeoTaos or GeoTaos_Map 2 Step-3: Convert

More information

三类调度问题的复合派遣算法及其在医疗运营管理中的应用

三类调度问题的复合派遣算法及其在医疗运营管理中的应用 申请上海交通大学博士学位论文 三类调度问题的复合派遣算法及其在医疗运营管理中的应用 博士生 : 苏惠荞 导师 : 万国华教授 专业 : 管理科学与工程 研究方向 : 运作管理 学校代码 : 10248 上海交通大学安泰经济与管理学院 2017 年 6 月 Dissertation Submitted to Shanghai Jiao Tong University for the Degree of

More information

On the Quark model based on virtual spacetime and the origin of fractional charge

On the Quark model based on virtual spacetime and the origin of fractional charge On the Quark model based on virtual spacetime and the origin of fractional charge Zhi Cheng No. 9 Bairong st. Baiyun District, Guangzhou, China. 510400. gzchengzhi@hotmail.com Abstract: The quark model

More information

能源化学工程专业培养方案. Undergraduate Program for Specialty in Energy Chemical Engineering 专业负责人 : 何平分管院长 : 廖其龙院学术委员会主任 : 李玉香

能源化学工程专业培养方案. Undergraduate Program for Specialty in Energy Chemical Engineering 专业负责人 : 何平分管院长 : 廖其龙院学术委员会主任 : 李玉香 能源化学工程专业培养方案 Undergraduate Program for Specialty in Energy Chemical Engineering 专业负责人 : 何平分管院长 : 廖其龙院学术委员会主任 : 李玉香 Director of Specialty: He Ping Executive Dean: Liao Qilong Academic Committee Director:

More information

There are only 92 stable elements in nature

There are only 92 stable elements in nature There are only stable elements in nature Jiang Chun-xuan P. O. Box, Beijing 0, P. R. China jcxxxx@.com Abstract Using mathematical method we prove that there are only stable elements in nature and obtain

More information

Riemann s Hypothesis and Conjecture of Birch and Swinnerton-Dyer are False

Riemann s Hypothesis and Conjecture of Birch and Swinnerton-Dyer are False Riemann s Hypothesis and Conjecture of Birch and Swinnerton-yer are False Chun-Xuan Jiang. O. Box 3924, Beijing 854 China jcxuan@sina.com Abstract All eyes are on the Riemann s hypothesis, zeta and L-functions,

More information

d) There is a Web page that includes links to both Web page A and Web page B.

d) There is a Web page that includes links to both Web page A and Web page B. P403-406 5. Determine whether the relation R on the set of all eb pages is reflexive( 自反 ), symmetric( 对 称 ), antisymmetric( 反对称 ), and/or transitive( 传递 ), where (a, b) R if and only if a) Everyone who

More information

Synthesis of PdS Au nanorods with asymmetric tips with improved H2 production efficiency in water splitting and increased photostability

Synthesis of PdS Au nanorods with asymmetric tips with improved H2 production efficiency in water splitting and increased photostability Chinese Journal of Catalysis 39 (2018) 407 412 催化学报 2018 年第 39 卷第 3 期 www.cjcatal.org available at www.sciencedirect.com journal homepage: www.elsevier.com/locate/chnjc Communication (Special Issue of

More information

Integrated Algebra. Simplified Chinese. Problem Solving

Integrated Algebra. Simplified Chinese. Problem Solving Problem Solving algebraically concept conjecture constraint equivalent formulate generalization graphically multiple representations numerically parameter pattern relative efficiency strategy verbally

More information

2012 AP Calculus BC 模拟试卷

2012 AP Calculus BC 模拟试卷 0 AP Calculus BC 模拟试卷 北京新东方罗勇 luoyong@df.cn 0-3- 说明 : 请严格按照实际考试时间进行模拟, 考试时间共 95 分钟 Multiple-Choice section A 部分 : 无计算器 B 部分 : 有计算器 Free-response section A 部分 : 有计算器 B 部分 : 无计算器 总计 45 题 /05 分钟 8 题,55 分钟

More information

Measurement of accelerator neutron radiation field spectrum by Extended Range Neutron Multisphere Spectrometers and unfolding program

Measurement of accelerator neutron radiation field spectrum by Extended Range Neutron Multisphere Spectrometers and unfolding program Measurement of accelerator neutron radiation field spectrum by Extended Range Neutron Multisphere Spectrometers and unfolding program LI Guanjia( 李冠稼 ), WANG Qingbin( 王庆斌 ), MA Zhongjian( 马忠剑 ), GUO Siming(

More information

ArcGIS 10.1 for Server OGC 标准支持. Esri 中国信息技术有限公司

ArcGIS 10.1 for Server OGC 标准支持. Esri 中国信息技术有限公司 ArcGIS 10.1 for Server OGC 标准支持 Esri 中国信息技术有限公司 李光辉 DEMO OpenLayers GoogleEarth Map Services udig OWS Image Service 商业 GIS 软件 ArcGIS for Server GP Services Globe Services GeoCoding Services GeoData Services

More information

Microbiology. Zhao Liping 赵立平 Chen Feng. School of Life Science and Technology, Shanghai Jiao Tong University

Microbiology. Zhao Liping 赵立平 Chen Feng. School of Life Science and Technology, Shanghai Jiao Tong University 1896 1920 1987 2006 Microbiology By Zhao Liping 赵立平 Chen Feng 陈峰 School of Life Science and Technology, Shanghai Jiao Tong University http://micro.sjtu.edu.cn 1896 1920 1987 2006 Preface : Introduction

More information

Rigorous back analysis of shear strength parameters of landslide slip

Rigorous back analysis of shear strength parameters of landslide slip Trans. Nonferrous Met. Soc. China 23(2013) 1459 1464 Rigorous back analysis of shear strength parameters of landslide slip Ke ZHANG 1, Ping CAO 1, Rui BAO 1,2 1. School of Resources and Safety Engineering,

More information

( 选出不同类别的单词 ) ( 照样子完成填空 ) e.g. one three

( 选出不同类别的单词 ) ( 照样子完成填空 ) e.g. one three Contents 目录 TIPS: 对于数量的问答 - How many + 可数名词复数 + have you/i/we/they got? has he/she/it/kuan got? - I/You/We/They have got + 数字 (+ 可数名词复数 ). He/She/It/Kuan has got + 数字 (+ 可数名词复数 ). e.g. How many sweets

More information

GRE 精确 完整 数学预测机经 发布适用 2015 年 10 月考试

GRE 精确 完整 数学预测机经 发布适用 2015 年 10 月考试 智课网 GRE 备考资料 GRE 精确 完整 数学预测机经 151015 发布适用 2015 年 10 月考试 20150920 1. n is an integer. : (-1)n(-1)n+2 : 1 A. is greater. B. is greater. C. The two quantities are equal D. The relationship cannot be determined

More information

Concurrent Engineering Pdf Ebook Download >>> DOWNLOAD

Concurrent Engineering Pdf Ebook Download >>> DOWNLOAD 1 / 6 Concurrent Engineering Pdf Ebook Download >>> DOWNLOAD 2 / 6 3 / 6 Rozenfeld, WEversheim, HKroll - Springer.US - 1998 WDuring 2005 年 3 月 1 日 - For.the.journal,.see.Conc urrent.engineering.(journal)verhagen

More information

A novel method for fast identification of a machine tool selected point temperature rise based on an adaptive unscented Kalman filter *

A novel method for fast identification of a machine tool selected point temperature rise based on an adaptive unscented Kalman filter * Xia et al. / J Zhejiang Univ-Sci A (Appl Phys & Eng) 214 15(1):761-773 761 Journal of Zhejiang University-SCIENCE A (Applied Physics & Engineering) ISSN 1673-565X (Print); ISSN 1862-1775 (Online) www.zju.edu.cn/jzus;

More information

Alternative flat coil design for electromagnetic forming using FEM

Alternative flat coil design for electromagnetic forming using FEM Alternative flat coil design for electromagnetic forming using FEM M. AHMED 1, S. K. PANTHI 1, N. RAMAKRISHNAN 2, A. K. JHA 1, A. H. YEGNESWARAN 1, R. DASGUPTA 1, S. AHMED 3 1. Advanced Materials and Processes

More information

Galileo Galilei ( ) Title page of Galileo's Dialogue concerning the two chief world systems, published in Florence in February 1632.

Galileo Galilei ( ) Title page of Galileo's Dialogue concerning the two chief world systems, published in Florence in February 1632. Special Relativity Galileo Galilei (1564-1642) Title page of Galileo's Dialogue concerning the two chief world systems, published in Florence in February 1632. 2 Galilean Transformation z z!!! r ' = r

More information

Lecture 2. Random variables: discrete and continuous

Lecture 2. Random variables: discrete and continuous Lecture 2 Random variables: discrete and continuous Random variables: discrete Probability theory is concerned with situations in which the outcomes occur randomly. Generically, such situations are called

More information

A new approach to inducing Ti 3+ in anatase TiO2 for efficient photocatalytic hydrogen production

A new approach to inducing Ti 3+ in anatase TiO2 for efficient photocatalytic hydrogen production Chinese Journal of Catalysis 39 (2018) 510 516 催化学报 2018 年第 39 卷第 3 期 www.cjcatal.org available at www.sciencedirect.com journal homepage: www.elsevier.com/locate/chnjc Article (Special Issue of Photocatalysis

More information

Analysis of execution time for parallel algorithm to dertmine if it is worth the effort to code and debug in parallel

Analysis of execution time for parallel algorithm to dertmine if it is worth the effort to code and debug in parallel Performance Analysis Introduction Analysis of execution time for arallel algorithm to dertmine if it is worth the effort to code and debug in arallel Understanding barriers to high erformance and redict

More information

A Parallel Algorithm for Minimization of Finite Automata

A Parallel Algorithm for Minimization of Finite Automata A Parallel Algorithm for Minimization of Finite Automata B. Ravikumar X. Xiong Deartment of Comuter Science University of Rhode Island Kingston, RI 02881 E-mail: fravi,xiongg@cs.uri.edu Abstract In this

More information

第五届控制科学与工程前沿论坛 高志强. Center for Advanced Control Technologies

第五届控制科学与工程前沿论坛 高志强. Center for Advanced Control Technologies 第五届控制科学与工程前沿论坛 自抗扰控制技术的理念 方法与应用 纪念韩京清先生逝世五周年 高志强 二零一三年四月十九日 Center for Advanced Control Technologies http://cact.csuohio.edu 概要 引言自抗扰控制的渊源自抗扰控制的应用自抗扰控制的论证抗扰技术研究小结 引言 君子务本, 本立而道生 韩京清 :1937-2008 六十年代 : 最优控制,

More information

上海激光电子伽玛源 (SLEGS) 样机的实验介绍

上海激光电子伽玛源 (SLEGS) 样机的实验介绍 上海激光电子伽玛源 (SLEGS) 样机的实验介绍 Pan Qiangyan for SLEGS collaborators 一. 引言二. 装置布局三. 实验及其结果四. 结论 一, 引言 为建设 SLEGS 光束线提供参考和研制依据, 中科院上海应用物理研究所于 2005 年成立了以徐望研究员为组长的 SLEGS 小组, 开展 SLEGS 样机的实验工作 ; 在中科院知识创新工程方向性项目 (

More information

系统生物学. (Systems Biology) 马彬广

系统生物学. (Systems Biology) 马彬广 系统生物学 (Systems Biology) 马彬广 通用建模工具 ( 第十四讲 ) 梗概 (Synopsis) 通用建模工具 ( 数学计算软件 ) 专用建模工具 ( 细胞生化体系建模 ) 通用建模工具 主要是各种数学计算软件, 有些是商业软件, 有些是自由软件 商业软件, 主要介绍 : MatLab, Mathematica, Maple, 另有 MuPAD, 现已被 MatLab 收购 自由软件

More information

QTM - QUALITY TOOLS' MANUAL.

QTM - QUALITY TOOLS' MANUAL. 1 2.4.1 Design Of Experiments (DOE) 1. Definition Experimentation is a systematic approach to answer questions and more specifically; how do changes to a system actually affect the quality function or

More information

Shadow Computing: An Energy-Aware Fault Tolerant Computing Model

Shadow Computing: An Energy-Aware Fault Tolerant Computing Model Shadow Comuting: An Energy-Aware Fault Tolerant Comuting Model Bryan Mills, Taieb Znati, Rami Melhem Deartment of Comuter Science University of Pittsburgh (bmills, znati, melhem)@cs.itt.edu Index Terms

More information

Cooling rate of water

Cooling rate of water Cooling rate of water Group 5: Xihui Yuan, Wenjing Song, Ming Zhong, Kaiyue Chen, Yue Zhao, Xiangxie Li 目录. Abstract:... 2. Introduction:... 2 2.. Statement of the problem:... 2 2.2 objectives:... 2 2.3.

More information

Chinese Journal of Applied Entomology 2014, 51(2): DOI: /j.issn 信息物质的化学分析技术 黄翠虹 , ; 2.

Chinese Journal of Applied Entomology 2014, 51(2): DOI: /j.issn 信息物质的化学分析技术 黄翠虹 , ; 2. Chinese Journal of Applied Entomology 204, 5(2): 586 590. DOI: 0.7679/j.issn.2095 353.204.069 信息物质的化学分析技术 * 李静静 雷彩燕 黄翠虹 2 周琳 闫凤鸣 **., 450002; 2., 528333 摘要 - GC-MS HPLC GC-MS 关键词 - Chemical analysis techniques

More information

通量数据质量控制的理论与方法 理加联合科技有限公司

通量数据质量控制的理论与方法 理加联合科技有限公司 通量数据质量控制的理论与方法 理加联合科技有限公司 通量变量 Rn = LE + H + G (W m -2 s -1 ) 净辐射 潜热 感热 地表热 通量 通量 通量 通量 Fc (mg m -2 s -1 ) 二氧化碳通量 τ [(kg m s -1 ) m -2 s -1 ] 动量通量 质量控制 1. 概率统计方法 2. 趋势法 3. 大气物理依据 4. 测定实地诊断 5. 仪器物理依据 '

More information

Synthesis of anisole by vapor phase methylation of phenol with methanol over catalysts supported on activated alumina

Synthesis of anisole by vapor phase methylation of phenol with methanol over catalysts supported on activated alumina Chinese Journal of Catalysis 37 (216) 72 726 催化学报 216 年第 37 卷第 5 期 www.cjcatal.org available at www.sciencedirect.com journal homepage: www.elsevier.com/locate/chnjc Article Synthesis of anisole by vapor

More information

可延展柔性无机电子互连结构及其力学特性林骅, 潘开林, 陈仁章, 韦娜

可延展柔性无机电子互连结构及其力学特性林骅, 潘开林, 陈仁章, 韦娜 可延展柔性无机电子互连结构及其力学特性林骅, 潘开林, 陈仁章, 韦娜 ( 桂林电子科技大学机电工程学院, 广西桂林 541004) 摘要 : 首先简要介绍了目前实现可延展柔性无机电子延展性的主要原理及方式, 分析了目前存在的问题 ; 其次, 总结了目前提高可延展柔性无机电子延展性能的主要设计, 并对可延展柔性无机电子互连结构的力学特性发展现状进行了分析 其中重点探讨了目前存在的互连导线失效 异质界面的力学及其可靠性问题的研究现状

More information

MODELING THE RELIABILITY OF C4ISR SYSTEMS HARDWARE/SOFTWARE COMPONENTS USING AN IMPROVED MARKOV MODEL

MODELING THE RELIABILITY OF C4ISR SYSTEMS HARDWARE/SOFTWARE COMPONENTS USING AN IMPROVED MARKOV MODEL Technical Sciences and Alied Mathematics MODELING THE RELIABILITY OF CISR SYSTEMS HARDWARE/SOFTWARE COMPONENTS USING AN IMPROVED MARKOV MODEL Cezar VASILESCU Regional Deartment of Defense Resources Management

More information

Integrating non-precious-metal cocatalyst Ni3N with g-c3n4 for enhanced photocatalytic H2 production in water under visible-light irradiation

Integrating non-precious-metal cocatalyst Ni3N with g-c3n4 for enhanced photocatalytic H2 production in water under visible-light irradiation Chinese Journal of Catalysis 4 (219) 16 167 催化学报 219 年第 4 卷第 2 期 www.cjcatal.org available at www.sciencedirect.com journal homepage: www.elsevier.com/locate/chnjc Article Integrating non-precious-metal

More information

2 Results and Discussion

2 Results and Discussion 第 5 卷第 10 期无机材料学报 Vol. 5 No. 10 010 年 10 月 ournal of Inorganic Materials Oct., 010 Article ID: 1000-3X(010)10-1110-05 DOI: 10.37/SP..1077.010.10188 Optical Parameters of Nd 3+ Ion in Sr 3 Gd (BO 3 ) Crystal

More information

Speedup for Multi-Level Parallel Computing

Speedup for Multi-Level Parallel Computing Seedu for Multi-Level Parallel Comuting Shaniang Tang, Bu-Sung Lee,2, Bingsheng He School of Comuter Engineering 2 Service Platform Lab Nanyang Technological University HP Labs Singaore {stang5, ebslee,

More information

Ni based catalysts derived from a metal organic framework for selective oxidation of alkanes

Ni based catalysts derived from a metal organic framework for selective oxidation of alkanes Chinese Journal of Catalysis 37 (2016) 955 962 催化学报 2016 年第 37 卷第 6 期 www.cjcatal.org available at www.sciencedirect.com journal homepage: www.elsevier.com/locate/chnjc Article (Special Issue on Environmental

More information

Sichuan Earthquake 四川地震

Sichuan Earthquake 四川地震 Sichuan Earthquake 四川地震 1 Sichuan Earthquake 四川地震 China Mourns Victims of the Sichuan Earthquake 中国为震灾遇难者哀悼 Read the text below and do the activity that follows. 阅读下面的短文, 然后完成练习 : Flags are flying at half-mast

More information

A proof of the 3x +1 conjecture

A proof of the 3x +1 conjecture A proof of he 3 + cojecure (Xjag, Cha Rado ad Televso Uversy) (23..) Su-fawag Absrac: Fd a soluo o 3 + cojecures a mahemacal ool o fd ou he codo 3 + cojecures gve 3 + cojecure became a proof. Keywords:

More information

Explainable Recommendation: Theory and Applications

Explainable Recommendation: Theory and Applications Explainable Recommendation: Theory and Applications Dissertation Submitted to Tsinghua University in partial fulfillment of the requirement for the degree of Doctor of Philosophy in Computer Science and

More information

XING Sheng-Kai LI Yun ZHAO Xue-Zhuang * CAI Zun-Sheng SHANG Zhen-Feng WANG Gui-Chang *

XING Sheng-Kai LI Yun ZHAO Xue-Zhuang * CAI Zun-Sheng SHANG Zhen-Feng WANG Gui-Chang * 1000 物理化学学报 (Wuli Huaxue Xuebao) Acta Phys. Chim. Sin. 2011, 27 (5), 1000-1004 May [Communication] www.whxb.pku.edu.cn Möbius 环并苯的分子对称性 * 邢生凯李云赵学庄 ( 南开大学化学学院, 天津 300071) * 蔡遵生尚贞锋王贵昌 摘要 : 一般来说, 点群理论认为 Möbius

More information

Anisotropic Dielectric Properties of Short Carbon Fiber Composites. FU Jin-Gang, ZHU Dong-Mei, ZHOU Wan-Cheng, LUO Fa

Anisotropic Dielectric Properties of Short Carbon Fiber Composites. FU Jin-Gang, ZHU Dong-Mei, ZHOU Wan-Cheng, LUO Fa 第 27 卷第 11 期无机材料学报 Vol. 27 No. 11 2012 年 11 月 Journal of Inorganic Materials Nov., 2012 Article ID: 1000-324X(2012)11-1223-05 DOI: 10.3724/SP.J.1077.2012.12364 Anisotropic Dielectric Properties of Short

More information

Photo induced self formation of dual cocatalysts on semiconductor surface

Photo induced self formation of dual cocatalysts on semiconductor surface Chinese Journal of Catalysis 39 (2018) 1730 1735 催化学报 2018 年第 39 卷第 11 期 www.cjcatal.org available at www.sciencedirect.com journal homepage: www.elsevier.com/locate/chnjc Communication Photo induced self

More information

The preload analysis of screw bolt joints on the first wall graphite tiles in East

The preload analysis of screw bolt joints on the first wall graphite tiles in East The preload analysis of screw bolt joints on the first wall graphite tiles in East AO ei( 曹磊 ), SONG Yuntao( 宋云涛 ) Institute of plasma physics, hinese academy of sciences, Hefei 230031, hina Abstract The

More information

Multivariate Statistics Analysis: 多元统计分析

Multivariate Statistics Analysis: 多元统计分析 Multivariate Statistics Analysis: 多元统计分析 Lecture 1: Basic Concept Jun Li ( 李军 ) School of Geography and Planning Sun Yat-Sen University, Guangzhou, China Mobile: 13922375250; Office: D307 E-mail: lijun48@mail.sysu.edu.cn;

More information

USTC SNST 2014 Autumn Semester Lecture Series

USTC SNST 2014 Autumn Semester Lecture Series USTC SNST 2014 Autumn Semester Lecture Series Title: Introduction to Tokamak Fusion Energy Nuclear Science and Technology Research and Development (R&D) L8 A: Putting it all together: the box and thinking

More information

Properties Measurement of H ZZ* 4l and Z 4l with ATLAS

Properties Measurement of H ZZ* 4l and Z 4l with ATLAS Properties Measurement of H ZZ* 4l and Z 4l with ATLAS Haijun Yang (Shanghai Jiao Tong University) LHC mini-workshop Zhejiang University, HangZhou, China November 8-11, 2014 1 Outline o Discovery of the

More information

Enhancement of the activity and durability in CO oxidation over silica supported Au nanoparticle catalyst via CeOx modification

Enhancement of the activity and durability in CO oxidation over silica supported Au nanoparticle catalyst via CeOx modification Chinese Journal of Catalysis 39 (2018) 1608 1614 催化学报 2018 年第 39 卷第 10 期 www.cjcatal.org available at www.sciencedirect.com journal homepage: www.elsevier.com/locate/chnjc Article Enhancement of the activity

More information

John Weatherwax. Analysis of Parallel Depth First Search Algorithms

John Weatherwax. Analysis of Parallel Depth First Search Algorithms Sulementary Discussions and Solutions to Selected Problems in: Introduction to Parallel Comuting by Viin Kumar, Ananth Grama, Anshul Guta, & George Karyis John Weatherwax Chater 8 Analysis of Parallel

More information

Fabrication of ultrafine Pd nanoparticles on 3D ordered macroporous TiO2 for enhanced catalytic activity during diesel soot combustion

Fabrication of ultrafine Pd nanoparticles on 3D ordered macroporous TiO2 for enhanced catalytic activity during diesel soot combustion Chinese Journal of Catalysis 39 (2018) 606 612 催化学报 2018 年第 39 卷第 4 期 www.cjcatal.org available at www.sciencedirect.com journal homepage: www.elsevier.com/locate/chnjc Communication (Special Issue on

More information

Service Bulletin-04 真空电容的外形尺寸

Service Bulletin-04 真空电容的外形尺寸 Plasma Control Technologies Service Bulletin-04 真空电容的外形尺寸 在安装或者拆装真空电容时, 由于真空电容的电级片很容易移位, 所以要特别注意避免对电容的损伤, 这对于过去的玻璃电容来说非常明显, 但对于如今的陶瓷电容则不那么明显, 因为它们能够承载更高的机械的 电性能的负载及热负载 尽管从外表看来电容非常结实, 但是应当注意, 由于采用焊接工艺来封装铜和陶瓷,

More information

Non-automatic weighing instrument. Automatic weighing instrument. Weighing instrument

Non-automatic weighing instrument. Automatic weighing instrument. Weighing instrument Verification of weighbridges Hu Manhong National Institute of Metrology Sept. 27, 2017 Contents 1. Introduction on weighing instruments and weighbridges 2. Construction of weighbridges and Visual inspection,

More information

The Lagrange Mean Value Theorem Of Functions of n Variables

The Lagrange Mean Value Theorem Of Functions of n Variables 陕西师范大学学士学位论文 The Lagrage Mea Value Theorem Of Fuctios of Variables 作 者 单 位 数学与信息科学学院 指 导 老 师 曹怀 信 作 者 姓 名 李 碧 专 业 班 级数学与应用数学专业 4 级 班 The Lagrage Mea Value Theorem of a Fuctio of Variables LI i lass, Grade

More information

Tsinghua-Berkeley Shenzhen Institute (TBSI) PhD Program Design

Tsinghua-Berkeley Shenzhen Institute (TBSI) PhD Program Design 1. SCOPE Tsinghua-Berkeley Shenzhen Institute (TBSI) PhD Program Design (Approved in June, 2018, Applicable to Class 2018) This Ph.D. program is applicable for all doctoral students (including the international

More information

Tuning the growth of Cu MOFs for efficient catalytic hydrolysis of carbonyl sulfide

Tuning the growth of Cu MOFs for efficient catalytic hydrolysis of carbonyl sulfide Chinese Journal of Catalysis 38 (17) 1373 1381 催化学报 17 年第 38 卷第 8 期 www.cjcatal.org available at www.sciencedirect.com journal homepage: www.elsevier.com/locate/chnjc Article Tuning the growth of Cu MOFs

More information

Experimentally yet unobserved hadrons from QCD thermodynamics

Experimentally yet unobserved hadrons from QCD thermodynamics Experimentally yet unobserved hadrons from QCD thermodynamics Heng-Tong Ding ( 丁亨通 ) Central China Normal University (CCNU) 中国科学技术 大学交叉学科理论研究中 心合肥,2014.9.18 1 /41 Experimentally yet unobserved hadrons

More information

Molecular weights and Sizes

Molecular weights and Sizes Polymer Physcs 高分子物理 olecular weghts and Szes 高分子的分子量与尺寸 1 olecular weghts and molecular weght dstrbuton 分子量与分子量分布 Characterstcs of polymer molecular weghts 高分子的分子量的特点 The molecular weghts are very hgh,

More information

A Tableau Algorithm for the Generic Extension of Description Logic

A Tableau Algorithm for the Generic Extension of Description Logic Studies in Logic, Vol. x, No. x (xxxx): 1 10 PII: 1674-3202(xxxx)-0x-0001-10 A Tableau Algorithm for the Generic Extension of Description Logic Ma Li Philosophy Department, Peking University mq2828@126.com

More information

2NA. MAYFLOWER SECONDARY SCHOOL 2018 SEMESTER ONE EXAMINATION Format Topics Comments. Exam Duration. Number. Conducted during lesson time

2NA. MAYFLOWER SECONDARY SCHOOL 2018 SEMESTER ONE EXAMINATION Format Topics Comments. Exam Duration. Number. Conducted during lesson time Art NA T2 W3-W6 Project Work 1) Investigation and Interpretation of Theme 2) Control of Technical Processes 3) Reflection Conducted during lesson time Bahasa Melayu Express Stream SBB 1 2h Bahagian A E-mel

More information

Effect of lengthening alkyl spacer on hydroformylation performance of tethered phosphine modified Rh/SiO2 catalyst

Effect of lengthening alkyl spacer on hydroformylation performance of tethered phosphine modified Rh/SiO2 catalyst Chinese Journal of Catalysis 37 (216) 268 272 催化学报 216 年第 37 卷第 2 期 www.cjcatal.org available at www.sciencedirect.com journal homepage: www.elsevier.com/locate/chnjc Article Effect of lengthening alkyl

More information

ILC Group Annual Report 2018

ILC Group Annual Report 2018 ILC Group Annual Report 28 D. SHEN 28.2.3 报告摘要 Letter 本报告主要汇总了智能与学习系统中心 (Center of Intelligent and Learning Systems) 在 28 年的研究内容 报告的主要内容包括研究组在本年度的相关数据 会议交流等学术活动 讨论组报告列表 研究生信息表 研究方向概述以及本年度发表论文集 本研究小组的主要研究方向为迭代学习控制

More information

A generalization of Amdahl's law and relative conditions of parallelism

A generalization of Amdahl's law and relative conditions of parallelism A generalization of Amdahl's law and relative conditions of arallelism Author: Gianluca Argentini, New Technologies and Models, Riello Grou, Legnago (VR), Italy. E-mail: gianluca.argentini@riellogrou.com

More information

Increasing the range of non noble metal single atom catalysts

Increasing the range of non noble metal single atom catalysts Chinese Journal of Catalysis 38 (2017) 1489 1497 催化学报 2017 年第 38 卷第 9 期 www.cjcatal.org available at www.sciencedirect.com journal homepage: www.elsevier.com/locate/chnjc Perspective (Special Issue of

More information

An Analysis of Reliable Classifiers through ROC Isometrics

An Analysis of Reliable Classifiers through ROC Isometrics An Analysis of Reliable Classifiers through ROC Isometrics Stijn Vanderlooy s.vanderlooy@cs.unimaas.nl Ida G. Srinkhuizen-Kuyer kuyer@cs.unimaas.nl Evgueni N. Smirnov smirnov@cs.unimaas.nl MICC-IKAT, Universiteit

More information

Computer arithmetic. Intensive Computation. Annalisa Massini 2017/2018

Computer arithmetic. Intensive Computation. Annalisa Massini 2017/2018 Comuter arithmetic Intensive Comutation Annalisa Massini 7/8 Intensive Comutation - 7/8 References Comuter Architecture - A Quantitative Aroach Hennessy Patterson Aendix J Intensive Comutation - 7/8 3

More information

Zinc doped g C3N4/BiVO4 as a Z scheme photocatalyst system for water splitting under visible light

Zinc doped g C3N4/BiVO4 as a Z scheme photocatalyst system for water splitting under visible light Chinese Journal of Catalysis 39 (218) 472 478 催化学报 218 年第 39 卷第 3 期 www.cjcatal.org available at www.sciencedirect.com journal homepage: www.elsevier.com/locate/chnjc Article (Special Issue of Photocatalysis

More information

Surveying,Mapping and Geoinformation Services System for the Major Natural Disasters Emergency Management in China

Surveying,Mapping and Geoinformation Services System for the Major Natural Disasters Emergency Management in China Surveying,Mapping and Geoinformation Services System for the Major Natural Disasters Emergency Management in China 21 February 2013, Bangkok, Thailand Contents 2 1 2 3 4 Working Mechanism Geoinformation

More information

澳作生态仪器有限公司 叶绿素荧光测量中的 PAR 测量 植物逆境生理生态研究方法专题系列 8 野外进行荧光测量时, 光照和温度条件变异性非常大 如果不进行光照和温度条件的控制或者精确测量, 那么荧光的测量结果将无法科学解释

澳作生态仪器有限公司 叶绿素荧光测量中的 PAR 测量 植物逆境生理生态研究方法专题系列 8 野外进行荧光测量时, 光照和温度条件变异性非常大 如果不进行光照和温度条件的控制或者精确测量, 那么荧光的测量结果将无法科学解释 叶绿素荧光测量中的 PAR 测量 植物逆境生理生态研究方法专题系列 8 野外进行荧光测量时, 光照和温度条件变异性非常大 如果不进行光照和温度条件的控制或者精确测量, 那么荧光的测量结果将无法科学解释 Yield can vary significantly with light level and with temperature. Without controlling irradiation

More information

Highly enhanced visible-light photocatalytic hydrogen evolution on g-c3n4 decorated with vopc through - interaction

Highly enhanced visible-light photocatalytic hydrogen evolution on g-c3n4 decorated with vopc through - interaction Chinese Journal of Catalysis 4 (219) 168 176 催化学报 219 年第 4 卷第 2 期 www.cjcatal.org available at www.sciencedirect.com journal homepage: www.elsevier.com/locate/chnjc Article Highly enhanced visible-light

More information

Steering plasmonic hot electrons to realize enhanced full spectrum photocatalytic hydrogen evolution

Steering plasmonic hot electrons to realize enhanced full spectrum photocatalytic hydrogen evolution Chinese Journal of Catalysis 39 (2018) 453 462 催化学报 2018 年第 39 卷第 3 期 www.cjcatal.org available at www.sciencedirect.com journal homepage: www.elsevier.com/locate/chnjc Article (Special Issue of Photocatalysis

More information

Lecture Note on Linear Algebra 16. Eigenvalues and Eigenvectors

Lecture Note on Linear Algebra 16. Eigenvalues and Eigenvectors Lecture Note on Linear Algebra 16. Eigenvalues and Eigenvectors Wei-Shi Zheng, wszheng@ieee.org, 2011 November 18, 2011 1 What Do You Learn from This Note In this lecture note, we are considering a very

More information

Species surface concentrations on a SAPO 34 catalyst exposed to a gas mixture

Species surface concentrations on a SAPO 34 catalyst exposed to a gas mixture Chinese Journal of Catalysis 35 (214) 43 436 催化学报 214 年第 35 卷第 3 期 www.chxb.cn available at www.sciencedirect.com journal homepage: www.elsevier.com/locate/chnjc Article Species surface concentrations

More information

Can phylogenomic data matrix end incongruence in the tree of life?

Can phylogenomic data matrix end incongruence in the tree of life? Can phylogenomic data matrix end incongruence in the tree of life? 系统发育基因组数据能否解决生命之树中的冲突? Xing-Xing Shen( 沈星星 ) https://xingxingshen.github.io/ Rokas Lab Mar 2018 1 自我简介 https://xingxingshen.github.io/

More information

Giant magnetoresistance in Fe/SiO 2 /p-si hybrid structure under non-equilibrium conditions

Giant magnetoresistance in Fe/SiO 2 /p-si hybrid structure under non-equilibrium conditions Trans. Nonferrous Met. Soc. China 24(2014) 3158 3163 Giant magnetoresistance in Fe/SiO 2 /p-si hybrid structure under non-equilibrium conditions N. V. VOLKOV 1, 2, A. S. TARASOV 1, A. O. GUSTAJCEV 1, 2,

More information

Lecture English Term Definition Chinese: Public

Lecture English Term Definition Chinese: Public Lecture English Term Definition Chinese: Public A Convert Change between two forms of measurements 变换 A Equilateral Triangle Triangle with equal sides and angles A FPS Units The American system of measurement.

More information

Happy Niu Year 牛年快乐 1

Happy Niu Year 牛年快乐 1 Happy Niu Year 牛年快乐 1 Celebrating in Style 庆新年 Happy Niu Year 牛年快乐 Read the text below and do the activity that follows. 阅读下面的短文, 然后完成练习 : 2008 is now finally in the past as millions of Chinese people

More information

Contents. PLUS Factorization of Matrices and Its Applications. 1. Background. 1. Background 2. Main Achievements 3. Applications 4.

Contents. PLUS Factorization of Matrices and Its Applications. 1. Background. 1. Background 2. Main Achievements 3. Applications 4. PLUS Factorization of Matrices and Its Applications Pengwei Hao Center for Inforation Science, Peking University Contents 1 Background 2 Main Achieveents 3 Applications 4 Unsolved Probles Queen Mary, University

More information

RESEARCH AND APPLICATION OF THE EVAPORATION CAPACITY SPATIAL INTERPOLATION METHOD FOR AGRICULUTRAL ENVIRONMENT / 面向农业环境的蒸发量空间插值方法研究和应用

RESEARCH AND APPLICATION OF THE EVAPORATION CAPACITY SPATIAL INTERPOLATION METHOD FOR AGRICULUTRAL ENVIRONMENT / 面向农业环境的蒸发量空间插值方法研究和应用 RESEARCH AND APPLICATION OF THE EVAPORATION CAPACITY SPATIAL INTERPOLATION METHOD FOR AGRICULUTRAL ENVIRONMENT / 面向农业环境的蒸发量空间插值方法研究和应用 Ph.D. Yinlong JIN 1), Prof. Ph.D. Eng. Jiesheng HUANG 1), Ph.D. Ben

More information

NiFe layered double hydroxide nanoparticles for efficiently enhancing performance of BiVO4 photoanode in

NiFe layered double hydroxide nanoparticles for efficiently enhancing performance of BiVO4 photoanode in Chinese Journal of Catalysis 39 (218) 613 618 催化学报 218 年第 39 卷第 4 期 www.cjcatal.org available at www.sciencedirect.com journal homepage: www.elsevier.com/locate/chnjc Communication (Special Issue on Environmental

More information

Multi-Operation Multi-Machine Scheduling

Multi-Operation Multi-Machine Scheduling Multi-Oeration Multi-Machine Scheduling Weizhen Mao he College of William and Mary, Williamsburg VA 3185, USA Abstract. In the multi-oeration scheduling that arises in industrial engineering, each job

More information

Highly effective electrochemical water oxidation by copper oxide film generated in situ from Cu(II) tricine complex

Highly effective electrochemical water oxidation by copper oxide film generated in situ from Cu(II) tricine complex Chinese Journal of Catalysis 39 (218) 479 486 催化学报 218 年第 39 卷第 3 期 www.cjcatal.org available at www.sciencedirect.com journal homepage: www.elsevier.com/locate/chnjc Article (Special Issue of Photocatalysis

More information

2014 年 8 月微纳电子技术第 51 卷第 8 期 Micronanoelectronic Technology Vol.51 No.8August 2014 硅纳米晶存储器的耐受性研究姜丹丹 1,2, 霍宗亮 2, 靳磊 2, 杨潇楠 2, 王永 2, 刘明 2

2014 年 8 月微纳电子技术第 51 卷第 8 期 Micronanoelectronic Technology Vol.51 No.8August 2014 硅纳米晶存储器的耐受性研究姜丹丹 1,2, 霍宗亮 2, 靳磊 2, 杨潇楠 2, 王永 2, 刘明 2 2014 年 8 月微纳电子技术第 51 卷第 8 期 Micronanoelectronic Technology Vol.51 No.8August 2014 硅纳米晶存储器的耐受性研究姜丹丹 1,2, 霍宗亮 2, 靳磊 2, 杨潇楠 2, 王永 2, 刘明 2 (1. 成都信息工程学院通信工程学院, 成都 610225; 2. 中国科学院微电子研究所, 北京 100029) 摘要 : 首先介绍了硅纳米晶粒的制备工艺以及硅纳米晶存储器件的基本特性

More information

Theory of Water-Proton Spin Relaxation in Complex Biological Systems

Theory of Water-Proton Spin Relaxation in Complex Biological Systems Theory of Water-Proton Spin Relaxation in Complex Biological Systems Zhiwei Chang Doctoral Thesis by due permission of the Faculty of Engineering LTH, Lund University, Sweden. The thesis will be publicly

More information

Principia and Design of Heat Exchanger Device 热交换器原理与设计

Principia and Design of Heat Exchanger Device 热交换器原理与设计 Principia and Design of Heat Exchanger Device 热交换器原理与设计 School of Energy and Power Engineering, SDU Presented: 杜文静 E-mail: wjdu@sdu.edu.cn Telephone: 88399000-511 1. Spiral heat exchanger 螺旋板式热交换器 basic

More information

Geomechanical Issues of CO2 Storage in Deep Saline Aquifers 二氧化碳咸水层封存的力学问题

Geomechanical Issues of CO2 Storage in Deep Saline Aquifers 二氧化碳咸水层封存的力学问题 Geomechanical Issues of CO2 Storage in Deep Saline Aquifers 二氧化碳咸水层封存的力学问题 Li Xiaochun( 李小春 ) Yuan Wei ( 袁维 ) Institute of Rock and Soil Mechanics Chinese Academy of Science 中国科学院武汉岩土力学研究所 Outlines ( 提纲

More information

Effect of promoters on the selective hydrogenolysis of glycerol over Pt/W containing catalysts

Effect of promoters on the selective hydrogenolysis of glycerol over Pt/W containing catalysts Chinese Journal of Catalysis 37 (2016) 1513 1520 催化学报 2016 年第 37 卷第 9 期 www.cjcatal.org available at www.sciencedirect.com journal homepage: www.elsevier.com/locate/chnjc Article Effect of promoters on

More information

available at journal homepage:

available at  journal homepage: Chinese Journal of Catalysis 36 (2015) 15801586 催化学报 2015 年第 36 卷第 9 期 www.chxb.cn available at www.sciencedirect.com journal homepage: www.elsevier.com/locate/chnjc Article (Special Issue for Excellent

More information

Lecture 2: Introduction to Probability

Lecture 2: Introduction to Probability Statistical Methods for Intelligent Information Processing (SMIIP) Lecture 2: Introduction to Probability Shuigeng Zhou School of Computer Science September 20, 2017 Outline Background and concepts Some

More information

An Adaptive Three-bus Power System Equivalent for Estimating Voltage Stability Margin from Synchronized Phasor Measurements

An Adaptive Three-bus Power System Equivalent for Estimating Voltage Stability Margin from Synchronized Phasor Measurements An Adative Three-bus Power System Equivalent for Estimating oltage Stability argin from Synchronized Phasor easurements Fengkai Hu, Kai Sun University of Tennessee Knoxville, TN, USA fengkaihu@utk.edu

More information

1. Space-based constraints on non-methane VOC emissions in Asia

1. Space-based constraints on non-methane VOC emissions in Asia 1. Space-based constraints on non-methane VOC emissions in Asia + 2. Sensitivity of summertime surface ozone to surface temperature over Southeastern U.S.: Interannual variability as a diagnostic for chemical

More information

國立中正大學八十一學年度應用數學研究所 碩士班研究生招生考試試題

國立中正大學八十一學年度應用數學研究所 碩士班研究生招生考試試題 國立中正大學八十一學年度應用數學研究所 碩士班研究生招生考試試題 基礎數學 I.(2%) Test for convergence or divergence of the following infinite series cos( π (a) ) sin( π n (b) ) n n=1 n n=1 n 1 1 (c) (p > 1) (d) n=2 n(log n) p n,m=1 n 2 +

More information

Water oxidation catalytic ability of polypyridine complex containing a μ OH, μ O2 dicobalt(iii) core

Water oxidation catalytic ability of polypyridine complex containing a μ OH, μ O2 dicobalt(iii) core Chinese Journal of Catalysis 39 (2018) 463 471 催化学报 2018 年第 39 卷第 3 期 www.cjcatal.org available at www.sciencedirect.com journal homepage: www.elsevier.com/locate/chnjc Article (Special Issue of Photocatalysis

More information

Combining Logistic Regression with Kriging for Mapping the Risk of Occurrence of Unexploded Ordnance (UXO)

Combining Logistic Regression with Kriging for Mapping the Risk of Occurrence of Unexploded Ordnance (UXO) Combining Logistic Regression with Kriging for Maing the Risk of Occurrence of Unexloded Ordnance (UXO) H. Saito (), P. Goovaerts (), S. A. McKenna (2) Environmental and Water Resources Engineering, Deartment

More information

Introduction. 固体化学导论 Introduction of Solid State Chemistry 新晶体材料 1976 年中科院要求各教研室讨论研究方向上海硅酸盐所 福州物质所. Textbooks and References

Introduction. 固体化学导论 Introduction of Solid State Chemistry 新晶体材料 1976 年中科院要求各教研室讨论研究方向上海硅酸盐所 福州物质所. Textbooks and References Introduction 固体化学导论 Introduction of Solid State Chemistry http://staff.ustc.edu.cn/~ychzhu/ 1976 年中科院要求各教研室讨论研究方向上海硅酸盐所 福州物质所 新晶体材料 陶瓷材料长春应化所稀土发光中科大无机化学 固体化学 Introduction of Solid State Chemistry Its former

More information

Key Topic. Body Composition Analysis (BCA) on lab animals with NMR 采用核磁共振分析实验鼠的体内组分. TD-NMR and Body Composition Analysis for Lab Animals

Key Topic. Body Composition Analysis (BCA) on lab animals with NMR 采用核磁共振分析实验鼠的体内组分. TD-NMR and Body Composition Analysis for Lab Animals TD-NMR and Body Composition Analysis for Lab Animals 时域磁共振及实验鼠体内组分的测量 Z. Harry Xie ( 谢宗海 谢宗海 ), PhD Bruker Optics, Inc. Key Topic Body Composition Analysis (BCA) on lab animals with NMR 采用核磁共振分析实验鼠的体内组分

More information