2 SEM-EBSD R EBSD SEM-EBSD SEM-EBSD 法 で 測 定 される 結 晶 方 位 1. 鉱 物 の 結 晶 軸 と 結 晶 軸 の 座 標 系 7 a, b, c 3 a b c c b c a a b x y z a b c z c K C x C, y

Size: px
Start display at page:

Download "2 SEM-EBSD R EBSD SEM-EBSD SEM-EBSD 法 で 測 定 される 結 晶 方 位 1. 鉱 物 の 結 晶 軸 と 結 晶 軸 の 座 標 系 7 a, b, c 3 a b c c b c a a b 3 90 3 x y z a b c z c K C x C, y"

Transcription

1 SEM-EBSD R 3 1 SEM-EBSD 法 の 測 定 結 果 から 結 晶 軸 の 方 向 を 求 める R 言 語 用 関 数 金 井 拓 人 高 木 秀 雄 Abstract The SEM-EBSD method is used to measure the crystallographic orientation of minerals, mainly in the field of structural geology. This method measure how many degrees the crystallographic orientation of the measurement spot rotated from the standard. By calculating rotation angle obtained from the SEM- EBSD measurement, it is possible to determine the direction of crystal axis in the thin section. We developed a function for R programming language to calculate the direction of the crystal axis from the measurement results of the crystallographic orientation by SEM-EBSD method. SEM-EBSD R はじめに CPO CPO 1996; Takeshita et al., 1998; Menegon et al., 2008; 2012 CPO SEM EBSD SEM-EBSD SEM- EBSD 2010MS 2012MS 2014 SEM-EBSD SEM-EBSD SEM-EBSD SEM-

2 2 SEM-EBSD R EBSD SEM-EBSD SEM-EBSD 法 で 測 定 される 結 晶 方 位 1. 鉱 物 の 結 晶 軸 と 結 晶 軸 の 座 標 系 7 a, b, c 3 a b c c b c a a b x y z a b c z c K C x C, y C, z C Fig y /2 Fig p l, m, n 2008 p l, m, n p l, m, n l, m, n,, l sin cos m cos cos n sin 1 2 3

3 SEM-EBSD R 3 Fig. 1 Relationship between the coordinate axis and the crystalline axis. Gray thin lines and black bold lines express the coordinate axis and the crystalline axis, respectively. (a)cubic, (b)tetragonal, (c) orthorhombic, (d) hexagonal, (e) monoclinic, (f) triclinic. Fig. 2 Definition of trend ( ) and plunge ( ) in this report. K C V C l C, m C, n C Table 1

4 4 SEM-EBSD R Table 1 Vector notation of the crystalline axis direction. 2.SEM-EBSD 法 SEM Kikuchi, 1928 SEM-EBSD Hough SEM-EBSD Stojakovic 2012 SEM-EBSD 1,, K A x, y, z K B X, Y, Z 3 1. x, y, z z 1 x, y, z 2. x, y, z x x, y, z

5 SEM-EBSD R 5 3. x, y, z z 2 X, Y, Z 3 Bunge, 1985 cosφ 1 sinφ 1 0 z gφ 1 sinφ 1 cosφ g x z gφ cos sin 0 sin cos cosφ 2 sinφ 2 0 sinφ 2 cosφ g x g g g g z z φ1 φ2 cosφ 1 cosφ 2 sinφ 1 sinφ 2 cos sinφ 1 cosφ 2 cosφ 1 sinφ 2 cos sinφ 2 sin cosφ 1 sinφ 2 sinφ 1 cosφ 2 cos sinφ 1 sinφ 2 cosφ 1 cosφ 2 cos cosφ 2 sin sinφ 1 sin cosφ 1 sin cos 7 g orientation matrix SEM-EBSD K C x C, y C, z C K S x S, y S, z S Fig. 3 Fig. 3 Relationship between the direction of coordinate axes of the crystal of measurement point (x S, y S, z S ) and a standard (x C, y C, z C ).

6 6 SEM-EBSD R K S g K C 8 3. 結 晶 軸 方 向 の 算 出 方 法 K C V C l C, m C, n C V S l S, m S, n S g V S g V C 9 V S V C V S V C V C V S V S 3 asinn 0 /2 n 0 9 n S V S V S n S R 言 語 用 関 数 ebsd 1. 統 計 環 境 R について R 1 R Windows Mac OS X R R project web R 関 数 の 使 用 方 法 R ebsd Fig. 4 Windows R CSV 1 1,, 2 1

7 SEM-EBSD R 7 Fig. 4 Screenshot of the R interface, showing an example of output from the function ebsd. 2 R 3 ebsd.r > getwd > 4 R CSV mydata > mydata <- read.csv 5 ebsd > source ebsd.r R 6 ebsd mydata:

8 8 SEM-EBSD R vc: c vc c 0,0,1 mydata c 1,0,0 > ebsd mydata, vc=c 1,0,0 ebsd vc 3 vc 0 NA write.table > result <- ebsd mydata, vc=c 1,0,0 > write.table result,, sep =, write.table sep おわりに SEM-EBSD SEM-EBSD SEM-EBSD 謝 辞 SEM-EBSD [ 文 献 ] Bunge, H. J., 1985, Representation of preferred orientations. In Wenk, H. R., ed., Preferred orientation in deformed metals and rocks: An introduction to modern texture analysis, Academic Press, New York, The R Tips R15 P Kikuchi, S., 1928, Diffraction of cathode rays by mica. Jap. J. Phys., 5, Menegon, L., Pennacchioni G., Heilbronner, R. and Pittarello, L., 2008, Evolution of quartz microstructure and c-axis crystallographic preferred orientation within ductilely deformed granitoids (Arolla unit, Western Alps). Jour. Struct. Geol., 30, SEM-EBSP SEM-EBSD

9 SEM-EBSD R Stojakovic, D., 2012, Electron backscatter diffraction in materials characterization. Processing and Application of Ceramics, 6, Takeshita, T., Nishikawa, O., Tagami, M. and Ando, J., 1998, Progress in the stdies of texture development in quartite: recent topics. Mem. Geol. Soc. Japan, 50,

10 10 SEM-EBSD R 付 録 (ebsd.r) # # ebsd ver. 1.0 # # August, 2014 # Developed by T. Kanai, H. Takagi # eul2g <- function(eul){ res <- c(cos(eul[1])*cos(eul[3])-sin(eul[1])*sin(eul[3])*cos(eul[2]),sin(eul[1])*cos(eul[3])+cos(eul[1])*sin(eul[3])*cos(eul[2]),sin(eul[3])*sin(eul[2]),-cos(eul[1])*sin(eul[3])-sin(eul[1])*cos(eul[3])*cos(eul[2]),-sin(eul[1])*sin(eul[3])+cos(eul[1])*cos(eul[3])*cos(eul[2]),cos(eul[3])*sin(eul[2]),sin(eul[1])*sin(eul[2]),-cos(eul[1])*sin(eul[2]),cos(eul[2])) return(res) vec2tp <- function(vec){ if(vec[3]>0){vec <- vec*(-1) pl <- -asin(vec[3]) l <- vec[1]/cos(pl) m <- vec[2]/cos(pl) tr <- acos(l) if (m < 0){tr <- 2*pi-tr tr <- (5/2*pi - tr (2*pi)) (2*pi) return(c(tr,pl)*180/pi) ebsd <- function(mydata, vc = c(0,0,1)){

11 SEM-EBSD R 11 if (length(vc)!= 3){ print ( Length of vc is not 3 ) return(na) if (sum(vc^2)== 0){ print ( Magnitude of vc is 0 ) return(na) vc <- vc/sqrt(sum(vc)^2) mydata <- as.matrix(mydata)/180*pi N <- nrow(mydata) res <- matrix(,n,2) colnames(res)<- c( trend, plunge ) for (i in 1:N){ res[i,] <- vec2tp(as.numeric(matrix(eul2g(c(mydata[i,])),3,3) * vc)) return(res) # EOF

01_辻

01_辻 20 EBSD 2008.11.28 scanning electron microscope: SEM EBSD electron back scattering diffraction [1-4] 10 EBSD anisotropy polycrystal orientation texture EBSD EBSD EBSD EBSD Table 1 EBSD Table 1-10 mmφ

More information

IPSJ SIG Technical Report Vol.2014-EIP-63 No /2/21 1,a) Wi-Fi Probe Request MAC MAC Probe Request MAC A dynamic ads control based on tra

IPSJ SIG Technical Report Vol.2014-EIP-63 No /2/21 1,a) Wi-Fi Probe Request MAC MAC Probe Request MAC A dynamic ads control based on tra 1,a) 1 1 2 1 Wi-Fi Probe Request MAC MAC Probe Request MAC A dynamic ads control based on traffic Abstract: The equipment with Wi-Fi communication function such as a smart phone which are send on a regular

More information

磁気測定によるオーステンパ ダクタイル鋳鉄の残留オーステナイト定量

磁気測定によるオーステンパ ダクタイル鋳鉄の残留オーステナイト定量 33 Non-destructive Measurement of Retained Austenite Content in Austempered Ductile Iron Yoshio Kato, Sen-ichi Yamada, Takayuki Kato, Takeshi Uno Austempered Ductile Iron (ADI) 100kg/mm 2 10 ADI 10 X ADI

More information

1. Precise Determination of BaAl2O4 Cell and Certification of the Formation of Iron Bearing Solid Solution. By Hiroshi UCHIKAWA and Koichi TSUKIYAMA (

1. Precise Determination of BaAl2O4 Cell and Certification of the Formation of Iron Bearing Solid Solution. By Hiroshi UCHIKAWA and Koichi TSUKIYAMA ( 1. Precise Determination of BaAl2O4 Cell and Certification of the Formation of Iron Bearing Solid Solution. By Hiroshi UCHIKAWA and Koichi TSUKIYAMA (Central Research Laboratory, Onoda Cement Co., Ltd.,

More information

Study on Application of the cos a Method to Neutron Stress Measurement Toshihiko SASAKI*3 and Yukio HIROSE Department of Materials Science and Enginee

Study on Application of the cos a Method to Neutron Stress Measurement Toshihiko SASAKI*3 and Yukio HIROSE Department of Materials Science and Enginee Study on Application of the cos a Method to Neutron Stress Measurement Toshihiko SASAKI*3 and Yukio HIROSE Department of Materials Science and Engineering, Kanazawa University, Kakuma-machi, Kanazawa-shi,

More information

Vol.55 No (Jan. 2014) saccess 6 saccess 7 saccess 2. [3] p.33 * B (A) (B) (C) (D) (E) (F) *1 [3], [4] Web PDF a m

Vol.55 No (Jan. 2014) saccess 6 saccess 7 saccess 2. [3] p.33 * B (A) (B) (C) (D) (E) (F) *1 [3], [4] Web PDF   a m Vol.55 No.1 2 15 (Jan. 2014) 1,a) 2,3,b) 4,3,c) 3,d) 2013 3 18, 2013 10 9 saccess 1 1 saccess saccess Design and Implementation of an Online Tool for Database Education Hiroyuki Nagataki 1,a) Yoshiaki

More information

* Meso- -scale Features of the Tokai Heavy Rainfall in September 2000 Shin-ichi SUZUKI Disaster Prevention Research Group, National R

* Meso- -scale Features of the Tokai Heavy Rainfall in September 2000 Shin-ichi SUZUKI Disaster Prevention Research Group, National R 38 2002 7 2000 9 * Meso- -scale Features of the Tokai Heavy Rainfall in September 2000 Shin-ichi SUZUKI Disaster Prevention Research Group, National Research Institute for Earth Science and Disaster Prevention,

More information

IPSJ SIG Technical Report Vol.2013-GN-86 No.35 Vol.2013-CDS-6 No /1/17 1,a) 2,b) (1) (2) (3) Development of Mobile Multilingual Medical

IPSJ SIG Technical Report Vol.2013-GN-86 No.35 Vol.2013-CDS-6 No /1/17 1,a) 2,b) (1) (2) (3) Development of Mobile Multilingual Medical 1,a) 2,b) 3 24 3 (1) (2) (3) Development of Mobile Multilingual Medical Communication Support System and Its Introduction for Medical Field Shun Ozaki 1,a) Takashi Yoshino 2,b) Aguri Shigeno 3 Abstract:

More information

Evaluation of Anisotropy and Preferred Orientation of Carbon and Graphite Materials Yoshihiro Hishiyama Fig.1 Diffraction condition in Fourier space.

Evaluation of Anisotropy and Preferred Orientation of Carbon and Graphite Materials Yoshihiro Hishiyama Fig.1 Diffraction condition in Fourier space. Evaluation of Anisotropy and Preferred Orientation of Carbon and Graphite Materials Yoshihiro Hishiyama Fig.1 Diffraction condition in Fourier space. Corresponding Author, E-mail: yhishiya@eng.musashi-tech.ac.jp

More information

Surface Morphology for Poly-L-lactide Fibers Subjected to Hydrolysis Suong-Hyu Hyon Institute for Frontier Medical Sciences, Kyoto University 53, Shog

Surface Morphology for Poly-L-lactide Fibers Subjected to Hydrolysis Suong-Hyu Hyon Institute for Frontier Medical Sciences, Kyoto University 53, Shog Surface Morphology for Poly-L-lactide Fibers Subjected to Hydrolysis Suong-Hyu Hyon Institute for Frontier Medical Sciences, Kyoto University 53, Shogoin Kawaharacho, Sakyo-ku, Kyoto, 606-8507 Japan Abstract:

More information

JAMSTEC Rep. Res. Dev., Volume 12, March 2011, 27 _ 35 1,2* Pb 210 Pb 214 Pb MCA 210 Pb MCA MCA 210 Pb 214 Pb * 2

JAMSTEC Rep. Res. Dev., Volume 12, March 2011, 27 _ 35 1,2* Pb 210 Pb 214 Pb MCA 210 Pb MCA MCA 210 Pb 214 Pb * 2 JAMSTEC Rep. Res. Dev., Volume 12, March 2011, 27 _ 35 1,2* 1 1 1 1 210 Pb 210 Pb 214 Pb MCA 210 Pb MCA MCA 210 Pb 214 Pb 2010 10 4 2010 12 10 1 2 * 237-0061 2-15 046-867-9794 ogurik@jamstec.go.jp 27 210

More information

& Vol.5 No (Oct. 2015) TV 1,2,a) , Augmented TV TV AR Augmented Reality 3DCG TV Estimation of TV Screen Position and Ro

& Vol.5 No (Oct. 2015) TV 1,2,a) , Augmented TV TV AR Augmented Reality 3DCG TV Estimation of TV Screen Position and Ro TV 1,2,a) 1 2 2015 1 26, 2015 5 21 Augmented TV TV AR Augmented Reality 3DCG TV Estimation of TV Screen Position and Rotation Using Mobile Device Hiroyuki Kawakita 1,2,a) Toshio Nakagawa 1 Makoto Sato

More information

*1 *2 *1 JIS A X TEM 950 TEM JIS Development and Research of the Equipment for Conversion to Harmless Substances and Recycle of Asbe

*1 *2 *1 JIS A X TEM 950 TEM JIS Development and Research of the Equipment for Conversion to Harmless Substances and Recycle of Asbe *1 *2 *1 JIS A 14812008X TEM 950 TEM 1 2 3 4 JIS Development and Research of the Equipment for Conversion to Harmless Substances and Recycle of Asbestos with Superheated Steam Part 3 An evaluation with

More information

Fig. 3 Coordinate system and notation Fig. 1 The hydrodynamic force and wave measured system Fig. 2 Apparatus of model testing

Fig. 3 Coordinate system and notation Fig. 1 The hydrodynamic force and wave measured system Fig. 2 Apparatus of model testing The Hydrodynamic Force Acting on the Ship in a Following Sea (1 St Report) Summary by Yutaka Terao, Member Broaching phenomena are most likely to occur in a following sea to relative small and fast craft

More information

熊本大学学術リポジトリ Kumamoto University Repositor Title 特別支援を要する児童生徒を対象としたタブレット端末 における操作ボタンの最適寸法 Author(s) 竹財, 大輝 ; 塚本, 光夫 Citation 日本産業技術教育学会九州支部論文集, 23: 61-

熊本大学学術リポジトリ Kumamoto University Repositor Title 特別支援を要する児童生徒を対象としたタブレット端末 における操作ボタンの最適寸法 Author(s) 竹財, 大輝 ; 塚本, 光夫 Citation 日本産業技術教育学会九州支部論文集, 23: 61- 熊本大学学術リポジトリ Kumamoto University Repositor Title 特別支援を要する児童生徒を対象としたタブレット端末 における操作ボタンの最適寸法 Author(s) 竹財, 大輝 ; 塚本, 光夫 Citation 日本産業技術教育学会九州支部論文集, 23: 61-68 Issue date 215 Type URL Right Journal Article http://hdl.handle.net/2298/3622

More information

[2] OCR [3], [4] [5] [6] [4], [7] [8], [9] 1 [10] Fig. 1 Current arrangement and size of ruby. 2 Fig. 2 Typography combined with printing

[2] OCR [3], [4] [5] [6] [4], [7] [8], [9] 1 [10] Fig. 1 Current arrangement and size of ruby. 2 Fig. 2 Typography combined with printing 1,a) 1,b) 1,c) 2012 11 8 2012 12 18, 2013 1 27 WEB Ruby Removal Filters Using Genetic Programming for Early-modern Japanese Printed Books Taeka Awazu 1,a) Masami Takata 1,b) Kazuki Joe 1,c) Received: November

More information

情報処理学会研究報告 IPSJ SIG Technical Report Vol.2017-CG-166 No /3/ HUNTEXHUNTER1 NARUTO44 Dr.SLUMP1,,, Jito Hiroki Satoru MORITA The

情報処理学会研究報告 IPSJ SIG Technical Report Vol.2017-CG-166 No /3/ HUNTEXHUNTER1 NARUTO44 Dr.SLUMP1,,, Jito Hiroki Satoru MORITA The 755-8611 2-16-1 HUNTEXHUNTER1 NARUTO44 Dr.SLUMP1,,, Jito Hiroki Satoru MORITA The Graduate School of Science and Engineering,Yamaguchi University 2-16-1 Tokiwadai, Ube, 755-8611, Japan It is not easy to

More information

論文9.indd

論文9.indd Recent topics in surround sound audio Masaki Sawaguchi Summary This paper will describe the recent trends in surround sound system based on the results of various investigations on this topic. According

More information

Fig. 3 Flow diagram of image processing. Black rectangle in the photo indicates the processing area (128 x 32 pixels).

Fig. 3 Flow diagram of image processing. Black rectangle in the photo indicates the processing area (128 x 32 pixels). Fig. 1 The scheme of glottal area as a function of time Fig. 3 Flow diagram of image processing. Black rectangle in the photo indicates the processing area (128 x 32 pixels). Fig, 4 Parametric representation

More information

Estimation of Photovoltaic Module Temperature Rise Motonobu Yukawa, Member, Masahisa Asaoka, Non-member (Mitsubishi Electric Corp.) Keigi Takahara, Me

Estimation of Photovoltaic Module Temperature Rise Motonobu Yukawa, Member, Masahisa Asaoka, Non-member (Mitsubishi Electric Corp.) Keigi Takahara, Me Estimation of Photovoltaic Module Temperature Rise Motonobu Yukawa, Member, Masahisa Asaoka, Non-member (Mitsubishi Electric Corp.) Keigi Takahara, Member (Okinawa Electric Power Co.,Inc.) Toshimitsu Ohshiro,

More information

EQUIVALENT TRANSFORMATION TECHNIQUE FOR ISLANDING DETECTION METHODS OF SYNCHRONOUS GENERATOR -REACTIVE POWER PERTURBATION METHODS USING AVR OR SVC- Ju

EQUIVALENT TRANSFORMATION TECHNIQUE FOR ISLANDING DETECTION METHODS OF SYNCHRONOUS GENERATOR -REACTIVE POWER PERTURBATION METHODS USING AVR OR SVC- Ju EQUIVALENT TRANSFORMATION TECHNIQUE FOR ISLANDING DETECTION METHODS OF SYNCHRONOUS GENERATOR -REACTIVE POWER PERTURBATION METHODS USING AVR OR SVC- Jun Motohashi, Member, Takashi Ichinose, Member (Tokyo

More information

23 Fig. 2: hwmodulev2 3. Reconfigurable HPC 3.1 hw/sw hw/sw hw/sw FPGA PC FPGA PC FPGA HPC FPGA FPGA hw/sw hw/sw hw- Module FPGA hwmodule hw/sw FPGA h

23 Fig. 2: hwmodulev2 3. Reconfigurable HPC 3.1 hw/sw hw/sw hw/sw FPGA PC FPGA PC FPGA HPC FPGA FPGA hw/sw hw/sw hw- Module FPGA hwmodule hw/sw FPGA h 23 FPGA CUDA Performance Comparison of FPGA Array with CUDA on Poisson Equation (lijiang@sekine-lab.ei.tuat.ac.jp), (kazuki@sekine-lab.ei.tuat.ac.jp), (takahashi@sekine-lab.ei.tuat.ac.jp), (tamukoh@cc.tuat.ac.jp),

More information

28 Horizontal angle correction using straight line detection in an equirectangular image

28 Horizontal angle correction using straight line detection in an equirectangular image 28 Horizontal angle correction using straight line detection in an equirectangular image 1170283 2017 3 1 2 i Abstract Horizontal angle correction using straight line detection in an equirectangular image

More information

Studies of Foot Form for Footwear Design (Part 9) : Characteristics of the Foot Form of Young and Elder Women Based on their Sizes of Ball Joint Girth

Studies of Foot Form for Footwear Design (Part 9) : Characteristics of the Foot Form of Young and Elder Women Based on their Sizes of Ball Joint Girth Studies of Foot Form for Footwear Design (Part 9) : Characteristics of the Foot Form of Young and Elder Women Based on their Sizes of Ball Joint Girth and Foot Breadth Akiko Yamamoto Fukuoka Women's University,

More information

Tf dvi

Tf dvi /Opinion Kawaii as an Affective Value Michiko OHKURA Abstract In the 21 st century, the affective/kansei values of industrial products are considered very important. However, since not many studies have

More information

0801391,繊維学会ファイバ12月号/報文-01-西川

0801391,繊維学会ファイバ12月号/報文-01-西川 Pattern Making Method and Evaluation by Dots of Monochrome Shigekazu Nishikawa 1,MarikoYoshizumi 1,andHajime Miyake 2 1 Miyagi University of Education, 149, Aramaki-aza-Aoba, Aoba-ku, Sendai-shi, Miyagi

More information

untitled

untitled 2M5-24 SM311 SM332 3 4 e30mm 5 e30mm [2M5-24] 0-5 -10-15 -20-150-125-100-75-50 -25 0 25 50 75 100 125 150 0-5 -10-15 -20-150-125-100-75-50 -25 0 25 50 75 100 125 150 0-5 -10-15 -20-150-125-100-75-50 -25

More information

weak ferromagnetism observed on Shimotokuyama and Ayumikotan natural crystals behaves as pre dicted by Dzyaloshinsky and Moriya, while Wagasennin and

weak ferromagnetism observed on Shimotokuyama and Ayumikotan natural crystals behaves as pre dicted by Dzyaloshinsky and Moriya, while Wagasennin and Magnetic Behavior of a-fe2o3, I. Origin of Weak Ferromagnetism and Magnetic Characteristics Masako IWATA (The Research Institute for Iron, Steel and Other Metals, Tohoku University, Katahiracho, Sendai)

More information

System to Diagnosis Concrete Deterioration with Spectroscopic Analysis IHI IHI IHI The most popular method for inspecting concrete structures for dete

System to Diagnosis Concrete Deterioration with Spectroscopic Analysis IHI IHI IHI The most popular method for inspecting concrete structures for dete System to Diagnosis Concrete Deterioration with Spectroscopic Analysis IHI IHI IHI The most popular method for inspecting concrete structures for deterioration ( for example, due to chloride attack ) is

More information

013858,繊維学会誌ファイバー1月/報文-02-古金谷

013858,繊維学会誌ファイバー1月/報文-02-古金谷 Development of Non-Contact Measuring Method for Final Twist Number of Double Ply Staple Yarn Keizo Koganeya 1, Youichi Yukishita 1, Hirotaka Fujisaki 1, Yasunori Jintoku 2, Hironori Okuno 2, and Motoharu

More information

202

202 201 Presenteeism 202 203 204 Table 1. Name Elements of Work Productivity Targeted Populations Measurement items of Presenteeism (Number of Items) Reliability Validity α α 205 α ä 206 Table 2. Factors of

More information

1 UD Fig. 1 Concept of UD tourist information system. 1 ()KDDI UD 7) ) UD c 2010 Information Processing S

1 UD Fig. 1 Concept of UD tourist information system. 1 ()KDDI UD 7) ) UD c 2010 Information Processing S UD 1 2 3 4 1 UD UD UD 2008 2009 Development and Evaluation of UD Tourist Information System Using Mobile Phone to Heritage Park HISASHI ICHIKAWA, 1 HIROYUKI FUKUOKA, 2 YASUNORI OSHIDA, 3 TORU KANO 4 and

More information

2007-Kanai-paper.dvi

2007-Kanai-paper.dvi 19 Estimation of Sound Source Zone using The Arrival Time Interval 1080351 2008 3 7 S/N 2 2 2 i Abstract Estimation of Sound Source Zone using The Arrival Time Interval Koichiro Kanai The microphone array

More information

IPSJ SIG Technical Report Vol.2012-CG-148 No /8/29 3DCG 1,a) On rigid body animation taking into account the 3D computer graphics came

IPSJ SIG Technical Report Vol.2012-CG-148 No /8/29 3DCG 1,a) On rigid body animation taking into account the 3D computer graphics came 3DCG 1,a) 2 2 2 2 3 On rigid body animation taking into account the 3D computer graphics camera viewpoint Abstract: In using computer graphics for making games or motion pictures, physics simulation is

More information

26 Development of Learning Support System for Fixation of Basketball Shoot Form

26 Development of Learning Support System for Fixation of Basketball Shoot Form 26 Development of Learning Support System for Fixation of Basketball Shoot Form 1175094 ,.,,.,,.,,.,,,.,,,,.,,,.,,,,, Kinect i Abstract Development of Learning Support System for Fixation of Basketball

More information

( ) [1] [4] ( ) 2. [5] [6] Piano Tutor[7] [1], [2], [8], [9] Radiobaton[10] Two Finger Piano[11] Coloring-in Piano[12] ism[13] MIDI MIDI 1 Fig. 1 Syst

( ) [1] [4] ( ) 2. [5] [6] Piano Tutor[7] [1], [2], [8], [9] Radiobaton[10] Two Finger Piano[11] Coloring-in Piano[12] ism[13] MIDI MIDI 1 Fig. 1 Syst 情報処理学会インタラクション 2015 IPSJ Interaction 2015 15INT014 2015/3/7 1,a) 1,b) 1,c) Design and Implementation of a Piano Learning Support System Considering Motivation Fukuya Yuto 1,a) Takegawa Yoshinari 1,b) Yanagi

More information

17 Proposal of an Algorithm of Image Extraction and Research on Improvement of a Man-machine Interface of Food Intake Measuring System

17 Proposal of an Algorithm of Image Extraction and Research on Improvement of a Man-machine Interface of Food Intake Measuring System 1. (1) ( MMI ) 2. 3. MMI Personal Computer(PC) MMI PC 1 1 2 (%) (%) 100.0 95.2 100.0 80.1 2 % 31.3% 2 PC (3 ) (2) MMI 2 ( ),,,, 49,,p531-532,2005 ( ),,,,,2005,p66-p67,2005 17 Proposal of an Algorithm of

More information

Fig. 1. Horizontal displacement of the second and third order triangulation points accompanied with the Tottori Earthquake of (after SATO, 1973)

Fig. 1. Horizontal displacement of the second and third order triangulation points accompanied with the Tottori Earthquake of (after SATO, 1973) Journal of the Geodetic Society of Japan Vol. 27, No. 3, (1981), pp. 183-191 Research on Fault Movement by means of Aero-Triangulation ( T) (An experiment on the earthquake fault of the Izu-Oshima Kinkai

More information

Fig. 4. Configuration of fatigue test specimen. Table I. Mechanical property of test materials. Table II. Full scale fatigue test conditions and test

Fig. 4. Configuration of fatigue test specimen. Table I. Mechanical property of test materials. Table II. Full scale fatigue test conditions and test (J. Soc. Mat. Sci., Japan), Vol. 52, No. 11, pp. 1351-1356, Nov. 2003 Fatigue Life Prediction of Coiled Tubing by Takanori KATO*, Miyuki YAMAMOTO*, Isao SAWAGUCHI** and Tetsuo YONEZAWA*** Coiled tubings,

More information

Clustering in Time and Periodicity of Strong Earthquakes in Tokyo Masami OKADA Kobe Marine Observatory (Received on March 30, 1977) The clustering in time and periodicity of earthquake occurrence are investigated

More information

258 5) GPS 1 GPS 6) GPS DP 7) 8) 10) GPS GPS 2 3 4 5 2. 2.1 3 1) GPS Global Positioning System

258 5) GPS 1 GPS 6) GPS DP 7) 8) 10) GPS GPS 2 3 4 5 2. 2.1 3 1) GPS Global Positioning System Vol. 52 No. 1 257 268 (Jan. 2011) 1 2, 1 1 measurement. In this paper, a dynamic road map making system is proposed. The proposition system uses probe-cars which has an in-vehicle camera and a GPS receiver.

More information

IPSJ SIG Technical Report Secret Tap Secret Tap Secret Flick 1 An Examination of Icon-based User Authentication Method Using Flick Input for

IPSJ SIG Technical Report Secret Tap Secret Tap Secret Flick 1 An Examination of Icon-based User Authentication Method Using Flick Input for 1 2 3 3 1 Secret Tap Secret Tap Secret Flick 1 An Examination of Icon-based User Authentication Method Using Flick Input for Mobile Terminals Kaoru Wasai 1 Fumio Sugai 2 Yosihiro Kita 3 Mi RangPark 3 Naonobu

More information

吉本ばなな『キッチン』英語版の研究

吉本ばなな『キッチン』英語版の研究 1. Introduction Kitchen 1 1 Kitchen Kitchen Kitchen Kitchen Megan Backus LOB Corpus, FLOB Corpus Kitchen 2. Hypothesis Introduction 2.1 Kitchen LOB Corpus, FLOB Corpus Kitchen 1 I, my, me, mine, myself

More information

Visual Evaluation of Polka-dot Patterns Yoojin LEE and Nobuko NARUSE * Granduate School of Bunka Women's University, and * Faculty of Fashion Science,

Visual Evaluation of Polka-dot Patterns Yoojin LEE and Nobuko NARUSE * Granduate School of Bunka Women's University, and * Faculty of Fashion Science, Visual Evaluation of Polka-dot Patterns Yoojin LEE and Nobuko NARUSE * Granduate School of Bunka Women's University, and * Faculty of Fashion Science, Bunka Women's University, Shibuya-ku, Tokyo 151-8523

More information

The Phase Behavior of Monooleoylglycerol-Water Systems Mivoshi Oil & Fat Co.. Ltd. Faculty of Science and Technology, Science University of Tokyo Inst

The Phase Behavior of Monooleoylglycerol-Water Systems Mivoshi Oil & Fat Co.. Ltd. Faculty of Science and Technology, Science University of Tokyo Inst The Phase Behavior of Monooleoylglycerol-Water Systems Mivoshi Oil & Fat Co.. Ltd. Faculty of Science and Technology, Science University of Tokyo Institute of Colloid and Interface Science, Science University

More information

Fig. 1 Structure of a Sebaceous Follicle (Ref.1).

Fig. 1 Structure of a Sebaceous Follicle (Ref.1). Importance and Countermeasures for Sebum Control in Application of Makeup Cosmetics Koichi NOMURA POLA Chemical Industries, Inc., R&D Planning Department 27-1, Takashimadai, Kanagawa-ku, Yokohama 221-0833,

More information

Optical Lenses CCD Camera Laser Sheet Wind Turbine with med Diffuser Pitot Tube PC Fig.1 Experimental facility. Transparent Diffuser Double Pulsed Nd:

Optical Lenses CCD Camera Laser Sheet Wind Turbine with med Diffuser Pitot Tube PC Fig.1 Experimental facility. Transparent Diffuser Double Pulsed Nd: *1 *2 *3 PIV Measurement of Field of the Wind Turbine with a med Diffuser Kazuhiko TOSHIMITSU *4, Koutarou NISHIKAWA and Yuji OHYA *4 Department of Mechanical Engineering, Matsue National Collage of Technology,

More information

2006 [3] Scratch Squeak PEN [4] PenFlowchart 2 3 PenFlowchart 4 PenFlowchart PEN xdncl PEN [5] PEN xdncl DNCL 1 1 [6] 1 PEN Fig. 1 The PEN

2006 [3] Scratch Squeak PEN [4] PenFlowchart 2 3 PenFlowchart 4 PenFlowchart PEN xdncl PEN [5] PEN xdncl DNCL 1 1 [6] 1 PEN Fig. 1 The PEN PenFlowchart 1,a) 2,b) 3,c) 2015 3 4 2015 5 12, 2015 9 5 PEN & PenFlowchart PEN Evaluation of the Effectiveness of Programming Education with Flowcharts Using PenFlowchart Wataru Nakanishi 1,a) Takeo Tatsumi

More information

GPGPU

GPGPU GPGPU 2013 1008 2015 1 23 Abstract In recent years, with the advance of microscope technology, the alive cells have been able to observe. On the other hand, from the standpoint of image processing, the

More information

9_18.dvi

9_18.dvi Vol. 49 No. 9 3180 3190 (Sep. 2008) 1, 2 3 1 1 1, 2 4 5 6 1 MRC 1 23 MRC Development and Applications of Multiple Risk Communicator Ryoichi Sasaki, 1, 2 Yuu Hidaka, 3 Takashi Moriya, 1 Katsuhiro Taniyama,

More information

chisq.test corresp plot

chisq.test corresp plot Research and Analysis about Study Time using R MIYOSHI Yoshihiko In Saitama W. J. College, we have implemented many surveys which are the freshman questionnaire, the graduate satisfaction questionnaire,

More information

0801297,繊維学会ファイバ11月号/報文-01-青山

0801297,繊維学会ファイバ11月号/報文-01-青山 Faculty of Life Environment, Kinjogakuin University, Moriyama-ku, Nagoya 463-8521, Japan Faculty of Home Economics, Japan Women s University, Bunkyo-ku, Tokyo 112-8681, Japan AStudy on Easing by a Variable

More information

1 4 4 [3] SNS 5 SNS , ,000 [2] c 2013 Information Processing Society of Japan

1 4 4 [3] SNS 5 SNS , ,000 [2] c 2013 Information Processing Society of Japan SNS 1,a) 2 3 3 2012 3 30, 2012 10 10 SNS SNS Development of Firefighting Knowledge Succession Support SNS in Tokyo Fire Department Koutarou Ohno 1,a) Yuki Ogawa 2 Hirohiko Suwa 3 Toshizumi Ohta 3 Received:

More information

1) K. J. Laidler, "Reaction Kinetics", Vol. II, Pergamon Press, New York (1963) Chap. 1 ; P. G. Ashmore, "Catalysis and Inhibition of Chemical Reactio

1) K. J. Laidler, Reaction Kinetics, Vol. II, Pergamon Press, New York (1963) Chap. 1 ; P. G. Ashmore, Catalysis and Inhibition of Chemical Reactio 1) K. J. Laidler, "Reaction Kinetics", Vol. II, Pergamon Press, New York (1963) Chap. 1 ; P. G. Ashmore, "Catalysis and Inhibition of Chemical Reactions", Butterworths, London (1963) Chap. 7, p. 185. 2)

More information

A Feasibility Study of Direct-Mapping-Type Parallel Processing Method to Solve Linear Equations in Load Flow Calculations Hiroaki Inayoshi, Non-member

A Feasibility Study of Direct-Mapping-Type Parallel Processing Method to Solve Linear Equations in Load Flow Calculations Hiroaki Inayoshi, Non-member A Feasibility Study of Direct-Mapping-Type Parallel Processing Method to Solve Linear Equations in Load Flow Calculations Hiroaki Inayoshi, Non-member (University of Tsukuba), Yasuharu Ohsawa, Member (Kobe

More information

MDD PBL ET 9) 2) ET ET 2.2 2), 1 2 5) MDD PBL PBL MDD MDD MDD 10) MDD Executable UML 11) Executable UML MDD Executable UML

MDD PBL ET 9) 2) ET ET 2.2 2), 1 2 5) MDD PBL PBL MDD MDD MDD 10) MDD Executable UML 11) Executable UML MDD Executable UML PBL 1 2 3 4 (MDD) PBL Project Based Learning MDD PBL PBL PBL MDD PBL A Software Development PBL for Beginners using Project Facilitation Tools Seiko Akayama, 1 Shin Kuboaki, 2 Kenji Hisazumi 3 and Takao

More information

42 1 Fig. 2. Li 2 B 4 O 7 crystals with 3inches and 4inches in diameter. Fig. 4. Transmission curve of Li 2 B 4 O 7 crystal. Fig. 5. Refractive index

42 1 Fig. 2. Li 2 B 4 O 7 crystals with 3inches and 4inches in diameter. Fig. 4. Transmission curve of Li 2 B 4 O 7 crystal. Fig. 5. Refractive index MEMOIRS OF SHONAN INSTITUTE OF TECHNOLOGY Vol. 42, No. 1, 2008 Li 2 B 4 O 7 (LBO) *, ** * ** ** Optical Scatterer and Crystal Growth Technology of LBO Single Crystal For Development with Optical Application

More information

(1) 2

(1) 2 - - 1 2 34 5 1192-0397 1-1 E-mail:oda-yoshiya@c.metro-u.ac.jp 2270-1194 1646 E-mail:y-aoyagi@criepi.denken.or.jp 2270-1194 1646 E-mail: higashi@criepi.denken.or.jp 4270-1194 1646 E-mail: shintaro@criepi.denken.or.jp

More information

”R„`‚å−w‰IŠv†^›¡‚g‡¾‡¯.ren

”R„`‚å−w‰IŠv†^›¡‚g‡¾‡¯.ren 7 2010 27 37 1 International Ergonomics Association 1 2 variability of heart rate 100 3 1 3 1 180s 10 5 4 R R 2 2 1 R R electrocardiogram: ECG R R R R R R R 1 R coefficient of variation 5 R R 27 1 120s

More information

1 Point 2 Point 3 Point 5 490,000 10 20 25 35 1,059,000 2,235,500 2,890,500 4,449,500 777,000 1,554,000 3,108,000 3,885,000 3,885,000 4,132,000106.3 6

1 Point 2 Point 3 Point 5 490,000 10 20 25 35 1,059,000 2,235,500 2,890,500 4,449,500 777,000 1,554,000 3,108,000 3,885,000 3,885,000 4,132,000106.3 6 '16-WE07-091 201605 1 Point 2 Point 3 Point 5 490,000 10 20 25 35 1,059,000 2,235,500 2,890,500 4,449,500 777,000 1,554,000 3,108,000 3,885,000 3,885,000 4,132,000106.3 63.0 68.1 71.9 74.4 114.5 40 500

More information

Web Stamps 96 KJ Stamps Web Vol 8, No 1, 2004

Web Stamps 96 KJ Stamps Web Vol 8, No 1, 2004 The Journal of the Japan Academy of Nursing Administration and Policies Vol 8, No 1, pp 43 _ 57, 2004 The Literature Review of the Japanese Nurses Job Satisfaction Research Which the Stamps-Ozaki Scale

More information

h23w1.dvi

h23w1.dvi 24 I 24 2 8 10:00 12:30 1),. Do not open this problem booklet until the start of the examination is announced. 2) 3.. Answer the following 3 problems. Use the designated answer sheet for each problem.

More information

fiš„v3.dvi

fiš„v3.dvi (2001) 49 2 261 275 Web 1 1 2001 2 21 2001 4 26 Windows OS Web Windows OS, DELPHI, 1. Windows OS. DELPHI Web DELPHI ALGOL PASCAL VISUAL BASIC C++ JAVA DELPHI Windows OS Linux OS KyLix Mac OS (ver 10) JAVA

More information

200708_LesHouches_02.ppt

200708_LesHouches_02.ppt Numerical Methods for Geodynamo Simulation Akira Kageyama Earth Simulator Center, JAMSTEC, Japan Part 2 Geodynamo Simulations in a Sphere or a Spherical Shell Outline 1. Various numerical methods used

More information

,,,, : - i -

,,,, : - i - 2017 Future University Hakodate 2017 System Information Science Practice Group Report Project Name Manga engineering Group Name Literacy Manga /Project No. 19 /Project Leader 1015131 Kiyomasa Murakami

More information

DPA,, ShareLog 3) 4) 2.2 Strino Strino STRain-based user Interface with tacticle of elastic Natural ObjectsStrino 1 Strino ) PC Log-Log (2007 6)

DPA,, ShareLog 3) 4) 2.2 Strino Strino STRain-based user Interface with tacticle of elastic Natural ObjectsStrino 1 Strino ) PC Log-Log (2007 6) 1 2 1 3 Experimental Evaluation of Convenient Strain Measurement Using a Magnet for Digital Public Art Junghyun Kim, 1 Makoto Iida, 2 Takeshi Naemura 1 and Hiroyuki Ota 3 We present a basic technology

More information

ブック 1.indb

ブック 1.indb Graduate School of Policy and Management, Doshisha University 1 日本の府省における政策評価の実践とアカウンタビリティ 概要 1. はじめに 2001 1 2007 1 2015a 2 2 2010 3 Bovens 2007: 184 2016: 1 2015b: 5 PPBS Planning Programming Budgeting

More information

Influence of Material and Thickness of the Specimen to Stress Separation of an Infrared Stress Image Kenji MACHIDA The thickness dependency of the temperature image obtained by an infrared thermography

More information

( ) fnirs ( ) An analysis of the brain activity during playing video games: comparing master with not master Shingo Hattahara, 1 Nobuto Fuji

( ) fnirs ( ) An analysis of the brain activity during playing video games: comparing master with not master Shingo Hattahara, 1 Nobuto Fuji 1 1 2 3 4 ( ) fnirs () An analysis of the brain activity during playing video games: comparing master with not master Shingo Hattahara, 1 Nobuto Fujii, 1 Shinpei Nagae, 2 Koji Kazai 3 and Haruhiro Katayose

More information

No.3 14

No.3 14 Mar.2003 13 1950m 53 (1998 1961 86.5 80 90 30% (1997 ),2001),2001) 1 2 3 4 5 6 No.3 14 Mar.2003 15 No.3 16 Mar.2003 17 No.3 18 Mar.2003 19 20 No.3 Mar.2003 21 -------------------------------------------------------------------------------------------------------------------------

More information

評論・社会科学 84号(よこ)(P)/3.金子

評論・社会科学 84号(よこ)(P)/3.金子 1 1 1 23 2 3 3 4 3 5 CP 1 CP 3 1 1 6 2 CP OS Windows Mac Mac Windows SafariWindows Internet Explorer 3 1 1 CP 2 2. 1 1CP MacProMacOS 10.4.7. 9177 J/A 20 2 Epson GT X 900 Canon ip 4300 Fujifilm FinePix

More information

IPSJ SIG Technical Report Vol.2011-DBS-153 No /11/3 Wikipedia Wikipedia Wikipedia Extracting Difference Information from Multilingual Wiki

IPSJ SIG Technical Report Vol.2011-DBS-153 No /11/3 Wikipedia Wikipedia Wikipedia Extracting Difference Information from Multilingual Wiki Wikipedia 1 2 3 Wikipedia Wikipedia Extracting Difference Information from Multilingual Wikipedia Yuya Fujiwara, 1 Yu Suzuki 2 and Akiyo Nadamoto 3 There are multilingual articles on the Wikipedia. The

More information

[2, 3, 4, 5] * C s (a m k (symmetry operation E m[ 1(a ] σ m σ (symmetry element E σ {E, σ} C s 32 ( ( =, 2 =, (3 0 1 v = x 1 1 +

[2, 3, 4, 5] * C s (a m k (symmetry operation E m[ 1(a ] σ m σ (symmetry element E σ {E, σ} C s 32 ( ( =, 2 =, (3 0 1 v = x 1 1 + 2016 12 16 1 1 2 2 2.1 C s................. 2 2.2 C 3v................ 9 3 11 3.1.............. 11 3.2 32............... 12 3.3.............. 13 4 14 4.1........... 14 4.2................ 15 4.3................

More information

陶 磁 器 デ ー タ ベ ー ス ソ リ ュ ー シ ョ ン 図1 中世 陶 磁 器 デ ー タベ ー ス 109 A Database Solution for Ceramic Data OGINO Shigeharu Abstract This paper describes various aspects of the development of a database

More information

A pp CALL College Life CD-ROM Development of CD-ROM English Teaching Materials, College Life Series, for Improving English Communica

A pp CALL College Life CD-ROM Development of CD-ROM English Teaching Materials, College Life Series, for Improving English Communica A CALL College Life CD-ROM Development of CD-ROM English Teaching Materials, College Life Series, for Improving English Communicative Skills of Japanese College Students The purpose of the present study

More information

Adult Attachment Projective AAP PARS PARS PARS PARS Table

Adult Attachment Projective AAP PARS PARS PARS PARS Table PARS PARS PARS PARS IWM IWM SATSAT Adult Attachment Projective AAP PARS PARS PARS PARS Table PARS PARS PARS PARS PARS AAP George, West, & Pettem Bowlby Bowlby George et al.,, Pp. - Geroge & West, PARS

More information

J53-01

J53-01 53 Bulletin of Hiroshima Jogakuin University : 126Dec. 2003 1 TAT 200310 Object relations in TAT analysis Kyoko YAMASHITA Abstract I carried out TAT with 54 female university students as subjects, and

More information

02 01 02

02 01 02 02 01 02 Introduction 03 04 03 Usability 04 Usability & Technology Usability & Technology Technology 05 Color Scan 06 Paperless Paperless Fax Paperless 07 bizhub Document Output Copy & Print 08 Document

More information

J No J. J

J No J. J 教育科学と教育実践 2 Science of Education and Educational Practice - A Perspective on the Controversy on the Science of Education in Post-War Japan Part Takeo TANAKA 1950 E. J. E. J. E. J. Abstract In the latter

More information

5 5 5 Barnes et al

5 5 5 Barnes et al 11 2014 1 59 72 Ryuichi NAKAMOTO Abstract This paper introduces the method of active learning using case methods. We explain how to apply the method to a lecture in social sciences a field in which application

More information

H1

H1 Bulletin of the Osaka Museum of Natural History, No.68 p. 41 51; March 31, 2014 5 * ** *** A report on distributions of widow spiders, the genus Latrodectus (Arachnida), and dispersal of redback spider,

More information

null element [...] An element which, in some particular description, is posited as existing at a certain point in a structure even though there is no

null element [...] An element which, in some particular description, is posited as existing at a certain point in a structure even though there is no null element [...] An element which, in some particular description, is posited as existing at a certain point in a structure even though there is no overt phonetic material present to represent it. Trask

More information

北海道水産試験場研究報告

北海道水産試験場研究報告 Sci.Rep.Hokkaido Fish.Res.Inst. Age determination of Japanese flounder Paralichthys olivaceus, caught from Ishikari Bay, using cross sections of otoliths NOBORU HOSHINO Central Fisheries Research Institute,

More information

S-5.indd

S-5.indd Development and pplication of Ultrasonic Noise B-scan nalysis ( I-CLT ) Creep Damage ssessment for Fossil-Fuel Boiler Piping precise creep damage assessment method has been required for boiler plants using

More information

Fig. 1 Trends of TB incidence rates for all forms and smear-positive pulmonary TB in Kawasaki City and Japan. Incidence=newly notified cases of all fo

Fig. 1 Trends of TB incidence rates for all forms and smear-positive pulmonary TB in Kawasaki City and Japan. Incidence=newly notified cases of all fo Kekkaku Vol. 79, No. 1: 17-24, 2004 17 (Received 21 Aug. 2003/Accepted 18 Nov. 2003) Fig. 1 Trends of TB incidence rates for all forms and smear-positive pulmonary TB in Kawasaki City and Japan. Incidence=newly

More information

Vol. 48 No. 4 Apr LAN TCP/IP LAN TCP/IP 1 PC TCP/IP 1 PC User-mode Linux 12 Development of a System to Visualize Computer Network Behavior for L

Vol. 48 No. 4 Apr LAN TCP/IP LAN TCP/IP 1 PC TCP/IP 1 PC User-mode Linux 12 Development of a System to Visualize Computer Network Behavior for L Vol. 48 No. 4 Apr. 2007 LAN TCP/IP LAN TCP/IP 1 PC TCP/IP 1 PC User-mode Linux 12 Development of a System to Visualize Computer Network Behavior for Learning to Associate LAN Construction Skills with TCP/IP

More information

The Evaluation of LBB Behavior and Crack Opening Displacement on Statically Indeterminate Piping System Subjected to Monotonic Load The plastic collap

The Evaluation of LBB Behavior and Crack Opening Displacement on Statically Indeterminate Piping System Subjected to Monotonic Load The plastic collap The Evaluation of LBB Behavior and Crack Opening Displacement on Statically Indeterminate Piping System Subjected to Monotonic Load The plastic collapse and LBB behavior of statically indeterminate piping

More information