CS 111: Program Design I Lecture 18: Breaking News; Exam Review. Robert H. Sloan & Richard Warner University of Illinois at Chicago March 20, 2018

Size: px
Start display at page:

Download "CS 111: Program Design I Lecture 18: Breaking News; Exam Review. Robert H. Sloan & Richard Warner University of Illinois at Chicago March 20, 2018"

Transcription

1 CS 111: Program Desig I Lecture 18: Breakig News; Exam Review Robert H. Sloa & Richard Warer Uiversity of Illiois at Chicago March 20, 2018

2 Recall from last time: The Key Legal Rule Restatemet 211(3): Where the other party [= the busiess] has reaso to believe that the party maifestig such asset [= the cosumer] would ot do so if he kew that the writig cotaied a particular term, the term is ot part of the agreemet.

3 Iterlude: Terms of Use i the News Cambridge Aalytica aalyzed voter profiles for the 2016 Trump campaig. It obtaied the data from A. Koga, who set up a Facebook page offerig a app called, this is your digital life, described as used by psychological researchers. The terms of use for the app said the data would be used for a research app used by psychologists. But: Koga trasferred the data to Cambridge Aalytica for o-academic purposes.

4 Breach of Cotract This breaches Facebook s cotractual terms for third party developers: q q Do't sell, licese, or purchase ay data obtaied from us or our services. Do't trasfer ay data that you receive from us (icludig aoymous, aggregate, or derived data) to ay ad etwork, data broker or other advertisig or moetizatio-related service. q Facebook suspeded Koga s compay ad Cambridge Aalytica.

5 REVIEW: LIMITATIONS OF LEGAL ANALYSIS WITH DATA ANALYTICS

6 Accurate Predictio Predictive data aalysis (predictive aalytics) is rather poor at predictio geerally.

7 Useful Iaccuracy Ø Ø Predictive data aalysis (predictive aalytics) is bad at predictio. Ø Because it leaves out cotext. So whe is it useful? Ø Ø Ø Whe humas are eve worse at predictio. There is sigificatly icreased beefit from improved predictio accuracy. False positives ad false egatives are low.

8 Computer Fraud ad Abuse Act Crimial ad civil liability for whoever (a) itetioally accesses a computer (b) without authorizatio.., ad (c) thereby obtais... iformatio from ay... computer. 18 U.S.C. 1030(a)(2)(C). q Viewig iformatio is obtaiig it.

9 Code ad Copyright import urllib.request as ur page = ur.urlope(url) # raises CFAA issues start = page.read () # raises copyright issues Ad both ca raise cotract issues.

10 Copyright: A Budle of Rights The right to q q make copies ad distribute copies of the work. make a derivative work. q publicly display the work q publicly perform the work 17 U. S. C. 106.

11 Cotracts ad Good Faith If you have a adequate opportuity to read ad uderstad a agreemet, the law treats you as if you read ad uderstood eve if i fact you did ot do so. The obligatio of good faith limits the eforceable terms i such cotracts.

12 REST OF OUR REVIEW FOR EXAM

13 Today Review for exam If time / lack of review questios from you all, more o cotacts/terms of Use

14 Exam II Cumulative, but much heavier emphasis o material from last 5 6 weeks

15 Geeral CS topics Computers, algorithms, Moore's law, etc., from very begiig of course Software desig, hierarchical decompositio Writig code that humas ca read Notio of data aalytics / data sciece

16 Geeral legal topics Compelled disclosure of crypto keys CFFA ad use of websites Use of data aalytics istead of or i additio to expert aalysis i law i geeral, i uderstadig court decisios i particular

17 Pytho programmig cocepts Writig larger programs q fuctios, def, etc. Variables, Data, ad variable/data types simple if ad else for/while/if with elif or estig Modules q Very simplest basics of padas Strigs Lists, icludig mutability Files

18 Review questios Exam will have very little or most likely zero multiple choice questios, but may clicker questios ow to get everybody's ivolvemet

19 What is prited? ls = [2, 4, 6, 8, 10] foo = ls.pop(2) bar = ls.pop() prit(ls) A. [2, 6, 8] B. [4, 8, 10] C. [2, 4, 8]

20 What is prited? ls = [2, 4, 6, 8, 10] ls = ls.pop() prit(ls) A. [2, 4, 6, 8] B. [2, 4, 6, 8, 10] C. 10 D. [2, 4, 8] E. Noe

21 What is prited? ls = [2, 4, 6, 8, 10] b = [ ] for item i ls: b.apped(item+5) prit(b) A. [2, 4, 6, 8, 10] B. [2, 4, 6, 8, 10, 10] C. [7, 9, 11, 13, 15] D. Error; the + iside apped causes a issue

22 I Pytho a module is: A. A file cotaiig Pytho defiitios ad statemets iteded for use i other Pytho programs B. A separate block of code withi a program C. Oe lie of code i a program D. A file that cotais documetatio about fuctios i Pytho

23 Which statemet allows you to use the radom module i your program A. import radom B. iclude radom C. use radom D. Sice radom is i the stadard library, you do't eed ay statemet

24 What happes? x = -42 if x < 0: prit("the egative umber ", x, " is ot valid here.") else: if x > 0: prit(x, " is a positive umber") else: prit(x," is 0") A. The egative umber B. is a positive umber... C. is 0... D. Error

25 A variable pi is i the math library. Assumig you have imported math, how do you refer to pi? A. math.pi B. math(pi) C. pi.math D. math->pi

26 Which modules would you most likely eed if you eeded to simulate rollig dice ad do data aalytics? A. math B. radom C. padas D. padas ad math E. padas ad radom

27 Write a fuctio that sums up all the egative umbers i a list of umbers

28 write a fuctio That sums up all the umbers i a list of itegers up to but ot icludig the first odd umber

29 Grades to letter Write a fuctio that takes as iput a umber that is uderstood as a score out of 100 ad returs a legth-1 strig cotaiig a letter grade accordig to the covetioal scale: 90 or above is a A, 80 or above is a B, 70 or above is a C, 60 or above is a D, below 60 is F.

30 A BIT MORE ON CONTRACTS

31 It Worked for Hair Dryers Whe you buy a toaster or a hair dryer, how ofte do you have cotact with the maufacturer? How much data does the maufacturer collect? How ofte do you iteract with Google, Amazo, Facebook? Olie cotracts defie a log term, ogoig relatioship with itesive data collectio.

BaanERP Distribution Item Sales Data

BaanERP Distribution Item Sales Data BaaERP Distributio Module Procedure UP028A US Documetiformatio Documet Documet code : UP028A US Documet group : User Documetatio Documet title : Editio : A Date : May 1998 Copyright 1998 Baa Developmet

More information

ORACLE COMMERCE CLOUD INTRODUCTION TO PROMOTIONS

ORACLE COMMERCE CLOUD INTRODUCTION TO PROMOTIONS ORACLE COMMERCE CLOUD INTRODUCTION TO PROMOTIONS INTRODUCTION Oracle Commerce Cloud makes it easy to create ad maage promotios, but we kow it takes more coordiatio creativity aalytical kow-how to deliver

More information

How to define interface patterns in model-based system engineering

How to define interface patterns in model-based system engineering How to defie iterface patters i model-based system egieerig Idraja Elžbieta Germaaitė Departmet of Iformatio Systems Kauas Uiversity of Techology Kauas, Lithuaia e-mail: idraja.germaaite@ktu.lt Prof. dr.

More information

This guide assists printers to understand the Finsbury Green Star Rating (FGSR) questionnaire by:

This guide assists printers to understand the Finsbury Green Star Rating (FGSR) questionnaire by: A GUIDE TO THE FINSBURY GREEN STAR RATING This guide assists priters to uderstad the Fisbury Gree Star Ratig (FGSR) questioaire by: clarifyig the meaig of questios outliig scorig criteria i greater detail

More information

SHRM CUSTOMIZED PAID LEAVE BENCHMARKING REPORT

SHRM CUSTOMIZED PAID LEAVE BENCHMARKING REPORT SHRM CUSTOMIZED PAID LEAVE BENCHMARKING REPORT THANK YOU FOR ORDERING A SHRM CUSTOMIZED PAID LEAVE Your report is based o the followig criteria: SELECTION CRITERIA Idustry: Staff Size: Chemical Maufacturig

More information

Baan Manufacturing Routing

Baan Manufacturing Routing Baa Maufacturig Routig Module Procedure UP089A US Documetiformatio Documet Documet code : UP089A US Documet group : User Documetatio Documet title : Routig Editio : A Date : July 1998 Copyright 1998 Baa

More information

Baan Order Management Purchase Control

Baan Order Management Purchase Control Baa Order Maagemet Purchase Cotrol Module Procedure UP031A US Documetiformatio Documet Documet code : UP031A US Documet group : User Documetatio Documet title : Purchase Cotrol Applicatio/Package : Baa

More information

USING A MAP OF SHORT TERM STATISTICS IN THE PROCESS OF ORGANIZING BUSINESS SURVEYS

USING A MAP OF SHORT TERM STATISTICS IN THE PROCESS OF ORGANIZING BUSINESS SURVEYS Jacek Kowalewski Cetral Statistical Office of olad Statistical Office i ozań USING A MA OF SHORT TERM STATISTICS IN THE ROCESS OF ORGANIZING BUSINESS SURVEYS Short-term statistics (STS) ivolves collectig,

More information

Ethics & Compliance Office. Standards for Service & Material Providers

Ethics & Compliance Office. Standards for Service & Material Providers Ethics & Compliace Office Stadards for Service & Material Providers Stadards for Service & Material Providers 1 EP Eergy ad its subsidiaries (collectively EP Eergy ) expect their employees to act i accordace

More information

Baan Central Invoicing Sales Invoicing

Baan Central Invoicing Sales Invoicing Baa Cetral Ivoicig Sales Ivoicig Module Procedure UP006A US Documetiformatio Documet Documet code : UP006A US Documet group : User Documetatio Documet title : Sales Ivoicig Applicatio/Package : Baa Cetral

More information

Costing in Vaccine Planning and Programming

Costing in Vaccine Planning and Programming Costig i Vaccie Plaig ad Programmig This work is licesed uder a Creative Commos Attributio-NoCommercial-ShareAlike Licese. Your use of this material costitutes acceptace of that licese ad the coditios

More information

Custom Manufacturing Solutions

Custom Manufacturing Solutions Cao Virgiia, Ic. Custom Maufacturig Solutios CONTRACT MANUFACTURING REVERSE LOGISTICS MOLD MAKING Cao Put our good ame to work for yours. C-a--o-. Five letters that are syoymous with quality the world

More information

Application of Multiple Risk Communicator to the Personal Information Leakage Problem

Application of Multiple Risk Communicator to the Personal Information Leakage Problem Applicatio of Multiple Risk Commuicator to the Persoal Iformatio Leakage Problem Mitsuhiro Taiyama, Yuu Hidaka, Masato Arai, Satoshi Kai, Hiromi Igawa, Hiroshi Yajima, ad Ryoichi Sasaki Abstract Alog with

More information

Production Order Costing

Production Order Costing BaaERP 5.0c Maufacturig Productio Order Costig Module Procedure UP127A US Documetiformatio Documet Documet code : UP127A US Documet group : User Documetatio Documet title : Productio Order Costig Applicatio/Package

More information

BaanErp5.0b Manufacturing Product Configuration (PCF)

BaanErp5.0b Manufacturing Product Configuration (PCF) BaaErp5.0b Maufacturig Product Cofiguratio (PCF) Fuctioal Release Iformatio P3096A US Documetiformatio Documet Documet code : P3096A US Documet group : Product Iformatio Documet title : Product Cofiguratio

More information

Job and worker adaption with organizational Comprehensive health Test on O*NET work style

Job and worker adaption with organizational Comprehensive health Test on O*NET work style Job ad worker adaptio with orgaizatioal Comprehesive health Test o ONET work style Aahita Saleh Bolourdi Iteratioal Uiversity of Imam Reza (A.S) Mohammad Mirzaei Tehra, Tehra Hasa Pasha Sharifi Roudehe

More information

Maintaining Good Cleaning Practices

Maintaining Good Cleaning Practices Maitaiig Good Cleaig Practices Kathlee Kedrick Validatio Techology Maager NEPDA Meetig o PDA TR29 November 12, 2008 http://pdachapters.org/eweglad The Cleaig Program Life Cycle Cleaig Program Lifecycle

More information

Innovative Solutions for Your Gas Processing Needs

Innovative Solutions for Your Gas Processing Needs Iovative Solutios for Your Gas Processig Needs A Track Record of Success More tha 250 compaies aroud the world at over 600 of their operatig facilities use Hutsma amies today for processig their sour gas.

More information

OPTIONS AND PLANNING DIMENSIONS

OPTIONS AND PLANNING DIMENSIONS OPTIONS AND PLANNING DIMENSIONS KONE TrasitMaster 165/185 horizotal autowalk KONE TRANSITMASTER PRODUCT RANGE Well desiged ad maufactured autowalks are a must for today s highly demadig public areas. They

More information

Procedure Statistical Assessment of Sample Test Results

Procedure Statistical Assessment of Sample Test Results BAM - 3.2: Sectio Pressure Equipmet Pressure Receptacles; Fuel Gas Storage Systems 26 th September 204 Techical Aex Statistical Assessmet Samples (SAS) of the Cocept Additioal Tests (CAT): Procedure Statistical

More information

IV. Summary of Findings. his report was written to inform the public about studies that industry says prove fields are safe.

IV. Summary of Findings. his report was written to inform the public about studies that industry says prove fields are safe. I N D U S T R Y S C L A I M S IV. Summary of Fidigs Careful readig of the 22 studies o idustry s list shows that may of them had serious testig flaws ad limitatios. T his report was writte to iform the

More information

CS/ECE 715 Spring 2004 Homework 6 Solution(Due date: April 1)

CS/ECE 715 Spring 2004 Homework 6 Solution(Due date: April 1) CS/ECE 715 Sprig 004 Homework 6 Solutio(Due date: April 1) Problem 1. A commuicatio lik provides 1 Mbps for commuicatios betwee the earth ad the moo. The lik seds color images from the moo. Each image

More information

AN E-COMMERCE DECISION SUPPORT SYSTEM DESIGN FOR WEB CUSTOMER RETENTION

AN E-COMMERCE DECISION SUPPORT SYSTEM DESIGN FOR WEB CUSTOMER RETENTION Associatio for Iformatio Systems AIS Electroic Library (AISeL) AMCIS 2002 Proceedigs Americas Coferece o Iformatio Systems (AMCIS) December 2002 AN E-COMMERCE DECISION SUPPORT SYSTEM DESIGN FOR WEB CUSTOMER

More information

Journal of Chemical and Pharmaceutical Research, 2014, 6(5): Research Article

Journal of Chemical and Pharmaceutical Research, 2014, 6(5): Research Article Available olie www.jocpr.com Joural of Chemical ad Pharmaceutical Research, 204, 6(5):696-700 Research Article IN : 0975-7384 CODEN(UA) : JCPRC5 A o-cooperative game model betwee the call cetre ad the

More information

In the United States, every party to

In the United States, every party to Whe exporters ad freight-forwarders parter for compliace, both stad to beefit Exporters ad freight-forwarders should work together ad share their kowledge to esure that their trasactios comply with applicable

More information

MOVING PEOPLE IN LOW- TO MID-RISE BUILDINGS

MOVING PEOPLE IN LOW- TO MID-RISE BUILDINGS MOVING PEOPLE IN LOW- TO MID-RISE BUILDINGS KONE MooSpace A GREAT EXPERIENCE FROM DAY ONE Twety years ago, we pioeered the revolutioary machie room-less elevator. Iovatio cotiues to drive us to improve

More information

The Role of Firm Size in Training Provision Decisions: evidence from Spain

The Role of Firm Size in Training Provision Decisions: evidence from Spain The Role of Firm ize i Traiig Provisio Decisios: evidece from pai By aia Castay Uiversitat de Barceloa. AQR Research Group IREA. Avda Diagoal 690, 08034 Barceloa. Email: lcastay@ub.edu Tel: +34 93 4021824.

More information

CHAPTER 8: CONFIDENCE INTERVAL ESTIMATES for Means and Proportions

CHAPTER 8: CONFIDENCE INTERVAL ESTIMATES for Means and Proportions CHAPTER 8: CONFIDENCE INTERVAL ESTIMATES for Meas ad Proportios Itroductio: We wat to kow the value of a parameter for a populatio. We do t kow the value of this parameter for the etire populatio because

More information

There are two types of specifications, Design and Performance.

There are two types of specifications, Design and Performance. Public Procuremet Practice STANDARD Specificatios defie precise requiremets of commodities (i.e., goods ad services) sought through a solicitatio process. To uderstad the cotext i which the commodity will

More information

Coupling Model of Energy Flow and Material Flow in SKS Lead Smelting

Coupling Model of Energy Flow and Material Flow in SKS Lead Smelting Sed Orders for Reprits to reprits@bethamsciece.ae The Ope Materials Sciece Joural, 2014, 8, 131-135 131 Ope Access Couplig Model of Eergy Flow ad Material Flow i SKS Lead Smeltig Hogcai Wag *, Zhagmig

More information

Construction of the Unified Logistics CRM Information System Platform

Construction of the Unified Logistics CRM Information System Platform 2010 Natioal Teachig Semiar o Cryptography ad Iformatio Security (2010NTS-CIS) Costructio of the Uified Logistics CRM Iformatio System Platform WEI Yig Guagxi Ecoomic Maagemet Cadre College,Naig,Guagxi,530007,Chia

More information

MRI Pilot Systems. Optimizing Treatment Strategies

MRI Pilot Systems. Optimizing Treatment Strategies MRI Pilot systems MRI Pilot Systems Optimizig Treatmet Strategies MRI Pilot systems P redict treatmet efficacy with MRI Pilot Systems. Meurer Research, Ic. (MRI) bega buildig products to ehace water ad

More information

34-44 FREIGHT DRIVE SOMERTON VICTORIA ,740 sqm s Sold or Leased Commenced early stages construction

34-44 FREIGHT DRIVE SOMERTON VICTORIA ,740 sqm s Sold or Leased Commenced early stages construction 34-44 FREIGHT DRIVE SOMERTON VICTORIA 3062 3,740 sqm s Sold or Leased Commeced early stages costructio INTRODUCTION Freight Drive sets a ew bechmark for busiess parks, differetiatig itself from its competitors

More information

SIMULATION OF THE MATERIAL TRANSPORTING AND LOADING PROCESS IN PEDRO DE VALDIVIA MINE. Gloria J. Giacaman Rodrigo P. Medel Jorge A.

SIMULATION OF THE MATERIAL TRANSPORTING AND LOADING PROCESS IN PEDRO DE VALDIVIA MINE. Gloria J. Giacaman Rodrigo P. Medel Jorge A. Proceedigs of the 2002 Witer Simulatio Coferece E. Yücesa, C.-H. Che, J. L. Sowdo, ad J. M. Chares, eds. SIMULATION OF THE MATERIAL TRANSPORTING AND LOADING PROCESS IN PEDRO DE VALDIVIA MINE Gloria J.

More information

A FRAMEWORK TO ASSESS DECISION QUALITY USING INFORMATION QUALITY DIMENSIONS (Research-in-progress)

A FRAMEWORK TO ASSESS DECISION QUALITY USING INFORMATION QUALITY DIMENSIONS (Research-in-progress) A FRAMEWORK TO ASSESS DECISION QUALITY USING INFORMATION QUALITY DIMENSIONS (Research-i-progress) Mouzhi Ge Dubli City Uiversity mge@computig.dcu.ie Markus Helfert Dubli City Uiversity markus.helfert@computig.dcu.ie

More information

Analysis of hybrid manufacturing systems based on additive manufacturing technology

Analysis of hybrid manufacturing systems based on additive manufacturing technology Solid Freeform Fabricatio 2017: Proceedigs of the 28th Aual Iteratioal Solid Freeform Fabricatio Symposium A Additive Maufacturig Coferece Reviewed Paper Aalysis of hybrid maufacturig systems based o additive

More information

= = Town 1 Town 2 Rural Area = The basic calculations are:

= = Town 1 Town 2 Rural Area = The basic calculations are: Stratified Radom Samplig We ofte will ave groups i te populatio tat may ted to ave very differet values for te resposes of iterest I tese istaces we may wis to improve our estimates by samplig te groups

More information

The Dos and Don ts for Strategic New Customer Onboarding

The Dos and Don ts for Strategic New Customer Onboarding ebook The Dos ad Do ts for Strategic New Customer Oboardig A Guide for Maaged Service Providers Itroductio Maybe you ve thought log ad hard o how to optimize your oboardig practices, icorporatig curret

More information

Symons Valley Community Plan (ASP) Sage Hill Amendment

Symons Valley Community Plan (ASP) Sage Hill Amendment Symos Valley Commuity Pla (ASP) Sage Hill Amedmet Today we are here to share iformatio about proposed amedmets to the Sage Hill locatio of the Symos Valley Commuity Pla, aswer your questios ad collect

More information

We investigate the benefits of migrating from a call center, where all agents are pooled and customers

We investigate the benefits of migrating from a call center, where all agents are pooled and customers MANAGEMENT SCIENCE Vol. 54, No. 2, February 2008, pp. 400 414 iss 0025-1909 eiss 1526-5501 08 5402 0400 iforms doi 10.1287/msc.1070.0822 2008 INFORMS Aalysis of the Impact of Team-Based Orgaizatios i Call

More information

Analysis of Software Cost Estimation using COCOMO II

Analysis of Software Cost Estimation using COCOMO II Iteratioal Joural of Scietific & Egieerig Research Volume 2, Issue 6, Jue-2011 1 ISSN 2229-18 Aalysis of Software Cost Estimatio usig COCOMO II T.N.Sharma Abstract - COCOMO II is a objective cost model

More information

Metropolitan Cities s Waste Transportation Model

Metropolitan Cities s Waste Transportation Model Available olie at www.sciecedirect.com Procedia - Social ad Behavioral Scieces 65 ( 0 ) 046 053 Iteratioal Cogress o Iterdiscipliary Busiess ad Social Sciece 0 (ICIBSoS 0) Metropolita Cities s Waste Trasportatio

More information

APPLICATION PROCEDURE FOR

APPLICATION PROCEDURE FOR OCBC Bak (Malaysia) Berhad (295400-W) Busiess Bakig Commercial Service Cetre : 1300-88-7000 OCBC Al-Ami Bak Berhad (818444-T) Busiess Bakig Commercial Service Cetre : 1300-88-0255 Meara OCBC, 18 Jala Tu

More information

DRUG-FREE WORKPLACE POLICY

DRUG-FREE WORKPLACE POLICY DRUG-FREE WORKPLACE POLICY 2 DISCLAIMER DISCLAIMER: Piacol Assurace is providig this resource for iformatioal purposes oly. It is ot desiged for use by ay reader, busiess or eterprise, or is this iteded

More information

NAWTEC20-70 DEACTIVATION AND ENERGY ANALYSIS OF CHAR CATALYSTS IN BIOMASS GASIFICATION SYSTEMS

NAWTEC20-70 DEACTIVATION AND ENERGY ANALYSIS OF CHAR CATALYSTS IN BIOMASS GASIFICATION SYSTEMS Proceedigs of the 20th Aual North America Waste-to-Eergy Coferece NAWTEC20 April 23-25, 2012, Portlad, Maie, USA NAWTEC20-70 DEACTIVATION AND ENERGY ANALYSIS OF CHAR CATALYSTS IN BIOMASS GASIFICATION SYSTEMS

More information

Skills Essential for the Successful Completion of the Forest Measurements Section of the MSU Forestry Summer Field Program

Skills Essential for the Successful Completion of the Forest Measurements Section of the MSU Forestry Summer Field Program Page 1 of 3 Skills Essetial for the Successful Completio of the Forest Measuremets Sectio of the MSU Forestry Summer Field Program Commuity College studets who trasfer to the MSU Forestry program are expected

More information

Guided by a leading light.

Guided by a leading light. Guided by a leadig light. With over 12 years of rich experiece i the paymets & remittace space, TimesofMoey is ow drive by a eve stroger backig of Network Iteratioal, the largest acquirers & paymet processors

More information

Unit I Electrochemistry

Unit I Electrochemistry Uit I lectrochemistry Itroductio : Sigle lectrode Potetial: lectrode potetial is defied as the potetial developed at the iterface betwee metal ad solutio, whe it is i cotact with solutios of its ios. Or

More information

OUTLIERS AND SOME NON-TRADITIONAL MEASURES OF LOCATION IN ANALYSIS OF WAGES

OUTLIERS AND SOME NON-TRADITIONAL MEASURES OF LOCATION IN ANALYSIS OF WAGES Europea Scietific Joural September 0 /SPECIAL/ editio Vol. ISSN: 857 788 (Prit) e - ISSN 857-73 OUTLIERS AND SOME NON-TRADITIONAL MEASURES OF LOCATION IN ANALYSIS OF WAGES Mila Terek, Prof., PhD Matúš

More information

OntariO s PrOtected areas Planning Manual Edition

OntariO s PrOtected areas Planning Manual Edition OtariO s PrOtected areas Plaig Maual 2014 Editio OtariO PrOtected areas Plaig Maual 2014 2014, Quees Priter for Otario Prited i Otario, caada cover photo: lake superior Provicial Park Photo take by: Waye

More information

CFA INSTITUTE EUROPEAN INVESTMENT CONFERENCE 2017

CFA INSTITUTE EUROPEAN INVESTMENT CONFERENCE 2017 2017 CFA Istitute. All rights reserved. CFA INSTITUTE EUROPEAN INVESTMENT CONFERENCE 2017 16 17 November 2017 Itercotietal Hotel Berli, Germay Sposorship Opportuities eic.cfaistitute.org EVENT OVERVIEW

More information

Customer Journey Design for Guiding Communications Service Providers

Customer Journey Design for Guiding Communications Service Providers Customer Jourey Desig for Guidig Commuicatios Service Providers Abstract I the past, commuicatios service providers (CSPs) were focused o buildig ad ruig a superior ad ef ciet etwork with the ext priority

More information

SILO SERVICE & MAINTENANCE DIVISION MAINTENANCE SPARES REPAIRS UPGRADES INSTALLATION

SILO SERVICE & MAINTENANCE DIVISION MAINTENANCE SPARES REPAIRS UPGRADES INSTALLATION SILO SERVICE & DIVISION SPARES REPAIRS UPGRADES INSTALLATION SPIROTECH-SRD GROUP LTD, ESTABLISHED DESIGNERS AND SUPPLIERS OF CONVEYING SYSTEMS AND SPECIALIST FABRICATIONS FOR ALL INDUSTRIES, OFFER A FULL

More information

A New Strategic Tool for Internal Audit of the Company Based on Fuzzy Logic

A New Strategic Tool for Internal Audit of the Company Based on Fuzzy Logic DOI: 10.2298/CSIS111201013P A New Strategic Tool for Iteral Audit of the Compay Based o uzzy Logic Aleksadar Pešić 1, Duška Pešić 2, ad Adreja Tepavčević 3 1 Busiess ad Idustrial Maagemet, Uio Uiversity,

More information

INTRODUCTION. Authors:

INTRODUCTION. Authors: SJI First Editio CJ-Series Stadard Specificatios for Composite Steel Joists, Weight Tables, Bridgig Tables ad Code of Stadard Practice A Brief Overview Authors: Perry S. Gree, Techical Director, 3127 Mr.

More information

A study on copper recovery from the slag of Outokumpu direct-to-copper process

A study on copper recovery from the slag of Outokumpu direct-to-copper process A study o copper recovery from the slag of Outokumpu direct-to-copper process M. Kucharski (*), T. Sak, P. Madej, M. Wędrychowicz, W. Mróz AGH Uiversity of Sciece ad Techology, Departmet of Metallurgy

More information

Design and Thermal Analysis of a Supercritical CFB Boiler

Design and Thermal Analysis of a Supercritical CFB Boiler eissn: 2487X Desig ad Thermal Aalysis of a Supercritical CFB Boiler JUKURI.RAMAKRISHNA DEPARTMENT OF MECHANICAL NEWTONS INSTITUTE OF SCIENCE & TECHNOLOGY ABSTRACT A boiler is a closed vessel i which water

More information

DETERMINING CRITERIA WEIGHTS AS A FUNCTION OF THEIR RANKS IN MULTIPLE-CRITERIA DECISION MAKING 1

DETERMINING CRITERIA WEIGHTS AS A FUNCTION OF THEIR RANKS IN MULTIPLE-CRITERIA DECISION MAKING 1 DETERMINING CRITERIA WEIGHTS AS A FUNCTION OF THEIR RANKS IN MULTIPLE-CRITERIA DECISION MAKING 1 Dr. Hesham K. Alfares Dr. Salih O. Duffuaa Systems Egieerig Departmet Kig Fahd Uiversity of Petroleum &

More information

Pharmaceutical cgmps for the 21 st Century Industry Perspective. Ferdinando Aspesi, Senior Vice President, Global Quality and Compliance, Wyeth

Pharmaceutical cgmps for the 21 st Century Industry Perspective. Ferdinando Aspesi, Senior Vice President, Global Quality and Compliance, Wyeth Pharmaceutical cgmps for the 21 st Cetury Idustry Perspective Ferdiado Aspesi, Seior Vice Presidet, Global Quality ad Compliace, Wyeth Outlie Backgroud Status of the various FDA iitiatives Impact R&D/Maufacturig

More information

Assessing the value for money of OGCbuying.solutions

Assessing the value for money of OGCbuying.solutions Assessig the value for moey of OGCbuyig.solutios REPORT BY THE COMPTROLLER AND AUDITOR GENERAL HC 103 Sessio 2006-2007 14 December 2006 The Natioal Audit Office scrutiises public spedig o behalf of Parliamet.

More information

Production processes, tasks and skill requirements and their influence on the costs of apprenticeship training

Production processes, tasks and skill requirements and their influence on the costs of apprenticeship training Productio processes, tasks ad skill requiremets ad their ifluece o the costs of appreticeship traiig Reate Neubäumer (Uiversity of Koblez-Ladau) Harald Pfeifer (Federal Istitute for Vocatioal Educatio

More information

Retail Strategies in the Presence of Online Music Sharing

Retail Strategies in the Presence of Online Music Sharing Retail Strategies i the Presece of Olie Music Sharig by Sudip Bhattacharjee Ram D. Gopal 1 Kaveepa Lertwachara James R. Marsde Departmet of Operatios ad Iformatio Maagemet School of Busiess Uiversity of

More information

Fuzzy Based Solution to the Travelling Salesman Problem: A Case Study

Fuzzy Based Solution to the Travelling Salesman Problem: A Case Study , October 25-27, 207, Sa Fracisco, USA Fuzzy Based Solutio to the Travellig Salesma Problem: A Case Study Chukwuemeka C. Nwobi-Okoye, Member, IAENG, Staley Okiy, Fracis I. Obidike Abstract Covetioal Travellig

More information

Digital Transformation Through an Open API Model

Digital Transformation Through an Open API Model Digital Trasformatio Through a Ope API Model Abstract The rise of tech startups, coupled with the digitizatio of acial services, has exposed traditioal baks to the threat of disitermediatio. Regulatory

More information

TARGET. REACH. ENGAGE.

TARGET. REACH. ENGAGE. Official Media Parter of the IAFC 2018 MEDIA KIT TARGET. REACH. ENGAGE. A Praetoria Digital Compay EVERY DEPARTMENT, EVERY LEADER I lauched FireRescue1 i 2005 with the missio of helpig firefighters aroud

More information

Production Planning for Perishable Products with Partial Postponement Strategy

Production Planning for Perishable Products with Partial Postponement Strategy Iteratioal Joural of Computer Applicatios (975 8887) Volume 31 No.5, October 11 Productio Plaig for Perishable Products with Partial Postpoemet Strategy A. Shabradi Departmet of Idustrial Egieerig, Faculty

More information

PRINCIPLES OF ETHICAL BUSINESS CONDUCT

PRINCIPLES OF ETHICAL BUSINESS CONDUCT PRINCIPLES OF ETHICAL BUSINESS CONDUCT itegrity. ou /i tegrite/ A cocept of cosistecy of actios, values, methods, measures, priciples, expectatios, ad outcomes. 2 Priciples of Ethical Busiess Coduct Our

More information

CapaciTorr D 50, D 100, D 200

CapaciTorr D 50, D 100, D 200 CapaciTorr D 5, D, D Geeral Features High pumpig speed for all active gases High sorptio capacity ad icreased lifetime Costat pumpig speed i HV, UHV ad XHV Reversible pumpig of hydroge ad its isotopes

More information

Safety Integrity Excellence People and Citizenship

Safety Integrity Excellence People and Citizenship Code of Busiess Coduct Safety Itegrity Excellece People ad Citizeship Otario Power Geeratio is a Otario-based electricity geeratio compay whose pricipal busiess is the geeratio ad sale of electricity i

More information

Profit Monitor Analysis Dairy Farms 2016

Profit Monitor Analysis Dairy Farms 2016 Aimal & Grasslad Research ad Iovatio Programme Teagasc Profit Moitor Aalysis Dairy Farms 2016 Profit Moitor Aalysis Dairy Farms 2016 Profit Moitor Aalysis Dairy Farms 2016 Teagasc Profit Moitor Aalysis

More information

Development Rate Monitoring (DRM)

Development Rate Monitoring (DRM) MCEE 505 Lithography Materials ad Processes Page 1 of 5 Developmet Rate Moitorig (DRM) Microelectroic Egieerig 1. OBJECTIVE The objective of this experimet is to uderstad ad characterize the developmet

More information

Postprint.

Postprint. http://www.diva-portal.org Postprit This is the accepted versio of a paper preseted at 7th IEEE Iteratioal Coferece o Maagemet of Iovatio ad Techology (ICMIT2014), Sigapore, Sigapore, 23-25 September,

More information

INVESTMENT IN AUTOMATION DOES NOT ALWAYS BRING IMPROVEMENT CASE STUDY OF A PRIVATE LABORATORY

INVESTMENT IN AUTOMATION DOES NOT ALWAYS BRING IMPROVEMENT CASE STUDY OF A PRIVATE LABORATORY INVESTMENT IN AUTOMATION DOES NOT ALWAYS BRING IMPROVEMENT CASE STUDY OF A PRIVATE LABORATORY Maria Routti Helsiki Uiversity of Techology, Filad maria.routti@hut.fi Jarkko Ihalaie Medix Laboratories, Filad

More information

2011 Course Catalog for Credit Unions

2011 Course Catalog for Credit Unions 2011 Course Catalog for Credit Uios 2650 Eisehower Aveue, Suite 107B Eagleville, PA 19403 877.999.EDGE (3343) www.bakersedge.com Sice our iceptio i 1997, BakersEdge has prepared hudreds of credit uios

More information

Approaches to Segmentation

Approaches to Segmentation STRATEGIC MARKETING DECISIONS Providig Comprehesive Strategy ad Pricig Solutios Approaches to Segmetatio Scott Davis, PhD Pricipal, Strategic Marketig Decisios sdavis@marketigdecisios.et (916) 391-2606

More information

Indiana University of Pennsylvania

Indiana University of Pennsylvania Idiaa Uiversity of Pesylvaia Associatio of Research Libraries / Texas A&M Uiversity www.libqual.org All All All All Idiaa Uiversity of Pesylvaia Cotributors Collee Cook Texas A&M Uiversity Fred Heath Uiversity

More information

Influencing Prescribing Cost and Quality in Primary Care

Influencing Prescribing Cost and Quality in Primary Care Ifluecig Prescribig Cost ad Quality i Primary Care A SUGGESTED COMMUNICATION PLAN FOR PRESCRIBING ADVISERS MAY 2007 The Natioal Audit Office scrutiises public spedig o behalf of Parliamet. The Comptroller

More information

The modelling and simulation method in computer aided cooperation. 1. Introduction: tendencies in management of the logistics chain

The modelling and simulation method in computer aided cooperation. 1. Introduction: tendencies in management of the logistics chain Cotrol ad Cyberetics vol. 39 (2010) No. 1 The modellig ad simulatio method i computer aided cooperatio by Józef Matuszek ad Aleksader Moczała Uiversity of Bielsko-Biała, Departmet of Idustrial Egieerig

More information

A Stepwise Analysis of Aggregated Crowdsourced Labels Describing Multimodal Emotional Behaviors

A Stepwise Analysis of Aggregated Crowdsourced Labels Describing Multimodal Emotional Behaviors INTERSPEECH 217 August 2 24, 217, Stockholm, Swede A Stepwise Aalysis of Aggregated Crowdsourced Labels Describig Multimodal Emotioal Behaviors Alec Burmaia ad Carlos Busso Multimodal Sigal Processig (MSP)

More information

Trust and Relational Capital

Trust and Relational Capital Trust ad Relatioal Capital Cristiao Castelfrachi, Rio Falcoe, ad Fracesca Marzo Istituto di Scieze e Tecologie della Cogizioe Natioal Research Istitute of Italy (ISTC-CNR Abstract. Trust ca be viewed at

More information

The Economics of E-commerce and Technology. Platform Markets

The Economics of E-commerce and Technology. Platform Markets The Ecoomics of E-commerce ad Techology Platform Markets Platform markets A platform brigs together groups of users. Examples: Real world: Credit cards HMOs Shoppig malls Techology: operatig systems video

More information

SMALL PACKAGES FOR 1-10 KG BAGS

SMALL PACKAGES FOR 1-10 KG BAGS HAVER & BOECKER HAVER CHEMICALS FOR 1-10 KG BAGS The HAVER & BOECKER Compay HAVER & BOECKER FILLING TECHNOLOGY The fully automatic fillig machies are especially suited for fillig bulk materials i the buildig

More information

6. Managing the challenges of tourism in protected areas

6. Managing the challenges of tourism in protected areas 6. Maagig the challeges of tourism i protected areas 6.1 Maagemet of risk ad safety All outdoor recreatio ivolves some level of risk. Dealig with such risk is a importat compoet of park tourism maagemet.

More information

Kheder Alaghi Dept. of Accounting, Armenia State Agrarian University, Armenia

Kheder Alaghi Dept. of Accounting, Armenia State Agrarian University, Armenia ISSN : 2330-9519 (Olie) ISSN : 2231-2463 (Prit) Operatig Profit ad Capital Productivity Idexes Kheder Alaghi Dept. of Accoutig, Armeia State Agraria Uiversity, Armeia Abstract The mai purpose of this research

More information

Data Mining Using Fuzzy Theory for Customer Relationship Management

Data Mining Using Fuzzy Theory for Customer Relationship Management Data Miig Usig Fuzzy Theory for Customer Relatioship Maagemet K.W. Wog School of Iformatio Techology Murdoch Uiversity, Australia, E-mail: k.wog@murdoch.edu.au ABSTRACT Customer Relatioship Maagemet (CRM)

More information

THROUGH COOLING ANALYSIS

THROUGH COOLING ANALYSIS I: Joural of Machie ad Formig Techologies ISSN: 1947-4369 Volume 3, Number 1/2 2011 Nova Sciece Publishers, Ic. The exclusive licese for this PDF is limited to persoal website use oly. No part of this

More information

Estimation of infiltration rate and deep percolation water using feed-forward neural networks in Gorgan Province

Estimation of infiltration rate and deep percolation water using feed-forward neural networks in Gorgan Province Merit Research Joural of Evirometal Sciece ad Toxicology Vol. 1(6) pp. 119-125, August, 2013 Available olie http://www.meritresearchjourals.org/est/idex.htm Copyright 2013 Merit Research Jourals Full Legth

More information

Ensure Big Returns from Big Data with Effective Quality Assurance Strategy

Ensure Big Returns from Big Data with Effective Quality Assurance Strategy Assurace Services Uit Esure Big Returs from Big Data with Effective Quality Assurace Strategy Abstract The big deal is that with Big Data, your busiess ca idetify demad sigals, track supply chai, ad meet

More information

Chemicals legislation: Should I care? I am into the IVDR and MDR!

Chemicals legislation: Should I care? I am into the IVDR and MDR! Should I care? I am ito the IVDR ad MDR! Jea-Marc Abbig Cosultat Chemicals maagemet, Evirometal ad Occupatioal Health Charlotte va Daele Cosultat Chemicals maagemet Pakhuis de Zwijger MDR ad IVDR implemetatio

More information

Sage Accpac ERP Application Specifications

Sage Accpac ERP Application Specifications Sage Accpac ERP Applicatio Specificatios Sage Accpac delivers high performace, advaced fuctioality, cross-product itegratio, ad umatched freedom of choice. Sage Accpac ERP is desiged from the groud up

More information

e-profit Monitor Analysis Drystock Farms 2015

e-profit Monitor Analysis Drystock Farms 2015 Aimal & Grasslad Research ad Iovatio Programme Teagasc e-profit Moitor Aalysis Drystock Farms 2015 e-profit Moitor Aalysis Drystock Farms 2015 Teagasc e-profit Moitor Aalysis Drystock Farms 2015 Authors

More information

RAISING THE WASTE GAME

RAISING THE WASTE GAME RAISING THE WASTE GAME ABOUT ENVIROSERV VALUES EviroServ offers appropriate cost-effective solutios to the complex hazardous ad o hazardous waste ad chemical pollutio problems, providig peace of mid with

More information

A THREE-PHASE MULTICRITERIA METHOD TO THE SUPPLIER SELECTION PROBLEM

A THREE-PHASE MULTICRITERIA METHOD TO THE SUPPLIER SELECTION PROBLEM Iteratioal Joural of Idustrial Egieerig, 5(2), 95-20, 2008. A THREE-PHASE MULTICRITERIA METHOD TO THE SUPPLIER SELECTION PROBLEM A. Medoza, E. Satiago, ad A. Ravi Ravidra Departmet of Idustrial ad Maufacturig

More information

ockleston bailey retail leisure investment 22/26 CAROLGATE, RETFORD DN22 6BU PRIME FREEHOLD GRADE II LISTED RETAIL INVESTMENT NOT REGISTERED FOR VAT

ockleston bailey retail leisure investment 22/26 CAROLGATE, RETFORD DN22 6BU PRIME FREEHOLD GRADE II LISTED RETAIL INVESTMENT NOT REGISTERED FOR VAT ocklesto bailey retail leisure ivestmet /6 CAROLGATE, RETFORD DN 6BU PRIME FREEHOLD GRADE II LISTED RETAIL INVESTMENT NOT REGISTERED FOR VAT Ivestmet Summary Prime tradig locatio. Three vertically split

More information

Science Journal of Business Management. Research Article Incremental Innovation Effects on Consumer Perception

Science Journal of Business Management. Research Article Incremental Innovation Effects on Consumer Perception Sciece Joural of Busiess Maagemet ISSN: 2276-6316 http://www.sjpub.org Author(s) 2016. CC Attributio 3.0 Licese. Research Article Icremetal Iovatio Effects o Cosumer Perceptio Accepted o Jauary 26, 2016

More information

Hyperchill precision chilled water.

Hyperchill precision chilled water. Hyperchill precisio chilled water www.domickhuter.com 1 Idustrial Chillers Hyperchill: Precisio Chilled Water domick huter Hyperchill water chillers celebrate a presece of over 30 years o the idustrial

More information

ALBERTA WATER COUNCIL

ALBERTA WATER COUNCIL This copy is for archival purposes oly. Please cotact the publisher for the origial versio. ALBERTA WATER COUNCIL Review of Implemetatio Progress of Water for Life, 2005 2006 October 2005 Alberta Water

More information

Brammer Standard Company, Inc.

Brammer Standard Company, Inc. Brammer Stadard Compay, Ic. Certificate of Aalysis BS 1018 Certified Referece Material for AISI 1018 - UNS Number G10180 Certified Estimate of Certified Values 3 Certified Estimate of Value 1 Ucertaity

More information

Brammer Standard Company, Inc.

Brammer Standard Company, Inc. Brammer Stadard Compay, Ic. Certificate of Aalysis BS 101/5 Referece Material for Basic Oxyge Furce Slag 1 Certified Estimate of Certified Values 4 Certified Estimate of Value 2 Ucertaity 3 Value 2 Ucertaity

More information

Co-Binders. TEGO AddBond TEGO VariPlus

Co-Binders. TEGO AddBond TEGO VariPlus Co-Biders TEG AddBod TEG VariPlus TEG AddBod Polyester resis as co-biders Adhesio is a key topic i coatigs systems. The demads made o adhesiopromotig products are highly sophisticated. Besides excellet

More information