S y ste m s. T h e D atabase. D atabase m anagem e n t sy ste m

Size: px
Start display at page:

Download "S y ste m s. T h e D atabase. D atabase m anagem e n t sy ste m"

Transcription

1 1 C h apte r 1 1 A D atabase M anagem e n t S y ste m s 1 D atabase M anagem e n t S y ste m s D atabase m anagem e n t sy ste m (D B M S ) S to re larg e co lle ctio n s o f d ata O rg anize th e d ata B e co m e s a d ata sto rage sy ste m 2 T h e D atabase S to re s a co lle ctio n o f re late d ite m s C o llectio n is arrang ed in a structure O rganizes and describes the data O fte n in clu d e s h e lp e r d o cum e n ts T w o d iffe re n t ty p e s 3

2 2 D atabase S tru ctu re Fie ld N am e Fie ld R e co rd 4 T h e D atabase Fie ld s H old an individual piece of data A re nam ed descriptively O ften called a colum n Phone book exam ples Nam e, address, e -m ail, phone num ber Fields m ay contain no data 5 T h e D atabase R e co rd s O n e fu ll se t o f fi e ld s O ften called a row Phone book exam ple Sm ith, Joe, 123 Som e Street, D atabases m ay have unlim ited row s 6

3 3 T h e D atabase T able s O ne com plete collection of records D atabases m ay have thousands of table s 7 Form s D atabase H e lp e r D o cum e n ts P re se n t o n e re co rd to th e u se r O ften used to change or view data 8 R e p o rts D atabase H e lp e r D o cum e n ts P ro d u ce p rin te d re su lts fro m th e d atabase Includes tools to sum m arize data 9

4 4 Flat-fi le D atabase s T y p ically h as o n ly o n e table If m ultiple, each has a separate file U se fu l fo r sim p le d ata sto rage n e e d s H ard to m anage larg e d ata n e e d s C an w aste d isk sp ace 1 0 R e latio n al D atabase s M ade o f tw o o r m o re table s T able s are re late d b y a co m m o n fi e ld Called a relationship or join C an h e lp o rg anize d ata M o st co m m o n fo rm o f d atabase M aintaining d ata is easier than fl atfi le N o w aste d d isk sp ace 1 1 T h e D B M S P ro g ram s th at co n tro l th e d atabase A llo w s E n te rin g d ata Q u e ry in g d ata P rin tin g re p o rts S u p p o rts th o u sands o f u se rs In clu d e s to o ls to p ro te ct th e d ata 1 2

5 5 C re atin g table s L ist th e n e cessary fi e ld s S te p s to d e fi n e a fi e ld D e scrip tiv e ly n am e th e fi e ld S p e cify th e fi e ld ty p e D e te rm in e th e fi e ld size 1 3 Fie ld ty p e s Describes the type of data stored M ost DBM S use the sam e types T e xt fi e ld s sto re le tte rs and n u m b e rs N u m e ric fi e ld sto re n u m b e rs D ate and tim e fi e ld Logical field stores yes or no Binary field stores images or sounds Counter field generates sequential numbers Memo fields store large amounts of data 1 4 Entering d ata into a tab le U se rs ty p e d ata in to a fi e ld D ata m ust be entered accurately C o n strain ts h e lp to v e rify d ata Form s are typically used for data entry 1 5

6 6 V ie w in g re co rd s D atasheet view show s all records Filters can lim it the records show n D isp lay o n ly re co rd s m atchin g a crite ria Form s allow view ing one record 1 6 S o rtin g re co rd s O rder records based on a field M ultiple sub sorts resolve ties Several types of sorts A lp h abetic N u m e ric C h ro n o lo g ical A scendin g D e scendin g 1 7 Q u e ry in g a d atabase Statem ent that describes desired data List of fields can be m odified Uses of querying Fin d d ata C alculate v alu e s p e r re co rd D e le te re co rd s M o st im p o rtant D B M S skill 1 8

7 7 Q uery languages All DBM S use a query language M o st D B M S m o d ify th e language S tru ctu re d Q u e ry L anguage (S Q L ) M o st co m m o n q u e ry language xb ase Query language for dbase systems Query by exam ple (QBE) Interface to SQL or xbase In te ractiv e q u e ry d e sig n 1 9 Q u e ry E xam p le s S Q L Select FirstNam e, LastNam e, Phone From tblphonenum bers W here LastNam e= Norton ; xb ase Use tblphonenum bers List FirstNam e, LastNam e, Phone For LastNam e= N orton 2 0 G e n e ratin g re p o rts Printed inform ation extracted from a d atabase C an calculate d ata C alculate d ata p e r ro w C alculate fo r e n tire table Pictures and form atting can be included 2 1

8 8 C h apte r 1 1 A E n d o f C h apte r 2 2 C h apte r 1 1 B S u rv e y o f D atabase S y ste m s 2 3 E n te rp rise S o ftw are E n te rp rise d e fi n itio n s System s throughout the entire o rg anizatio n V ery large scale com puter system s H istorically found on m ainfram es M odern enterprise runs on PC servers 2 4

9 9 E n te rp rise S o ftw are S u ite o f p ro g ram s H andle s th o u sands o f u se rs at o n ce A ccess to m illio n s o f re co rd s L o o ks and acts like a D B M S 2 5 E n te rp rise S o ftw are D istrib u te d applicatio n s Softw are installed on several m achines D ata stored on several m achines D ata p laced clo se st to appro p riate u se rs W ork load is balanced am ong m achines 2 6 E n te rp rise S o ftw are T ie rs Softw are betw een user and data Tiers control one part of enterprise T w o tie r sy ste m s D ata sto rage C lie n t in te rface Three tier system s A d d calculatio n There is no lim it to the tiers 2 7

10 1 0 E n te rp rise S o ftw are M e e t th e n e e d s o f m any u se rs A pplications are very com plex Support m any types of users Supports m any different nationalities M ust support large data flow 2 8 E n te rp rise S o ftw are E le ctro n ic d o cum e n t m anagem e n t E D M Tracks and organizes docum ents Collaboration betw een team m em bers D atabase tracks all changes 2 9 E n te rp rise S o ftw are D isco n n e cte d d atabase s Connections are given a copy of data Reduces the num ber of open co n n e ctio n s R e d u ces th e d ata fl o w n e e d s M ay result in different versions of data 3 0

11 1 1 D atabase s at W o rk R eq uired in nearly every b usiness C an auto m ate tasks In cre ase s b u sin e ss e ffi cie n cy 3 1 D atabase s at W o rk K n o w le d g e d isco v e ry Technique of databases G enerates questions for the database T h o se y o u d id n o t th in k to ask 3 2 D ata m in in g D atabase s at W o rk Type of know ledge discovery Searches for trends and patterns M akes predictions on events S u p p lie s id e as fo r im proving business 3 3

12 1 2 D atabase s at W o rk In te rn e t u se s Com m ercial w ebsites use databases Supply im age and price inform ation S p e cialty d atabase s e xist o n lin e S e arch e n g in e s track lin ks 3 4 D atabase s at W o rk D atabase s fo r in d iv id u als M anage aspects of your life O rganizes hobbies for school M icrosoft A ccess is the m ost popular 3 5 C o m m o n C o rp o rate D B M S O racle M ost popular enterprise -level D BM S V ery flexible storage system Can be very com plex P latfo rm in d e p e n d e n t O ffers a w ide range of solutions http ://w w w.oracle.com /index.htm l 3 6

13 1 3 C o m m o n C o rp o rate D B M S D B 2 V enerable IBM database P latfo rm in d e p e n d e n t O nly database using pure SQ L h ttp ://w w w ibm.com /softw are /data/db2/ 3 7 C o m m o n C o rp o rate D B M S M icro so ft S Q L S e rv e r Faste st g ro w in g D B M S O nly runs on M icrosoft platform s E ig h t d iffe re n t v e rsio n s e xist Extrem ely scalable architecture Softw are can grow w ith the data 3 8 C o m m o n C o rp o rate D B M S M y S Q L L e adin g D B M S fo r L in u x V ery inexpensive Featu re s are th o se n e e d e d in b u sin e ss O fte n faste r th an o th e r D B M S P latfo rm in d e p e n d e n t 3 9

14 1 4 C h apte r 1 1 B E n d o f C h apte r 4 0

w ith In fla m m a to r y B o w e l D ise a se. G a s tro in te s tin a l C lin ic, 2-8 -2, K a s h iw a z a, A g e o C ity, S a ita m a 3 6 2 -

w ith In fla m m a to r y B o w e l D ise a se. G a s tro in te s tin a l C lin ic, 2-8 -2, K a s h iw a z a, A g e o C ity, S a ita m a 3 6 2 - E ffic a c y o f S e le c tiv e M y e lo id L in e a g e L e u c o c y te D e p le tio n in P y o d e r m a G a n g re n o su m a n d P so r ia sis A sso c ia te d w ith In fla m m a to r y B o w e l D

More information

B a rn e y W a r f. U r b a n S tu d ie s, V o l. 3 2, N o. 2, 1 9 9 5 3 6 1 ±3 7 8

B a rn e y W a r f. U r b a n S tu d ie s, V o l. 3 2, N o. 2, 1 9 9 5 3 6 1 ±3 7 8 U r b a n S tu d ie s, V o l. 3 2, N o. 2, 1 9 9 5 3 6 1 ±3 7 8 T e le c o m m u n ic a t io n s a n d th e C h a n g in g G e o g r a p h ie s o f K n o w le d g e T r a n s m is s io n in th e L a te

More information

AN EVALUATION OF SHORT TERM TREATMENT PROGRAM FOR PERSONS DRIVING UNDER THE INFLUENCE OF ALCOHOL 1978-1981. P. A. V a le s, Ph.D.

AN EVALUATION OF SHORT TERM TREATMENT PROGRAM FOR PERSONS DRIVING UNDER THE INFLUENCE OF ALCOHOL 1978-1981. P. A. V a le s, Ph.D. AN EVALUATION OF SHORT TERM TREATMENT PROGRAM FOR PERSONS DRIVING UNDER THE INFLUENCE OF ALCOHOL 1978-1981 P. A. V a le s, Ph.D. SYNOPSIS Two in d ep en d en t tre a tm e n t g ro u p s, p a r t ic ip

More information

EM EA. D is trib u te d D e n ia l O f S e rv ic e

EM EA. D is trib u te d D e n ia l O f S e rv ic e EM EA S e c u rity D e p lo y m e n t F o ru m D e n ia l o f S e rv ic e U p d a te P e te r P ro v a rt C o n s u ltin g S E p p ro v a rt@ c is c o.c o m 1 A g e n d a T h re a t U p d a te IO S Es

More information

A n d r e w S P o m e r a n tz, M D

A n d r e w S P o m e r a n tz, M D T e le h e a lth in V A : B r in g in g h e a lth c a r e to th e u n d e r s e r v e d in c lin ic a n d h o m e A n d r e w S P o m e r a n tz, M D N a tio n a l M e n ta l H e a lth D ir e c to r f

More information

M P L S /V P N S e c u rity. 2 0 0 1, C is c o S y s te m s, In c. A ll rig h ts re s e rv e d.

M P L S /V P N S e c u rity. 2 0 0 1, C is c o S y s te m s, In c. A ll rig h ts re s e rv e d. M P L S /V P N S e c u rity M ic h a e l B e h rin g e r < m b e h rin g @ c is c o.c o m > M b e h rin g - M P L S S e c u rity 2 0 0 1, C is c o S y s te m s, In c. A ll rig h ts re s e rv e d. 1 W h

More information

W h a t is m e tro e th e rn e t

W h a t is m e tro e th e rn e t 110 tv c h a n n e ls to 10 0 0 0 0 u s e rs U lf V in n e ra s C is c o S y s te m s 2 0 0 2, C is c o S y s te m s, In c. A ll rig h ts re s e rv e d. 1 W h a t is m e tro e th e rn e t O b je c tiv

More information

J a re k G a w o r, J o e B e s te r, M a th e m a tic s & C o m p u te r. C o m p u ta tio n In s titu te,

J a re k G a w o r, J o e B e s te r, M a th e m a tic s & C o m p u te r. C o m p u ta tio n In s titu te, 1 4 th IE E E In te r n a tio n a l S y m p o s iu m o n H ig h P e r fo r m a n c e D is tr ib u te d C o m p u tin g (H P D C -1 4 ), R e s e a rc h T ria n g le P a rk, N C, 2 4-2 7 J u ly 2 0 0 5.

More information

CIS CO S Y S T E M S. G u ille rm o A g u irre, Cis c o Ch ile. 2 0 0 1, C is c o S y s te m s, In c. A ll rig h ts re s e rv e d.

CIS CO S Y S T E M S. G u ille rm o A g u irre, Cis c o Ch ile. 2 0 0 1, C is c o S y s te m s, In c. A ll rig h ts re s e rv e d. CIS CO S Y S T E M S A c c e s s T e c h n o lo g y T e le c o m /IT Co n n e c tiv ity W o rk s h o p G u ille rm o A g u irre, Cis c o Ch ile g m o.a g u irre @ c is c o.c o m S e s s io n N u m b e

More information

T ra d in g A c tiv ity o f F o re ig n In s titu tio n a l In v e s to rs a n d V o la tility

T ra d in g A c tiv ity o f F o re ig n In s titu tio n a l In v e s to rs a n d V o la tility T ra d in g A c tiv ity o f F o re ig n In s titu tio n a l In v e s to rs a n d V o la tility V. Ravi Ans human Indian Ins titute of Manag ement B ang alore Rajes h Chakrabarti Indian S chool of Bus ines

More information

B rn m e d s rlig e b e h o v... 3 k o n o m i... 6. S s k e n d e tils k u d o g k o n o m is k frip la d s... 7 F o r ld re b e ta lin g...

B rn m e d s rlig e b e h o v... 3 k o n o m i... 6. S s k e n d e tils k u d o g k o n o m is k frip la d s... 7 F o r ld re b e ta lin g... V e lf rd s s e k re ta ria te t S a g s n r. 1 4 3 4 1 5 B re v id. 9 9 3 9 7 4 R e f. S O T H D ir. tlf. 4 6 3 1 4 0 0 9 s o fie t@ ro s k ild e.d k G o d k e n d e ls e s k rite rie r fo r p riv a tin

More information

Farmers attitudes toward and evaluation and use of insurance for income protection on Montana wheat farms by Gordon E Rodewald

Farmers attitudes toward and evaluation and use of insurance for income protection on Montana wheat farms by Gordon E Rodewald Farmers attitudes toward and evaluation and use of insurance for income protection on Montana wheat farms by Gordon E Rodewald A THESIS Submitted to the Graduate Faculty in partial fulfillment of the requirements

More information

Erfa rin g fra b y g g in g a v

Erfa rin g fra b y g g in g a v Erfa rin g fra b y g g in g a v m u ltim e d ia s y s te m e r Eirik M a u s e irik.m a u s @ n r.n o N R o g Im e d ia N o rs k R e g n e s e n tra l fo rs k n in g s in s titu tt in n e n a n v e n d

More information

/* ------------------------------------------------------------------------------------

/* ------------------------------------------------------------------------------------ Pr o g r a m v a r e fo r tr a fik k b e r e g n in g e r b a s e r t p å b a s is k u r v e m e to d e n n M a tr ix * x M a tr ix E s ta lp h a B e ta ; n M a tr ix * z M a tr ix ; g e n M a tr ix X

More information

The SmartView Tracker

The SmartView Tracker CHAPTER 5 S m a r tv ie w T r a c k e r In This Chapter The Need for Tracking p ag e 8 9 The C heck P oint S olu tion for Tracking p ag e 9 0 Tracking C onsiderations p ag e 9 6 Tracking C onfigu ration

More information

i n g S e c u r it y 3 1B# ; u r w e b a p p li c a tio n s f r o m ha c ke r s w ith t his å ] í d : L : g u id e Scanned by CamScanner

i n g S e c u r it y 3 1B# ; u r w e b a p p li c a tio n s f r o m ha c ke r s w ith t his å ] í d : L : g u id e Scanned by CamScanner í d : r ' " B o m m 1 E x p e r i e n c e L : i i n g S e c u r it y. 1-1B# ; u r w e b a p p li c a tio n s f r o m ha c ke r s w ith t his g u id e å ] - ew i c h P e t e r M u la e n PACKT ' TAÞ$Æo

More information

Combinación de bandas óptima para la discriminación de sabanas colombianas, usando imagen Landsat ETM+ZYXWVUTSRQPONMLKJIHGFEDCB

Combinación de bandas óptima para la discriminación de sabanas colombianas, usando imagen Landsat ETM+ZYXWVUTSRQPONMLKJIHGFEDCB Combinación de bandas óptima para la discriminación de sabanas colombianas, usando imagen Landsat ETM+ZYXWVUTSRQPONMLKJIHGFEDCB O p t i m a l L a n d s a t E T M + b a n d 's c o m b i n a t i o n f o

More information

Up c om i n g Events

Up c om i n g Events BCASA NEWSLETTER B o s to n C h a p te r o f th e A m e ric a n Sta tis tic a l A s s o c ia tio n Serving Maine, Massachusetts, New Hampshire, Rhode Island, and Vermont Vo lu m e 2 9, N o. 3, J a n u

More information

Health, Insurance, and Pension Plans in Union Contracts

Health, Insurance, and Pension Plans in Union Contracts Health, Insurance, and Pension Plans in Union Contracts Bulletin N o. 1187 UNITED STATES DEPARTMENT OF LABOR James P. Mitchell, Secretary BUREAU OF LABOR STATISTICS Ewan Clague, Commissioner Health, Insurance,

More information

H ig h L e v e l O v e r v iew. S te p h a n M a rt in. S e n io r S y s te m A rc h i te ct

H ig h L e v e l O v e r v iew. S te p h a n M a rt in. S e n io r S y s te m A rc h i te ct H ig h L e v e l O v e r v iew S te p h a n M a rt in S e n io r S y s te m A rc h i te ct OPEN XCHANGE Architecture Overview A ge nda D es ig n G o als A rc h i te ct u re O ve rv i ew S c a l a b ili

More information

How To Read A Book

How To Read A Book DECOMPOSING MODERNITY Im ages o f Human E x is te n c e in th e w r itin g s o f E rn e s t B e c k e r B y S te p h e n W illiam M a rtin A TH ESIS in partial fulfillment of the requirements of the Masters

More information

M Mobile Based Clinical Decision Support System Bhudeb Chakravarti & Dr. Suman Bhusan Bhattacharyya Provider & Public Health Group, VBU-HL P S aty am C om puter S ervices L im ited Bhudeb_ C hak ravarti@

More information

Software Quality Requirements and Evaluation, the ISO 25000 Series

Software Quality Requirements and Evaluation, the ISO 25000 Series Pittsburgh, PA 15213-3890 Software Quality Requirements and Evaluation, the ISO 25000 Series PSM Technical Working Group February 2004 Dave Zubrow Sponsored by the U.S. Department of Defense Background

More information

C + + a G iriş 2. K o n tro l y a p ıla rı if/e ls e b re a k co n tin u e g o to sw itc h D ö n g ü le r w h ile d o -w h ile fo r

C + + a G iriş 2. K o n tro l y a p ıla rı if/e ls e b re a k co n tin u e g o to sw itc h D ö n g ü le r w h ile d o -w h ile fo r C + + a G iriş 2 K o n tro l y a p ıla rı if/e ls e b re a k co n tin u e g o to sw itc h D ö n g ü le r w h ile d o -w h ile fo r F o n k s iy o n la r N e d ir? N a s ıl k u lla n ılır? P ro to tip v

More information

UNDERSTANDING FLOW PROCESSING WITHIN THE CISCO ACE M ODULE Application de liv e r y pr odu cts can distr ib u te tr af f ic to applications and w e b se r v ice s u sing v ar y ing le v e ls of application

More information

i-pro M anagem ent Software ASC970 system Explanation of new functions for Ver. 8.0

i-pro M anagem ent Software ASC970 system Explanation of new functions for Ver. 8.0 i-pro M anagem ent Software ASC970 system Explanation of new functions for Ver. 8.0 Security System s B usiness D ivision Panasonic System N etw orks Co., Ltd. 2 ASE901 function (Option software for ASM

More information

G ri d m on i tori n g w i th N A G I O S (*) (*) Work in collaboration with P. Lo Re, G. S av a and G. T ortone WP3-I CHEP 2000, N F N 10.02.2000 M e e t i n g, N a p l e s, 29.1 1.20 0 2 R o b e r 1

More information

Cloud Computing Strategic View

Cloud Computing Strategic View Donald Bell IBM Academic Initiative April 2010 bellds@us.ibm.com Cloud Computing Strategic View Strategy & Enterprise Initiatives Topics Cloud Computing IBM Academic Skills Cloud (Pilot) 2 http://www.youtube.com/watch?v=qb2hjpaqy-k&fmt=18',686,580);

More information

C o m p u te r M o d e lin g o f M o le c u la r E le c tro n ic S tru c tu re

C o m p u te r M o d e lin g o f M o le c u la r E le c tro n ic S tru c tu re C o m p u te r M o d e lin g o f M o le c u la r E le c tro n ic S tru c tu re P e te r P u la y D e p a rtm e n t o f C h e m is try a n d B io c h e m is try, U n iv e rs ity o f A rk a n s a s, F a

More information

Frederikshavn kommunale skolevæsen

Frederikshavn kommunale skolevæsen Frederikshavn kommunale skolevæsen Skoleåret 1969-70 V e d K: Hillers-Andersen k. s k o l e d i r e k t ø r o g Aage Christensen f u l d m æ g t i g ( Fr e d e rik sh av n E k sp r e s- T ry k k e rie

More information

GlasCraft Air Motor Repair Kits

GlasCraft Air Motor Repair Kits Parts GlasCraft ir Motor Repair Kits 30393B ENG For replacing wear items used on GlasCraft air motors. For professional use only. Not for use in explosive atmospheres. Models M-325, M-500-02, GC2267, GC2273

More information

O s OAM Requirements for 40/100 GE Eth ernet AI S? Gary Nicholl C is co S ys t e m I E E E 8 0 2. 3 b a T as k F orce M arch 1 8, 2 0 0 8 rlan d o, F L 1 O O O O Background E t h e r n e t i s r a p i

More information

Guide to Intel Rapid Storage

Guide to Intel Rapid Storage Guide to Intel Rapid Storage Overview I ntel Rapid Storage Technology provides new levels of protection, perform ance, and expandability for desktop and m obile platform s. Whether using one or m ultiple

More information

Operational Risk Register. Legal Dem ocratic & Regulatory

Operational Risk Register. Legal Dem ocratic & Regulatory Risk Risk F in a n c e & G o v e rn a n c e > > L e g a l D e m o c ra tic & R e g u la to ry - S te v e B a k e r L D R _ F 0 1 - L a c k o f re s o u rc e s to b e a b le to s p e n d th e a p p ro p

More information

The Business Case for D om aink ey s I d ent ified M ail Andy Spillane V ic e P r es ident, Y ah o o! M February 13, 2006 ail 1 Fighting Spam & Email Abuse R eq uir es a M ulti-fac eted Appr o ac h DomainKeys

More information

Critical Review MYSID CRUSTACEANS AS POTENTIAL TEST ORGANISMS FOR THE EVALUATION OF ENVIRONMENTAL ENDOCRINE DISRUPTION: A REVIEW

Critical Review MYSID CRUSTACEANS AS POTENTIAL TEST ORGANISMS FOR THE EVALUATION OF ENVIRONMENTAL ENDOCRINE DISRUPTION: A REVIEW Coi Nb I^HIpRESSj Environm ental Toxicology and Chem istry, Vol. 23, No. 5, pp. 1219-1234, 2004 P rinted in ihc USA 0730-7 2 6 8 /0 4 $12.00 +.00 Critical Review MYSID CRUSTACEANS AS POTENTIAL TEST ORGANISMS

More information

A Unified Approach to Statistical Estimation and Model Parameterisation in Mass Calibration

A Unified Approach to Statistical Estimation and Model Parameterisation in Mass Calibration A Unified Approach to Statistical Estimation and Model Parameterisation in Mass Calibration by Thom as S. Leahy B.Sc. i» A Thesis presented to Dublin City University For the Degree of D octor of Philosophy

More information

Engenharia de Software

Engenharia de Software Engenharia de Software Gerenciamento de Projeto Ian Sommerville 2000 Software Engineering, 6th edition. Chapter 4 Slide 1 Gerenciamento de Projeto Organização, planejamento e agendamento de projetos de

More information

Bewährte Six Sigma Tools in der Praxis

Bewährte Six Sigma Tools in der Praxis Frankfurt School of Finance & Management 2. ProcessLab-Workshop 03.2.2008, 8h Bewährte Six Sigma Tools in der Praxis A. Raab BB Certified GE Commercial Finance Agenda Intro Teaser Vortrag Break Out Sessions

More information

ComWIN Control Desk Management

ComWIN Control Desk Management ComWIN Control Desk Management ComW IN visualises, controls and automates E x tre m e s itu a tio n s su ch as car a c c id e n ts o r te c h n ic a l fa u lts a re ju s t as m u ch p a rt o f th e jo

More information

B R T S y s te m in S e o u l a n d In te g r a te d e -T ic k e tin g S y s te m

B R T S y s te m in S e o u l a n d In te g r a te d e -T ic k e tin g S y s te m Symposium on Public Transportation in Indian Cities with Special focus on Bus Rapid Transit (BRT) System New Delhi 20-21 Jan 2010 B R T S y s te m in S e o u l a n d In te g r a te d e -T ic k e tin g

More information

UFPA Brazil. d e R e d e s Ó p tic a s e s e u s Im p a c to s n o F u tu r o d a In te r n e t

UFPA Brazil. d e R e d e s Ó p tic a s e s e u s Im p a c to s n o F u tu r o d a In te r n e t A v a n ç o s n o P la n o d e C o n tr o le d e R e d e s Ó p tic a s e s e u s Im p a c to s n o F u tu r o d a In te r n e t A n to n io A b e lé m a b e le m @ u fp a.b r Agenda In tr o d u ç ã o C

More information

Hacking Web Applications. M o d u l e 1 3

Hacking Web Applications. M o d u l e 1 3 Hacking Web Applications M o d u l e 1 3 Ethical Hacking and Countermeasures Hacking Web Applications H a c k i n g W e b A p p lic a t io n s M o d u l e 1 3 Engineered by Hackers. P resented by Professionals.

More information

SCO TT G LEA SO N D EM O Z G EB R E-

SCO TT G LEA SO N D EM O Z G EB R E- SCO TT G LEA SO N D EM O Z G EB R E- EG Z IA B H ER e d it o r s N ) LICA TIO N S A N D M ETH O D S t DVD N CLUDED C o n t e n Ls Pr e fa c e x v G l o b a l N a v i g a t i o n Sa t e llit e S y s t e

More information

A CMOS Programmable Analog Memory-Cell Array Using Floating-Gate Circuits

A CMOS Programmable Analog Memory-Cell Array Using Floating-Gate Circuits 4 IEEE TRANSACTIONS ON CIRCUITS AND SYSTEMS II: ANALOG AND DIGITAL SIGNAL PROCESSING, VOL. 48, NO. 1, JANUARY 2001 A CMOS Programmable Analog Memory-Cell Array Using Floating-Gate Circuits R eid R. H arrison,

More information

Collaboration in Public H e alth be tw e e n U niv e rs ity of H e id e lbe rg and U niv e rs ity of D ar e s S alaam How t h e c oop e r a t i on e m e r g e d Informal c ont ac t s from e arly 1 9

More information

Penetration Testing. Module 20

Penetration Testing. Module 20 Penetration Testing Module 20 Ethical Hacking and Countermeasures Penetration Testing P e n e t r a t i o n T e s t i n g M o d u le 2 0 Engineered by Hackers. Presented by Professionals. C E H E t h i

More information

3rd Annual Eclipse Global Enterprise Survey Research Findings. Public Version

3rd Annual Eclipse Global Enterprise Survey Research Findings. Public Version 3rd Annual Eclipse Global Enterprise Survey Research Findings Public Version Evans Data Corporation 740 Front St., Suite 240 Santa Cruz, CA 95060 800-831-3080 www.evansdata.com September, 2007 Background

More information

Data Center end users for 40G/100G and market dy nami c s for 40G/100G on S M F Adam Carter Ci s c o 1 W Now that 40GbE is part of the IEEE 802.3ba there will be a wid er array of applic ation s that will

More information

http://agency.governmentjobs.com/cityofriversideca/job_bulletin.cfm?jobid=1184158

http://agency.governmentjobs.com/cityofriversideca/job_bulletin.cfm?jobid=1184158 Page 1 of 5 SALARY: CITY OF RIVERSIDE invites applications for the position of: UTILITIES WATER SUPERINTENDENT (Non- Classified) (WATER OPERATIONS MAINTENANCE/SCADA) $4,074.92 - $4,952.31 Biw eekly $105,948.00

More information

Project Plan. 1.0 Introduction. 2.0 Roles and Responsibilities. 3.0 Project Development Model

Project Plan. 1.0 Introduction. 2.0 Roles and Responsibilities. 3.0 Project Development Model Project Plan 1.0 Introduction This docum ent seeks to outline the planning, resources, scheduling and approach that will be used throughout the development of the VisiNet project. 2.0 Roles and Responsibilities

More information

H CU H am burg -Studienbew erbung- AdH O CH N agelsw eg 39 20097 H am burg G erm any O nly for non EU foreigners w ithout a G erm an university entrance qualification [Eingangsstem p el] Application Form

More information

Member Profile. Deposit Insurance Agency (Russia)

Member Profile. Deposit Insurance Agency (Russia) SHARING DEPOSIT INSURANCE EXPERTISE WITH THE WORLD Member Profile Deposit Insurance Agency (Russia) The deposit insurance system of the Russian Federation was established on 27 Decem ber 2003, based on

More information

W Regional Cooperation in the Field of A u tom otiv e E ngineering in S ty ria Dr. Peter Riedler 2 9.1 1.2 0 1 1 i e n GmbH Graz B u s ines s S trategy S ty ria 2 0 2 0 H is tory 1 9 9 4 1 9 9 5 1 9 9

More information

Unit 16 : Software Development Standards O b jec t ive T o p r o v id e a gu ide on ho w t o ac h iev e so f t wa r e p r o cess improvement through the use of software and systems engineering standards.

More information

Performance Engineering of a

Performance Engineering of a Efforts Required For Performance Engineering of a eb Application Dr. K.K. Aggarwal, Dr. Yogesh Singh & Ms. Vandana Gupta ABSTRACT NewPort group research states that 52% of the Web applications fail to

More information

T c k D E GR EN S. R a p p o r t M o d u le Aa n g e m a a k t o p 19 /09 /2007 o m 09 :29 u u r BJB 06 013-0009 0 M /V. ja a r.

T c k D E GR EN S. R a p p o r t M o d u le Aa n g e m a a k t o p 19 /09 /2007 o m 09 :29 u u r BJB 06 013-0009 0 M /V. ja a r. D a t a b a n k m r in g R a p p o r t M Aa n g e m a a k t o p 19 /09 /2007 o m 09 :29 u u r I d e n t if ic a t ie v a n d e m S e c t o r BJB V o lg n r. 06 013-0009 0 V o o r z ie n in g N ie u w la

More information

How to Successfully Integrate with ERP and Expense Management Systems

How to Successfully Integrate with ERP and Expense Management Systems Treasury and Trade Solutions Citi Commercial Cards Innovation, Efficiency, Simplicity. 2015 Commercial Cards Conference May 18-20, 2015 How to Successfully Integrate with ERP and Expense Management Systems

More information

7 A MANAGEMENT MODEL STUDY

7 A MANAGEMENT MODEL STUDY 7.1 Aim s and Objectives of the Management Model Study Positive Solutions is part of the consultant team and is w orking on the governance and m anagem ent model to ensure appropriate operating arrangements

More information

Sim Now : Fast Platform Sim ulation Purely I n Software

Sim Now : Fast Platform Sim ulation Purely I n Software Sim Now : Fast Platform Sim ulation Purely I n Software Robert Bedichek I ntroduction Sim ulators com e in m any flavors. Som e sim ulators are m icro - architectural sim ulators, and som e are instruction-

More information

Application Note: Cisco A S A - Ce r t if ica t e T o S S L V P N Con n e ct ion P r of il e Overview: T h i s a p p l i ca ti o n n o te e x p l a i n s h o w to co n f i g u r e th e A S A to a cco m

More information

19 A pril2011 European Com m ission Consultation on Collective Redress A venue de Bourget 1-3 B-1140 Brussels (Evere) Belgium EC-collective-redress@ ec.europa.eu Consultation Paper on Collective Red ress:tow

More information

1.- L a m e j o r o p c ió n e s c l o na r e l d i s co ( s e e x p li c a r á d es p u é s ).

1.- L a m e j o r o p c ió n e s c l o na r e l d i s co ( s e e x p li c a r á d es p u é s ). PROCEDIMIENTO DE RECUPERACION Y COPIAS DE SEGURIDAD DEL CORTAFUEGOS LINUX P ar a p od e r re c u p e ra r nu e s t r o c o rt a f u e go s an t e un d es a s t r e ( r ot u r a d e l di s c o o d e l a

More information

Understanding, Modelling and Improving the Software Process. Ian Sommerville 1995 Software Engineering, 5th edition. Chapter 31 Slide 1

Understanding, Modelling and Improving the Software Process. Ian Sommerville 1995 Software Engineering, 5th edition. Chapter 31 Slide 1 Process Improvement Understanding, Modelling and Improving the Software Process Ian Sommerville 1995 Software Engineering, 5th edition. Chapter 31 Slide 1 Process improvement Understanding existing processes

More information

THE UNIVERSITY OF SAN DIEGO CRIMINAL CLINIC: IT'S ALL IN THE MIX

THE UNIVERSITY OF SAN DIEGO CRIMINAL CLINIC: IT'S ALL IN THE MIX FILE:N:\DTP\MISS\LEAD.RAW Jan 01/10/06 Tue 10:20AM THE UNIVERSITY OF SAN DIEGO CRIMINAL CLINIC: IT'S ALL IN THE MIX Jean Montoya * Although many legal educators would place the birth of clinical legal

More information

DESIGNING A HYBRID DOMESTIC VIOLENCE PROSECUTION CLINIC:

DESIGNING A HYBRID DOMESTIC VIOLENCE PROSECUTION CLINIC: FILE:C:\WP51\LYNCH.DTP Jan 01/10/06 Tue 10:22AM DESIGNING A HYBRID DOMESTIC VIOLENCE PROSECUTION CLINIC: Making Bedfellows of Academics, Activists and Prosecutors to Teach Students According to Clinical

More information

Peach State Reserves 40 1(k) and 457 Plans

Peach State Reserves 40 1(k) and 457 Plans Peach State Reserves 40 1(k) and 457 Plans W hy save w ith Peach State Reserves? (PSR) Answer: 25% of your life could be spent in retirem ent You could leave em ploym ent with the state before you re vested

More information

40 20 L in z. 1 7. O k tober 2 0 0 7

40 20 L in z. 1 7. O k tober 2 0 0 7 Neurochirurgische Abteilung T heoretische Neurochirurgie M ag a. Sabine Spiegl-Kreinecker Tel: + 43 (0)50 554/62-26092 E -mail: sabine.spiegl-kreinecker@ gespag.at 1 7. O k tober 2 0 0 7 A n d e n V e

More information

Te sts o f S ig n ifi ca n ce

Te sts o f S ig n ifi ca n ce Te sts o f S ig n ifi ca n ce Outline: G eneral Pro ced ure fo r H y p o th esis Testing N ull and A lternativ e H y p o th eses Test S tatistics p-v alues Interp retatio n o f th e S ig nifi cance L ev

More information

az 1995. évi L X V. tv. 28. -á ra figyelem m el 20. sz á m ú UTASÍTÁSA B u d a p e s t, 1 9 6 7. é v i jú liu s hó 2 8 -á n.

az 1995. évi L X V. tv. 28. -á ra figyelem m el 20. sz á m ú UTASÍTÁSA B u d a p e s t, 1 9 6 7. é v i jú liu s hó 2 8 -á n. BELÜGYMINISZTÉRIUM SZOLGÁLATI HASZNÁLATRA! 1 0-2 4 /2 0 /1 9 6 7. A M I N Ő S Í T É S M E G S Z Ű N T az 1995. évi L X V. tv. 28. -á ra figyelem m el A MAGYAR NÉPKÖZTÁRSASÁG BELÜGYMINISZTERHELYETTESÉNEK

More information

C e r t ifie d Se c u r e W e b

C e r t ifie d Se c u r e W e b C r t ifi d S c u r W b Z r t ifizi r t Sic h r h it im W b 1 D l gat s N ic o las M ay n c o u r t, C EO, D r am lab T c h n o lo gi s A G M ar c -A n d r é B c k, C o n su lt an t, D r am lab T c h n

More information

Liability Insurance for Public Agencies

Liability Insurance for Public Agencies Liability Insurance for Public Agencies C harles J. V an A rsdel President of the Insurance Institute of Indiana, Inc. Indianapolis, Indiana IN T R O D U C T IO N In this paper I will show w hat has brought

More information

Space Liability Insurance

Space Liability Insurance Space Liability Insurance John A. Horner Managing Director Marsh Space Projects John Horner Marsh Space Projects Space Contracting Best Efforts Non-recourse Mutual Waivers and Hold Harmless between parties

More information

Creating a best fit between Business Strategy and Web Services Capabilities using Problem Frames Modeling approach

Creating a best fit between Business Strategy and Web Services Capabilities using Problem Frames Modeling approach Creating a best fit between Business Strategy and Web Services Capabilities using Problem Frames Modeling approach Anju Jha 1, Karl Cox 2 & Keith T. Phalp 3 1 School of Computer Science and Engineering

More information

HEALTH AND INSURANCE PLANS UNDER COLLECTIVE BARGAINING, LATE 1955

HEALTH AND INSURANCE PLANS UNDER COLLECTIVE BARGAINING, LATE 1955 Analysis of HEALTH AND INSURANCE PLANS UNDER COLLECTIVE BARGAINING, LATE 1955 Life Insurance Accidental Death and Dismemberment Accident and Sickness Hospitalization Surgical Medical Maternity Bulletin

More information

Purpose of presentation

Purpose of presentation ECONOMIC REGULATION Purpose of presentation To provide the Status Quo on Economic Regulation To indicate the ideal situation WHERE DOES THE MANDATE COME FROM? Constitution Water Services Act Section 10

More information

Workload Management Services. Data Management Services. Networking. Information Service. Fabric Management

Workload Management Services. Data Management Services. Networking. Information Service. Fabric Management The EU D a t a G r i d D a t a M a n a g em en t (EDG release 1.4.x) T h e Eu ro p ean Dat agri d P ro j ec t T eam http://www.e u - d a ta g r i d.o r g DataGrid is a p ro j e c t f u n de d b y th e

More information

Law, Ka Yee (2009) CRM adoption and its impact on organisational performance. PhD thesis, University of Nottingham.

Law, Ka Yee (2009) CRM adoption and its impact on organisational performance. PhD thesis, University of Nottingham. Law, Ka Yee (2009) CRM adoption and its impact on organisational performance. PhD thesis, University of Nottingham. Access from the University of Nottingham repository: http://eprints.nottingham.ac.uk/10787/6/5-chapter_1.pdf

More information

Cisco IS High Availability (HA) In -Se r vice Sof tw ar e U p gr ad e (ISSU ) Technical verview 1 Cisco IS In-Se r v ice Sof t w a r e U p g r a d e ( ISSU ) 2 ISSU T yp if ie s Cisco s IS High Availability

More information

re:think creativity ICT and tourism: gaming and creative technologies & applications

re:think creativity ICT and tourism: gaming and creative technologies & applications re:think creativity ICT and tourism: gaming and creative technologies & applications Presented by: Dr. N ik o s V o g ia t zis Corallia co-founder & chief Development & Operations officer gi-cluster Governance

More information

Objectivity Data Migration after C5 presentation, 18 th O c t 2 0 0 2 Marcin Nowak, C E R N D at ab as e G rou p, h t t p : / / ce rn.ch / d b Overview Objectivity/DB cu r r en t u s a g e Da ta th a t

More information

Multi-Vendor Management Why & How Competitors Need to Collaborate

Multi-Vendor Management Why & How Competitors Need to Collaborate Multi-Vendor Management Why & How Competitors Need to Collaborate Phil Watson Senior Managing Consultant Strategy and Transformation Practice IBM Global s A common problem statement: Imagine you are the

More information

NAVY TODAY. -jr. c v ^ s c - s> * * * SShT: - w. s** ' ; - _. *ss- ' " *.. ** - '

NAVY TODAY. -jr. c v ^ s c - s> * * * SShT: - w. s** ' ; - _. *ss- '  *.. ** - ' s** a NAVY TODAY * * * SShT: - w ' ; - _. *ss- ' " *.. ** -jr. c v ^ s c - s> - ' The Royal Australian Navy Today The Royal A u stra lia n Navy goes i nt o th e 19 70 s w ith a stren gth unequalled in

More information

Building Dialogue Corpora for Nursing Activity Analysis

Building Dialogue Corpora for Nursing Activity Analysis Building Dialogue Corpora for Nursing Activity Analysis Hiromi itoh Ozaku, Akinori Abe, Noriaki Kuwahara, Futoshi Naya, Kiyoshi Kogure ATR Intelligent Robotics and Com m unication Labs H ikaridai 2-2-2,

More information

R. P. Canale S. Nachiappan D. J. Hineman H. E. Allen

R. P. Canale S. Nachiappan D. J. Hineman H. E. Allen Canale, R. P. MICHIGAN SEA GRANT REPRINT---- --------- MICHU-SG-75-304 A DYNAMIC MODEL FOR PHYTOPLANKTON PRODUCTION IN GRAND TRAVERSE RAY R. P. Canale S. Nachiappan D. J. Hineman H. E. Allen Reprinted

More information

ACE-1/onearm #show service-policy client-vips

ACE-1/onearm #show service-policy client-vips M A C E E x a m Basic Load Balancing Using O ne A r m M ode w it h S ou r ce N A T on t h e C isco A p p licat ion C ont r ol E ngine Goal Configure b a s ic l oa d b a l a nc ing (L a y er 3 ) w h ere

More information

OR D ER FOR SUPPLIES OR SER VICES

OR D ER FOR SUPPLIES OR SER VICES OR D ER FOR SUPPLIES OR SER VICES P A GE 1 O F 12 1. CO N TR A CT/P U RCH. O R D E R / A G R E E ME N T N O. N00033-11-D-6505 2. D E L IVE RY O RD E R/ CA L L N O. 3. D A TE O F O RD E R /CA L L ( YYYYM

More information

First A S E M R e c to rs C o n f e re n c e : A sia E u ro p e H ig h e r E d u c a tio n L e a d e rsh ip D ia l o g u e Fre ie U n iv e rsitä t, B e rl in O c to b e r 2 7-2 9 2 0 0 8 G p A G e e a

More information

SIV for VoiceXM 3.0: a n g u a g e a n d A p p l ica t ion D es ig n C on s id era t ion s Ken Rehor C i s c o S y s t em s, I nc. krehor@cisco.com March 05, 2009 G VoiceXM Application Architecture PSTN

More information

Material Design and Production subprocess - 1/12

Material Design and Production subprocess - 1/12 Material Design and Production subprocess - 1/12 MATERIAL DESIGN AND PRODUCTION MODELS M aterial design and production general m odel MATERIAL DESIGN MATERIAL PRODUCTION D1 P1 Specific processes of each

More information

BMKT 337.01: Consumer Behavior

BMKT 337.01: Consumer Behavior University of Montana ScholarWorks Syllabi Course Syllabi 9-2014 BMKT 337.01: Consumer Behavior Carol L. Bruneau University of Montana - Missoula, carol.bruneau@umontana.edu Follow this and additional

More information

TEXAS BOARD OF NURSING 3.4.1.a. EDUCATION GUIDELINE Approval Process for a New Dean/Director/Coordinator, or New Interim Dean/Director/Coordinator

TEXAS BOARD OF NURSING 3.4.1.a. EDUCATION GUIDELINE Approval Process for a New Dean/Director/Coordinator, or New Interim Dean/Director/Coordinator TEXAS BOARD OF NURSING 3.4.1.a. EDUCATION GUIDELINE Approval Process for a New Dean/Director/Coordinator, or New Interim Dean/Director/Coordinator Revised: 01/02/2013 Rule 214.6 sets forth the requirements

More information

Flanders Environment Report M IR A-PE 2OO5 POLICY EVALUATION

Flanders Environment Report M IR A-PE 2OO5 POLICY EVALUATION 53 Flanders Environment Report M IR A-PE 2OO5 POLICY EVALUATION i Flanders E n v iro n m e n t R eport: policy evaluation C h a irm a n : Rudi Verheyen (IM) P r o je c tm a n a g e r : Marleen Van Steertegem

More information

Put the human back in Human Resources.

Put the human back in Human Resources. Put the human back in Human Resources A Co m p l et e Hu m a n Ca p i t a l Ma n a g em en t So l u t i o n t h a t em p o w er s HR p r o f essi o n a l s t o m eet t h ei r co r p o r a t e o b j ect

More information

A bsenteeism and the Effectiveness o f A bsence M anagem ent Strategies - A study w ithin B ausch and Lom b. By Theresa Farrell

A bsenteeism and the Effectiveness o f A bsence M anagem ent Strategies - A study w ithin B ausch and Lom b. By Theresa Farrell A bsenteeism and the Effectiveness o f A bsence M anagem ent Strategies - A study w ithin B ausch and Lom b By Theresa Farrell A dissertation submitted in part fulfilment of the B.A. (Hons) in Human Resource

More information

on Enhancing Highway Safety Through Engineering Management

on Enhancing Highway Safety Through Engineering Management Enhancing Highway Safety Through Engineering Management Harold L. Michael* * Head, School of Civil Engineering, Purdue University, director, Joint Highway Research Project, and co-chairman, 68th Annual

More information

IntИg r a ti o n d e s s o l u ti o ns IB M e t C i s c o : C o l l a b o r a ti o n e t C o m m u ni c a ti o ns U ni f i Иe s ( U C 2 ) Mathieu in tr at Sales Business ev elop ent anag er om unic at

More information

Service Desk Upgrade project

Service Desk Upgrade project Service Desk Upgrade project Tool options paper Project Prepared by Division Service Desk Upgrade Project Eddi Louw Information Services Date completed 13 March 2009 Document name Version 2.0 Release INS473

More information

The personal records database:

The personal records database: The personal records database: for the authorities and for you The Municipal Personal Records Database 2 The personal records database: for the authorities and for you The Municipal Personal Records Database

More information