How To Write A Program For A Microprocessor (Fem) With A Nonzero Power (Fmi) And A Non Zero Power (M) (Fami) (Or A Non-Zero Power) (For Microprocessor) (Program

Size: px
Start display at page:

Download "How To Write A Program For A Microprocessor (Fem) With A Nonzero Power (Fmi) And A Non Zero Power (M) (Fami) (Or A Non-Zero Power) (For Microprocessor) (Program"

Transcription

1 第 10 回 先 進 スーパーコンピューティング 環 境 研 究 会 (ASE 研 究 会 ) 実 施 報 告 東 京 大 学 情 報 基 盤 センター 特 任 准 教 授 片 桐 孝 洋 2011 年 10 月 13 日 ( 木 )15 時 00 分 ~18 時 30 分 東 京 大 学 情 報 基 盤 センター4 階 遠 隔 講 義 室 にて 第 10 回 先 進 スーパーコンピューティング 環 境 研 究 会 (ASE 研 究 会 )が 開 催 され ました 国 内 の 大 学 研 究 機 関 および 企 業 からの 参 加 者 が 13 名 あり 活 発 な 議 論 がなされました 招 待 講 演 として ETH Zurich から Markus Püschel 教 授 をお 呼 びし 自 動 チューニング と 機 械 学 習 に 関 する 講 演 を 行 いました また 工 学 院 大 学 の 藤 井 昭 宏 博 士 筑 波 大 学 の 山 崎 育 朗 様 による 数 値 計 算 アルゴリズムにおける 自 動 チューニングの 講 演 を 行 いました Püschel 教 授 の 講 演 は Automatic Performance Tuning and Machine Learning と 題 し 自 動 チューニングの 重 要 性 などの 背 景 に 始 まり 自 動 チューニングへ 機 械 学 習 を 適 用 した 事 例 紹 介 に 至 る 大 変 興 味 深 いご 講 演 でした 特 に 自 動 チューニングを 行 うことは 探 索 処 理 に 位 置 づけられることが 多 いのですが Püschel 教 授 の 講 演 では 自 動 チューニ ングはコンパイラやプログラマを 助 けるためのツールが 本 来 の 意 味 であり 探 索 はコスト 高 である ですから 機 械 学 習 を 適 用 する 解 を 示 すという 主 張 は 明 快 であり わかりやすいも のでした Püschel 教 授 らが 行 ってきた 信 号 処 理 (FFT)の 自 動 チューニングに 関 するプロ ジェクト Spiral における 自 動 チューニングの 位 置 づけも 大 変 興 味 深 いものでした 参 加 者 間 で たいへん 活 発 な 議 論 がなされました 以 上 の 講 演 内 容 について 本 原 稿 の 後 に 当 日 の 発 表 資 料 を 掲 載 します ご 興 味 のある 方 はご 覧 ください 当 日 のプログラムを 以 下 に 載 せます Program 15:00-15:05 Introduction by Takahiro Katagiri (The University of Tokyo) 15:05 16:05 Invited Speaker: Professor Markus Püschel (Computer Science, ETH Zurich, Switzerland) Title: Automatic Performance Tuning and Machine Learning Abstract: Automatic performance tuning has emerged as a paradigm complementing traditional compilers to port software and performance between platforms. Several techniques have proven useful including adaptive libraries, program generation, domain-specific languages, and models. However, one technique is shared by almost all approaches: search for the fastest among a set of alternative implementations. Typically the search space is huge and hence the search is costly. This may be bearable in offline tuning (e.g., ATLAS) that is performed during installation but becomes cumbersome in online tuning (e.g., FFTW) that is performed at runtime since the input

2 size is required. We argue that machine learning, which has already been studied and used in the compiler community, can solve this problem and should be added to the portfolio of performance tuning tools. As example we show a successful approach to automatically convert Spiral-generated online-tunable transform libraries into offline-tunable ones. 16:05-16:15 Break 16:15 16:45 Sparker: Akihiro Fujii (Kogakuin University), Osamu Nakamura(Sumitomo Metal Industries) Title: Automatic tuning for Algebraic Multigrid solver for Fluid analysis Abstract: This talk presents an online automatic tuning method of Algebraic Multigrid (AMG) solver for fluid analysis based on SMAC method. This type of fluid analysis requires to solve Pressure Poisson equation every time step. As time steps forward, problem matrix does not change, but the right hand side vector changes gradually in many cases. To shorten the total time the solver uses, we try to optimize AMG solver by selecting its parameter setting for each time step. In this talk, we consider automatic tuning technique of AMG solver parameters such as smoothers, multigrid cycles, acceleration coefficient of the smoother and others. We studied the auto tuning method which narrows the search domain by determining parameters in a step-by-step manner based on typical property of the AMG solver parameters. In addition, optimizing parameters is done every constant number of time steps such as 100 time steps to reduce the overhead of measuring the efficiency of various parameter settings. Our AMG library with online auto-tuning mechanism which determines appropriate solver parameter set among 900 parameter settings improved the performance of AMG solver with default setting up to 20 percent in our numerical tests. 16:45 17:15 Speaker: Ikuro Yamazaki, Hiroto Tadano, Tetsuya Sakurai (Graduate School of Systems and Information Engineering, University of Tsukuba) Title: A parameter selection for a preconditioner using a cutoff for Krylov subspace methods Abstract: Large linear systems involving a semi-sparse matrix which has relatively large number of nonzero elements appear in nano-science simulations. Preconditioners with a cutoff is proposed as suitable methods for such semi-sparse linear systems. The performance of these preconditioners is highly dependent on a cutoff parameter. A smaller value of cutoff increases a computational cost in preconditioner construction. Meanwhile, a larger value of cutoff leads to a less effective

3 preconditioning matrix with a large number of iterations. Hence, the selection of an appropriate cutoff parameter is important. In this talk, we present a strategy to find an efficient cutoff parameter for the preconditioners using a cutoff. We estimate an appropriate cutoff parameter using residual norms before applying an iterative solver, and verify the validity of our strategy by numerical experiments. 17:15 17:30 Break 17:30-18: 00 Speaker: Satoshi Ohshima (The University of Tokyo) Title: Implementation of 3D FEM program on GPU Abstract: GPU is now utilizing for several scientific applications because GPU has high calculation performance and memory transfer performance. FEM (Finite Element Method) is one of the applications expected to accelerate with GPU. This talk shows the implementation of 3D FEM program on CUDA GPU. The main targets of acceleration are sparse matrix solver (CG method) and matrix assembly. Our GPU implementation has obtained better performance than multi-core CPU. Also we are now trying multi GPUs implementation. 18:00-18:30 Speaker: Masae Hayashi (The University of Tokyo) Title: OpenMP/MPI Hybrid Parallel FEM Based on Extended Hierarchical Interface Decomposition for Multi-core Clusters. Abstract: ILU preconditioner is a powerful and popular preconditioning method for Krylov iterative solvers on sparse matrices derived from FEM applications. Block-Jacobi-type localized ILU preconditioner is generally employed in parallel computation basing on domain decomposition. The localization of ILU process is good for parallel efficiency but decreases the effectiveness of preconditioning since it neglects the effect from out side the domain. Hierarchical Interface Decomposition (HID) and proposed extended version of HID, where additional layers of separators are introduced for robust and efficient computation is a robust and efficient parallel preconditioning method. We are developing preconditioning methods using OpenMP/MPI hybrid parallel programming models on multicore/multisocket clusters. HID and extended version of HID (ExHID) is applied to both of inter-node parallelization with message-passing (e.g. MPI) part and intra-node parallelization with multi-threading (e.g. OpenMP). We implement the OpenMP/MPI hybrid parallel programing model to FEM application solving 3- dimensional linear elasticity problem. The developed code has been tested on the T2K Open Super Computer (T2K/Tokyo) using up to 8 nodes, 16 cores. We report the scalability and the robustness resulted from numerical experiments of

4 parallel ILU preconditioner with fill-ins and iterative solver and we show the developed code provides better performance compared to that of multicoloring method used for intra-node parallelization. 18: 30 Closing Remarks by Takahiro Katagiri (The University of Tokyo) 19:00- Banquet near Nedu station 図 1 当 日 の 会 場 の 様 子 ASE 研 究 会 の 開 催 情 報 はメーリングリストで 発 信 をしております 研 究 会 メーリングリス トに 参 加 ご 希 望 の 方 は ASE 研 究 会 幹 事 の 片 桐 (katagiri@cc.u-tokyo.ac.jp)までお 知 ら せください 以 上

5 Automatic Performance Tuning and Machine Learning Markus Püschel Computer Science, ETH Zürich with: Frédéric de Mesmay PhD, Electrical and Computer Engineering, Why Autotuning? AAAAAA Matrix-Matrix Multiplication (MMM) on quadcore Intel platform Performance [Gflop/s] Best implementation Triple loop 160x 0 1,000 2,000 3,000 4,000 5,000 6,000 7,000 8,000 9,000 matrix size Same (mathematical) operation count (2n 3 ) Compiler underperforms by 160x

6 Same for All Critical Compute Functions DFT auf Intel Core i7 Leistung [Gflop/s] x k 4k 16k 64k 256k 1M WiFi Empfänger (1 Intel Core) Leistung [Mbit/s] x Solution: Autotuning Definition: Search over alternative implementations or parameters to find the fastest Definition: Automating performance optimization with tools that complement/aid the compiler or programmer However: Search is an important tool. But expensive. Solution: Machine learning

7 Organization Autotuning examples An example use of machine learning No search Search No search No search No search Search Search Search implementation installation platform known use input known

8 No search Search implementation installation platform known use input known PhiPac/ATLAS: MMM Generator Whaley, Bilmes, Demmel, Dongarra, // MMM loop-nest for i = 0:N B :N-1 for j = 0:N B :M-1 for k = 0:N B :K-1 // mini-mmm loop nest for i = i:m U :i+n B -1 for j = j:n U :j+n B -1 for k = k:k U :k+n B -1 ijk or jik depending on N and M Blocking for cache Blocking for registers // micro-mmm loop nest for k = k :1:k +K U -1 for i = i :1:i +M U -1 for j = j :1:j +N U -1 Unrolling Scalar replacement Add/mult interleaving Skewing Search parameters: N B, M U, N U, K U, L S,

9 PhiPac/ATLAS: MMM Generator Mflop/s Compile Execute Measure Detect Hardware Parameters L1Size NR MulAdd L * ATLAS Search Engine NB MU,NU,KU xfetch MulAdd Latency ATLAS MMM Code Generator MiniMMM Source source: Pingali, Yotov, Cornell U. No search Search ATLAS MMM generator implementation installation platform known use input known

10 FFTW: Discrete Fourier Transform (DFT) Frigo, Johnson Installation configure/make n = 1024 radix 16 Usage d = dft(n) d(x,y) Twiddles Search for fastest computation strategy base case radix base case base case FFTW: Codelet Generator Frigo n DFT codelet generator dft_n(*x, *y, ) fixed size DFT function straightline code

11 No search Search FFTW codelet generator ATLAS MMM generator FFTW adaptive library implementation installation platform known use input known OSKI: Sparse Matrix-Vector Multiplication Vuduc, Im, Yelick, Demmel = * Blocking for registers: Improves locality (reuse of input vector) But creates overhead (zeros in block) * =

12 OSKI: Sparse Matrix-Vector Multiplication Gain by blocking (dense MVM) Overhead by blocking * = 16/9 = /1.77 = 0.79 (no gain) No search Search OSKI sparse MVM OSKI sparse MVM FFTW codelet generator ATLAS MMM generator FFTW adaptive library implementation installation platform known use input known

13 Spiral: Linear Transforms & More Algorithm knowledge Platform description Spiral Optimized implementation regenerated for every new platform Program Generation in Spiral (Sketched) Transform user specified Fast algorithm in SPL many choices Algorithm rules Optimization at all abstraction levels parallelization vectorization Σ-SPL loop optimizations Optimized implementation constant folding scheduling + search

14 No search Search Machine learning Machine learning Spiral: transforms general input size Spiral: transforms general input size Spiral: transforms fixed input size OSKI sparse MVM OSKI sparse MVM FFTW codelet generator ATLAS MMM generator FFTW adaptive library implementation installation platform known use input known Organization Autotuning examples An example use of machine learning

15 Online tuning ( use) Installation configure/make Offline tuning ( installation) Installation configure/make for a few n: search learn decision trees Use d = dft(n) d(x,y) Twiddles Search for fastest computation strategy Use d = dft(n) d(x,y) Twiddles Goal Integration with Spiral-Generated Libraries Voronenko some platform information Spiral Online tunable library DFT n! P k=2;2m > ³ ³ DFT2m I k=2 1 0 RDFT n RDFT 0 RDFT 2m n! (P DHT > n k=2;m I RDFT 2) 0 B DHT DHT 0 2m n DHT 0 Ã 2m rdft 2n (u) rdht 2n (u)! L2n m I k i ³ i C 2m rdft 2m (i=k) RDFT 0 k I m ; k even; rdft 2m (i=k) RDFT 0 k I rdft k=2 1 i D 2m 2m (i=k) RDFT 0 CC B k rdht 2m (i=k) DHT 0 k rdht 2m (i=k)! rdft 2m ((i + u)=k) rdft!ã 2k (u) I rdht 2m ((i + u)=k) rdht 2k (u) m ; DHT 0 k 1 I m C A ; k even; RDFT-3 n! (Q > k=2;m I 2) (I k i rdft 2m )(i +1=2)=k))(RDFT-3 k I m) ; k even; DCT-2 n! P k=2;2m > ³ DCT-22m K2 2m ³ I k=2 1 N 2m RDFT-3 > 2m Bn(L n=2 I k=2 2 )(I m RDFT 0 k )Q m=2;k ; DCT-3 n! DCT-2 > n ; DCT-4 n! Q > ³ k=2;2m Ik=2 N 2m RDFT-3 > 2m B0 n (L n=2 I k=2 2 )(I m RDFT-3 k )Q m=2;k : DFT n! (DFT k I m)t n m (I k DFT m)l n k ; n = km DFT n! P n(dft k DFT m)q n; n = km; gcd(k; m) =1 DFT p! R T p (I 1 DFT p 1 )D p(i 1 DFT p 1 )R p; p prime DCT-3 n! (I m J m)l n m (DCT-3m(1=4) DCT-3m(3=4)) " # Im 0 J m 1 (F 2 I m) p1 (I 2 1 2I ; n =2m m) DCT-4 n! S ndct-2 n diag 0 k<n (1=(2 cos((2k +1)¼=4n))) ÃÃ" #! Ã" #!! 1 1 IMDCT 2m! (J m I m I m J m) I 1 m I 1 m J 2m DCT-4 2m ty WHT 2 k! (I 2 k 1 + +k i 1 WHT 2 k i I k 2 i+1 + +k t ); k = k k t i=1 DFT 2! F 2 DCT-2 2! diag(1; 1= p 2) F 2 DCT-4 2! J 2 R 13¼=8

16 Organization Autotuning examples An example use of machine learning Anatomy of an adaptive discrete Fourier transform library Decision tree generation using C4.5 Results Discrete/Fast Fourier Transform Discrete Fourier transform (DFT): Cooley/Tukey fast Fourier transform (FFT): Dataflow (right to left): 16 = 4 x 4

17 Fast Fourier Transform 16 = 4 x 4 (DFT 4 I 4 ) 1 4 (I 4 DFT 4 ) 1 4 void dft(int n, cpx *y, cpx *x) { if (use_dft_base_case(n)) dft_bc(n, y, x); else { int k = choose_dft_radix(n); for (int i=0; i < k; ++i) dft_strided(m, k, t + m*i, x + m*i); for (int i=0; i < m; ++i) dft_scaled(k, m, precomp_d[i], y + i, t + i); } } void dft_strided(int n, int istr, cpx *y, cpx *x) {... } void dft_scaled(int n, int str, cpx *d, cpx *y, cpx *x) {... } Choices used for adaptation Decision Graph of Library void dft(int n, cpx *y, cpx *x) { if (use_dft_base_case(n)) dft_bc(n, y, x); else { int k = choose_dft_radix(n); for (int i=0; i < k; ++i) dft_strided(m, k, t + m*i, x + m*i); for (int i=0; i < m; ++i) dft_scaled(k, m, precomp_d[i], y + i, t + i); } } void dft_strided(int n, int istr, cpx *y, cpx *x) {... } void dft_scaled(int n, int str, cpx *d, cpx *y, cpx *x) {... } Choices used for adaptation

18 Spiral-Generated Libraries Spiral Standard Scalar Vectorized Threading Buffering 20 mutually recursive functions 10 different choices (occurring recursively) Choices are heterogeneous (radix, threading, buffering, ) Our Work Upon installation, generate decision trees for each choice Example:

19 Statistical Classification: C4.5 Features (events) C4.5 P(play windy=false) = 6/8 P(don t play windy=false) = 2/8 P(play windy=true) = 1/2 P(don t play windy=false) = 1/2 Entropy of Features H(windy) = 0.89 H(outlook) = 0.69 H(humidity) = Application to Libraries Features = arguments of functions (except variable pointers) dft(int n, cpx *y, cpx *x) dft_strided(int n, int istr, cpx *y, cpx *x) dft_scaled(int n, int str, cpx *d, cpx *y, cpx *x) At installation time: Run search for a few input sizes n Yields training set: features and associated decisions (several for each size) Generate decision trees using C4.5 and insert into library Some issues resolved (de Mesmay et al. 2010)

20 Experimental Setup 3GHz Intel Xeon 5160 (2 Core 2 Duos = 4 cores), icc 10.1 Spiral-generated library: Learning works as expected

21 All Sizes All sizes n 2 18, with prime factors 19 All Sizes All sizes n 2 18, with prime factors 19 Higher order fit of all sizes

22 Related Work Machine learning in autotuning Linear regression for stencil/sorting (Brewer 1995) Pioneering work: Learning DFT recursions in Spiral (Singer/Veloso 2000) Linear regression/svm in PhiPAC (Vuduc/Demmel/Bilmes 2001) Machine learning in compilation Scheduling (Moss et al. 1997, Cavazos/Moss 2004) Branch prediction (Calder et al. 1997) Heuristics generation (Monsifrot/Bodin/Quiniou 2002) Feature generation (Leather/Bonilla/O Boyle 2009) This Talk Frédéric de Mesmay, Yevgen Voronenko and Markus Püschel Offline Library Adaptation Using Automatically Generated Heuristics Proc. International Parallel and Distributed Processing Symposium (IPDPS), pp. 1-10, 2010 Other Recent ML work in Spiral Frédéric de Mesmay, Arpad Rimmel, Yevgen Voronenko and Markus Püschel Bandit-Based Optimization on Graphs with Application to Library Performance Tuning Proc. International Conference on Machine Learning (ICML), pp , 2009

23 Message of Talk Machine learning Machine learning implementation installation platform known use problem parameters known Machine learning should be used in autotuning Overcomes the problem of expensive searches Relatively easy to do Applicable to any search-based approach Don t forget: autotuning search

Quality of. Leadership. Quality Students of Faculty. Infrastructure

Quality of. Leadership. Quality Students of Faculty. Infrastructure 217 218 Quality of Quality of Leadership Quality of Quality of Quality Students of Faculty Quality of Infrastructure 219 220 Quantitative Factor Quantitative Analysis Meta Synthesis Informal Interviews

More information

Procedures to file a request to the JPO for Patent Prosecution Highway Pilot Program between the JPO and the HPO

Procedures to file a request to the JPO for Patent Prosecution Highway Pilot Program between the JPO and the HPO Procedures to file a request to the JPO for Patent Prosecution Highway Pilot Program between the JPO and the HPO 1. to the JPO When an applicant files a request for an accelerated examination under the

More information

英 語 上 級 者 への 道 ~Listen and Speak 第 4 回 ヨーロッパからの 新 しい 考 え. Script

英 語 上 級 者 への 道 ~Listen and Speak 第 4 回 ヨーロッパからの 新 しい 考 え. Script 英 語 上 級 者 への 道 ~Listen and Speak 第 4 回 ヨーロッパからの 新 しい 考 え Script Dialogue for Introduction E: Hello, listeners. Another New Year is upon us! As always, people around the world are hopeful for positive change.

More information

Grant Request Form. Request Form. (For continued projects)

Grant Request Form. Request Form. (For continued projects) Grant Request Form Request Form (For continued projects) NOTE: Check list of the needed documents Following documents should be prepared in Japanese. Continuing grant projects from FY2015(or FY2014) don

More information

TS-3GA-32.341(Rel10)v10.0.0 Telecommunication management; File Transfer (FT) Integration Reference Point (IRP); Requirements

TS-3GA-32.341(Rel10)v10.0.0 Telecommunication management; File Transfer (FT) Integration Reference Point (IRP); Requirements TS-3GA-32.341(Rel10)v10.0.0 Telecommunication management; File Transfer (FT) Integration Reference Point (IRP); Requirements 2011 年 6 月 22 日 制 定 一 般 社 団 法 人 情 報 通 信 技 術 委 員 会 THE TELECOMMUNICATION TECHNOLOGY

More information

Request for Taxpayer Identification Number and Certification 納 税 者 番 号 および 宣 誓 の 依 頼 書

Request for Taxpayer Identification Number and Certification 納 税 者 番 号 および 宣 誓 の 依 頼 書 Substitute Form 代 替 様 式 W-9 Print or type Request for Taxpayer Identification Number and Certification 納 税 者 番 号 および 宣 誓 の 依 頼 書 英 字 活 字 体 またはタイプでご 記 入 下 さい 1 Name (as shown on your income tax return),

More information

Application Guidelines for International Graduate Programs in Engineering

Application Guidelines for International Graduate Programs in Engineering Global 30: Future Global Leadership (FGL) 2016 Academic Year (April 2016 Enrollment) Application Guidelines for International Graduate Programs in Engineering International Mechanical and Aerospace Engineering

More information

Cost Accounting 1. B r e a k e v e n A n a l y s i s. S t r a t e g y I m p l e m e n t a t i o n B a l a n c e d S c o r e c a r d s

Cost Accounting 1. B r e a k e v e n A n a l y s i s. S t r a t e g y I m p l e m e n t a t i o n B a l a n c e d S c o r e c a r d s Cost Accounting 1 B r e a k e v e n A n a l y s i s S t r a t e g y I m p l e m e n t a t i o n B a l a n c e d S c o r e c a r d s S t r a t e g y M o n i t o r i n g R e s p o n s i b i l i t y S e g

More information

2015 ASPIRE Forum Student Workshop Student Reports 参 加 学 生 報 告 書

2015 ASPIRE Forum Student Workshop Student Reports 参 加 学 生 報 告 書 2015 ASPIRE Forum Student Workshop Student Reports 参 加 学 生 報 告 書 2015 ASPIRE Forum Student Workshop 開 催 期 間 :2015 年 7 月 18 日 ( 土 )~25 日 ( 土 ) 主 催 場 所 : 中 国 香 港 科 技 大 学 参 加 者 : R.K 理 工 学 研 究 科 修 士 学 生 T.S

More information

California Subject Examinations for Teachers

California Subject Examinations for Teachers California Subject Examinations for Teachers TEST GUIDE JAPANESE SUBTEST I Sample Questions and Responses and Scoring Information Copyright 2015 Pearson Education, Inc. or its affiliate(s). All rights

More information

Introducing DIGNIO and WEB DIGNIO Targeting Male Executives in Japan

Introducing DIGNIO and WEB DIGNIO Targeting Male Executives in Japan and MEDIA DATA 2010 Introducing DIGNIO and WEB DIGNIO Targeting Male Executives in Japan The top management layer of Japan s leading companies read the fashion & the lifestyle magazine DIGNIO. DIGNIO is

More information

Unwillingness to Use Social Networking Services for Autonomous Language Learning among Japanese EFL Students

Unwillingness to Use Social Networking Services for Autonomous Language Learning among Japanese EFL Students 55 Unwillingness to Use Social Networking Services for Autonomous Language Learning among Japanese EFL Students ABE Emika, UEDA Mami, SUGINO Toshiko 自 律 学 習 のためのSNS 利 用 に 対 する 日 本 人 大 学 生 の 消 極 的 態 度 阿

More information

世 界 のデブリ 関 連 規 制 の 動 向 Current situation of the international space debris mitigation standards

世 界 のデブリ 関 連 規 制 の 動 向 Current situation of the international space debris mitigation standards 第 6 回 スペースデブリワークショップ 講 演 資 料 集 93 B1 世 界 のデブリ 関 連 規 制 の 動 向 Current situation of the international space debris mitigation standards 加 藤 明 ( 宇 宙 航 空 研 究 開 発 機 構 ) Akira Kato (JAXA) スペースデブリの 発 生 の 防 止 と

More information

Graduate School of Engineering. Master s Program, 2016 (October entrance)

Graduate School of Engineering. Master s Program, 2016 (October entrance) Application Procedure for Foreign Student Admission to Graduate School of Engineering Master s Program, 2016 (October entrance) Tottori University 4-101 Koyama-Minami, Tottori, 680-8552 Japan Phone: +81-857-31-6761

More information

レッドハット 製 品 プライスリスト Red Hat Enterprise Linux2013 新 製 品 (ベースサブスクリプション) 更 新 :2015 年 4 22

レッドハット 製 品 プライスリスト Red Hat Enterprise Linux2013 新 製 品 (ベースサブスクリプション) 更 新 :2015 年 4 22 Red Hat Enterprise Linux2013 新 製 品 (ベースサブスクリプション) 更 新 :2015 年 4 22 薄 紫 :3 年 型 番 :5 年 型 番 字 : 新 規 追 加 変 更 新 規 新 規 SKU 製 品 名 ソケット ゲストOS サポート 期 間 標 準 価 格 備 考 Server RH00001 Red Hat Enterprise Linux for Virtual

More information

Document and entity information

Document and entity information Company information Company information FASF member mark Document name Document and entity information Aug 2015 第 3 四 半 期 決 算 短 信 日 本 基 準 ( 連 結 ) Filing date 20150710 Company name TRANSACTION CO., Ltd.

More information

Financial Modeling & Valuation Training

Financial Modeling & Valuation Training Financial Modeling & Valuation Training CFA Society Japan is proud to present our Financial Modeling & Valuation Training courses held in conjunction with Wall St. Training. The Financial Modeling & Valuation

More information

JF Standard for Japanese-Language Education 2010

JF Standard for Japanese-Language Education 2010 JF Standard for Japanese-Language Education 2010 JF Standard for Japanese-Language Education 2010 The Japan Foundation JF STANDARD FOR JAPANESE-LANGUAGE EDUCATION 2010 Table of Contents Introduction...

More information

レッドハット 製 品 プライスリスト Red Hat Enterprise Linux 製 品 (RHEL for HPC) 更 新 :2015 年 4 22

レッドハット 製 品 プライスリスト Red Hat Enterprise Linux 製 品 (RHEL for HPC) 更 新 :2015 年 4 22 レッドハット 製 品 プライスリスト Red Hat Enterprise Linux 製 品 (RHEL for HPC) 更 新 :2015 年 4 22 薄 紫 :3 年 型 番 :5 年 型 番 字 : 新 規 追 加 変 更 当 価 格 表 は 予 告 なしに 変 更 する 場 合 がございますので ご 了 承 ください 価 格 は 全 て 税 抜 きでの 掲 載 となっております 新 規

More information

自 計 式 農 家 経 済 簿 記 とその 理 論

自 計 式 農 家 経 済 簿 記 とその 理 論 SSN- 0915-9258 統 計 資 料 シリーズ:No. 71 農 家 経 済 調 査 データベース 編 成 報 告 書 Vol. 8 自 計 式 農 家 経 済 簿 記 とその 理 論 英 語 版 附 解 題 大 槻 正 男 著 京 都 大 学 農 学 部 農 業 簿 記 研 究 施 設 刊 行 一 橋 大 学 経 済 研 究 所 附 属 社 会 科 学 統 計 情 報 研 究 センター 2013

More information

グローバル 人 材 育 成 言 語 教 育 プログラム. Global Linkage Initiative Program 2015 GLIP 履 修 ガイド. 夏 学 期 集 中 英 語 プログラム Summer Intensive English が 始 まります

グローバル 人 材 育 成 言 語 教 育 プログラム. Global Linkage Initiative Program 2015 GLIP 履 修 ガイド. 夏 学 期 集 中 英 語 プログラム Summer Intensive English が 始 まります グローバル 人 材 育 成 言 語 教 育 プログラム Global Linkage Initiative Program 2015 GLIP 履 修 ガイド 2015 年 度 より 英 語 C(Career English)の 履 修 要 件 が 変 わります 夏 学 期 集 中 英 語 プログラム Summer Intensive English が 始 まります 英 語 による 講 義 科 目

More information

Local production for local consumption( 地 産 地 消 ) Worksheet 1. Task: Do you agree with this idea? Explain the reasons why you think so.

Local production for local consumption( 地 産 地 消 ) Worksheet 1. Task: Do you agree with this idea? Explain the reasons why you think so. Worksheet 1 Task: Do you agree with this idea? Explain the reasons why you think so. Name Worksheet A: Local Farmer I am a local farmer. I agree with this idea. Our products will always be fresh because

More information

Frontier of Private Higher Education Research in East Asia

Frontier of Private Higher Education Research in East Asia Frontier of Private Higher Education Research in East Asia 東 アジアにおける 高 等 教 育 研 究 のフロンティア RIIHE Research Series 私 学 高 等 教 育 研 究 所 研 究 叢 書 3 Research Institute for Independent Higher Education (RIIHE) 日

More information

DARPA, NSF-NGS/ITR,ACR,CPA,

DARPA, NSF-NGS/ITR,ACR,CPA, Spiral Automating Library Development Markus Püschel and the Spiral team (only part shown) With: Srinivas Chellappa Frédéric de Mesmay Franz Franchetti Daniel McFarlin Yevgen Voronenko Electrical and Computer

More information

JAPAN PATENT OFFICE AS DESIGNATED (OR ELECTED) OFFICE CONTENTS

JAPAN PATENT OFFICE AS DESIGNATED (OR ELECTED) OFFICE CONTENTS Page 1 JP JAPAN PATENT OFFICE AS DESIGNATED (OR ELECTED) OFFICE CONTENTS THE ENTRY INTO THE NATIONAL PHASE SUMMARY THE PROCEDURE IN THE NATIONAL PHASE ANNEXES Fees... Annex JP.I Form No. 53: Transmittal

More information

Integrating Elements of Local Identity into Communication Activities

Integrating Elements of Local Identity into Communication Activities >> 松 山 東 雲 女 子 大 学 - Matsuyama Shinonome College Title Joint Research:Integrating Elements Communication Activities Author(s) 門 田, リンダ K.; 川 口, ローラ Citation 松 山 東 雲 女 子 大 学 人 文 科 学 部 紀 要. vol.24, no.,

More information

Melonbooks DL Howto How to register, purchase and enjoy Doujin contents that are sold in Melonbooks DL and shut-out disgusting excuse of reproduction.

Melonbooks DL Howto How to register, purchase and enjoy Doujin contents that are sold in Melonbooks DL and shut-out disgusting excuse of reproduction. Melonbooks DL Howto How to register, purchase and enjoy Doujin contents that are sold in Melonbooks DL and shut-out disgusting excuse of reproduction. Table of Contents 1 Prerequisites...3 1.1 Japanese

More information

Christ Episcopal Church Sei Ko Kai

Christ Episcopal Church Sei Ko Kai Christ Episcopal Church Sei Ko Kai 2140 Pierce Street, San Francisco, California 94115 January-February, 2003 Greeting the New Year Dearest Friends in Christ, The Christmas Season is ending, and now we

More information

Kumiko Sakamoto, Ms., Acad, Social Science, Japan: Women and men in changing societies: Gender division of labor in rural southeast Tanzania [A2]

Kumiko Sakamoto, Ms., Acad, Social Science, Japan: Women and men in changing societies: Gender division of labor in rural southeast Tanzania [A2] Kumiko Sakamoto, Ms., Acad, Social Science, Japan: Women and men in changing societies: Gender division of labor in rural southeast Tanzania [A2] Contents Summary Introduction: Production and reproduction

More information

Instructional Design and Teachers and Learners Factors Affecting Active and Meaningful Participation in Online Discussion

Instructional Design and Teachers and Learners Factors Affecting Active and Meaningful Participation in Online Discussion 研 究 論 文 RESEARCH ARTICLES 有意味で活発なオンライン ディスカッションを促す要 因 授業設計要素 教師および学習者要因の観点から Instructional Design and Teachers and Learners Factors Affecting Active and Meaningful Participation in Online Discussion ピダガン,

More information

Industrial Safety and Health Act ( Act No. 57 of 1972)

Industrial Safety and Health Act ( Act No. 57 of 1972) この 労 働 安 全 衛 生 法 の 翻 訳 は 平 成 十 八 年 法 律 第 二 十 五 号 までの 改 正 ( 平 成 18 年 4 月 1 日 施 行 )について 法 令 用 語 日 英 標 準 対 訳 辞 書 ( 平 成 18 年 3 月 版 )に 準 拠 して 作 成 したものです なお この 法 令 の 翻 訳 は 公 定 訳 ではありません 法 的 効 力 を 有 するのは 日 本

More information

Study on the Diagnostics and Projection of Ecosystem Change Associated with Global Change

Study on the Diagnostics and Projection of Ecosystem Change Associated with Global Change Chapter 1 Earth Science Study on the Diagnostics and Projection of Ecosystem Change Associated with Global Change Project Representative Sanae Chiba Authors Eiji Watanabe Maki Noguchi Aita Akio Ishida

More information

この 外 国 弁 護 士 による 法 律 事 務 の 取 扱 いに 関 する 特 別 措 置 法 施 行 規 則 の 翻 訳 は 平

この 外 国 弁 護 士 による 法 律 事 務 の 取 扱 いに 関 する 特 別 措 置 法 施 行 規 則 の 翻 訳 は 平 この 外 国 弁 護 士 による 法 律 事 務 の 取 扱 いに 関 する 特 別 措 置 法 施 行 規 則 の 翻 訳 は 平 成 十 六 年 法 務 省 令 第 6 号 までの 改 正 ( 平 成 16 年 4 月 1 日 施 行 )について 法 令 用 語 日 英 標 準 対 訳 辞 書 ( 平 成 18 年 3 月 版 )に 準 拠 して 作 成 したものです なお この 法 令 の 翻

More information

Advanced Training Program for Teachers of the Japanese-Language Application Instructions For FY 2016

Advanced Training Program for Teachers of the Japanese-Language Application Instructions For FY 2016 Advanced Training Program for Teachers of the Japanese-Language Application Instructions For FY 2016 1. Objectives The Advanced Training Program at the Japan Foundation Japanese-Language Institute, Urawa

More information

Graduate Program in Japanese Language and Culture (Master s Program) Application Instructions

Graduate Program in Japanese Language and Culture (Master s Program) Application Instructions Graduate Program in Japanese Language and Culture (Master s Program) Application Instructions For FY 2016 1. Objectives This program is designed to provide teachers of the Japanese-language working abroad

More information

Quality Risk Management as a Tool for Improving Compliance and E ciency

Quality Risk Management as a Tool for Improving Compliance and E ciency PDA Journal of GMP and Validation in Japan Vol. 9, No. 2 (2007) 技 術 報 告 Quality Risk Management as a Tool for Improving Compliance and E ciency Prasad Kanneganti, Ph. D Quality Operations Pˆzer Asia Paciˆc

More information

2016 July 5. August 16

2016 July 5. August 16 2016 July 5 August 16 Application Process Applicant ICU documents to be sent by applicant documents to be sent by ICU Application and related documents A copy of remittance receipt for the application

More information

Direct Marketing Production Printing & Value-Added Services: A strategy for growth

Direct Marketing Production Printing & Value-Added Services: A strategy for growth 2015 年 12 月 Direct Marketing Production Printing & Value-Added Services: A strategy for growth 完 成 のご 案 内 ダイレクトマーケティングにおける 印 刷 物 & 付 加 価 値 サービス : 成 長 への 戦 略 とは? 印 刷 物 を 活 用 したダイレクトマーケティングが 成 長 しており デジタル

More information

2009 年 3 月 26 日 2 泊 3 日 スーザン 田 辺 先 生 引 率 のセーレム 市 の 高 校 生 が 当 会 の 会 員 宅 や 会 員 友 人 宅 にホームステイをしました 以 下 は 彼 らの 感 想 文 です

2009 年 3 月 26 日 2 泊 3 日 スーザン 田 辺 先 生 引 率 のセーレム 市 の 高 校 生 が 当 会 の 会 員 宅 や 会 員 友 人 宅 にホームステイをしました 以 下 は 彼 らの 感 想 文 です 84 号 別 冊 2009 年 3 月 26 日 2 泊 3 日 スーザン 田 辺 先 生 引 率 のセーレム 市 の 高 校 生 が 当 会 の 会 員 宅 や 会 員 友 人 宅 にホームステイをしました 以 下 は 彼 らの 感 想 文 です Suzan Tanabe Once more, the Kawagoe Salem Friendship Association brought joy

More information

Introduction to the revised Child Care and Family Care Leave Law

Introduction to the revised Child Care and Family Care Leave Law Introduction to the revised Child Care and Family Care Leave Law Ministry of Health, Labour and Welfare in 10,000s Number of births (in 10,000s) The falling birthrate and the start of population decline

More information

EDB-Report. 最 新 Web 脆 弱 性 トレンドレポート(2014.11) 2014.11.01~2014.11.30 Exploit-DB(http://exploit-db.com)より 公 開 されている 内 容 に 基 づいた 脆 弱 性 トレンド 情 報 です

EDB-Report. 最 新 Web 脆 弱 性 トレンドレポート(2014.11) 2014.11.01~2014.11.30 Exploit-DB(http://exploit-db.com)より 公 開 されている 内 容 に 基 づいた 脆 弱 性 トレンド 情 報 です 04. 最 新 Web トレンドレポート(04.) 04..0~04..30 Exploit-DB(http://exploit-db.com)より 公 開 されている 内 容 に 基 づいた トレンド 情 報 です サマリー ペンタセキュリティシステムズ 株 式 会 社 R&Dセンター データセキュリティチーム 04 年 月 は Exploit-DBより 公 開 されている の 中 SQLインジェクション(SQL

More information

Communication Strategies and their Role in English Language Learning

Communication Strategies and their Role in English Language Learning 八 戸 工 業 大 学 紀 要 第 35 巻 (2016) pp. 141-145 1-5 Communication Strategies and their Role in English Language Learning Akihiro SAITO ABSTRACT The globalization of English and higher education and its accompanying

More information

Linc English: A Web-Based, Multimedia English Language Curriculum Implementation and Effectiveness Report

Linc English: A Web-Based, Multimedia English Language Curriculum Implementation and Effectiveness Report 報 告 Linc English: A Web-Based, Multimedia English Language Curriculum Implementation and Effectiveness Report Yuka Tachibana 1 )* 1 )Center for the Advancement of Higher Education, Tohoku University 概

More information

Discover the power of reading for university learners of Japanese in New Zealand. Mitsue Tabata-Sandom Victoria University of Wellington

Discover the power of reading for university learners of Japanese in New Zealand. Mitsue Tabata-Sandom Victoria University of Wellington Discover the power of reading for university learners of Japanese in New Zealand Mitsue Tabata-Sandom Victoria University of Wellington The power of reading The power of reading is claimed by Krashen (2004).

More information

Special Program of Engineering Science 21 st Century. for Graduate Courses in English. Graduate School of Engineering Science, OSAKA UNIVERSITY

Special Program of Engineering Science 21 st Century. for Graduate Courses in English. Graduate School of Engineering Science, OSAKA UNIVERSITY Special Program of Engineering Science 21 st Century for Graduate Courses in English Graduate School of Engineering Science, OSAKA UNIVERSITY Enrollment in October 2013 Application Guide for Foreign Students

More information

Data Mining for Risk Management in Hospital Information Systems

Data Mining for Risk Management in Hospital Information Systems Data Mining for Risk Management in Hospital Information Systems Shusaku Tsumoto and Shoji Hirano Department of Medical Informatics, Shimane University, School of Medicine, 89-1 Enya-cho, Izumo 693-8501

More information

In-class student presentations are a common method of oral evaluation in communicationfocused

In-class student presentations are a common method of oral evaluation in communicationfocused JALT2011 Conference Proceedings 416 Integrating Video Assessment Into an Oral Presentation Course Joel P. Rian Don Hinkelman Geordie McGarty Sapporo Gakuin University Reference Data: Rian, J.P., Hinkelman,

More information

Stormy Energy Future and Sustainable Nuclear Power

Stormy Energy Future and Sustainable Nuclear Power Stormy Energy Future and Sustainable Nuclear Power 2016-4-13 JAIF Annual Conference Former Executive Director, IEA President, the Sasakawa Peace Foundation Nobuo TANAKA Sustainable Nuclear Power Japan

More information

医 学 生 物 学 一 般 問 題 ( 問 題 用 紙 1 枚 解 答 用 紙 2 枚 )

医 学 生 物 学 一 般 問 題 ( 問 題 用 紙 1 枚 解 答 用 紙 2 枚 ) 平 成 26 年 度 大 学 院 医 学 研 究 科 博 士 課 程 入 学 試 験 (1 回 目 ) 医 学 生 物 学 一 般 問 題 ( 問 題 用 紙 1 枚 解 答 用 紙 2 枚 ) 以 下 の 問 題 1 問 題 4のうち 二 つの 問 題 を 選 択 して 解 答 しなさい 一 つの 問 題 につき1 枚 の 解 答 用 紙 を 使 用 しなさい 紙 面 不 足 の 場 合 は 裏

More information

DC DC φ φ DC φ φ AC φ φ φ φ φ φ φ 24V DC Class2 This device complies with Part 15 of the FCC Rules. Operation is subject to the following two conditions: (1 ) this device may not cause harmful interference,and

More information

宇 宙 機 および 衛 星 のワイヤレス 化 を 支 えるマイクロ 波 半 導 体 デバイス 集 積 回 路 技 術 と 無 線 電 力 伝 送

宇 宙 機 および 衛 星 のワイヤレス 化 を 支 えるマイクロ 波 半 導 体 デバイス 集 積 回 路 技 術 と 無 線 電 力 伝 送 第 27 回 マイクロエレクトロニクスワークショップ2014 The 27 th Micro-Electronics Workshop2014 宇 宙 機 および 衛 星 のワイヤレス 化 を 支 えるマイクロ 波 半 導 体 デバイス 集 積 回 路 技 術 と 無 線 電 力 伝 送 Microwave Semiconductor Device / Integrated Circuit Technology

More information

Let s ask Tomoko and Kyle to the party. A. accept B. except C. invite D. include

Let s ask Tomoko and Kyle to the party. A. accept B. except C. invite D. include 英 語 2014 年 度 入 学 試 験 (A 日 程 1 月 25 日 ) 60 分 英 語 試 験 問 題 学 芸 学 部 : 日 本 語 日 本 文 学 科 英 語 文 化 コミュニケーション 学 科 子 ども 教 育 学 科 メディア 情 報 学 科 生 活 デザイン 学 科 人 間 社 会 学 部 : 社 会 マネジメント 学 科 人 間 心 理 学 科 栄 養 科 学 部 : 健 康 栄

More information

Why today? What s next?

Why today? What s next? Closing PhUSE Single Day Events, Tokyo, 31 st Oct 2014 Why today? What & why PhUSE? What s next? Link to Prezi http://prezi.com/p77zfstdrzfs/present/?auth_key=4d37wvn&follow=cdxkkrg_3vlu&kw=present p77zfstdrzfs&rc=ref

More information

ࢪ 㛤 ᅜ ࠉ Ẽ ኚ ᨻ ሗ 㞟 ㄆㄪᰝ ࢪ 㛤 ᅜ Ẽ ኚ ᨻ ሗ 㞟 ㄆㄪᰝ ࠉ ሗ ሗ ᖹᡂ ᖺ ᖹᡂ 㸦 ᖺ㸧 ᖺ ᨻἲ ᨻἲ ᅜ㝿༠ຊᶵᵓ㸦-,&$㸧 ࠉ ᅜ㝿༠ຊᶵᵓ 㝈 ࢫ ࠉᮏࠉᕤࠉႠࠉ ࠉᘧࠉ ࠉ ቃ JR 14-039 ࠉ ࠉసᴗ㸹 ᕝ

ࢪ 㛤 ᅜ ࠉ Ẽ ኚ ᨻ ሗ 㞟 ㄆㄪᰝ ࢪ 㛤 ᅜ Ẽ ኚ ᨻ ሗ 㞟 ㄆㄪᰝ ࠉ ሗ ሗ ᖹᡂ ᖺ ᖹᡂ 㸦 ᖺ㸧 ᖺ ᨻἲ ᨻἲ ᅜ㝿༠ຊᶵᵓ㸦-,&$㸧 ࠉ ᅜ㝿༠ຊᶵᵓ 㝈 ࢫ ࠉᮏࠉᕤࠉႠࠉ ࠉᘧࠉ ࠉ ቃ JR 14-039 ࠉ ࠉసᴗ㸹 ᕝ JR 14-039 JR 14-039 アジア 開 発 途 上 国 気 候 変 動 政 策 情 報 収 集 確 認 調 査 最 終 報 告 書 最 終 報 告 書 目 次 頁 第 1 章 調 査 の 背 景 と 目 的... 1 1.1 調 査 の 背 景... 1 1.2 調 査 の 目 的... 1 1.3 調 査 対 象 地 域... 2 1.4 調 査 内 容... 2 第 2 章 文 献

More information

ポストムーア 時 代 に 向 けた プログラミングモデルと 実 装 技 術 Programming Models and Implementation After the End of Moore s Law

ポストムーア 時 代 に 向 けた プログラミングモデルと 実 装 技 術 Programming Models and Implementation After the End of Moore s Law ポストムーア 時 代 に 向 けた プログラミングモデルと 実 装 技 術 Programming Models and Implementation After the End of Moore s Law 田 浦 健 次 朗 ( 東 京 大 学 情 報 理 工 学 系 研 究 科 ): 議 論 参 加 者 八 杉 昌 宏 ( 九 州 工 業 大 学 情 報 工 学 研 究 院 ) 佐 藤 幸 紀

More information

育 デジ (Iku-Digi) Promoting further evolution of digital promotion

育 デジ (Iku-Digi) Promoting further evolution of digital promotion 育 デジ (Iku-Digi) Promoting further evolution of digital promotion Abstract Digital promotion has established its presence and become a commodity in the pharmaceutical industry. In the last few years, use

More information

How To Teach English At Kumon

How To Teach English At Kumon English Education at Kumon 1 Running Head: ENGLISH EDUCATION AT KUMON English Education at KUMON ~ A Case Study of Two Children and their Mothers ~ by Yukiko Kawabata A graduation thesis submitted to the

More information

The acute osteoporotic vertebral compression fracture

The acute osteoporotic vertebral compression fracture The acute osteoporotic vertebral compression fracture Its natural course and characteristics Nobuyuki Suzuki Department of Orthopaedics, Institute of Clinical Sciences at Sahlgrenska Academy University

More information

Offenders Rehabilitation Act (Act No. 88 of June 15, 2007)

Offenders Rehabilitation Act (Act No. 88 of June 15, 2007) この 更 生 保 護 法 ( 平 成 20 年 6 月 1 日 施 行 ) の 翻 訳 は 法 令 用 語 日 英 標 準 対 訳 辞 書 ( 平 成 20 年 3 月 版 )に 準 拠 して 作 成 したものです なお この 法 令 の 翻 訳 は 公 定 訳 ではありません 法 的 効 力 を 有 するのは 日 本 語 の 法 令 自 体 であり 翻 訳 はあくまでその 理 解 を 助 けるための

More information

Panasonic AC-DC Power Supply Design Support Service

Panasonic AC-DC Power Supply Design Support Service Panasonic AC-DC Power Supply Design Support Service The best solution to design your AC-DC power supply (how to design a switching power supply, order a transformer, prevent EMI, etc.) Panasonic s IPD

More information

Public Financial Assistance for Formal Education in Japan

Public Financial Assistance for Formal Education in Japan Public Financial Assistance for Formal Education in Japan In Japan, households bear a particularly high proportion of the costs of pre-primary and tertiary education compared with other OECD countries

More information

Teacher Training and Certificate System

Teacher Training and Certificate System Teacher Training and Certificate System 1. Teacher Training Teacher training in Japan started with the establishment of normal schools (schools for teacher training) in 1872. In 1886, a higher normal school

More information

Even at an early age, students have their own ideas about school,

Even at an early age, students have their own ideas about school, 46 The Language Teacher READERS FORUM Self-regulated learning: Goal setting and self-monitoring Marc Bloom Takanawa Junior/Senior High School Even at an early age, students have their own ideas about school,

More information

Grade 9 Language and Literature (English) Course Description

Grade 9 Language and Literature (English) Course Description Grade 9 Language and Literature (English) Course Description Unit 1 - The Shape of Things We Say (Love and War poetry) Global Context: Personal and cultural expression Key Concept: Communication Related

More information

Bushido: Way of the Samurai. Golden Screens. Chokuo TAMURA Hawks with pine and plum blossom 163.6 x 376.0 cm each

Bushido: Way of the Samurai. Golden Screens. Chokuo TAMURA Hawks with pine and plum blossom 163.6 x 376.0 cm each Bushido: Way of the Samurai Golden Screens Chokuo TAMURA Hawks with pine and plum blossom 163.6 x 376.0 cm each 金 Noh 屏 Theatre 風 robes teacher s notes Kin Byōbu Golden Screen teacher s notes Decorative

More information

Electricity Business Act ( Act No. 170 of July 11, 1964)

Electricity Business Act ( Act No. 170 of July 11, 1964) この 電 気 事 業 法 の 翻 訳 は 平 成 十 七 年 法 律 第 八 十 七 号 までの 改 正 ( 平 成 18 年 5 月 1 日 施 行 )について 法 令 用 語 日 英 標 準 対 訳 辞 書 ( 平 成 18 年 3 月 版 )に 準 拠 して 作 成 したものです なお この 法 令 の 翻 訳 は 公 定 訳 ではありません 法 的 効 力 を 有 するのは 日 本 語 の

More information

LEAVING CERTIFICATE 2011 MARKING SCHEME JAPANESE HIGHER LEVEL

LEAVING CERTIFICATE 2011 MARKING SCHEME JAPANESE HIGHER LEVEL Coimisiún na Scrúduithe Stáit State Examinations Commission LEAVING CERTIFICATE 2011 MARKING SCHEME JAPANESE HIGHER LEVEL LISTENING COMPREHENSION Part A: 21 marks (1/ if answered in Japanese, romaji or

More information

Cash, Receivables & Marketable Securities

Cash, Receivables & Marketable Securities KK Cash, Receivables & Marketable Securities CURRENT ASSETS ( 流 動 資 産 ) 代 表 的 な 資 産 は Cash ( 現 金 ) Marketable Securities ( 有 価 証 券 ) Accounts Receivable ( 売 掛 金 ) Notes Receivable ( 手 形 ) Inventories

More information

平 成 26 年 度 生 入 学 選 考 試 験 英 語 [ 特 待 生 入 試 ]

平 成 26 年 度 生 入 学 選 考 試 験 英 語 [ 特 待 生 入 試 ] 平 成 26 年 度 生 入 学 選 考 試 験 英 語 [ 特 待 生 入 試 ] [ 関 西 健 康 科 学 専 門 学 校 入 学 試 験 過 去 問 題 1] 1. 見 出 し 語 と 同 じ 音 節 に 主 アクセントがある 語 を 選 びなさい (1) dis-or-der (1in-ci-dent2mon-o-logue3re-in-force4in-ter-pret) (2) e-co-nom-ic

More information

JASIN SYLLABUS. Spring 2016. http://www.nagasaki-gaigo.ac.jp/jasin/classes VIA VERITAS VITA. Nagasaki University of Foreign Studies

JASIN SYLLABUS. Spring 2016. http://www.nagasaki-gaigo.ac.jp/jasin/classes VIA VERITAS VITA. Nagasaki University of Foreign Studies JASIN SYLLABUS Spring 2016 http://www.nagasaki-gaigo.ac.jp/jasin/classes VIA VERITAS VITA Nagasaki University of Foreign Studies International Center 2016.3.25 JASIN List ( B s: Spring 2016) Japanese Language

More information

Most EFL teachers in Japan find that there are groups of verbs which consistently

Most EFL teachers in Japan find that there are groups of verbs which consistently Results of a Corpus Study of LOOK, SEE, and WATCH Gregory C. Anthony Hachinohe University Reference Data: Anthony, G. C. (2012). Results of a Corpus Study of LOOK, SEE, and WATCH. In A. Stewart & N. Sonda

More information

Agenda. About Gengo. Our PostgreSQL usage. pgpool-ii. Lessons

Agenda. About Gengo. Our PostgreSQL usage. pgpool-ii. Lessons Agenda About Gengo Our PostgreSQL usage pgpool-ii Lessons Agenda About Gengo Our PostgreSQL usage pgpool-ii Lessons Who I am 冨 田 陽 介 Backend and Ops Engineer Experience Ops role for the first time at Gengo,

More information

Green Solution with Simegy

Green Solution with Simegy 要 旨 オフィス 環 境 における 複 合 機 やプリンターの 消 費 電 力 の 見 える 化 や 消 費 電 力 の 削 減 のためのグリーン ソリューションが 近 年 強 く 求 められている 富 士 ゼ ロックスは 複 合 機 やプリンターを 管 理 / 活 用 するた めの ApeosWare Management Suite のようなソフ トウェアに 対 して ゼロックスの Simegy

More information

Hanako: What do you like to listen to? 2 I am still waiting to hear. 3 I can t hear it. 4 I d like you to listen. 会 津 大 学. 1 All kinds of music.

Hanako: What do you like to listen to? 2 I am still waiting to hear. 3 I can t hear it. 4 I d like you to listen. 会 津 大 学. 1 All kinds of music. 1 John: Can you ( ), please? I don t have my watch. Mary: It s 9:30. 1 tell me the minute 2 tell me the hour 2 3 tell me the way 4 tell me the time 昭 和 大 学 A: I think I saw Lisa near Shinjuku Station yesterday.

More information

How Performing Shakespeare's Plays Affects National Education in England

How Performing Shakespeare's Plays Affects National Education in England IAPL Journal Vol.1 pp.74-93 Research Paper How Performing Shakespeare's Plays Affects National Education in England Keiko Aoki Ochanomizu University ABSTRACT In the United Kingdom (England, Wales), the

More information

Platonism and Confucianism on Social and Environmental Ethics

Platonism and Confucianism on Social and Environmental Ethics 大 阪 教 育 大 学 紀 要 第 Ⅰ 部 門 第 62 巻 第 1 号 25 35 頁 (2013 年 9 月 ) Platonism and Confucianism on Social and Environmental Ethics Key Words The samurai rulers YAMAUCHI Tomosaburô Platonic Philosopher Rule φυλακης

More information

Disaster Management System for Wide-Area Support and Collaboration in Japan

Disaster Management System for Wide-Area Support and Collaboration in Japan 73 都市科学研究 第 3 号 2009 都市研究報告 Disaster Management System for Wide-Area Support and Collaboration in Japan Focused on Mega-disaster in Tokyo Metropolitan Region 日本における広域応援と広域協働による災害対応システムの現状 首都圏の巨大災害を事例に

More information

IS MAC Address Restriction Absolutely Effective?

IS MAC Address Restriction Absolutely Effective? IS MAC Address Restriction Absolutely Effective? Review the security of corporate wireless LAN with NetAttest EPS Soliton Systems K.K. SMKT1510-A Table of Contents Chapter 1 Is MAC Address Restriction

More information

(2) 合 衆 国 では, 人 口 の 増 加 のほぼ 三 分 一 が 移 民 [ 移 住 ]によってもたらさている

(2) 合 衆 国 では, 人 口 の 増 加 のほぼ 三 分 一 が 移 民 [ 移 住 ]によってもたらさている ReviewExercises 夏 期 髙 3SAα Global population reached 6.1 billion people in 2000, an increase of 77 million over 1999. The increase is equivalent in size to the population of three Tokyos, the world's most

More information

AUTOMOBILE LIABILITY SECURITY ACT

AUTOMOBILE LIABILITY SECURITY ACT AUTOMOBILE LIABILITY SECURITY ACT & RELATED CABINET ORDER, MINISTERIAL ORDINANCE AND NOTIFICATION Including: Policy Conditions for Automobile Liability Insurance As of May 2, 2011 Translated and published

More information

TS-3GB-S.R0125-505-0v1.0 VoIP Supplementary Services Descriptions: Call Forwarding - Unconditional

TS-3GB-S.R0125-505-0v1.0 VoIP Supplementary Services Descriptions: Call Forwarding - Unconditional TS-GB-S.R0--0v.0 VoIP Supplementary Services Descriptions: Call Forwarding - Unconditional 0 年 月 日 制 定 社 団 法 人 情 報 通 信 技 術 委 員 会 THE TELECOMMUNICATION TECHNOLOGY COMMITTEE 本 書 は ( 社 ) 情 報 通 信 技 術 委 員 会

More information

Upper Secondary Education in Japan

Upper Secondary Education in Japan Upper Secondary Education in Japan The role of upper secondary education in Japan is to provide higher general education and specialized education according to students mental and physical development

More information

BRIEFING ON INDONESIA:

BRIEFING ON INDONESIA: Ⅰ. The Higher Education System 本 資 料 は ブリーフィング 資 料 :インドネシア 高 等 教 育 の 質 保 証 の 英 語 版 で 機 構 の 評 価 事 業 部 国 際 課 が 作 成 したものです 日 本 語 版 の 参 考 にしてください * This briefing document is a English version of "ブリーフィング 資

More information

How To Run A Server On A Microsoft Cloud Server (For A Small Amount Of Money)

How To Run A Server On A Microsoft Cloud Server (For A Small Amount Of Money) 1SoftLayer 2WindowsServer2003 0 2013 8 t-sasaki@bit-surf.co.jp t-sasaki@bit-isle.co.jp BOE SoftLayer ID desktomo --- --- IT ISPDC CC ADSL3 SIer DC 5 ERP 2015 1 IT IT idc IT 200 140-0002 2-2-28 T 8F TEL

More information

Groundwater Temperature Survey for Geothermal Heat Pump Application in Tropical Asia

Groundwater Temperature Survey for Geothermal Heat Pump Application in Tropical Asia Bulletin of the Geological Groundwater Survey of Temperature Japan, vol.60 Survey (9/10), for p.459-467, GHP Application 2009 in Tropical Asia (Yasukawa et al.) Groundwater Temperature Survey for Geothermal

More information

ใบสม ครเข าร วมโครงการน ส ตแลกเปล ยนมหาว ทยาล ยเกษตรศาสตร

ใบสม ครเข าร วมโครงการน ส ตแลกเปล ยนมหาว ทยาล ยเกษตรศาสตร ใบสม ครเข าร วมโครงการน ส ตแลกเปล ยนมหาว ทยาล ยเกษตรศาสตร ส วนท 1 รายละเอ ยดโครงการแลกเปล ยน มหาว ทยาล ยค ส ญญาท สม ครเข าร วมโครงการแลกเปล ยน...ประเทศ... ภาคการศ กษาท สม คร เมษายน 2557 ก นยายน 2557 ต

More information

For victims of traffic accidents

For victims of traffic accidents For victims of traffic accidents 交 通 事 故 に 遭 われた 方 へ (Guideline for victims) ( 被 害 者 の 手 引 ) Name( 名 前 ) Police Station( 警 察 署 ) Contact( 担 当 者 ) Telephone Number( 電 話 番 号 ) Preface This leaflet has been

More information

レッドハット 製 品 プライスリスト 標 準 価 格. Red Hat Enterprise Linux 製 品 (RHEL Server)

レッドハット 製 品 プライスリスト 標 準 価 格. Red Hat Enterprise Linux 製 品 (RHEL Server) レッドハット 製 品 プライスリスト Red Hat Enterprise Linux 製 品 (RHEL Server) 新 価 格 は6 月 1 日 から 適 用 開 始 と 致 します 薄 紫 :3 年 型 番 水 色 :5 年 型 番 赤 文 字 : 新 規 追 加 変 更 当 価 格 表 は 予 告 なしに 変 更 する 場 合 がございますので ご 了 承 ください 税 込 価 格 は

More information

JAPAN YORII BEST IN OHIO? MORE LIKE # IN THE NATION! STUDENTS ARRIVING THIS AUGUST FEATURED ARTICLES. Jen Read FROM

JAPAN YORII BEST IN OHIO? MORE LIKE # IN THE NATION! STUDENTS ARRIVING THIS AUGUST FEATURED ARTICLES. Jen Read FROM Marysville Exempted Village School District BEST IN OHIO? MORE LIKE # IN THE NATION! 1 What s New? What s Next! National Honor Society Japanese Culture Event JASCO Speech Contest Marysville, OH Spring

More information

7 myths about cars and free trade agreements

7 myths about cars and free trade agreements ECIPE PRESENTATION» 7 myths about cars and free trade agreements Hosuk Lee-Makiyama Co-Director, European Centre for International Political Economy (ECIPE) Myth #1 作 り 話 #1 Mythe #1 Foreign imports are

More information

Abbreviations. Learning Goals and Objectives 学 習 到 達 目 標. Structure of Presentation

Abbreviations. Learning Goals and Objectives 学 習 到 達 目 標. Structure of Presentation Learning Goals and Objectives 学 習 到 達 目 標 Accrediting Medical Schools: Lessons learned from Liaison Committee on Medical Education (LCME) process in the United States 医 学 部 の 認 証 評 価 : 米 国 LCMEの 認 証 評

More information

Outside the Box: The Tsukuba Multi- Lingual Forum

Outside the Box: The Tsukuba Multi- Lingual Forum ISSN 1883-7409 (print) ISSN 1884-0183 (on-line) Outside the Box: The Tsukuba Multi- Lingual Forum Volume 4, Issue 1 Autumn, 2011 Foreign Language Center Tsukuba University Japan Special Section: Discussing

More information

October 29 2013. Agency, Food Labeling Division

October 29 2013. Agency, Food Labeling Division Food Labeling System in Japan October 29 2013 Consumer Affairs Agency, Food Labeling Division Consumer Affairs Agency (CAA) An external organ of the Cabinet Office Established on September 1, 2009 2 Prime

More information

第 9 回 仮 想 政 府 セミナー Introduction Shared Servicesを 考 える ~Old but New Challenge~ 東 京 大 学 公 共 政 策 大 学 院 奥 村 裕 一 2014 年 2 月 21 日

第 9 回 仮 想 政 府 セミナー Introduction Shared Servicesを 考 える ~Old but New Challenge~ 東 京 大 学 公 共 政 策 大 学 院 奥 村 裕 一 2014 年 2 月 21 日 第 9 回 仮 想 政 府 セミナー Introduction Shared Servicesを 考 える ~Old but New Challenge~ 東 京 大 学 公 共 政 策 大 学 院 奥 村 裕 一 2014 年 2 月 21 日 シェアードサービス(SS) ~Definition( 定 義 )~ 複 数 部 門 で 行 っている 同 類 の 業 務 を 一 つの 部 門 に 集 約

More information

Studies of Large-Scale Data Visualization, GPGPU Application and Visual Data Mining

Studies of Large-Scale Data Visualization, GPGPU Application and Visual Data Mining Chapter 3 Visualization Studies of Large-Scale Data Visualization, GPGPU Application and Visual Data Mining Project Representative Fumiaki Araki Earth Simulator Center, Japan Agency for Marine-Earth Science

More information

The existence of credential effects in Canadian nursing education; Quebec versus the rest of Canada

The existence of credential effects in Canadian nursing education; Quebec versus the rest of Canada タイトル 著 者 The existence of credential effec nursing education : Quebec versus Canada Lee, Heyung-Jik 引 用 北 海 商 科 大 学 論 集, 2(1): 1-9 発 行 日 2013-02 The existence of credential effects in Canadian nursing

More information

WINTER 2016. International Institute University of Michigan DENSHO CONTENTS. From the Director 2. From the Executive Editor 3

WINTER 2016. International Institute University of Michigan DENSHO CONTENTS. From the Director 2. From the Executive Editor 3 International Institute University of Michigan WINTER 2016 DENSHO CONTENTS From the Director 2 From the Executive Editor 3 U-M Museum of Art Update 4 Asia Library Update 5 From the Toyota Visiting Professor

More information

オープンソース NFV プラットフォーム の 取 り 組 み

オープンソース NFV プラットフォーム の 取 り 組 み オープンソース NFV プラットフォーム の 取 り 組 み 平 成 27 年 4 月 レッドハット アジア 太 平 洋 地 域 事 業 開 発 戦 略 本 部 テレコム & NFV チーフ テクノロジスト 杉 山 秀 次 自 己 紹 介 ネットワーク 業 界 歴 27 年 現 在 レッドハットアジア 太 平 洋 地 域 において NFVチーフテクノロジストとして 活 動 前 職 はジュニパーネットワークスにてR&Dサポート

More information