CS 111: Program Design I Lecture 24: List comprehension, social networks

Size: px
Start display at page:

Download "CS 111: Program Design I Lecture 24: List comprehension, social networks"

Transcription

1 CS 111: Program Desig I Lecture 24: List comprehesio, social etworks Robert H. Sloa & Richard Warer Uiversity of Illiois at Chicago April 19, 2018

2 SPECIAL EMERGENCY TOPIC 1:.DEGREE(), ITERABLES

3 etworkx chaged from versio 1.x to 2.0 Type of thig retured by.degree() is ow somethig of type DegreeView that is kid of sort of like a dictioary, but it does ot covert to a padas Series i a ice way for sortig o the secod (degree, wats to be it) compoet Iteds for us to walk over it with for loop of form: for (, d) i G.degree(): Use the ame of the ode (here strigs) ad d the degree

4 Thigs we ca walk over with for loop Sequece types: strig, list, dictioary rage().degree() Lots of others Sometimes called "iterables" because we ca iterate (repeat) over them

5 What's our problem? The ew DegreeView data structure whe coverted directly to a padas Series does't give us a series of all itegers that we ca sort Simplest solutio, foud by a studet q q Covert DegreeView to dictioary, which will have ode ames as keys ad degrees of it type as values Covert that Dictioary to a padas Series, which will have the keys as the labels (colum headers) ad the keys as the value

6 Solutio from the etworkx maual Use a list comprehesio to get a list of the degrees

7 List Comprehesios 1: A geeral patter ew_list = [] for item i a_list: ew_list.apped(f(item)) Pythoistas write: ew_list = [f(item) for item i a_list]

8 SPECIAL EMERGENCY TOPIC 2: LIST COMPREHENSIONS

9 Example: Shoutig fruit fruit_list = ["apple", "orage", "blueberry"] loud_fruit = [item.capitalize() for item i fruit_list] loud_fruit ["Apple", "Orage", "Blueberry"]

10 Why do Pythoistas love list comprehesios? Mai reaso: Pytho sometimes rus them much faster tha for loops Mior reasos: q q q Shorter to write Perhaps easier to uderstad after you've see tos of them? Perhaps less likely to make errors after you've see tos of them?

11 Geeralizatio 1: a_list à iterable ew_list = [] for stuff i iterable: ew_list.apped(f(item)) Pythoistas write: ew_list = [f(stuff) for stuff i iterable]

12 What is ls? ls = [x ** 2 for x i rage(-2, 2)] A. [4, 1, 0, 1, 4] B. [4, 1, 0, 1] C. Noe D. Error E. [-2, -1, 0, 1]

13 Importat Notes List comprehesio writte i [ ]'s q Remider that we always get a list out It's always a ew list q To modify origial list my_list must do: my_list = [f(item) for item i my_list]

14 Our problem We have a iterable G.degree() that gives two thigs, ad we wat list of secod thig [degree for ame, degree i G.degree()] Ad we would like that sorted with largest first

15 Our problem cotiued We have a iterable G.degree() that gives two thigs, ad we wat list of secod thig [degree for ame, degree i G.degree()] Ca apply either.sort() method or sorted fuctio, both with optioal argumet reverse=true

16 Sorted list of degrees sorted_degrees = sorted([degree for ame, degree i G.degree()], reverse=true) Must use sorted fuctio which takes list as iput ad returs ew list with origial list elemets sorted q Caot use.sort() method for subtle reaso:.sort() chages a existig list ad returs Noe. With ew list comprehesio do't have ame/hadle for ew list at all. Could do: degs = [degree for ame, degree i G.degree()] degs.sort(reverse=true)

17 List Comprehesios 3: Coditios ew_list = [] for item i a_list: if coditio(item): ew_list.apped(f(item)) Pythoistas write: ew_list = [f(item) for item i a_list if coditio(item)]

18 List of strigs i list ls loger tha [s for s i ls if le(s) > ]

19 List of odd umbers < squared [i ** 2 for i i rage() if i % 2 == 1] OR [i ** 2 for i i rage() if i % 2] # Bous poits the Pythoista use of 0 false, 1 true?

20 SOCIAL MEDIA AND PRIVACY

21 Data Breaches From Jauary 1, 2018 to April 1, 2018: q q 273 data breaches 5,498,547 records compromised The iformatio eters the dark web for sale to crimials. mmary2018.pdf

22 Cambridge Aalytical Data Leak Data from 87 millio users For purposes of predictive aalytical aalysis of political attitudes ad votig tedecies. Massive amouts of data is legitimately collected for that purpose. So why are people so upset?

23 A Repeat of the 1960 s? Credit professioals had log marveled at the igorace of the America public whe it came to cosumer credit surveillace. I am costatly amazed at the average perso s complete lack of uderstadig of the fuctios of a credit bureau, the atioal associatio s educatio director cofessed i This abruptly chaged i the mid-1960s, but ot i the idustry s favor. The public was awakeed, ad Americas were outraged. q Josh Lauer, Creditworthy: A History of Cosumer Surveillace ad Fiacial Idetity i America

24 A Iitial Example I 2015, 21 year old UIC udergraduate Jabari Dea posted: q This is my oly warig. At 10 a.m. o Moday mourig, I am goig to the campus quad of the Uiversity of Chicago. I will be armed with a M-4 Carbie ad 2 Desert Eagles all fully loaded. I will execute approximately 16 white males studets ad or staff, which is the same umber of times [Laquad] McDoald was killed, the will die killig ay umber of white policeme i the process. This is ot a joke. I am to do my part to rid the world of white devils. I expect you to do the same. He was agry, quickly realized he had made a mistake, ad deleted the post.

25 FBI Traced the Post to Dea A teeager took a screeshot of the post ad otified police. The FBI arrested Dea q For trasmittig a threat i iterstate commerce. If Dea had just told his frieds, he would mostly likely ot have committed a crime. Moral: Our actios ca have a differet sigificace i coected world.

26 What Facebook Kows Facebook activity q Likes, clicks, type of access device, where, ad whe, time spet o various types of cotet. Activity o other sites q Collects iformatio whether or ot you remaied logged ito Facebook. It kows whe you load a webpage cotaiig a Facebook like or share buttos. Iformatio it buys q It buys a vast amout of iformatio from third parties. About 30,000 differet categorizatios of users ito groups of iterest to advertisers.

27 Facebook s 98 Data Poits (2016) Locatio Household compositio Age Geeratio Geder Laguage Educatio level Field of study School Ethic affiity Users who have a aiversary withi 30 days Users who are away from family or hometow Users who are frieds with someoe who has a aiversary, is ewly married or egaged, recetly moved, or has a upcomig birthday Icome ad et worth Home owership ad type Home value Property size Square footage of home Users i log-distace relatioships Users i ew relatioships Users who have ew jobs Users who are ewly egaged Year home was built Users who are ewly married

28 Facebook s 98 Data Poits (2016) Users who have recetly moved Users who have birthdays soo Parets Users who pla to buy a car (ad what kid/brad of car, ad how soo) Expectat parets Mothers, divided by type (soccer, tredy, etc.) Users who are likely to egage i politics Users who bought auto parts or accessories recetly Users who are likely to eed auto parts or services Style ad brad of car you drive Coservatives ad liberals Year car was bought Relatioship status Age of car Employer Idustry How much moey user is likely to sped o ext car Job title Office type Iterests Users who ow motorcycles Where user is likely to buy ext car How may employees your compay has Users who ow small busiesses

29 Facebook s 98 Data Poits (2016) Users who work i maagemet or are executives Users who have recetly uploaded photos to Facebook Users who have doated to charity (divided by type) Operatig system Users who play cavas games Users who ow a gamig cosole Iteret browser service Early/late adopters of techology Expats (divided by what coutry they are from origially) Users who have created a Facebook evet Users who have used Facebook Paymets Users who have spet more tha average o Facebook Paymets Users who belog to a credit uio, atioal bak or regioal bak Users who ivestor (divided by ivestmet type) Number of credit lies Users who admiister a Facebook page Users who are active credit card users Credit card type

30 Facebook s 98 Data Poits (2016) Users who have a debit card Time of year user s household shops most Users who carry a balace o their credit card Users who liste to the radio Preferece i TV shows Users who use a mobile device (divided by what brad they use) Iteret coectio type Users who recetly acquired a smartphoe or tablet Users who access the Iteret through a smartphoe or tablet Users who use coupos Users who are heavy buyers of beer, wie or spirits Users who buy groceries (ad what kids) Users who buy beauty products Users who buy allergy medicatios, cough/cold medicatios, pai relief products, ad over-thecouter meds Users who sped moey o household products Users who sped moey o products for kids or pets, ad what kids of pets Types of clothig user s household buys

31 Facebook s 98 Data Poits (2016) Users whose household makes more purchases tha is average Users who ted to shop olie (or off) Types of restaurats user eats at Kids of stores user shops at Users who are receptive to offers from compaies offerig olie auto isurace, higher educatio or mortgages, ad prepaid debit cards/satellite TV Users who travel frequetly, for work or pleasure Users who commute to work Types of vacatios user teds to go o Users who recetly retured from a trip Users who recetly used a travel app Users who participate i a timeshare Legth of time user has lived i house Users who are likely to move soo Users who are iterested i the Olympics, fall football, cricket or Ramada

32 The DHS Example DHS collects social media hadles, aliases, associated idetifiable iformatio, ad search results o immigrats, icludig aturalized citizes ad permaet residets, ad it stores public-source data (icludig iformatio from social media) ad gathers iformatio from commercial data providers ad public sources such as social media, ews media outlets, ad the Iteret.

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

CS 111: Program Design I Lecture 18: Breaking News; Exam Review. Robert H. Sloan & Richard Warner University of Illinois at Chicago March 20, 2018 CS 111: Program Desig I Lecture 18: Breakig News; Exam Review Robert H. Sloa & Richard Warer Uiversity of Illiois at Chicago March 20, 2018 Recall from last time: The Key Legal Rule Restatemet 211(3):

More information

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

Dartmouth branch closure 11/06/2018. Help and support for personal and business customers

Dartmouth branch closure 11/06/2018. Help and support for personal and business customers Dartmouth brach closure 11/06/2018 Help ad support for persoal ad busiess customers Facts are correct as at 09/03/2018 Customer ad Commuity Egagemet followig closure aoucemet We wrote to customers of Dartmouth

More information

Penistone branch closure 27/06/2018. Help and support for personal and business customers

Penistone branch closure 27/06/2018. Help and support for personal and business customers Peistoe brach closure 27/06/2018 Help ad support for persoal ad busiess customers Facts are correct as at 09/03/2018 Customer ad Commuity Egagemet followig closure aoucemet We wrote to customers of Peistoe

More information

Totnes branch closure 21/05/2018. Help and support for personal and business customers

Totnes branch closure 21/05/2018. Help and support for personal and business customers Totes brach closure 21/05/2018 Help ad support for persoal ad busiess customers Facts are correct as at 09/03/2018 Customer ad Commuity Egagemet followig closure aoucemet We wrote to customers of Totes

More information

Littlehampton branch closure 06/06/2018. Help and support for personal and business customers

Littlehampton branch closure 06/06/2018. Help and support for personal and business customers Littlehampto brach closure 06/06/2018 Help ad support for persoal ad busiess customers Facts are correct as at 09/02/2018 Customer ad Commuity Egagemet followig closure aoucemet We wrote to customers of

More information

Help and support for personal and business customers. Rothesay branch closure 26/06/2018

Help and support for personal and business customers. Rothesay branch closure 26/06/2018 Help ad support for persoal ad busiess customers Rothesay brach closure 26/06/2018 Facts are correct as at 14/02/2018 Customer ad Commuity Egagemet followig closure aoucemet We wrote to customers of Rothesay

More information

Help and support for personal and business customers. North Berwick branch closure 25/06/2018

Help and support for personal and business customers. North Berwick branch closure 25/06/2018 Help ad support for persoal ad busiess customers North Berwick brach closure 25/06/2018 Facts are correct as at 14/02/2018 Customer ad Commuity Egagemet followig closure aoucemet We wrote to customers

More information

Help and support for personal and business customers. Saltcoats branch closure 20/06/2018

Help and support for personal and business customers. Saltcoats branch closure 20/06/2018 Help ad support for persoal ad busiess customers Saltcoats brach closure 20/06/2018 Facts are correct as at 14/02/2018 Customer ad Commuity Egagemet followig closure aoucemet We wrote to customers of Saltcoats

More information

Saffron Walden branch closure 18/06/2018. Help and support for personal and business customers

Saffron Walden branch closure 18/06/2018. Help and support for personal and business customers Saffro Walde brach closure 18/06/2018 Help ad support for persoal ad busiess customers Facts are correct as at 13/02/2018 Customer ad Commuity Egagemet followig closure aoucemet We wrote to customers of

More information

Mortimer branch closure 25/06/2018. Help and support for personal and business customers

Mortimer branch closure 25/06/2018. Help and support for personal and business customers Mortimer brach closure 25/06/2018 Help ad support for persoal ad busiess customers Facts are correct as at 09/03/2018 Customer ad Commuity Egagemet followig closure aoucemet We wrote to customers of Mortimer

More information

West Ealing branch closure 22/05/2018. Help and support for personal and business customers

West Ealing branch closure 22/05/2018. Help and support for personal and business customers West Ealig brach closure 22/05/2018 Help ad support for persoal ad busiess customers Facts are correct as at 12/02/2018 Customer ad Commuity Egagemet followig closure aoucemet We wrote to customers of

More information

Help and support for personal and business customers. Duns branch closure 05/06/2018

Help and support for personal and business customers. Duns branch closure 05/06/2018 Help ad support for persoal ad busiess customers Dus brach closure 05/06/2018 Facts are correct as at 13/02/2018 Customer ad Commuity Egagemet followig closure aoucemet We wrote to customers of Dus to

More information

Richmond Yorks branch closure 12/06/2018. Help and support for personal and business customers

Richmond Yorks branch closure 12/06/2018. Help and support for personal and business customers Richmod Yorks brach closure 12/06/2018 Help ad support for persoal ad busiess customers Facts are correct as at 09/03/2018 Customer ad Commuity Egagemet followig closure aoucemet We wrote to customers

More information

Help and support for personal and business customers. Lockerbie branch closure 21/06/2018

Help and support for personal and business customers. Lockerbie branch closure 21/06/2018 Help ad support for persoal ad busiess customers Lockerbie brach closure 21/06/2018 Facts are correct as at 14/02/2018 Customer ad Commuity Egagemet followig closure aoucemet We wrote to customers of Lockerbie

More information

Billingshurst branch closure 30/05/2018. Help and support for personal and business customers

Billingshurst branch closure 30/05/2018. Help and support for personal and business customers Billigshurst brach closure 30/05/2018 Help ad support for persoal ad busiess customers Facts are correct as at 06/02/2018 Customer ad Commuity Egagemet followig closure aoucemet We wrote to customers of

More information

1 1 1, ,000 1, , ,000 1, , ,000 1,150

1 1 1, ,000 1, , ,000 1, , ,000 1,150 . Which of the followig $,000 face-value securities has the lowest yield to maturity? A) a 5 percet coupo bod sellig for $,000 B) a 0 percet coupo bod sellig for $,000 C) a 5 percet coupo bod sellig for

More information

Everybody Reads The Batavian

Everybody Reads The Batavian Everybody Reads The Batavia The Batavia is the local ews site that more people visit everyday. We were very impressed with the respose we received for a special sale we ra recetly. We polled our customers

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

Calculating Approximate PPPs Using the Price Factor Method

Calculating Approximate PPPs Using the Price Factor Method Iteratioal Compariso Program Calculatig Approximate PPPs Usig the Price Factor Method Global Office Operatioal Material Table of Cotets 1. Pros ad cos of the Price Factor Method (PFM)... 3 2. From ex-factory

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

WorkPlace Solutions provides simplicity, reliability, and cost-effectiveness to the benefits communication and

WorkPlace Solutions provides simplicity, reliability, and cost-effectiveness to the benefits communication and WorkPlace Solutios provides simplicity, reliability, ad cost-effectiveess to the beefits commuicatio ad erollmet process, where issues are complex ad solid experiece is eeded. We combie our techology ad

More information

differences between two groups (Will Begin Momentarily) Copyright 2009 BCG Institute for Workforce Development Visit BCGi Online

differences between two groups (Will Begin Momentarily) Copyright 2009 BCG Institute for Workforce Development   Visit BCGi Online /4/009 Itroductio ti to t-tests t t for measurig differeces betwee two groups (Will Begi Mometarily) Brought to you by: www.bcgistitute.org Copyright 009 BCG Istitute for Workforce Developmet www.bcgistitute.org

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

Selection of Input-Output Variables in Data Envelopment Analysis - Indian Commercial Banks

Selection of Input-Output Variables in Data Envelopment Analysis - Indian Commercial Banks Selectio of Iput-Output Variables i Data Evelopmet Aalysis - Idia Commercial Baks Subramayam T Departmet of Statistics, Christ Uiversity, Bagalore ABSTRACT Data Evelopmet aalysis is a oparametric method

More information

discuss. Engage. NetworK. Be part of the debate. Membership Pack

discuss. Engage. NetworK. Be part of the debate. Membership Pack Membership Pack UK Prop Social UK Prop Social will be a place for the property commuity to meet ad discuss key issues, egage i the debate ad etwork with fellow professioals workig across the growig regioal

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

BaanERP Warehousing Inventory Reporting

BaanERP Warehousing Inventory Reporting BaaERP Warehousig Ivetory Reportig Module Procedure UP075A US Documetiformatio Documet Documet code : UP075A US Documet group : User Documetatio Documet title : Ivetory Reportig Editio : A Date : May

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

COMMERCIAL BANKING The Right Tools to Build Your Business

COMMERCIAL BANKING The Right Tools to Build Your Business COMMERCIAL BANKING COMMERCIAL BANKING The Right Tools to Build Your Busiess Dear Fried, Did you kow that Broadway Bak started as a small busiess veture with a iitial ivestmet of $60,000? No oe uderstads

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

REPORT. PIHCsnohomish.org/WorkWell

REPORT. PIHCsnohomish.org/WorkWell 2016 REPORT PIHCsohomish.org/WorkWell Sohomish Couty Employers The Full Cost of Health Ecoomic Burde ad Impacts Report for Sohomish Couty Employers is a first-of-its-kid report producig a ever-before-see

More information

Alfabet User Group 2015 Workstream Results. Technical Architecture Best Practices with Alfabet. April 21-22, 2015 Chicago

Alfabet User Group 2015 Workstream Results. Technical Architecture Best Practices with Alfabet. April 21-22, 2015 Chicago Alfabet User Group 205 Workstream Results Techical Architecture Best Practices with Alfabet April 2-22, 205 Chicago 205 Software AG. All rights reserved. Discussio Poits April 2-22, 205 Chicago 205 Software

More information

7 Reasons Why Agency Evaluation Programs Commonly Fail

7 Reasons Why Agency Evaluation Programs Commonly Fail a Decideware white paper 7 Reasos Why Agecy Evaluatio Programs Commoly Fail Agecy Relatioship Maagemet supplier performace experts scorecards.deploymet.service decide ware Sa Fracisco Sydey Lodo May large

More information

Josef Mandelbaum President and CEO American Greetings Monday, May 7, 2007

Josef Mandelbaum President and CEO American Greetings Monday, May 7, 2007 How to Make Each Subscriber More Profitable Retetio From Trial Josef Madelbaum Presidet ad CEO America Greetigs Moday, May 7, 27 Up-sellig Dyamics 1. Upo completio of a sale i a order path, there is a

More information

Baan Service Contract Management

Baan Service Contract Management Baa Service Cotract Maagemet Module Procedure UP067A US Documetiformatio Documet Documet code : UP067A US Documet group : User Documetatio Documet title : Cotract Maagemet Editio : A Date : Jue 1998 Copyright

More information

Section 5.2: Using the Normal Distribution with Sample Means, Quality Control

Section 5.2: Using the Normal Distribution with Sample Means, Quality Control Sectio 5.2: Usig the Normal Distributio with Sample Meas, Quality Cotrol Learig goals for this chapter: Defie samplig variability ad uderstad how to miimize it. Uderstad the differece betwee parameters

More information

MultiChannel Commerce

MultiChannel Commerce MultiChael Commerce Customize, Egage ad Delight your Customers Retailers are facig challeges i implemetig digital capabilities to eable seamless view of iformatio across chaels viz. i-store, olie ad mobile

More information

TIME: TBA, Kuala Lumpur

TIME: TBA, Kuala Lumpur i 16 TIME: VENUE: 4-6 December 2018 TBA, Kuala Lumpur We are a registered Orgaizatioal Stakeholder of the Global Reportig Iitiative (GRI) ad support the missio of the GRI to develop globally accepted sustaiability

More information

P Fra Cv. Since this is a zero coupon bond, our formula simplifies to that P=500, n=10, C=1000 and we need to find j. 10

P Fra Cv. Since this is a zero coupon bond, our formula simplifies to that P=500, n=10, C=1000 and we need to find j. 10 Chapter 6 Sectio 1. Haie purchases a 10 year zero coupo bod for 500 ad will be paid 1000 at ed of 10 years. Calculate the aual effective retur received by Haie. Solutio: Remember the formula, P Fra Cv.

More information

Localization World 2010 Sponsorship Brochure

Localization World 2010 Sponsorship Brochure Localizatio World 2010 Sposorship Brochure Berli, Germay, 7-9 Jue 2010 Seattle, Washigto, October 6-8, 2010 Be a Localizatio World Sposor Localizatio World has become the most respected evet i the laguage

More information

FINNING UK GENDER PAY GAP REPORT 2017.

FINNING UK GENDER PAY GAP REPORT 2017. FINNING UK GENDER PAY GAP REPORT 2017. Message from Scott Thomso Presidet & CEO Fiig Iteratioal Ic. Fiig globally is committed to buildig a iclusive workplace where ay idividual regardless of ethic backgroud,

More information

MONITOR AND CONTROL YOUR LIFTS AND ESCALATORS. KONE E-Link

MONITOR AND CONTROL YOUR LIFTS AND ESCALATORS. KONE E-Link MONITOR AND CONTROL YOUR LIFTS AND ESCALATORS KONE E-Lik A COMPLETE VIEW AT A GLANCE KONE E-Lik eables you to moitor your lift ad escalator systems i oe or several buildigs from oe locatio. It is a full-featured

More information

Case study I: Advertising on the Web

Case study I: Advertising on the Web 1 Case study I: Advertisig o the Web Geoveva Vargas-Solar http://www.vargas-solar.com/big-data-aalytics Frech Coucil of Scietific Research, LIG & LAFMIA Labs Motevideo, 22 d November 4 th December, 2015

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

SLIDES. BY. John Loucks. St. Edward s University

SLIDES. BY. John Loucks. St. Edward s University . SLIDES. BY Joh Loucks St. Edward s Uiversity 2014 Cegage Learig. All Rights Reserved. May ot be scaed, copied or duplicated, or posted to a publicly accessible website, i whole or i part. 1 Chapter 17,

More information

P Fra Cv. Since this is a zero coupon bond, our formula simplifies to that P=500, n=10, C=1000 and we need to find j. 10

P Fra Cv. Since this is a zero coupon bond, our formula simplifies to that P=500, n=10, C=1000 and we need to find j. 10 Chapter 6 Sectio 1. (F11HW) Yacy purchases a 10 year zero coupo bod for 500 ad will be paid 1000 at ed of 10 years. Calculate the aual effective retur received by Yacy. Solutio: Remember the formula, P

More information

Network Design in the Supply Chain. PowerPoint presentation to accompany Chopra and Meindl Supply Chain Management, 6e

Network Design in the Supply Chain. PowerPoint presentation to accompany Chopra and Meindl Supply Chain Management, 6e 5 Network Desig i the Supply Chai PowerPoit presetatio to accompay Chopra ad Meidl Supply Chai Maagemet, 6e Copyright 2016 Pearso Educatio, Ic. 5 1 Learig Objectives 1. Uderstad the role of etwork desig

More information

Risk Management: Practical Implications for Pharmaceutical Manufacturers

Risk Management: Practical Implications for Pharmaceutical Manufacturers Risk Maagemet: Practical Implicatios for Pharmaceutical Maufacturers Mary Elle Turer MD, MPH Vice-Presidet Global Safety Surveillace & Epidemiology April 11, 2005 The Bar is Beig Raised Across the Idustry

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

A new definition of efficiency in pallet storage: DCS, the DAMBACH Compact Shuttle system

A new definition of efficiency in pallet storage: DCS, the DAMBACH Compact Shuttle system A ew defiitio of efficiecy i pallet storage: DCS, the DAMBACH Compact Shuttle system DCS, the ew DAMBACH Compact Shuttle system for high-bay warehouses, itroduces a uprecedeted efficiecy ito pallet storage

More information

How Global Networks Will Transform Your Agency in 2016

How Global Networks Will Transform Your Agency in 2016 2 1 3 ISSUE 02 CHANGING THE GAME How Global Networks Will PARTNERED WITH Trasform Your Agecy i 2016 Table of Cotets $ 02. Itroductio 04. How Do You Fid Great Talet? 08. Hirig v. Cotractig 12. Get Work

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

Types of simulation w.r.t. output analysis

Types of simulation w.r.t. output analysis Types of simulatio w.r.t. output aalysis Termiatig: Edpoit of simulatio ru is defied by your model. No-termiatig 0 Aalysis: first cosider termiatig simulatio i output result, value of a certai performace

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

Formed by Nature, Crafted by Hand

Formed by Nature, Crafted by Hand Formed by Nature, Crafted by Had Why Slate? The Premier Roof Lifetime Ivestmet For ceturies, slate has bee the roofig material of choice for istitutios ad homes that are built to last. Slate is the most

More information

Discounts Available to Meritain Health Members

Discounts Available to Meritain Health Members Discouts Available to Meritai Health Members Now ejoy healthy discouts with your Meritai Health pla. Save o a variety of products ad services that fit your life ad help you save every day. You ca access

More information

1o9th Annual Conference. More Exposure, More Contacts, and More Return on Your Investment. Government Finance Officers Association

1o9th Annual Conference. More Exposure, More Contacts, and More Return on Your Investment. Government Finance Officers Association Govermet Fiace Officers Associatio More Exposure, More Cotacts, ad More Retur o Your Ivestmet. 1o9th Aual Coferece May 31 Jue 3, 2015 Pesylvaia Covetio Ceter Philadelphia, Pesylvaia www.gfoa.org Reach

More information

Lesson 1-2 (S.B.84&85)

Lesson 1-2 (S.B.84&85) Uit 11 Al-Asema Educatioal Area Lesso 1-2 (S.B.84&85) asap Colleague Exp As soo as possible. A perso with whom oe works especially i professio or busiess. Curret A body of water or air movig i a defiite

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 /4/06 Platform markets A platform brigs together groups of users. Examples: Real world: Credit cards HMOs Shoppig malls Techology: operatig systems

More information

CE Supplementary Notes for Open Channel Flow

CE Supplementary Notes for Open Channel Flow CE 40450 upplemetary Notes or Ope Chael Flow 10.5 Gradually Varyig Flow Flow quatities, depths, ad bed slopes are ot always costat. Chages are cotrolled by two competig actors: gravitatioal eergy added

More information

Leveraging Last Time Buy to Optimize Product Lifecycle Costs and Manage Obsolescence

Leveraging Last Time Buy to Optimize Product Lifecycle Costs and Manage Obsolescence Leveragig Last Time Buy to Optimize Product Lifecycle Costs ad Maage Obsolescece Abstract It is commo for certai compoets of electroic products to reach obsolescece log before the whole product does. I

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

Eliminating Harm, Improving Patient Care: A Trustee Guide Self Assessment. The Board s Role in Quality Improvement & Eliminating Patient Harm

Eliminating Harm, Improving Patient Care: A Trustee Guide Self Assessment. The Board s Role in Quality Improvement & Eliminating Patient Harm Elimiatig Harm, Improvig Patiet Care: A Trustee Guide 2018 Self Assessmet This tool offers a basic framework that leaders ca use to evaluate how successfully their board is egaged i the quality improvemet

More information

AN USE OF CONJOINT ANALYSIS WITH FUZZY REGRESSION FOR EVALUATION OF ALTERNATIVES OF URBAN TRANSPORTATION SCHEMES

AN USE OF CONJOINT ANALYSIS WITH FUZZY REGRESSION FOR EVALUATION OF ALTERNATIVES OF URBAN TRANSPORTATION SCHEMES AN USE OF CONJOINT ANALYSIS WITH FUZZY REGRESSION FOR EVALUATION OF ALTERNATIVES OF URBAN TRANSPORTATION SCHEMES Seiichi Kagaya *& Chihiro Shiada** *Departmet Of Urba & Evirometal Egieerig, Graduate School

More information

WA S H I N G T O N G A S T E C H N I C A L I N F O R M AT I O N T A B L E O F C O N T E N T. Meter and Regulator Clearances... 2

WA S H I N G T O N G A S T E C H N I C A L I N F O R M AT I O N T A B L E O F C O N T E N T. Meter and Regulator Clearances... 2 CONTRACTOR GUIDE WA S H I N G T O N G A S T E C H N I C A L I N F O R M AT I O N T A B L E O F C O N T E N T Meter ad Regulator Clearaces... 2 Protectig Meter Istallatios... 2 Vet Lies ad Termiatios...

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

Burges Salmon The Bribery Act Health Check: Adequate Procedures

Burges Salmon The Bribery Act Health Check: Adequate Procedures Burges Salmo The Bribery Act 2010 Health Check: Adequate Procedures The Bribery Act 2010 Health Check ad Factsheet Cotets Part 1 - Health Check ad Actio Poits Part 2 - Summary of the Offeces Part 1 - Health

More information

Department of Chemistry University of Texas at Austin

Department of Chemistry University of Texas at Austin Electrochemistry Uit Activity Cocetratio of Electrochemical Cells KEY MINI LECTURE CONCENTRATION ELECTROCHEMICAL CELLS Cells are remarkably complex systems. However, we ca uderstad some key characteristics

More information

CUSTOMIZED BENCHMARKING. fering. ng a PTO plan Percent me employees Number of paid sick days adva. enta of organizations offering paid military

CUSTOMIZED BENCHMARKING. fering. ng a PTO plan Percent me employees Number of paid sick days adva. enta of organizations offering paid military g paid militaryy lea leave Percetage of orgaizat zatios offerig offerig offeri g a PTO PT O pla pl a Percetage of org ees Number of paid sick da days advaced to ew atios with with paid persoal persoal

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

Problem Set 1 Oligopoly, market shares and concentration indexes

Problem Set 1 Oligopoly, market shares and concentration indexes Advaced Idustrial Ecoomics Sprig 2018 Joha Steek 24 March 2018 Problem Set 1 Oligopoly, market shares ad cocetratio idexes This problem set gives you some experiece i workig with formal oligopoly models.

More information

CS473-Algorithms I. Lecture 1 Introduction to Analysis of Algorithms. Cevdet Aykanat - Bilkent University Computer Engineering Department

CS473-Algorithms I. Lecture 1 Introduction to Analysis of Algorithms. Cevdet Aykanat - Bilkent University Computer Engineering Department CS473-Algorithms I Leture 1 Itrodutio to Aalysis of Algorithms 1 Motivatio Proedure vs. Algorithm What kid of problems are solved by Algorithms? determie/ompare DNA sequees effiietly searh (e.g. Google)

More information

CAREER OPPORTUNITY. Rogue Valley, Oregon. SENIOR TAX ACCOUNTANT / BUSINESS CONSULTANT Touchstone Accounting

CAREER OPPORTUNITY. Rogue Valley, Oregon. SENIOR TAX ACCOUNTANT / BUSINESS CONSULTANT Touchstone Accounting Uparalleled Excellece The power of imagiatio makes us ifiite. Joh Muir CAREER OPPORTUNITY Rogue Valley, Orego SENIOR TAX ACCOUNTANT / BUSINESS CONSULTANT Touchstoe Accoutig ANNUAL SALARY: base salary,

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

The 'Social' Utility - Using Social Media to transform Customer Engagement

The 'Social' Utility - Using Social Media to transform Customer Engagement The 'Social' Utility - Usig Social Media to trasform Customer Egagemet Abstract TCS carried out a survey i the U.S. to explore how utility compaies leveraged social media to ehace customer iteractio, maage

More information

Restructuring Troubled Assets: A Sophisticated IT Solution is the Need of the Hour

Restructuring Troubled Assets: A Sophisticated IT Solution is the Need of the Hour Restructurig Troubled Assets: A Sophisticated IT Solutio is the Need of the Hour Itroductio The Iteratioal Accoutig Stadards Board (IASB) released the al versio of the Iteratioal Fiacial Reportig Stadard

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

PROJECT PROPOSAL. PANGGUNG PAHLAWAN (NSW Night 2.0) Prepared by: Indonesian Students Association Proposal number: 01

PROJECT PROPOSAL. PANGGUNG PAHLAWAN (NSW Night 2.0) Prepared by: Indonesian Students Association Proposal number: 01 PROPOSAL 2017 PROJECT PROPOSAL PANGGUNG PAHLAWAN (NSW Night 2.0) Prepared by: Idoesia Studets Associatio Proposal umber: 01 CONTENTS Overview 03 Objective 04 Evet Details 05 A Target Audiece 05 B Evet

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

Innovation & Customer Co- Development

Innovation & Customer Co- Development Karste Nielse, Chief Techology Officer Iovatio & Customer Co- Developmet Iovatio processes i AAK F r o t E d I o v a t i o New Product Developmet 2 Iovatio processes i AAK Liste F r o t E d I o v a t i

More information

Application form to become a member of

Application form to become a member of Applicatio form to become a member of INTERNATIONAL Completig your applicatio Guidace otes Use these otes to help you complete the form. Please complete all sectios. The iformatio that you provide will

More information

Marketing research + digital data = amazing results. PROVEN

Marketing research + digital data = amazing results. PROVEN Marketig research + digital data = amazig results. PROVEN Preseted at IIeX Atlata 6/13/17 Will be tweetig liks to white papers Joel Rubiso, Presidet Rubiso Parters, Ic. joel@rubisoparters.com Blog.joelrubiso.et

More information

arbonnenow SUCCESSPLAN AUSTRALIA

arbonnenow SUCCESSPLAN AUSTRALIA arboeow SUCCESSPLAN AUSTRALIA AS OF JUNE 2007 arboeow SUCCESSPLAN AUSTRALIA The Arboe SuccessPla SuccessPla Beefits page 1 SuccessPla Qualificatio Programs page 4 SuccessPla Maiteace Requiremets page 5

More information

GEORGIA DEPARTMENT OF EDUCATION (GDOE) Administrative Technology Division. FY 2017 CPI Data Collection Data File Layout

GEORGIA DEPARTMENT OF EDUCATION (GDOE) Administrative Technology Division. FY 2017 CPI Data Collection Data File Layout GEORGIA DEPARTMENT OF EDUCATION (GDOE) Admiistrative Techology Divisio FY 2017 CPI Data Collectio Data File Layout Documet Revisio Updates DATA ELEMENTS AFFECTED COMMENTS REVISION DATE 07/29/2016 N/A Aual

More information

Energy Optimization of Chiller Plant with Branch and Bound Method

Energy Optimization of Chiller Plant with Branch and Bound Method 2014 3rd Iteratioal Coferece o Iformatics, Eviromet, Eergy ad Applicatios IPCBEE vol.66 (2014) (2014) IACSIT Press, Sigapore DOI: 10.7763/IPCBEE. 2014. V66. 5 Eergy Optimizatio of Chiller Plat with Brach

More information

Health & Safety Services

Health & Safety Services Health & Safety Services Helpig to reduce your risk ad maitai compliace Meetig health ad safety stadards ad ever-chagig legislatio ca be problematic for ayoe liable for health ad safety, especially if

More information

Strategic Management Checklist

Strategic Management Checklist Strategic Maagemet Checklist for LeadigAge PA Members 3 Strategic Plaig 3 3 3 Fiacial Viability Goverace Operatios/Huma Resources a associatio of ot-for-profit seior services Itroductio LeadigAge PA has

More information

Data Mining: Building Social Network

Data Mining: Building Social Network ISSN (Prit) : 0974-6846 ISSN (Olie) : 0974-5645 Idia Joural of Sciece ad Techology, Vol 8(S), 1 16, Jauary 015 DOI:.10.17485/ijst/015/v8iS/6048 Data Miig: Buildig Social Network Sayali Nishikat Chakradeo

More information

= p(1 p)/n If the Rule of 15 and Large Population Rule are satisfied.

= p(1 p)/n If the Rule of 15 and Large Population Rule are satisfied. Estimatig a Populatio Proportio-Example To estimate the proportio p of college studets who disbelieve i evolutio, take a simple radom sample of 1112 college studets, ad fid the sample proportio, say ˆp

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

ON THE POSSIBILITY OF GENETIC ALGORITHMS IMPLEMENTATION IN THE EXPLOITATION DOMAIN

ON THE POSSIBILITY OF GENETIC ALGORITHMS IMPLEMENTATION IN THE EXPLOITATION DOMAIN Joural of KONES Powertrai ad Trasport, Vol. 13, No. 4 ON THE POSSIBILITY OF GENETIC ALGORITHMS IMPLEMENTATION IN THE EXPLOITATION DOMAIN Micha Paj k Radom Uiversity of Techology, Faculty of Mechaical Egieerig

More information

4. Thermodynamic modeling of multicomponent phase equilibria

4. Thermodynamic modeling of multicomponent phase equilibria 49 4. hermodyamic modelig of multicompoet phase equilibria t the early stages of this work, it was ecessary to select a adequate material to be used as a dopat for the metal-carbo eutectic. he first metalcarbo

More information

30RH Air-to-Water Heat Pumps AQUASNAP JUNIOR. Nominal cooling capacity kw Nominal heating capacity kw

30RH Air-to-Water Heat Pumps AQUASNAP JUNIOR. Nominal cooling capacity kw Nominal heating capacity kw Air-to-Water Heat Pumps AQUASNAP JUNIOR RH 5-13 Nomial coolig capacity 5.-11.5 kw Nomial heatig capacity 5.7-13.8 kw This ew geeratio of heat pumps features the latest techological iovatios, icorporatig

More information

BaanERP 5.0c Warehousing. Warehousing Master Data

BaanERP 5.0c Warehousing. Warehousing Master Data BaaERP 5.0c Warehousig Warehousig Master Data Module Procedure UP152A US Documetiformatio Documet Documet code : UP152A US Documet group : User Documetatio Documet title : Warehousig Master Data Applicatio/Package

More information

Premium Ad Positions - Limited Availability

Premium Ad Positions - Limited Availability Itroductory Prices Premium Ad Positios - Limited Availability Box Ad: 250x250 Top Wide Baer 630x100 2 positios rotatig / Top Right Baer 300x100 1 busiess $300 Marquee Tile, left 300x100 2 busiesses Featured

More information

Zions Bancorporation. Data-centric Technology Transformation for Financial Institutions

Zions Bancorporation. Data-centric Technology Transformation for Financial Institutions Zios Bacorporatio Data-cetric Techology Trasformatio for Fiacial Istitutios Curret State Outdated Core Systems A Idustry-Wide Challege Icreased Risk Agig, highly customized core applicatios Regulatory

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

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 0/8/05 Platform markets A platform brigs together groups of users. Examples: Real world: Credit cards HMOs Shoppig malls Techology: operatig systems

More information

The Brakey Energy Advantage: A One-Stop Resource with Unmatched Expertise

The Brakey Energy Advantage: A One-Stop Resource with Unmatched Expertise Helpig Ohio Compaies Cut Eergy Costs Sice 1999 The Brakey Eergy Advatage: A Oe-Stop Resource with Umatched Expertise Eergy is oe of the most sigificat ad most complex factors i the profitability of Ohio

More information