CBLOCK 0X20 ENDC ;;; 虛指令, 由 MPLAB 代為管理變數

Size: px
Start display at page:

Download "CBLOCK 0X20 ENDC ;;; 虛指令, 由 MPLAB 代為管理變數"

Transcription

1 x16 陣列 LED 字幕機 (Matrix LED Experience) 檔案 :LEDMA_7.ASM LIST P=16F877 #INCLUDE <P16F877.INC> CBLOCK 0X20 ENDC 虛指令, 由 MPLAB 代為管理變數 CBLOCK 以下為程式所需的變數 D1, D2, D3, D4, B1, FIVE, FIVE1, HEART, NUMRO COUNT_TA, COUNT_TB, COUNT_TC, COUNT_TD, HEART_COUNT, HEART_COUNT1 SHOW_UP_COUNT, SHOW_UP_INDF_COUNT, SHOW_UP_ENOUGH, RLF_TEMP, COUNT_UP_TIMES ROM_TO_RAM, WEL_COUNT ENDC I/O 設定 ORG 0 NOP INITIAL: BANKSEL TRISA CLRF TRISA BANKSEL PORTA CLRF PORTA BANKSEL TRISB CLRF TRISB BANKSEL PORTB CLRF PORTB BANKSEL TRISC CLRF TRISC BANKSEL PORTC CLRF PORTC BANKSEL TRISD CLRF TRISD BANKSEL PORTD CLRF PORTD CLRF NUMRO CLRF ROM_TO_RAM 設定歡迎光臨執行次數變數 ******************************************************* * * Show Chinese Welcome, then Up to Go * 字幕展示 歡迎光臨 一字一字往上走 * ******************************************************* SHOW_UP: MOVF ROM_TO_RAM,W MOVWF SHOW_UP_INDF_COUNT CLRF SHOW_UP_COUNT CLRF SHOW_UP_ENOUGH *** 上移時間 Move up times *** 清除間接定址的空間 Indf if enough MATRIX_RAM: BSF STATUS,IRP BSF PCLATH,0 MOVLW 0XA0 MOVWF FSR MATRIX_IN: PAGESEL TABLE2 *** 將資料載入間接定址中, 變成一個陣列 *** 選擇 BANK3 *** 設定 ROM 位址 0X900 *** 從 0X1A0 開始儲存資料第 1 頁

2 MOVF SHOW_UP_INDF_COUNT,W CALL TABLE2 MOVWF INDF INCF SHOW_UP_INDF_COUNT,F MOVF SHOW_UP_INDF_COUNT,W CALL TABLE2 MOVWF INDF INCF SHOW_UP_INDF_COUNT,F INCF SHOW_UP_ENOUGH,F PAGESEL MATRIX_IN BTFSS SHOW_UP_ENOUGH,4 GOTO MATRIX_IN BCF STATUS,IRP BCF PCLATH,0 ********************************************************* ** ** SHOW FIVE TIMES SINGAL WORD ** 將字體秀五次 ********************************************************* BSF STATUS,IRP MOVLW.5 MOVWF SHOW_UP_ENOUGH MATRIX_UP_250MS: MATRIX_FIVE: CLRF PORTB MOVLW 0XA0 MOVWF FSR MATRIX_FIVE_FLASH: BCF PORTA,0 NOP BSF PORTA,0 GOTO MATRIX_FIVE_FLASH GOTO MATRIX_FIVE BCF STATUS,IRP ********************************************************* ** ** SHOW FIVE TIMES SINGAL WORD RE_WHITE EFFECT ** 展示反白字 ********************************************************* BSF STATUS,IRP MOVLW.5 第 2 頁

3 MOVWF SHOW_UP_ENOUGH MATRIX_UP_250MS_R: MATRIX_FIVE_R: CLRF PORTB MOVLW 0XA0 MOVWF FSR MATRIX_FIVE_FLASH_R: MOVLW B' ' XORWF PORTC,F 利用 XOR 互斥或 FLASH EFFECT XORWF PORTD,F 達成字型反白 BCF PORTA,0 NOP NOP BSF PORTA,0 GOTO MATRIX_FIVE_FLASH_R GOTO MATRIX_FIVE_R DECFSZ SHOW_UP_ENOUGH GOTO MATRIX_UP_250MS BCF STATUS,IRP MOVE RUN UP MAIN PORGRAM 由右至左移動 MOVLW.16 MOVWF COUNT_UP_TIMES MATRIX_UP_MAIN_INT BSF STATUS,IRP MOVLW.16 MOVWF SHOW_UP_ENOUGH MATRIX_UP_MAIN: MOVLW 0XA0 MOVWF FSR MATRIX_UP_ROATOR: CLRF RLF_TEMP TEMP REGISTER FOR RLF MOVWF RLF_TEMP RLF RLF_TEMP,W MOVWF INDF MOVLW B' ' KEEP THE LEFT BIT ANDWF RLF_TEMP BCF STATUS,C RLF RLF_TEMP RLF RLF_TEMP MOVE THE LEFT BIT TO THE RIGHT 第 3 頁

4 BCF STATUS,C DEAL WITH PORTD RLF INDF MOVF RLF_TEMP,W ADDWF INDF,F BCF STATUS,C CLRF RLF_TEMP DECFSZ SHOW_UP_ENOUGH GOTO MATRIX_UP_ROATOR *********************************************** * * PUT MOVE_UP NEW DATA INTO PORTB,C,D * 將資料放入 PORTB,PORTC 及 PORTD *********************************************** MATRIX_UP_BCD: MATRIX_FIVEBCD: CLRF PORTB MOVLW 0XA0 MOVWF FSR MATRIX_FIVE_FLASHBCD: BCF PORTA,0 NOP BSF PORTA,0 GOTO MATRIX_FIVE_FLASHBCD GOTO MATRIX_FIVEBCD DECFSZ COUNT_UP_TIMES GOTO MATRIX_UP_MAIN_INT BCF STATUS,IRP MOVLW.32 ADDWF ROM_TO_RAM,F CHANGE THE NEXT WORD BTFSS ROM_TO_RAM,7 GOTO SHOW_UP BCF STATUS,IRP ***************************************************************** SHOW SHIN YIN VOCATIONAL HIGH SCHOOL E.E RIGHT TO LEFT 顯示 新營高工電機科 由右至左移動 ***************************************************************** SHOW1: MOVLW.112 MOVWF FIVE1 第 4 頁

5 MOVLW.0 MOVWF HEART_COUNT1 FIVE5A1: HEART_A1: MOVLW.0 MOVWF PORTB MOVF HEART_COUNT1,W MOVWF HEART HEART_AA1: BSF PCLATH,2 SELECT PAGE3 PAGESEL TABLE3 CALL TABLE3 CALL TABLE3 BCF PCLATH,2 SELECT PAGE0 BCF PORTA,0 ENABLE ALL LEDS PAGESEL DLY100MS BSF PORTA,0 DARK ALL LEDS PAGESEL HEART_AA1 GOTO HEART_AA1 GOTO HEART_A1 CALL H_COUNT1 DECFSZ FIVE1 GOTO FIVE5A1 *************************************************************************** * * SHOW ENGLISH W.E.L.C.O.M.E WORDS CIRCULE PRESENT, USING TIMER0 * 展示英文字 W.E.L.C.O.M.E *************************************************************************** CLRF HEART CLRF NUMRO CLRF WEL_COUNT CLRF B1 MOVLW.2 MOVWF NUMRO WEL_MAIN: WEL_A: MOVF WEL_COUNT,W MOVWF HEART CLRF PORTB 第 5 頁

6 WEL_1: SHOW 1ST WORD PAGESEL TABLE1 CALL TABLE1 BCF PORTA,0 ENABLE ALL LEDS PAGESEL DLY100MS BSF PORTA,0 DARK ALL LEDS BTFSS PORTB,3 GOTO WEL_1 GOTO WEL_A CALL DLY_TMR0 WEL_B: MOVF WEL_COUNT,W MOVWF HEART MOVLW.8 MOVWF PORTB ADDWF HEART,F WEL_2: SHOW 2ND WORD PAGESEL TABLE1 CALL TABLE1 BCF PORTA,0 ENABLE ALL LEDS PAGESEL DLY100MS BSF PORTA,0 DARK ALL LEDS GOTO WEL_2 GOTO WEL_B CALL DLY_TMR0 WEL_C: MOVF WEL_COUNT,W MOVWF HEART MOVLW.8 MOVWF PORTB MOVLW.16 ADDWF HEART,F WEL_3: SHOW 3RD WORD PAGESEL TABLE1 CALL TABLE1 第 6 頁

7 BCF PORTA,0 ENABLE ALL LEDS PAGESEL DLY100MS BSF PORTA,0 DARK ALL LEDS GOTO WEL_3 GOTO WEL_C CALL DLY_TMR0 WEL_D: MOVF WEL_COUNT,W MOVWF HEART MOVLW.0 MOVWF PORTB MOVLW.24 ADDWF HEART,F WEL_4: SHOW 3RD WORD PAGESEL TABLE1 CALL TABLE1 BCF PORTA,0 ENABLE ALL LEDS PAGESEL DLY100MS BSF PORTA,0 DARK ALL LEDS BTFSS PORTB,3 GOTO WEL_4 GOTO WEL_D CALL DLY_TMR0 MOVLW.32 MOVWF WEL_COUNT DECFSZ NUMRO GOTO WEL_MAIN CALL DLY_TMR0 GOTO INITIAL *************************************************** USE TMR0 FOR DELAY *************************************************** DLY_TMR0: BCF STATUS,C BANKSEL OPTION_REG MOVLW B' ' MOVWF OPTION_REG BANKSEL TMR0 CLRF TMR0 LOOP: 第 7 頁

8 SUBWF TMR0,W BTFSS STATUS,C GOTO LOOP RETURN **************************************************** COUNT HEART TIMES **************************************************** H_COUNT1: MOVLW.2 ADDWF HEART_COUNT1,F RETURN H_COUNT: MOVLW.2 SUBWF HEART_COUNT,F RETURN TIME DELAY DLY5MS: MOVLW.10 MOVWF D1 DLY10MS_1: MOVLW 10 MOVWF D2 DLY10MS_2: DECFSZ D2 GOTO DLY10MS_2 DECFSZ D1 GOTO DLY10MS_1 RETURN DLY100MS: MOVLW.10 MOVWF D3 DLY10MS: DECFSZ D3 GOTO DLY10MS RETURN ***ENGLISH WELCOME WORD SHOW*********** ORG 0X0800 TABLE1: ADDWF PCL,F DT 0X00,0XFC,0X02,0X1C,0X02,0XFC,0X00,0X00 W DT 0X00,0XFE,0X92,0X92,0X92,0X82,0X00,0X00 E DT 0X00,0XFE,0X02,0X02,0X02,0X02,0X00,0X00 L DT 0X00,0X7C,0X82,0X82,0X82,0X44,0X00,0X00 C DT 0X00,0X7C,0X82,0X82,0X82,0X7C,0X00,0X00 O DT 0X00,0XFE,0X40,0X30,0X40,0XFE,0X00,0X00 M DT 0X00,0XFE,0X92,0X92,0X92,0X82,0X00,0X00 E DT 0X00,0X00,0XF0,0XF8,0XF0,0X00,0X00,0X00! *******WELCOME CHINESE WORDS SHOW**************** ORG 0X0900 TABLE2: ADDWF PCL,F 第 8 頁

9 DT 0X80,0X2E,0XFE,0X2B,0XAA,0X7A,0XAA,0X2E HUAN DT 0XFE,0X2F,0XAA,0X7A,0XAA,0X2A,0XAA,0X2E DT 0X00,0X01,0X02,0X06,0X0C,0X7C,0XF0,0X07 DT 0X10,0X04,0X8C,0X05,0X02,0X0F,0X00,0X00 DT 0X02,0X04,0X84,0X44,0X88,0X35,0X78,0X06 ENI DT 0X04,0X00,0XF2,0X0F,0X12,0X10,0X22,0X20 DT 0X42,0X20,0X02,0X40,0XFA,0X1F,0X42,0X10 DT 0X22,0X10,0X12,0X10,0XE2,0X1F,0X00,0X00 DT 0X02,0X02,0X02,0X42,0X04,0X22,0X08,0X12 KUONG DT 0X30,0X0A,0X40,0X02,0X80,0X03,0X00,0X7E DT 0XFE,0X03,0X02,0X0A,0X02,0X12,0X02,0X22 DT 0X02,0X42,0X02,0X02,0X1E,0X00,0X00,0X00 DT 0XFE,0X3F,0X44,0X22,0X7C,0X3E,0X44,0X22 LIN DT 0XC4,0X23,0X00,0X20,0X3E,0X08,0X24,0X10 DT 0XA4,0X67,0X3E,0X25,0X00,0X25,0X3E,0X25 DT 0XA4,0X27,0X24,0X20,0X3E,0X00,0X00,0X00 ********WELCOME TO SHINYING VOCATIONAL HIGH SCHOOL CHINESE WORDS************* ORG 0X1000 TABLE3: ADDWF PCL,F DT 0X44,0X00,0X48,0X12,0X54,0X1E,0XFE,0X73 SHIN DT 0X50,0X1E,0X48,0X12,0X44,0X00,0X10,0X00 DT 0XE0,0X7F,0X00,0X48,0X00,0X48,0XFE,0X4F DT 0X00,0X48,0X00,0X08,0X00,0X00,0X00,0X00 DT 0X80,0X03,0X00,0X42,0X00,0X26,0X00,0X1A YING DT 0X0E,0X72,0XEA,0X1A,0XAA,0X26,0XBA,0X42 DT 0XAA,0X42,0XEA,0X26,0X0E,0X1A,0X00,0X72 DT 0X00,0X1A,0X00,0X26,0X80,0X43,0X00,0X00 DT 0X00,0X00,0X7E,0X00,0X40,0X00,0X40,0X00 KUAO DT 0X40,0X10,0X5C,0X17,0X54,0X15,0X54,0X75 DT 0X54,0X15,0X5C,0X17,0X40,0X10,0X40,0X00 DT 0X40,0X00,0X7E,0X00,0X00,0X00,0X00,0X00 DT 0X02,0X00,0X02,0X20,0X02,0X20,0X02,0X20 KUONG DT 0X02,0X20,0X02,0X20,0X02,0X20,0XFE,0X3F DT 0X02,0X20,0X02,0X20,0X02,0X20,0X02,0X20 DT 0X02,0X20,0X02,0X20,0X02,0X00,0X00,0X00 DT 0X00,0X5C,0X00,0X50,0X00,0X50,0XF0,0X51 DANG DT 0X50,0X5B,0X50,0X55,0X50,0X51,0XFE,0X7F DT 0X52,0X51,0X52,0X55,0X52,0X5B,0XF2,0X51 DT 0X02,0X50,0X02,0X5C,0X00,0X00,0X00,0X00 DT 0X40,0X04,0X80,0X05,0XFE,0X7F,0X00,0X05 CHI DT 0X88,0X04,0X70,0X1B,0X48,0X2D,0X46,0X4B DT 0X40,0X11,0XE2,0X7F,0X54,0X01,0X48,0X1B DT 0X54,0X2D,0X42,0X4B,0X46,0X11,0X00,0X00 DT 0X30,0X02,0XC0,0X06,0X00,0X0B,0XFE,0X1F KO DT 0X00,0X23,0XC0,0X02,0X30,0X02,0X40,0X00 第 9 頁

10 DT 0X40,0X12,0X40,0X09,0X40,0X00,0XFE,0X7F DT 0X40,0X00,0X40,0X00,0X40,0X00,0X00,0X00 BLANK BLANK ***HEART AND GONG XI FA CAI WORD SHOW************ ORG 0X1C00 TABLE: ADDWF PCL,F BLANK BLANK DT 0x00,0x3E,0x00,0x7F,0x80,0x7F,0xC0,0x7F DT 0xE0,0x7F,0xF0,0x7F,0xF8,0x3F,0xFC,0x1F DT 0xFC,0x1F,0xF8,0x3F,0xF0,0x7F,0xE0,0x7F DT 0xC0,0x7F,0x80,0x7F,0x00,0x7F,0x00,0x3C HEART_1 DT 0X00,0X00,0X80,0X00,0XD0,0X08,0X98,0X28 GONG DT 0X20,0X29,0X40,0X2A,0X08,0XFC,0XFC,0X29 DT 0X00,0XF8,0X40,0X2C,0X38,0X6A,0X18,0X29 DT 0XA8,0X08,0X50,0X18,0X00,0X08,0X00,0X00 DT 0X40,0X00,0XC0,0X00,0X80,0X11,0X08,0X52 XI DT 0XF8,0X5F,0X00,0X53,0XC0,0X10,0X80,0X10 DT 0XB8,0X10,0XE8,0X5F,0XA8,0X5A,0XA8,0XFA DT 0XE8,0X5F,0XB8,0X50,0X80,0X11,0X80,0X00 DT 0X00,0X04,0X00,0X00,0X10,0X24,0XD8,0X59 FA DT 0X48,0X55,0X48,0X55,0X78,0X67,0X08,0X01 DT 0X48,0X47,0X68,0X24,0X50,0X37,0X68,0X49 DT 0X08,0X1B,0X18,0X25,0X08,0X04,0X00,0X06 DT 0X00,0X00,0X08,0X00,0XD8,0X7F,0X60,0X4A CAI DT 0X40,0X4A,0X60,0X4A,0XD8,0X7F,0X08,0X00 DT 0X40,0X20,0X80,0X21,0X10,0X23,0X18,0X24 DT 0XF8,0X7F,0X00,0X20,0X00,0X20,0X00,0X00 BLANK BLANK END 第 10 頁

; < [PROGRAM] > LIST P=18F452, R=DEC INCLUDE "p18f452.inc"

; < [PROGRAM] > LIST P=18F452, R=DEC INCLUDE p18f452.inc PROGRAM LISTING 7: MPASM EDGE DETECTION PROGRAM By Malcolm Stagg ; ; Edges Controller (EC) ; With Non-Maximal Suppression # ; [Source Code] # ; ---------------------------------- # ; By Malcolm Stagg #

More information

Apéndice 2. Programas. PLD GAL16v8

Apéndice 2. Programas. PLD GAL16v8 Apéndice 2 Programas PLD GAL16v8 Name Daniel Ortega G; PartNo 00; Date 21/11/2005; Revision 01 ; Designer Engineer ; Company personal ; Assembly None ; Location ; Device g16v8 ; /* *************** INPUT

More information

PIC18 Timer Programming. Hsiao-Lung Chan Dept Electrical Engineering Chang Gung University, Taiwan

PIC18 Timer Programming. Hsiao-Lung Chan Dept Electrical Engineering Chang Gung University, Taiwan PIC18 Timer Programming Hsiao-Lung Chan Dept Electrical Engineering Chang Gung University, Taiwan chanhl@mail.cgu.edu.tw Functions of PIC18 timer Generate a time delay ( 計時器 ) Use internal clock pulse,

More information

PIC18 Timer Programming. Hsiao-Lung Chan Dept Electrical Engineering Chang Gung University, Taiwan

PIC18 Timer Programming. Hsiao-Lung Chan Dept Electrical Engineering Chang Gung University, Taiwan PIC18 Timer Programming Hsiao-Lung Chan Dept Electrical Engineering Chang Gung University, Taiwan chanhl@mail.cgu.edu.tw Functions of PIC18 timer Functions of the timer Generate a time delay As a counter

More information

中港城 LED 廣告顯示屏收費 (A) LED 廣告顯示屏基本資料. 尺寸 : 1.6 米 ( 闊 ) x 4.8 米 ( 高 ) 每幅顯示屏 播放時間 :

中港城 LED 廣告顯示屏收費 (A) LED 廣告顯示屏基本資料. 尺寸 : 1.6 米 ( 闊 ) x 4.8 米 ( 高 ) 每幅顯示屏 播放時間 : 中港城 LED 廣告顯示屏收費 (A) LED 廣告顯示屏基本資料 尺寸 : 1.6 米 ( 闊 ) x 4.8 米 ( 高 ) 每幅顯示屏 播放時間 : 星期一至日 : 早上九時至晚上九時 ( 播放時間如有更改, 恕不另行通知 ) 商戶廣告以每個月的第一天起開始計算 廣播時間 *: * 商戶可選擇以下之廣播時間及製訂廣告內容 ) 180 秒 / 每小時 (30 秒 / 視頻點 x 6/ 每小時或

More information

Applied Biosystems StepOnePlus Real-time PCR System 之原理與應用介紹

Applied Biosystems StepOnePlus Real-time PCR System 之原理與應用介紹 Applied Biosystems StepOnePlus Real-time PCR System 之原理與應用介紹 蔡如芸 (Judy Tsai, Ph.D.) Field Application Scientist The world leader in serving science Principle of Real-time PCR Normalised reporter fluorescence

More information

MSDS( Material Safety Data Sheet ) 物質安全資料表

MSDS( Material Safety Data Sheet ) 物質安全資料表 MSDS( Material Safety Data Sheet ) 物質安全資料表 MSDS NO: SET-C7025 Section 01 Chemical Product and Company Identification 品名及廠商資料 Product Name 品名 Product Name 製造商或供應商 C7025 Lead frame with partial Ag plating

More information

Cost Accounting class note : by Y. M. Hsieh 第九章材料之控制 成本計算與規劃

Cost Accounting class note : by Y. M. Hsieh 第九章材料之控制 成本計算與規劃 第九章材料之控制 成本計算與規劃 一 材料取得與領用之會計處理 ( 一 ) 材料的採購 : 1. 生產性材料的採購 2. 物料 服務及維修的取得 :blanket purchase order 3. 採購用表單 :(1) 請購單 (Purchase Requisition) (2) 採購單 (Purchase Order) ( 二 ) 驗收 : 驗收報告 (Receiving Report) ( 三

More information

(Main Page)

(Main Page) www.mingpaovan.com (Main Page) 144,000 visits CPM Design Fee F1 Super * 760 x 90 70 KB / 40 KB $3,900 $27 $100 $100 / $50 F2 (a/b) Rectangle / Video * 300 x 250 70 KB / 40 KB $4,100 $28.5 $120 $100 / $50

More information

Methods in Biomedical Engineering Research 詹曉龍 長庚大學電機系

Methods in Biomedical Engineering Research 詹曉龍 長庚大學電機系 Methods in Biomedical Engineering Research 詹曉龍 長庚大學電機系 Topics Related to Electrical Engineering and Computer Science Biomedical Engineering Medical Instrumentation Monitor and Measure Physiological Event

More information

Gap Analysis for Drug Development Process

Gap Analysis for Drug Development Process Gap Analysis for Drug Process Dr. Jia Ming Chang AM4 Preclinical Animal Testing Center Institute for Drug Evaluation Platform Center for Biotechnology Benefit of Gap Analysis Gap analysis service support

More information

商業智慧實務 Practices of Business Intelligence

商業智慧實務 Practices of Business Intelligence 商業智慧實務 Practices of Business Intelligence Tamkang University 商業智慧導論 (Introduction to Business Intelligence) 1032BI01 MI4 Wed, 9,10 (16:10-18:00) (B130) Min-Yuh Day 戴敏育 Assistant Professor 專任助理教授 Dept.

More information

HIN Diploma Master of Science P.o.box 385, Lodve Langes gate NARVIK

HIN Diploma Master of Science P.o.box 385, Lodve Langes gate NARVIK HIN Diploma Master of Science P.o.box 385, Lodve Langes gate 2 8501 NARVIK Telephone 76 96 60 00 Fax 76 96 68 10 Title: ncube Power supply Enclosures Date: June 27 2003 Graded: Open Pages: 147 Arthur:

More information

Fabrication and Application of Biochip - An Introduciton

Fabrication and Application of Biochip - An Introduciton Fabrication and Application of Biochip - An Introduciton Ji-Yen Cheng Inst. Appl. Sci. Eng. Res. Academia Sinica 鄭郅言中央研究院應用科學與工程研究所 中興大學 Apr/2002 "We used to think our future was in the stars. Now we know

More information

Design and Analyze the Batch Ordering Supply Chain System

Design and Analyze the Batch Ordering Supply Chain System J. Chin. Inst. Chem. Engrs., Vol. 35, No. 3, 37-379, 2004 esign and Analye the Batch Ordering Supply Chain System Pin-Ho Lin [] epartment of Chemical Engineering, Nanya Institute of Technology Tao-Yuan,

More information

聚光型太陽電池發展趨勢 (OE_10290)

聚光型太陽電池發展趨勢 (OE_10290) 聚光型太陽電池發展趨勢 (OE_10290) 陳怡嘉 yjchen@mail.ndhu.edu.tw 國立東華大學光電工程學系 2015-03-27 (Friday) 14:10-17:00 (Contents are solely for educational purpose) 4. 聚光型太陽能電池 1. 組成系統 2. 電網等價 3. 聚光型太陽能電池分類 4. 電池模組結構說明 5. 電池模組結構分項說明

More information

Clinical Management System from a Clinician prospective

Clinical Management System from a Clinician prospective Clinical Management System from a Clinician prospective Dr CB Leung Consultant Department of Medicine and Therapeutics Prince of Wales Hospital Hospital Authority Convention 3 May 2016 1 Review epr Dx

More information

Construct SOA Solution

Construct SOA Solution Construct SOA Solution Kevin Lin SOA Architect SOA/WebSphere, BPTSE, CDL kevinlin@tw.ibm.com deeper Agenda 1 Synchronize Viewpoints of SOA 2 IBM SOA Foundation 3 Case Study: New Product Introduction of

More information

Global Supplier Portal User Instructions

Global Supplier Portal User Instructions Global Supplier Portal User Instructions Dec 2016 1 Index What is Global Supplier Portal 3 Getting Access 5 Login 9 Home Page 10 Transaction Grouping 15 e Orders 16 Weekly Open Orders 17 Manufacturing

More information

AOKI PRODUCT INFORMATION

AOKI PRODUCT INFORMATION 台鉴 : AOKI 纳入仕样书 品名 :Pure Tin Anode Ball 型號 :No. PTB L (Pb 50ppm) 客户确认书受领印栏 经销商 : 生产商 : 青木科研有限公司 青木科研有限公司 香港办事处 : 地址 : 香港新界屯門新益里 3 號, 通明工業大廈地下 香港新界屯門新益里 3 號, 通明 电话 :(852)2498-9313 工業大廈地下 传真 :(852)2498-9692

More information

SAP Business One Seminar 2015

SAP Business One Seminar 2015 SAP Business One Seminar 2015 22 May 2015 PCCW Group Corporate Structure Hong Kong lt Market Recognition HK IT Business Services Market Share (2014) China and HK IT Business Services Market Share (2014)

More information

Ch 04 Price Differentiation ( 價格差異化 )

Ch 04 Price Differentiation ( 價格差異化 ) Ch 04 Price Differentiation ( 價格差異化 ) Or price discrimination ( 區別 ): A seller charges ( 收費 ) different prices to different customers 4-1 4.1 Economics of Price Differentiation 4.2 Limits to Price Differentiation

More information

Last update: 11 Feb 2015

Last update: 11 Feb 2015 Last update: 11 2015 WELCOME TO SGS ACADEMY (HK) SGS Academy global learning and development solutions cover a wide range of industries and subject areas, providing expertise designed to help you and your

More information

1. Title. 4. Recommendations. A. Staff Training

1. Title. 4. Recommendations. A. Staff Training Page 1 of 7 1. Title Guideline on Transport of Clinical Specimens 2. Aim This guidance addresses the pre-analytical stage in handling of clinical specimens, i.e. after collecting the specimens from patients

More information

Social Enterprises in Hong Kong: Toward a Conceptual Model

Social Enterprises in Hong Kong: Toward a Conceptual Model Social Enterprises in Hong Kong: Toward a Conceptual Model Final Report submitted to Central Policy Unit, The Government of the Hong Kong Special Administrative Region of the People s Republic of China

More information

數位邏輯 ( 一 ) Text: : Charles H. Roth, Jr. Fundamentals of Logic Design 5th Edition THOMSON BROOKS/COLE. Review units 1-9 1

數位邏輯 ( 一 ) Text: : Charles H. Roth, Jr. Fundamentals of Logic Design 5th Edition THOMSON BROOKS/COLE. Review units 1-9 1 數位邏輯 ( 一 ) Text: : Charles H. Roth, Jr. Fundamentals of Logic Design 5th Edition 2004 THOMSON BROOKS/COLE Review units 1-9 1 Digital Systems and Switching Circuits Digital system The physical quantities

More information

奈米國家型科技計畫學術研究重要成果表 1. 計畫背景 :( 請以中 英文並呈 )

奈米國家型科技計畫學術研究重要成果表 1. 計畫背景 :( 請以中 英文並呈 ) 奈米國家型科技計畫學術研究重要成果表 填表日期 :95 年 5 月 16 日 1. 計畫背景 :( 請以中 英文並呈 ) 計畫主持人及執行機構 : 韋光華教授 (Principal Investigator: Professor Kung-Hwa Wei) 交通大學材料系 (Dept. of Materials Sci. & Eng., National Chiao Tung University)

More information

An Application of Project Management Framework in Product Development: Case Study: Bicycle Manufacturer

An Application of Project Management Framework in Product Development: Case Study: Bicycle Manufacturer An Application of Project Management Framework In Product Development: Case Study: Bicycle Manufacturer An Application of Project Management Framework in Product Development: Case Study: Bicycle Manufacturer

More information

Virtually Enhanced Languages Lesson Plan

Virtually Enhanced Languages Lesson Plan Lesson topic: Lesson level: Content: Time required: Purchasing train tickets Introductory language learner 2 nd semester Linguistic and cultural 1.5 hours Teacher Instructions: This lesson is designed

More information

The Five Floor Elevator Control System Design Based on S7-300 PLC Jiaxiong Wen

The Five Floor Elevator Control System Design Based on S7-300 PLC Jiaxiong Wen 2nd Workshop on Advanced Research and Technology in Industry Applications (WARTIA 2016) The Five Floor Elevator Control System Design Based on S7-300 PLC Jiaxiong Wen Sichuan Information Technology College

More information

Development of High Density Cold Energy Network

Development of High Density Cold Energy Network 1 ICR2015 WORKSHOP Development of High Density Cold Energy Network System with Pure Water Ice Speaker: Masashi Momota (Tokyo Denki Univ. Associate Professor) August 19,2015 2 Contents t 1. Objectives/Targets

More information

Why Care? 因何关注. Thoughts for the two great economic superpowers and those who aspire to such power 有关两个经济超级大国及其追随者的思索

Why Care? 因何关注. Thoughts for the two great economic superpowers and those who aspire to such power 有关两个经济超级大国及其追随者的思索 Why Care? 因何关注 Thoughts for the two great economic superpowers and those who aspire to such power 有关两个经济超级大国及其追随者的思索 Gerry Stokes, Battelle Beijing October 2007 My topic 我的议题 Why should the United States

More information

whether bar code or manual methods, depend on employees to record information, RFID relieves them from this time-consuming and error-prone process. Th

whether bar code or manual methods, depend on employees to record information, RFID relieves them from this time-consuming and error-prone process. Th The Application of the RFID and E-Seals in Container Shipping Yih-Ching Juang 莊義清 Department of Shipping and Transportation Management, National Penghu University of 摘要 Science and Technology 國立澎湖科技大學航運管理系

More information

Ch. 2 Transaction Processing in the AIS 高立翰

Ch. 2 Transaction Processing in the AIS 高立翰 Ch. 2 Transaction Processing in the AIS 高立翰 OUTLINE Accounting and bookkeeping Accounting cycle Internal controls Coding systems Human judgment and information technology Learning objectives 1. Differentiate

More information

頁數 (Page) 2 of 10 測試結果 (Test Results) 測試部位 (PART NAME)No.1 白色油墨 (WHITE INK) 鎘 / Cadmium (Cd) 鉛 / Lead (Pb) 汞 / Mercury (Hg) 測試項目 (Test Items) 六價鉻 / He

頁數 (Page) 2 of 10 測試結果 (Test Results) 測試部位 (PART NAME)No.1 白色油墨 (WHITE INK) 鎘 / Cadmium (Cd) 鉛 / Lead (Pb) 汞 / Mercury (Hg) 測試項目 (Test Items) 六價鉻 / He 頁數 (Page) 1 of 10 以下測試樣品係由申請廠商所提供及確認 (The following sample(s) was/were submitted and identified by/on behalf of the applicant as) 送樣廠商 (Sample Submitted By) 樣品名稱 (Sample Description) 樣品型號 (Style/Item No.)

More information

Tentative translation (as of March 1, 2016) March 1, 2016

Tentative translation (as of March 1, 2016) March 1, 2016 Tentative translation (as of March 1, 2016) March 1, 2016 Office of Manufacturing/Quality and Compliance Pharmaceuticals and Medical Devices Agency GMP Compliance Inspection concerning Pharmaceuticals

More information

Design of demand-oriented vocational education for modern structures of production and service

Design of demand-oriented vocational education for modern structures of production and service Dr. Steffen Kersten Fakultät Erziehungswissenschaften, Institut für Berufspädagogik und Berufliche Didaktiken Design of demand-oriented vocational education for modern structures of production and service

More information

Throughout this memorandum, China refers to the People s Repubic of China.

Throughout this memorandum, China refers to the People s Repubic of China. Date: December 22, 2006 Subject: China RoHS Law Frequently Asked Questions From: Alan P. Abbott To: Worldwide Sales, Marketing, and FAE Organizations Throughout this memorandum, China refers to the People

More information

Nanoimprinting. Nanoimprint. Spin Coating Imprinting De-molding Etching

Nanoimprinting. Nanoimprint. Spin Coating Imprinting De-molding Etching Nanoimprinting Nanoimprint Spin Coating Imprinting De-molding Etching 1 Nanoimprint http://www.microresist.de/thermoplastic_en.htm Glass Transition Temperatures (Tg) http://www.microresist.de/thermoplastic_en.htm

More information

Shadow Prices of SO 2 Abatements for Regions in China

Shadow Prices of SO 2 Abatements for Regions in China 農業與資源經濟台灣農業與資源經濟學會 5:2 (2008), 59-78 Shadow Prices of SO 2 Abatements for Regions in China Tsz-Yi Ke *, Jin-Li Hu **, Yang Li *** and Yung-Ho Chiu **** Abstract We use the linear programming approach to

More information

Dwarfing peach trees and development of fruit quality by maintaining partially ringed bark strips as an innovative process in dwarfing technology

Dwarfing peach trees and development of fruit quality by maintaining partially ringed bark strips as an innovative process in dwarfing technology Botanical Studies (2006) 47: 251-257. PHYSIOLOGY Dwarfing peach trees and development of fruit quality by maintaining partially ringed bark strips as an innovative process in dwarfing technology A.B.M.

More information

Definition of ZEB and future measures proposed by the ZEB Roadmap Examination Committee

Definition of ZEB and future measures proposed by the ZEB Roadmap Examination Committee Definition of ZEB and future measures proposed by the ZEB Roadmap Examination Committee December, 2015 Energy Efficiency and Conservation Division Agency for Natural Resources and Energy Ministry of Economy,

More information

應用 HSPF 模式評估鳶山堰集水區污染潛勢之空間變異性

應用 HSPF 模式評估鳶山堰集水區污染潛勢之空間變異性 臺灣水利第 64 卷第 2 期民國 105 年 6 月出版 Taiwan Water Conservancy Vol. 64, No. 2, June 2016 Applying HSPF to Assess Spatial Variation of Pollution Potential in the Yuanshanyan Watershed 應用 HSPF 模式評估鳶山堰集水區污染潛勢之空間變異性

More information

JCDecaux s Marketing Strategy In Mainland China

JCDecaux s Marketing Strategy In Mainland China JCDecaux s Marketing Strategy In Mainland China Ada, GONG Siyao Jessie, ZHU Yingjie Samantha, LIU Si Susy, SU Qianxin A Project Submitted in Partial Fulfillment of the Requirements For the Degree of MSocSc

More information

Let our MyiQ on line! Bio-Rad Real-Time PCR Training Course. Pedro Lam 林華峰. Bio-Rad Laboratories 台灣分公司. Jan, 2008

Let our MyiQ on line! Bio-Rad Real-Time PCR Training Course. Pedro Lam 林華峰. Bio-Rad Laboratories 台灣分公司. Jan, 2008 Let our MyiQ on line! Bio-Rad Real-Time PCR Training Course Pedro Lam 林華峰 Bio-Rad Laboratories 台灣分公司 Jan, 2008 Today Outline Part I: What is the Real-Time PCR? Part II: Software Training: Operation and

More information

Gifted Education in Science. Po Leung Kuk Laws Foundation College

Gifted Education in Science. Po Leung Kuk Laws Foundation College Gifted Education in Science Our Vision and Mission in Science Education and Biotechnology Education Our Vision Science education for meeting personal needs; Science education for nurturing scientific mind,

More information

Running head:celebrity ENDORSEING ADVERTISEMENT 1

Running head:celebrity ENDORSEING ADVERTISEMENT 1 Running head:celebrity ENDORSEING ADVERTISEMENT 1 EVA Air s Brand Marketing and Jin, Cheng-Wu s Endorsing Advertisement Ya-Jing, Yang Class: UE4C Department of English Wenzao Ursuline University of Languages

More information

The Current Condition and Development Trend of the Urban Water Supply and Drainage Facilities of China

The Current Condition and Development Trend of the Urban Water Supply and Drainage Facilities of China The Current Condition and Development Trend of the Urban Water Supply and Drainage Facilities of China 中国城市供水排水设施现状和发展趋势 Zhendong Li President of China Urban Water Association 中国城镇供水排水协会会长李振东 I. The current

More information

Wastewater Recycle in Microelectronics Industry

Wastewater Recycle in Microelectronics Industry Wastewater Recycle in Microelectronics Industry Murphy Y.C. Lin ( 林郁仲 ) murphyyclin@gmail.com ECO-Digital Outline General wastewater characteristics MBR in Taiwan References in Taiwan Operation & maintenance

More information

Hong Kong Diploma of Secondary Education Liberal Studies Structured Enquiry Approach Independent Enquiry Study Report

Hong Kong Diploma of Secondary Education Liberal Studies Structured Enquiry Approach Independent Enquiry Study Report Hong Kong Diploma of Secondary Education Liberal Studies Structured Enquiry Approach Independent Enquiry Study Report Standard Covering Page (for written reports and short written texts of non-written

More information

CLOUD SERVICE CAPABILITY MATURITY MODEL (CS-CMM): A PRELIMINARY STUDY ON ITS CONCEPTUAL DESIGN

CLOUD SERVICE CAPABILITY MATURITY MODEL (CS-CMM): A PRELIMINARY STUDY ON ITS CONCEPTUAL DESIGN 190 International Journal of Electronic Business Management, Vol. 12, No. 3, pp. 190-199 (2014) CLOUD SERVICE CAPABILITY MATURITY MODEL (CS-CMM): A PRELIMINARY STUDY ON ITS CONCEPTUAL DESIGN Chung-Yang

More information

Weibo Drives Revenue and Gross Margin, Neutral 微博推动收入和毛利率, 中性

Weibo Drives Revenue and Gross Margin, Neutral 微博推动收入和毛利率, 中性 GTJA Research 国泰君安研究 Company Report: Sina (SINA US) Ricky Lai 黎柏坚 公司报告 : 新浪 (SINA US) +852 259 263 ricky.lai@gtjas.com.hk Weibo Drives Revenue and Gross Margin, Neutral 微博推动收入和毛利率, 中性 Sina s 3Q16 results

More information

Reinventing the Customer-Centric Business Process through SCOR

Reinventing the Customer-Centric Business Process through SCOR Reinventing the Customer-Centric Business Process through SCOR Mr. Henry Soo Authorized SCOR-p, CSCP, CPIM instructor MBus, SCOR-p, CSCP, CPIM, CPF, CLM, CSCM, CDDP, IC3PM, CPP, TOC Jonah. BBiT Customer-Centric

More information

KPI report for retail chain stores in China

KPI report for retail chain stores in China 211 Q1 KPI report for retail chain stores in China Foreword About the KPI report The and the have collaborated and established the Key Performance Index System (hereafter the KPI system ) for retail chain

More information

ECS Transactions, 16 (34) 1-16 (2009) / The Electrochemical Society

ECS Transactions, 16 (34) 1-16 (2009) / The Electrochemical Society 10.1149/1.3110078 The Electrochemical Society Results of Applying Energy Storage Systems to NEDO New Energy Demonstration Projects S. Morozumi a a New Energy and Industrial Technology Development Organization

More information

Offsite Power Supply Security at Nuclear Power Stations and. Reprocessing Plants. May 16 th, 2011 The Tokyo Electric Power Company, Incorporated

Offsite Power Supply Security at Nuclear Power Stations and. Reprocessing Plants. May 16 th, 2011 The Tokyo Electric Power Company, Incorporated Offsite Power Supply Security at Nuclear Power Stations and Reprocessing Plants May 16 th, 2011 The Tokyo Electric Power Company, Incorporated Table of Contents 1. Preface... 1 1.1 Requirements based on

More information

Numerical Analysis of Interaction Between Soils and Pile Group Based on the Full-scale Statnamic Test

Numerical Analysis of Interaction Between Soils and Pile Group Based on the Full-scale Statnamic Test 京都大学防災研究所年報 第 51号 B 平成 2 年 6 月 Annuals of Disas. Prev. Res. Inst., Kyoto Univ., No. 51 B, 28 Numerical Analysis of Interaction Between Soils and Pile Group Based on the Full-scale Statnamic Test Gi-Cheon

More information

Tender for the Grant of Permit to Operate the Catering Facility at The Hong Kong Medical Association Dr. Li Shu Pui Professional Education Centre

Tender for the Grant of Permit to Operate the Catering Facility at The Hong Kong Medical Association Dr. Li Shu Pui Professional Education Centre Tender for the Grant of Permit to Operate the Catering Facility at The Hong Kong Medical Association Dr. Li Shu Pui Professional Education Centre Tender Issue Date : 14 July 2017 Tender Closing Date :

More information

Ecosystem Services and Cities: Case of Yokohama City and Kanagawa River Basin

Ecosystem Services and Cities: Case of Yokohama City and Kanagawa River Basin September 9 th, 2009 Urban Ecosystems and Biodiversity Ecosystem Services and Cities: Case of Yokohama City and Kanagawa River Basin Satoru Sadohara, Yokohama National University Outline The present state

More information

2. Role of Warehouse Managers

2. Role of Warehouse Managers 2. Role of Warehouse Managers accuracy; cost control; cleanliness; efficiency; safety; security. Warehouse managers are expected to recognize and balance other trade offs as follows: increased throughput

More information

SAFETY DATA SHEET HCS-2012 APPENDIX D TO Issue Date 14-Jul-2015 Product Name PR A Lithium ion battery

SAFETY DATA SHEET HCS-2012 APPENDIX D TO Issue Date 14-Jul-2015 Product Name PR A Lithium ion battery SAFETY DATA SHEET HCS-2012 APPENDIX D TO 1910.1200 Version 1 Issue Date 14-Jul-2015 Product Name PR-244147A Lithium ion battery Revision date 14-Jul-2015 1. IDENTIFICATION OF THE SUBSTANCE/MIXTURE AND

More information

Water Evaluation And Planning System 水资源评估与规划系统. Jack Sieber Stockholm Environment Institute 斯德哥尔摩环境研究所

Water Evaluation And Planning System 水资源评估与规划系统. Jack Sieber Stockholm Environment Institute 斯德哥尔摩环境研究所 Water Evaluation And Planning System 水资源评估与规划系统 Jack Sieber Stockholm Environment Institute 斯德哥尔摩环境研究所 Introduction Integrated watershed hydrology and water planning model GIS-based, graphical drag & drop

More information

MANAGEMENT OF TECHNICAL PREVENTION SYSTEMS IN MANUFACTURING COMPANIES

MANAGEMENT OF TECHNICAL PREVENTION SYSTEMS IN MANUFACTURING COMPANIES MANAGEMENT OF TECHNICAL PREVENTION SYSTEMS IN MANUFACTURING COMPANIES Abstract: Technical prevention system management constitutes an important part of work health and safety management systems, in particular

More information

Exploitation of AVRDC s Chili Pepper (Capsicum spp.) Germplasm in India 1

Exploitation of AVRDC s Chili Pepper (Capsicum spp.) Germplasm in India 1 臺灣園藝 (J. Taiwan Soc. Hort. Sci.) 61(1):1-9, 2015 Exploitation of AVRDC s Chili Pepper (Capsicum spp.) Germplasm in India 1 亞蔬中心辣椒種原在印度的開發與利用 by M.K. Reddy 1, A. Srivastava 2, S.W. Lin 3, R. Kumar 4, H.C.

More information

Results of the Fourth Airborne Monitoring Survey by MEXT

Results of the Fourth Airborne Monitoring Survey by MEXT December 16, 2011 Results of the Fourth Airborne Monitoring Survey by MEXT The results of the fourth airborne monitoring survey by MEXT (announced on October 21, 2011) were summarized today, so they are

More information

Safety Enhancement Based on the Lessons learned from the Fukushima Accident

Safety Enhancement Based on the Lessons learned from the Fukushima Accident Safety Enhancement Based on the Lessons learned from the Fukushima Accident March 27, 2017 @ IAEA Technical Meeting on Operational Experience with Implementation of Post-Fukushima Actions in NPP Akira

More information

KPI report for retail chain stores in China

KPI report for retail chain stores in China Foreword About the KPI report The and the have collaborated and established the Key Performance Index System (hereafter the KPI system ) for retail chain operators in China since 27 and published reports

More information

ADVANCED MAPPING AND EVALUATION OF CONSUMER PERCEPTION AND PREFERENCES ON THE CAR MARKET BASED ON EYE-TRACKING

ADVANCED MAPPING AND EVALUATION OF CONSUMER PERCEPTION AND PREFERENCES ON THE CAR MARKET BASED ON EYE-TRACKING 2017 POLISH JOURNAL OF MANAGEMENT STUDIES ADVANCED MAPPING AND EVALUATION OF CONSUMER PERCEPTION AND PREFERENCES ON THE CAR MARKET BASED ON EYE-TRACKING Abstract: The paper explores the place and position

More information

Diagnosis and Repair of Water Seepage (Part 2 of 3) Methodology of Diagnosis

Diagnosis and Repair of Water Seepage (Part 2 of 3) Methodology of Diagnosis Diagnosis and Repair of Water Seepage (Part 2 of 3) Methodology of Diagnosis Sr Matthew TM Chan MBA, MHKIS, PFM Sr Danny PM Cheng FHKIS, RPS(BS), AP(Surveyor) DIFFERENT SOURCES OF SEEPAGE Different causes

More information

Model 106B. ICP Pressure Sensor. Installation and Operating Manual

Model 106B. ICP Pressure Sensor. Installation and Operating Manual Model 106B ICP Pressure Sensor Installation and Operating Manual For assistance with the operation of this product, contact PCB Piezotronics, Inc. Toll-free: 800-828-8840 24-hour SensorLine: 716-684-0001

More information

An Experimental Study on the Deformation of the Net Cages

An Experimental Study on the Deformation of the Net Cages J. Fish. Soc. Taiwan, 26(4): 213-224 An Experimental Study on the Deformation of the Net Cages Kei-Chien Yu 叭, Syue-Sinn Leu 1 and Yau-Shou Chow 2 (Received, May 7, 1999; Accepted, July 20, 1999) ABSTRACT

More information

Hydrologic Resource Sheds and the U.S. Great Lakes Applications

Hydrologic Resource Sheds and the U.S. Great Lakes Applications March, 2010 J. Resour.Ecol. 2010 1(1) 25-30 DOI:10.3969/j.issn.1674-764x.2010.01.003 www.jorae.cn Hydrologic Resource Sheds and the U.S. Great Lakes Applications HE Chansheng 1,2 and Thomas E. Croley II

More information

Tokyo Gas and Osaka Gas Begin Smart Energy Network Demonstration Project

Tokyo Gas and Osaka Gas Begin Smart Energy Network Demonstration Project May 14, 2010 Tokyo Gas and Osaka Gas Begin Smart Energy Network Demonstration Project Tokyo Gas Co., Ltd. Osaka Gas Co., Ltd. Tokyo Gas Co., Ltd. (headquarters: Minato-ku, Tokyo; President: Tsuyoshi Okamoto;

More information

Model 646B ma Output Accelerometer. Installation and Operating Manual

Model 646B ma Output Accelerometer. Installation and Operating Manual Model 646B00 4-20 ma Output Accelerometer Installation and Operating Manual For assistance with the operation of this product, contact PCB Piezotronics, Inc. Toll-free: 800-959-4464 24-hour SensorLine:

More information

Analysis of deformation characteristic in multi-way loading forming process of aluminum alloy cross valve based on finite element model

Analysis of deformation characteristic in multi-way loading forming process of aluminum alloy cross valve based on finite element model Trans. Nonferrous Met. Soc. China 24(2014) 199 207 Analysis of deformation characteristic in multi-way loading forming process of aluminum alloy cross valve based on finite element model Da-wei ZHANG 1,

More information

A Heart of EXIN DevOps Master

A Heart of EXIN DevOps Master DevOps Master Certification session A Heart of EXIN DevOps Master Dec. 16 th @ GOPS-Beijing Koichiro (Luke) Toda Director of TPS Certificate Institution DevOps Master Certification session Agenda Outline

More information

Model TLD333B31. Modal array, ceramic shear ICP accel., 100 mv/g, 0.5 to 3k Hz, Installation and Operating Manual

Model TLD333B31. Modal array, ceramic shear ICP accel., 100 mv/g, 0.5 to 3k Hz, Installation and Operating Manual Model TLD333B31 Modal array, ceramic shear ICP accel., 100 mv/g, 0.5 to 3k Hz, 10-32 Installation and Operating Manual For assistance with the operation of this product, contact PCB Piezotronics, Inc.

More information

BSCI Audit Summary Report

BSCI Audit Summary Report NAME OF THE PRODUCER : POWER STATIONS LIMITED DBID : 345267 DATE OF THE AUDIT : 03/12/2014 All rights reserved. No part of this publication may be reproduced, translated, stored in a retrieval system,

More information

Marginal Abatement Costs and GHG Emissions Reduction Opportunities for Enterprises under the Hubei ETS

Marginal Abatement Costs and GHG Emissions Reduction Opportunities for Enterprises under the Hubei ETS Marginal Abatement Costs and GHG Emissions Reduction Opportunities for Enterprises under the Hubei ETS Fu Kun and Erica Jue November 6, 2013 OUTLINE Introduction to the joint research by Wuhan University

More information

The Role of Silicone Surfactants as Surface Tension Reducing Agents in Polyurethane Foam

The Role of Silicone Surfactants as Surface Tension Reducing Agents in Polyurethane Foam The Role of licone Surfactants as Surface Tension Reducing Agents in Polyurethane Foam 硅油表面活性剂在聚氨酯发泡中所扮演的角色 Presented by: Masao Takase 高濑正男 Dow Corning Toray Co., Ltd. Translated by: KH Boo 巫光珂 Today s

More information

The Industry Paradigm Shift in the Era of Data-driven Economy

The Industry Paradigm Shift in the Era of Data-driven Economy The Industry Paradigm Shift in the Era of Data-driven Economy Tsu-Yu Chao Industrial Economics and Knowledge Center (IEK) of Industrial Technology Research Institute 2015.09.03 AGENDA The Big Picture of

More information

Model 629A31. Precision Triaxial Industrial ICP Accelerometer. Installation and Operating Manual

Model 629A31. Precision Triaxial Industrial ICP Accelerometer. Installation and Operating Manual Model 629A31 Precision Triaxial Industrial ICP Accelerometer Installation and Operating Manual For assistance with the operation of this product, contact PCB Piezotronics, Inc. Toll-free: 800-959-4464

More information

SPIN AND RE-SPIN A WEB TO CATCH ALL POSSIBLE BUGS: A NEW WAY TO BUILD AND CONTINUOUSLY REFINE A PROCESS PERFORMANCE MODEL

SPIN AND RE-SPIN A WEB TO CATCH ALL POSSIBLE BUGS: A NEW WAY TO BUILD AND CONTINUOUSLY REFINE A PROCESS PERFORMANCE MODEL SPIN AND RE-SPIN A WEB TO CATCH ALL POSSIBLE BUGS: A NEW WAY TO BUILD AND CONTINUOUSLY REFINE A PROCESS PERFORMANCE MODEL NAME: Bin Cong with co-authors Eric Zhou,Kaijian Xu TITLE: Chief Process Architect

More information

THE IMPORTANCE OF TRUST IN MANAGER-EMPLOYEE RELATIONSHIPS

THE IMPORTANCE OF TRUST IN MANAGER-EMPLOYEE RELATIONSHIPS 224 International Journal of Electronic Business Management, Vol. 10, No. 3, pp. 224-233 (2012) THE IMPORTANCE OF TRUST IN MANAGER-EMPLOYEE RELATIONSHIPS Katarzyna Krot 1* and Dagmara Lewicka 2 1 Management

More information

Model 234B. Charge Output Force Sensor. Installation and Operating Manual

Model 234B. Charge Output Force Sensor. Installation and Operating Manual Model 234B Charge Output Force Sensor Installation and Operating Manual For assistance with the operation of this product, contact PCB Piezotronics, Inc. Toll-free: 800-828-8840 24-hour SensorLine: 716-684-0001

More information

A study on relationship between lean production practices and manufacturing performance

A study on relationship between lean production practices and manufacturing performance A study on relationship between lean production practices and manufacturing performance Tsuang Kuo, Ju-Peng Shen, Ying-Mei Chen Department of Business Management National Sun Yat-Sen University Abstract

More information

27 September 2017 中國 土 木 水利利學會 BIM 會刊研討會 CECI. Speaker: Seng Chia-Ray Ricky Kurniawan DUKUH ATAS MRT STATION BUNDARAN HI MRT STATION

27 September 2017 中國 土 木 水利利學會 BIM 會刊研討會 CECI. Speaker: Seng Chia-Ray Ricky Kurniawan DUKUH ATAS MRT STATION BUNDARAN HI MRT STATION 中國 土 木 水利利學會 BIM 會刊研討會 27 September 2017 Speaker: Seng Chia-Ray Ricky Kurniawan DUKUH ATAS MRT STATION BUNDARAN HI MRT STATION CECI ENGINEERING CONSULTANTS., TAIWAN KEYNOTE SPEAKER Seng Chia-Ray PROJECT

More information

THE POSITION OF MARKETING WITHIN A MACRO-LOGISTIC MODEL OF THE COMPANY

THE POSITION OF MARKETING WITHIN A MACRO-LOGISTIC MODEL OF THE COMPANY POLISH JOURNAL OF MANAGEMENT STUDIES 2015 THE POSITION OF MARKETING WITHIN A MACRO-LOGISTIC MODEL OF THE COMPANY * Abstract: There exist many concepts of corporate management. Contemporary approaches heavily

More information

Currency converter ebay

Currency converter ebay Currency converter ebay 02/12/2018 Kartik mah me peda hone wali ladki 02/14/2018 Biomass pyramid in rainforest 02/15/2018 -Icdn rn pussy -Beeg.sinhala 02/16/2018 Siberian mouse masha babko full collection

More information

Role of Nuclear Energy and University Research

Role of Nuclear Energy and University Research Special panel session celebrating the 75 th anniversary of the discovery of fission, November 13, 2013, American Nuclear Society, Winter Meeting. Washington DC, USA Role of Nuclear Energy and University

More information

Principles of Economics I: Microeconomics Final [1/16/2008]

Principles of Economics I: Microeconomics Final [1/16/2008] Principles of Economics I: Microeconomics Final [1/16/2008] 1. Consider the industry of women purses. Assume that all firms have the same marginal cost, which is constant for any purse produced. Assume

More information

Design Consideration for Simultaneous Global Drug Development Program (SGDDP)*

Design Consideration for Simultaneous Global Drug Development Program (SGDDP)* Design Consideration for Simultaneous Global Drug Development Program (SGDDP)* Qin Huang 1 ( 黄钦 ),Gang Chen 2 ( 陈刚 ) DIA China, May 18, 2011 1. Office of Biostatistics, Center for Drug Evaluation, SFDA,

More information

Catalogue. Gas Meter

Catalogue. Gas Meter Catalogue Gas Meter Chint Group corp. Thank you for reading our catalogue, it is our great honor that we can introduce our company to you. CHINT Group is a national large-scale enterprises group Integrating

More information

Characterization of Two Chromogenic Media of Candida ID2 and CHROMagar Candida for Preliminary Identification of Yeasts

Characterization of Two Chromogenic Media of Candida ID2 and CHROMagar Candida for Preliminary Identification of Yeasts Characterization of Two Chromogenic Media of Candida ID and for Preliminary Identification of Yeasts Chien-Fang Peng,, Kun-Mu Lee and Shuan-Hui Lee Laboratory of Microbiology and Clinical Microbiology,

More information

available at journal homepage:

available at  journal homepage: Chinese Journal of Catalysis 35 (2014) 38 42 催化学报 2014 年第 35 卷第 1 期 www.chxb.cn available at www.sciencedirect.com journal homepage: www.elsevier.com/locate/chnjc Article High performance La0.8Sr0.2MnO3

More information

Advertising: The Art of Persuasion and Mirror to Society

Advertising: The Art of Persuasion and Mirror to Society Advertising: The Art of Persuasion and Mirror to Society Grace Hsu Advertising is an effective marketing tool for reaching and informing consumers. However, it is not created in a vacuum; culture, economy,

More information

Comparison of Different Foreground and Background Selection Methods in Marker-Assisted Introgression

Comparison of Different Foreground and Background Selection Methods in Marker-Assisted Introgression 遗传学报 Acta Genetica Sinica, December 006, 33 (1):1073 1080 ISSN 0379-417 Comparison of Different Foreground and Background Selection Methods in Marker-Assisted Introgression BAI Jun-Yan 1,, ZHANG Qin,1,

More information

Taylor Root Asian-mena Counsel. Market update and salary survey report for the legal and compliance in-house sector in Asia

Taylor Root Asian-mena Counsel. Market update and salary survey report for the legal and compliance in-house sector in Asia Taylor Root Asian-mena Counsel Market update and salary survey report for the legal and compliance in-house sector in Asia 2016 REVIEW & 2017 OUTLOOK Asian-mena Counsel is delighted to present Taylor Root

More information