-- Final exam logistics -- Please fill out course evaluation forms (THANKS!!!)

Size: px
Start display at page:

Download "-- Final exam logistics -- Please fill out course evaluation forms (THANKS!!!)"

Transcription

1 -- Final exam logistics -- Please fill out course evaluation forms (THANKS!!!) CS246: Mining Massive Datasets Jure Leskovec, Stanford University

2 3/12/18 Jure Leskovec, Stanford CS246: Mining Massive Datasets, 2

3 Date: Tuesday, March 20, 3:30-6:30 pm Location: Gates B01 (Last name A-H) Skilling Auditorium (Last name I-N) NVIDIA Auditorium (Last name O-Z) SCPD: Your exam monitor will receive the exam this week You may come to Stanford to take the exam, or take it at most 48 hours before the exam time exam PDF to by Tuesday, March 20, 11:59 pm Pacific Time Call Jessica at if you have questions during the exam, or the course staff mailing list 3/12/18 Jure Leskovec, Stanford CS246: Mining Massive Datasets, 3

4 3/12/18 Jure Leskovec, Stanford CS246: Mining Massive Datasets, 4 Final exam is open book and open notes A calculator or computer is REQUIRED You may only use your computer to do arithmetic calculations (i.e. the buttons found on a standard scientific calculator) You may also use your computer to read course notes or the textbook But no internet/google/python access is allowed Anyone who brings a power strip to the final exam gets 1 point extra credit for helping out their classmates

5 CS246: Mining Massive Datasets Jure Leskovec, Stanford University

6 3/12/18 Jure Leskovec, Stanford CS246: Mining Massive Datasets, 6 Redundancy leads to a bad user experience Uncertainty around information need => don t put all eggs in one basket How do we optimize for diversity directly?

7 Monday, January 14, 2013 France intervenes Chuck for Defense Argo wins big Hagel expects fight 3/12/18 Jure Leskovec, Stanford CS246: Mining Massive Datasets, 7

8 Monday, January 14, 2013 France intervenes Chuck for Defense Argo wins big New gun proposals 3/12/18 Jure Leskovec, Stanford CS246: Mining Massive Datasets, 8

9 3/12/18 Jure Leskovec, Stanford CS246: Mining Massive Datasets, 9 Idea: Encode diversity as coverage problem Example: Word cloud of news for a single day Want to select articles so that most words are covered

10 3/12/18 Jure Leskovec, Stanford CS246: Mining Massive Datasets, 10

11 3/12/18 Jure Leskovec, Stanford CS246: Mining Massive Datasets, 11 Q: What is being covered? A: Concepts (In our case: Named entities) France Mali Hagel Pentagon Obama Romney Zero Dark Thirty Argo NFL Hagel expects fight Q: Who is doing the covering? A: Documents

12 3/12/18 Jure Leskovec, Stanford CS246: Mining Massive Datasets, 12 Suppose we are given a set of documents D Each document d covers a set! " of words/topics/named entities W For a set of documents A Í D we define # $ = &! " " $ Goal: We want to max $ +, #($) Note: F(A) is a set function: # $ : 0123 N

13 3/12/18 Jure Leskovec, Stanford CS246: Mining Massive Datasets, 13 Given universe of elements! = {% &,, % ) } and sets + &,, +, Í! X 3 X 2 X 4 X 1 W Goal: Find k sets X i that cover the most of W More precisely: Find k sets X i whose size of the union is the largest Bad news: A known NP-complete problem

14 3/12/18 Jure Leskovec, Stanford CS246: Mining Massive Datasets, 14 Simple Heuristic: Greedy Algorithm: Start with! " = { } For ' = ( * Find set + that,-. /(! '1( {+}) Let! ' =! '1( È {+} Example: Eval. / + (,, /({+ 5 }), pick best (say + ( ) Eval. / + ( } {+ 6,, /({+ ( } {+ 5 }), pick best (say + 6 ) Eval. /({+ (, + 6 } {+ 7 }),, /({+ (, + 6 } {+ 5 }), pick best And so on /! = !

15 Goal: Maximize the covered area 3/12/18 Jure Leskovec, Stanford CS246: Mining Massive Datasets, 15

16 Goal: Maximize the covered area 3/12/18 Jure Leskovec, Stanford CS246: Mining Massive Datasets, 16

17 Goal: Maximize the covered area 3/12/18 Jure Leskovec, Stanford CS246: Mining Massive Datasets, 17

18 Goal: Maximize the covered area 3/12/18 Jure Leskovec, Stanford CS246: Mining Massive Datasets, 18

19 Goal: Maximize the covered area 3/12/18 Jure Leskovec, Stanford CS246: Mining Massive Datasets, 19

20 3/12/18 Jure Leskovec, Stanford CS246: Mining Massive Datasets, 20 A B C Goal: Maximize the size of the covered area Greedy first picks A and then C But the optimal way would be to pick B and C

21 3/12/18 Jure Leskovec, Stanford CS246: Mining Massive Datasets, 21 Greedy produces a solution A where: F(A) ³ (1-1/e)*OPT (F(A) ³ 0.63*OPT) [Nemhauser, Fisher, Wolsey 78] Claim holds for functions F( ) with 2 properties: F is monotone: (adding more docs doesn t decrease coverage) if A Í B then F(A) F(B) and F({})=0 F is submodular: adding an element to a set gives less improvement than adding it to one of its subsets

22 3/12/18 Jure Leskovec, Stanford CS246: Mining Massive Datasets, 22 Definition: Set function F( ) is called submodular if: For all A,BÍ W: F(A) + F(B) ³ F(AÈ B) + F(AÇ B) + ³ B A A È B A Ç B +

23 3/12/18 Jure Leskovec, Stanford CS246: Mining Massive Datasets, 23 Diminishing returns characterization Equivalent definition: Set function F( ) is called submodular if: For all AÍ B, dïb: F(A È d) F(A) F(B È d) F(B) Gain of adding d to a small set Gain of adding d to a large set B A + + d d Large improvement Small improvement

24 3/12/18 Jure Leskovec, Stanford CS246: Mining Massive Datasets, 24 F( ) is submodular: A Í B F(A È d) F(A) F(B È d) F(B) Gain of adding d to a small set Natural example: Sets! 1,,! % ' ( =! (size of the covered area) Claim:.(0) is submodular! A Gain of adding d to a large set B d d

25 Submodularity is discrete analogue of concavity F( ) F(B È d) "A Í B F(A È d) F(B) F(A) Adding d to B helps less than adding it to A! Solution size A F(A È d) F(A) F(B È d) F(B) Gain of adding X d to a small set Gain of adding X d to a large set 3/12/18 Jure Leskovec, Stanford CS246: Mining Massive Datasets, 25

26 Marginal gain:! " # $ = " $ # "($) Submodular: " $ # " $ " + # "(+) Concavity:, - + #, -, / + #,(/) F(A) 3/12/18 Jure Leskovec, Stanford CS246: Mining Massive Datasets, 26 A

27 3/12/18 Jure Leskovec, Stanford CS246: Mining Massive Datasets, 27 Let! "! $ be submodular and % " % $ > ' $ then! ( = + % +! + ( is submodular Submodularity is closed under non-negative linear combinations! This is an extremely useful fact: Average of submodular functions is submodular:! ( =, +! + ( + Multicriterion optimization:! ( = % +! + ( +

28 3/12/18 Jure Leskovec, Stanford CS246: Mining Massive Datasets, 28 Q: What is being covered? A: Concepts (In our case: Named entities) France Mali Hagel Pentagon Obama Romney Zero Dark Thirty Argo NFL Hagel expects fight Q: Who is doing the covering? A: Documents

29 3/12/18 Jure Leskovec, Stanford CS246: Mining Massive Datasets, 29 Objective: pick k docs that cover most concepts France Mali Hagel Pentagon Obama Romney Zero Dark Thirty Argo NFL Enthusiasm for Inauguration wanes Inauguration weekend F(A): the number of concepts covered by A Elements concepts, Sets concepts in docs F(A) is submodular and monotone! We can use greedy to optimize F

30 3/12/18 Jure Leskovec, Stanford CS246: Mining Massive Datasets, 30 Objective: pick k docs that cover most concepts France Mali Hagel Pentagon Obama Romney Zero Dark Thirty Argo NFL Enthusiasm for Inauguration wanes Inauguration weekend The good: Penalizes redundancy Submodular The bad: Concept importance? All-or-nothing too harsh

31 3/12/18 Jure Leskovec, Stanford CS246: Mining Massive Datasets, 31

32 3/12/18 Jure Leskovec, Stanford CS246: Mining Massive Datasets, 32 Objective: pick k docs that cover most concepts France Mali Hagel Pentagon Obama Romney Zero Dark Thirty Argo NFL Enthusiasm for Inauguration wanes Inauguration weekend Each concept! has importance weight "!

33 3/12/18 Jure Leskovec, Stanford CS246: Mining Massive Datasets, 33 Document coverage function probability document d covers concept c [e.g., how strongly d covers c] Obama Romney Enthusiasm for Inauguration wanes

34 3/12/18 Jure Leskovec, Stanford CS246: Mining Massive Datasets, 34 Document coverage function: probability document d covers concept c Cover d (c) can also model how relevant is concept c for user u Set coverage function: Prob. that at least one document in A covers c Objective: max A: A applek F (A) =X c concept weights w c cover A (c)

35 3/12/18 Jure Leskovec, Stanford CS246: Mining Massive Datasets, 35 max A: A applek F (A) =X c w c cover A (c) The objective function is also submodular Intuitive diminishing returns property Greedy algorithm leads to a (1 1/e) ~ 63% approximation, i.e., a near-optimal solution

36 3/12/18 Jure Leskovec, Stanford CS246: Mining Massive Datasets, 36 Objective: pick k docs that cover most concepts France Mali Hagel Pentagon Obama Romney Zero Dark Thirty Argo NFL Enthusiasm for Inauguration wanes Inauguration weekend Each concept! has importance weight " # Documents partially cover concepts: $%&'( ) (+)

37 3/12/18 Jure Leskovec, Stanford CS246: Mining Massive Datasets, 37

38 3/12/18 Jure Leskovec, Stanford CS246: Mining Massive Datasets, 38 a b c d Greedy Marginal gain: F(AÈx)-F(A) Greedy algorithm is slow! At each iteration we need to re-evaluate marginal gains of all remaning documents Runtime!( $ &) for selecting & documents out of the set of $ of them e Add document with highest marginal gain

39 [Leskovec et al., KDD 07] In round!: So far we have "!#$ = {( $,, (!#$ } Now we pick,! = -./ 0-1 ( 3 4("!#$ {(}) 4("!#$ ) Greedy algorithm maximizes the marginal benefit 9! ( = 4("!#$ {(}) 4("!#$ ) By submodularity property: : ; < = : ; < : ;? = : ;? < B Observation: By submodularity: For every ( C 9! (() 9 D (() for! < D since "! Í " D Marginal benefits 9! (() only shrink! (as i grows) D i (d) 3/12/18 Jure Leskovec, Stanford CS246: Mining Massive Datasets, 39 d ³ D j (d) Selecting document d in step i covers more words than selecting d at step j (j>i)

40 [Leskovec et al., KDD 07] 3/12/18 Jure Leskovec, Stanford CS246: Mining Massive Datasets, 40 Idea: Use D i as upper-bound on D j (j > i) Lazy Greedy: Keep an ordered list of marginal benefits D i from previous iteration Re-evaluate D i only for top element Re-sort and prune (Upper bound on) Marginal gain D 1 a b c d e A 1 ={a} F(A È {d}) F(A) F(B È {d}) F(B) A Í B

41 [Leskovec et al., KDD 07] 3/13/18 Jure Leskovec, Stanford CS246: Mining Massive Datasets, 41 Idea: Use D i as upper-bound on D j (j > i) Lazy Greedy: Keep an ordered list of marginal benefits D i from previous iteration Re-evaluate D i only for top element Re-sort and prune Upper bound on Marginal gain D 2 a b c d e A 1 ={a} F(A È {d}) F(A) F(B È {d}) F(B) A Í B

42 [Leskovec et al., KDD 07] 3/13/18 Jure Leskovec, Stanford CS246: Mining Massive Datasets, 42 Idea: Use D i as upper-bound on D j (j > i) Lazy Greedy: Keep an ordered list of marginal benefits D i from previous iteration Re-evaluate D i only for top element Re-sort and prune Upper bound on Marginal gain D 2 a d b e c A 1 ={a} A 2 ={a,b} F(A È {d}) F(A) F(B È {d}) F(B) A Í B

43 Summary so far: Diversity can be formulated as a set cover Set cover is submodular optimization problem Can be (approximately) solved using greedy algorithm Lazy-greedy gives significant speedup 400 Lower is better running time (seconds) exhaustive search (all subsets) naive greedy Lazy number of blogs selected 3/12/18 Jure Leskovec, Stanford CS246: Mining Massive Datasets, 43

44 3/12/18 Jure Leskovec, Stanford CS246: Mining Massive Datasets, 44 But what about personalization? Election trouble model Songs of Syria Sandy delays Recommendations

45 3/12/18 Jure Leskovec, Stanford CS246: Mining Massive Datasets, 45 We assumed same concept weighting for all users France Mali Hagel Pentagon Obama Romney Zero Dark Thirty Argo NFL France intervenes Chuck for Defense Argo wins big

46 Each user has different preferences over concepts France Mali Hagel Pentagon Obama Romney Zero Dark Thirty Argo NFL politico France Mali Hagel Pentagon Obama Romney Zero Dark Thirty Argo NFL movie buff 3/12/18 Jure Leskovec, Stanford CS246: Mining Massive Datasets, 46

47 3/12/18 Jure Leskovec, Stanford CS246: Mining Massive Datasets, 47 Assume each user u has different preference vector w c (u) over concepts c max A: A applek F (A) =X c w c cover A (c) max A: A applek F (A) =X c w (u) c cover A (c) Goal: Learn personal concept weights from user feedback

48 3/12/18 Jure Leskovec, Stanford CS246: Mining Massive Datasets, 48 France Mali Hagel Pentagon Obama Romney Zero Dark Thirty Argo NFL France intervenes Chuck for Defense Argo wins big

49 3/12/18 Jure Leskovec, Stanford CS246: Mining Massive Datasets, 49 Multiplicative Weights algorithm Assume each concept! has weight "! We recommend document # and receive feedback, say $ = +1 or -1 Update the weights: For each! # set "! = ' $ "! If concept c appears in doc d and we received positive feedback r=+1 then we increase the weight w c by multiplying it by ' (' > +) otherwise we decrease the weight (divide by ') Normalize weights so that! "! = +

50 3/12/18 Jure Leskovec, Stanford CS246: Mining Massive Datasets, 50 Steps of the algorithm: 1. Identify items to recommend from 2. Identify concepts [what makes items redundant?] 3. Weigh concepts by general importance 4. Define item-concept coverage function 5. Select items using probabilistic set cover 6. Obtain feedback, update weights

-- CS341 info session is on Thu 3/18 7pm in Gates Final exam logistics

-- CS341 info session is on Thu 3/18 7pm in Gates Final exam logistics -- CS341 info session is on Thu 3/18 7pm in Gates104 -- Final exam logistics CS246: Mining Massive Datasets Jure Leskovec, Stanford University http://cs246.stanford.edu 3/10/2014 Jure Leskovec, Stanford

More information

CS 322: (Social and Information) Network Analysis Jure Leskovec Stanford University

CS 322: (Social and Information) Network Analysis Jure Leskovec Stanford University CS 322: (Social and Information) Network Analysis Jure Leskovec Stanford University Progress reports are due on Thursday! What do we expect from you? About half of the work should be done Milestone/progress

More information

Jure Leskovec, Computer Science Dept., Stanford

Jure Leskovec, Computer Science Dept., Stanford Jure Leskovec, Computer Science Dept., Stanford Includes joint work with Jaewon Yang, Manuel Gomez-Rodriguez, Jon Kleinberg, Lars Backstrom, and Andreas Krause http://memetracker.org Jure Leskovec (jure@cs.stanford.edu)

More information

Week 5 Objectives. Subproblem structure Greedy algorithm Mathematical induction application Greedy correctness

Week 5 Objectives. Subproblem structure Greedy algorithm Mathematical induction application Greedy correctness Greedy Algorithms Week 5 Objectives Subproblem structure Greedy algorithm Mathematical induction application Greedy correctness Subproblem Optimal Structure Divide and conquer - optimal subproblems divide

More information

Decision making with incomplete information Some new developments. Rudolf Vetschera University of Vienna. Tamkang University May 15, 2017

Decision making with incomplete information Some new developments. Rudolf Vetschera University of Vienna. Tamkang University May 15, 2017 Decision making with incomplete information Some new developments Rudolf Vetschera University of Vienna Tamkang University May 15, 2017 Agenda Problem description Overview of methods Single parameter approaches

More information

Cloud Computing CS

Cloud Computing CS Cloud Computing CS 15-319 Apache Mahout Feb 13, 2012 Shannon Quinn MapReduce Review Scalable programming model Map phase Shuffle Reduce phase MapReduce Implementations Google Hadoop Map Phase Reduce Phase

More information

CS 322: (Social and Information) Network Analysis Jure Leskovec Stanford University

CS 322: (Social and Information) Network Analysis Jure Leskovec Stanford University CS 322: (Social and Information) Network Analysis Jure Leskovec Stanford University c 1 10/22/2009 Jure Leskovec, Stanford CS322: Network Analysis 2 Based on 2 player coordination game 2 players each chooses

More information

STA Module 6 The Normal Distribution

STA Module 6 The Normal Distribution STA 2023 Module 6 The Normal Distribution Learning Objectives 1. Explain what it means for a variable to be normally distributed or approximately normally distributed. 2. Explain the meaning of the parameters

More information

STA Module 6 The Normal Distribution. Learning Objectives. Examples of Normal Curves

STA Module 6 The Normal Distribution. Learning Objectives. Examples of Normal Curves STA 2023 Module 6 The Normal Distribution Learning Objectives 1. Explain what it means for a variable to be normally distributed or approximately normally distributed. 2. Explain the meaning of the parameters

More information

What makes a good muffin? Ivan Ivanov. CS229 Final Project

What makes a good muffin? Ivan Ivanov. CS229 Final Project What makes a good muffin? Ivan Ivanov CS229 Final Project Introduction Today most cooking projects start off by consulting the Internet for recipes. A quick search for chocolate chip muffins returns a

More information

Incremental Record Linkage. Anja Gruenheid!! Xin Luna Dong!!! Divesh Srivastava

Incremental Record Linkage. Anja Gruenheid!! Xin Luna Dong!!! Divesh Srivastava Incremental Record Linkage Anja Gruenheid!! Xin Luna Dong!!! Divesh Srivastava Introduction What is record linkage?!!! The task of linking records that refer to the same!!!! real-world entity.! Why do

More information

Wine-Tasting by Numbers: Using Binary Logistic Regression to Reveal the Preferences of Experts

Wine-Tasting by Numbers: Using Binary Logistic Regression to Reveal the Preferences of Experts Wine-Tasting by Numbers: Using Binary Logistic Regression to Reveal the Preferences of Experts When you need to understand situations that seem to defy data analysis, you may be able to use techniques

More information

Predicting Wine Quality

Predicting Wine Quality March 8, 2016 Ilker Karakasoglu Predicting Wine Quality Problem description: You have been retained as a statistical consultant for a wine co-operative, and have been asked to analyze these data. Each

More information

Lecture 9: Tuesday, February 10, 2015

Lecture 9: Tuesday, February 10, 2015 Com S 611 Spring Semester 2015 Advanced Topics on Distributed and Concurrent Algorithms Lecture 9: Tuesday, February 10, 2015 Instructor: Soma Chaudhuri Scribe: Brian Nakayama 1 Introduction In this lecture

More information

Introduction to Management Science Midterm Exam October 29, 2002

Introduction to Management Science Midterm Exam October 29, 2002 Answer 25 of the following 30 questions. Introduction to Management Science 61.252 Midterm Exam October 29, 2002 Graphical Solutions of Linear Programming Models 1. Which of the following is not a necessary

More information

An application of cumulative prospect theory to travel time variability

An application of cumulative prospect theory to travel time variability Katrine Hjorth (DTU) Stefan Flügel, Farideh Ramjerdi (TØI) An application of cumulative prospect theory to travel time variability Sixth workshop on discrete choice models at EPFL August 19-21, 2010 Page

More information

After your yearly checkup, the doctor has bad news and good news.

After your yearly checkup, the doctor has bad news and good news. Modeling Belief How much do you believe it will rain? How strong is your belief in democracy? How much do you believe Candidate X? How much do you believe Car x is faster than Car y? How long do you think

More information

Mastering Measurements

Mastering Measurements Food Explorations Lab I: Mastering Measurements STUDENT LAB INVESTIGATIONS Name: Lab Overview During this investigation, you will be asked to measure substances using household measurement tools and scientific

More information

Out of Home ROI and Optimization in the Media Mix Summary Report

Out of Home ROI and Optimization in the Media Mix Summary Report Out of Home ROI and Optimization in the Media Mix Summary Report 2017 Key Research Findings: OOH is a significant media channel in the mix OOH has good ROI OOH improves campaign ROI OOH drives brand perceptions

More information

Jure Leskovec Stanford University

Jure Leskovec Stanford University Jure Leskovec Stanford University Online friendships [Ugander-Karrer-Backstrom-Marlow, 11] Corporate e-mail communication [Adamic-Adar, 05] Social Transformation of Computing Technological networks intertwined

More information

MBA 503 Final Project Guidelines and Rubric

MBA 503 Final Project Guidelines and Rubric MBA 503 Final Project Guidelines and Rubric Overview There are two summative assessments for this course. For your first assessment, you will be objectively assessed by your completion of a series of MyAccountingLab

More information

Planning: Regression Planning

Planning: Regression Planning Planning: CPSC 322 Lecture 16 February 8, 2006 Textbook 11.2 Planning: CPSC 322 Lecture 16, Slide 1 Lecture Overview Recap Planning: CPSC 322 Lecture 16, Slide 2 Forward Planning Idea: search in the state-space

More information

Missing value imputation in SAS: an intro to Proc MI and MIANALYZE

Missing value imputation in SAS: an intro to Proc MI and MIANALYZE Victoria SAS Users Group November 26, 2013 Missing value imputation in SAS: an intro to Proc MI and MIANALYZE Sylvain Tremblay SAS Canada Education Copyright 2010 SAS Institute Inc. All rights reserved.

More information

AWRI Refrigeration Demand Calculator

AWRI Refrigeration Demand Calculator AWRI Refrigeration Demand Calculator Resources and expertise are readily available to wine producers to manage efficient refrigeration supply and plant capacity. However, efficient management of winery

More information

Multiple Imputation for Missing Data in KLoSA

Multiple Imputation for Missing Data in KLoSA Multiple Imputation for Missing Data in KLoSA Juwon Song Korea University and UCLA Contents 1. Missing Data and Missing Data Mechanisms 2. Imputation 3. Missing Data and Multiple Imputation in Baseline

More information

Archdiocese of New York Practice Items

Archdiocese of New York Practice Items Archdiocese of New York Practice Items Mathematics Grade 8 Teacher Sample Packet Unit 1 NY MATH_TE_G8_U1.indd 1 NY MATH_TE_G8_U1.indd 2 1. Which choice is equivalent to 52 5 4? A 1 5 4 B 25 1 C 2 1 D 25

More information

Title: Evaluation of Apogee for Control of Runner Growth in Annual Plasticulture Strawberries

Title: Evaluation of Apogee for Control of Runner Growth in Annual Plasticulture Strawberries Title: Evaluation of Apogee for Control of Runner Growth in Annual Plasticulture Strawberries Report Type: X Progress Final Grant Code: SRSFC Project # 2009-19 Proposal Category: X Research Outreach Principle

More information

A Note on H-Cordial Graphs

A Note on H-Cordial Graphs arxiv:math/9906012v1 [math.co] 2 Jun 1999 A Note on H-Cordial Graphs M. Ghebleh and R. Khoeilar Institute for Studies in Theoretical Physics and Mathematics (IPM) and Department of Mathematical Sciences

More information

Modeling Wine Quality Using Classification and Regression. Mario Wijaya MGT 8803 November 28, 2017

Modeling Wine Quality Using Classification and Regression. Mario Wijaya MGT 8803 November 28, 2017 Modeling Wine Quality Using Classification and Mario Wijaya MGT 8803 November 28, 2017 Motivation 1 Quality How to assess it? What makes a good quality wine? Good or Bad Wine? Subjective? Wine taster Who

More information

Fractions with Frosting

Fractions with Frosting Fractions with Frosting Activity- Fractions with Frosting Sources: http://www.mybakingaddiction.com/red- velvet- cupcakes- 2/ http://allrecipes.com/recipe/easy- chocolate- cupcakes/detail.aspx http://worksheetplace.com/mf/fraction-

More information

PRODUCT REGISTRATION: AN E-GUIDE

PRODUCT REGISTRATION: AN E-GUIDE PRODUCT REGISTRATION: AN E-GUIDE Introduction In the EU, biocidal products are only allowed on the market if they ve been authorised by the competent authorities in the Member States in which they will

More information

Ohio Grape-Wine Electronic Newsletter

Ohio Grape-Wine Electronic Newsletter Ohio Grape-Wine Electronic Newsletter Imed Dami, Associate Professor and Extension Viticulturist Department of Horticulture and Crop Science Ohio Agricultural Research and Development Center 1680 Madison

More information

Biocidal Product Families instead of Frame Formulations The right step forward? Sara Kirkham

Biocidal Product Families instead of Frame Formulations The right step forward? Sara Kirkham Biocidal Product Families instead of Frame Formulations The right step forward? Sara Kirkham Content What is a Frame Formulation (FF) Comparison of BPF to FF BPF inclusion criteria Practical issues of

More information

Business Statistics /82 Spring 2011 Booth School of Business The University of Chicago Final Exam

Business Statistics /82 Spring 2011 Booth School of Business The University of Chicago Final Exam Business Statistics 41000-81/82 Spring 2011 Booth School of Business The University of Chicago Final Exam Name You may use a calculator and two cheat sheets. You have 3 hours. I pledge my honor that I

More information

DOC / KEURIG COFFEE MAKER NOT WORKING ARCHIVE

DOC / KEURIG COFFEE MAKER NOT WORKING ARCHIVE 27 March, 2018 DOC / KEURIG COFFEE MAKER NOT WORKING ARCHIVE Document Filetype: PDF 328.57 KB 0 DOC / KEURIG COFFEE MAKER NOT WORKING ARCHIVE The Keurig K-Select Single-Serve K-Cup Pod Coffee Maker has

More information

BPR Requirements for Treated Articles. A.I.S.E. Biocides WG First revision - December 2017

BPR Requirements for Treated Articles. A.I.S.E. Biocides WG First revision - December 2017 BPR Requirements for Treated Articles A.I.S.E. Biocides WG First revision - December 2017 Outline 1. Scope: treated articles versus biocidal products 2. BPR Article 58 (2) and transitional measures for

More information

Investigation 1: Ratios and Proportions and Investigation 2: Comparing and Scaling Rates

Investigation 1: Ratios and Proportions and Investigation 2: Comparing and Scaling Rates Comparing and Scaling: Ratios, Rates, Percents & Proportions Name: KEY Per: Investigation 1: Ratios and Proportions and Investigation 2: Comparing and Scaling Rates Standards: 7.RP.1: Compute unit rates

More information

Gail E. Potter, Timo Smieszek, and Kerstin Sailer. April 24, 2015

Gail E. Potter, Timo Smieszek, and Kerstin Sailer. April 24, 2015 Supplementary Material to Modelling workplace contact networks: the effects of organizational structure, architecture, and reporting errors on epidemic predictions, published in Network Science Gail E.

More information

Investigation 1: Ratios and Proportions and Investigation 2: Comparing and Scaling Rates

Investigation 1: Ratios and Proportions and Investigation 2: Comparing and Scaling Rates Comparing and Scaling: Ratios, Rates, Percents & Proportions Name: Per: Investigation 1: Ratios and Proportions and Investigation 2: Comparing and Scaling Rates Standards: 7.RP.1: Compute unit rates associated

More information

Prepared Food 102D. Prepared food Prepared food is taxable. Prepared food means food that meets any of the following conditions: Taxable prepared food

Prepared Food 102D. Prepared food Prepared food is taxable. Prepared food means food that meets any of the following conditions: Taxable prepared food www.revenue.state.mn.us Prepared Food 102D Sales Tax Fact Sheet 102D Fact Sheet Prepared food Prepared food is taxable. Prepared food means food that meets any of the following conditions: Food that is

More information

Learning Connectivity Networks from High-Dimensional Point Processes

Learning Connectivity Networks from High-Dimensional Point Processes Learning Connectivity Networks from High-Dimensional Point Processes Ali Shojaie Department of Biostatistics University of Washington faculty.washington.edu/ashojaie Feb 21st 2018 Motivation: Unlocking

More information

Managing Multiple Ontologies in Protégé

Managing Multiple Ontologies in Protégé Managing Multiple Ontologies in Protégé (and the PROMPT tools) Natasha F. Noy Stanford University Ontology-Management Tasks and Protégé Maintain libraries of ontologies Import and reuse ontologies Different

More information

DEVELOPING PROBLEM-SOLVING ABILITIES FOR MIDDLE SCHOOL STUDENTS

DEVELOPING PROBLEM-SOLVING ABILITIES FOR MIDDLE SCHOOL STUDENTS DEVELOPING PROBLEM-SOLVING ABILITIES FOR MIDDLE SCHOOL STUDENTS MAX WARSHAUER HIROKO WARSHAUER NAMA NAMAKSHI NCTM REGIONAL CONFERENCE & EXPOSITION CHICAGO, ILLINOIS NOVEMBER 29, 2012 OUTLINE Introduction

More information

North San Joaquin Valley Almond Day

North San Joaquin Valley Almond Day North San Joaquin Valley Almond Day Sponsored by UC Cooperative Extension Coffee, donuts & snacks provided by: Yosemite Ag Credit Almond Tree Pruning by the Numbers Roger Duncan UC Cooperative Extension,

More information

Economics Homework 4 Fall 2006

Economics Homework 4 Fall 2006 Economics 31 - Homework 4 Fall 26 Stacy Dickert-Conlin Name Due: October 12, at the start of class Three randomly selected questions will be graded for credit. All graded questions are worth 1 points.

More information

EXECUTIVE SUMMARY OVERALL, WE FOUND THAT:

EXECUTIVE SUMMARY OVERALL, WE FOUND THAT: THE ECONOMIC IMPACT OF CRAFT BREWERIES IN LOS ANGELES LA s craft brewing industry generates short-term economic impacts through large capital investments, equipment purchases, and the construction of new

More information

Thermal Hydraulic Analysis of 49-2 Swimming Pool Reactor with a. Passive Siphon Breaker

Thermal Hydraulic Analysis of 49-2 Swimming Pool Reactor with a. Passive Siphon Breaker Thermal Hydraulic Analysis of 49-2 Swimming Pool Reactor with a Passive Siphon Breaker Zhiting Yue 1, Songtao Ji 1 1) China Institute of Atomic Energy(CIAE), Beijing 102413, China Corresponding author:

More information

Weather Sensitive Adjustment Using the WSA Factor Method

Weather Sensitive Adjustment Using the WSA Factor Method Weather Sensitive Adjustment Using the WSA Factor Method Alternate CBLs can be requested within elrs to compensate for the temperature differences between the CBL basis days and the temperature of the

More information

Wine Rating Prediction

Wine Rating Prediction CS 229 FALL 2017 1 Wine Rating Prediction Ke Xu (kexu@), Xixi Wang(xixiwang@) Abstract In this project, we want to predict rating points of wines based on the historical reviews from experts. The wine

More information

Instruction (Manual) Document

Instruction (Manual) Document Instruction (Manual) Document This part should be filled by author before your submission. 1. Information about Author Your Surname Your First Name Your Country Your Email Address Your ID on our website

More information

Semantic Web. Ontology Engineering. Gerd Gröner, Matthias Thimm. Institute for Web Science and Technologies (WeST) University of Koblenz-Landau

Semantic Web. Ontology Engineering. Gerd Gröner, Matthias Thimm. Institute for Web Science and Technologies (WeST) University of Koblenz-Landau Semantic Web Ontology Engineering Gerd Gröner, Matthias Thimm {groener,thimm}@uni-koblenz.de Institute for Web Science and Technologies (WeST) University of Koblenz-Landau July 17, 2013 Gerd Gröner, Matthias

More information

What Is This Module About?

What Is This Module About? What Is This Module About? Do you enjoy shopping or going to the market? Is it hard for you to choose what to buy? Sometimes, you see that there are different quantities available of one product. Do you

More information

Gasoline Empirical Analysis: Competition Bureau March 2005

Gasoline Empirical Analysis: Competition Bureau March 2005 Gasoline Empirical Analysis: Update of Four Elements of the January 2001 Conference Board study: "The Final Fifteen Feet of Hose: The Canadian Gasoline Industry in the Year 2000" Competition Bureau March

More information

Lecture 3: How Trade Creates Wealth. Benjamin Graham

Lecture 3: How Trade Creates Wealth. Benjamin Graham Lecture 3: How Trade Creates Wealth Today s Plan Housekeeping Reading quiz How trade creates wealth Comparative vs. Absolute Advantage Housekeeping Does everyone have their books and clickers? All clickers

More information

longer any restriction order batching. All orders can be created in a single batch which means less work for the wine club manager.

longer any restriction order batching. All orders can be created in a single batch which means less work for the wine club manager. Wine Club The new Wine Club 2017 module holds many new features and improvements not available in the original OrderPort Wine Club. Even though there have been many changes, the use of the Wine Club module

More information

Jake Bernstein Trading Webinar

Jake Bernstein Trading Webinar Jake Bernstein Trading Webinar jake@trade-futures.com New Concepts in Divergence Powerful New Tools for Capturing Significant Market Turning Points Sunday 22 February 2015 2015 by Jake Bernstein jake@trade-futures.com

More information

Building Reliable Activity Models Using Hierarchical Shrinkage and Mined Ontology

Building Reliable Activity Models Using Hierarchical Shrinkage and Mined Ontology Building Reliable Activity Models Using Hierarchical Shrinkage and Mined Ontology Emmanuel Munguia Tapia 1, Tanzeem Choudhury and Matthai Philipose 2 1 Massachusetts Institute of Technology 2 Intel Research

More information

Module 6. Yield and Fruit Size. Presenter: Stephan Verreynne

Module 6. Yield and Fruit Size. Presenter: Stephan Verreynne Presenter: Stephan Verreynne definition Yield Yield refers to the amount of fruit produced, and can be expressed in terms of: Tree yield kg per tree kg/tree Orchard yield tons per hectare t/ha Export yield

More information

Credit Supply and Monetary Policy: Identifying the Bank Balance-Sheet Channel with Loan Applications. Web Appendix

Credit Supply and Monetary Policy: Identifying the Bank Balance-Sheet Channel with Loan Applications. Web Appendix Credit Supply and Monetary Policy: Identifying the Bank Balance-Sheet Channel with Loan Applications By GABRIEL JIMÉNEZ, STEVEN ONGENA, JOSÉ-LUIS PEYDRÓ, AND JESÚS SAURINA Web Appendix APPENDIX A -- NUMBER

More information

AGREEMENT n LLP-LDV-TOI-10-IT-538 UNITS FRAMEWORK ABOUT THE MAITRE QUALIFICATION

AGREEMENT n LLP-LDV-TOI-10-IT-538 UNITS FRAMEWORK ABOUT THE MAITRE QUALIFICATION Transparency for Mobility in Tourism: transfer and making system of methods and instruments to improve the assessment, validation and recognition of learning outcomes and the transparency of qualifications

More information

Association Rule Mining

Association Rule Mining ICS 624 Spring 2013 Association Rule Mining Asst. Prof. Lipyeow Lim Information & Computer Science Department University of Hawaii at Manoa 2/27/2013 Lipyeow Lim -- University of Hawaii at Manoa 1 The

More information

Guided Study Program in System Dynamics System Dynamics in Education Project System Dynamics Group MIT Sloan School of Management 1

Guided Study Program in System Dynamics System Dynamics in Education Project System Dynamics Group MIT Sloan School of Management 1 Guided Study Program in System Dynamics System Dynamics in Education Project System Dynamics Group MIT Sloan School of Management 1 Solutions to Assignment #2 Saturday, April 17, 1999 Reading Assignment:

More information

2 Recommendation Engine 2.1 Data Collection. HapBeer: A Beer Recommendation Engine CS 229 Fall 2013 Final Project

2 Recommendation Engine 2.1 Data Collection. HapBeer: A Beer Recommendation Engine CS 229 Fall 2013 Final Project 1 Abstract HapBeer: A Beer Recommendation Engine CS 229 Fall 2013 Final Project This project looks to apply machine learning techniques in the area of beer recommendation and style prediction. The first

More information

Lesson 23: Newton s Law of Cooling

Lesson 23: Newton s Law of Cooling Student Outcomes Students apply knowledge of exponential functions and transformations of functions to a contextual situation. Lesson Notes Newton s Law of Cooling is a complex topic that appears in physics

More information

Word Embeddings for NLP in Python. Marco Bonzanini PyCon Italia 2017

Word Embeddings for NLP in Python. Marco Bonzanini PyCon Italia 2017 Word Embeddings for NLP in Python Marco Bonzanini PyCon Italia 2017 Nice to meet you WORD EMBEDDINGS? Word Embeddings = Word Vectors = Distributed Representations Why should you care? Why should you care?

More information

Food Inspection Violation, Anticipating Risk (FIVAR) Montgomery County, MD

Food Inspection Violation, Anticipating Risk (FIVAR) Montgomery County, MD 2015 Food Inspection Violation, Anticipating Risk (FIVAR) Montgomery County, MD A REPORT BY OPEN DATA NATION CAREY ANNE NADEAU, FOUNDER & CEO & SOFIA HEISLER, DATA SCIENCE CONSULTANT SUMMARY From November

More information

Citrus Fruits 2014 Summary

Citrus Fruits 2014 Summary United States Department of Agriculture National Agricultural Statistics Service Citrus Fruits 2014 Summary September 2014 ISSN: 1948-9048 Contents Utilized Citrus Production United States: 2004-2014...

More information

Bounty71 rootstock an update

Bounty71 rootstock an update Bounty71 rootstock an update Grant Thorp, Andrew Barnett, Kevin Patterson Presentation prepared for ZESPRI R&D meeting June 2013. Bounty71 rootstock an update Bounty71 rootstock has been planted in increasing

More information

2017 FINANCIAL REVIEW

2017 FINANCIAL REVIEW 2017 FINANCIAL REVIEW In addition to activity, strategy, goals, and challenges, survey respondents also provided financial information from 2014, 2015, and 2016. Select results are provided below: 2016

More information

Flexible Imputation of Missing Data

Flexible Imputation of Missing Data Chapman & Hall/CRC Interdisciplinary Statistics Series Flexible Imputation of Missing Data Stef van Buuren TNO Leiden, The Netherlands University of Utrecht The Netherlands crc pness Taylor &l Francis

More information

BREWERS ASSOCIATION CRAFT BREWER DEFINITION UPDATE FREQUENTLY ASKED QUESTIONS. December 18, 2018

BREWERS ASSOCIATION CRAFT BREWER DEFINITION UPDATE FREQUENTLY ASKED QUESTIONS. December 18, 2018 BREWERS ASSOCIATION CRAFT BREWER DEFINITION UPDATE FREQUENTLY ASKED QUESTIONS December 18, 2018 What is the new definition? An American craft brewer is a small and independent brewer. Small: Annual production

More information

About this Tutorial. Audience. Prerequisites. Copyright & Disclaimer. Mahout

About this Tutorial. Audience. Prerequisites. Copyright & Disclaimer. Mahout About this Tutorial Apache Mahout is an open source project that is primarily used in producing scalable machine learning algorithms. This brief tutorial provides a quick introduction to Apache Mahout

More information

THOMSON REUTERS INDICES CONTINUOUS COMMODITY TOTAL RETURN INDEX

THOMSON REUTERS INDICES CONTINUOUS COMMODITY TOTAL RETURN INDEX THOMSON REUTERS INDICES CONTINUOUS COMMODITY TOTAL RETURN INDEX December 2012 1 TABLE OF CONTENTS Index Description 3 Methodology 3 Contract Roll 4 Real-Time Pricing Considerations 4 Constituent Contracts

More information

CONSEQUENCES OF THE BPR

CONSEQUENCES OF THE BPR Ilona den Hartog May 7, 2013 CONSEQUENCES OF THE BPR 2 Importance of biocides Surface Chemistry SEPAWA Nordic May 7, 2013 2 Microorganisms can be harmful Pathogenic to other life forms - direct infection

More information

Biocides IT training Helsinki - 27 September 2017 IUCLID 6

Biocides IT training Helsinki - 27 September 2017 IUCLID 6 Biocides IT training Helsinki - 27 September 2017 IUCLID 6 Biocides IT tools training 2 (18) Creation and update of a Biocidal Product Authorisation dossier and use of the report generator Background information

More information

Team Davis Good Foods Lesson 2: Breakfast

Team Davis Good Foods Lesson 2: Breakfast I. INTRODUCTION (Emily ~10 min) Team Davis Good Foods Lesson 2: Breakfast OBJECTIVE: To warm up the group to the day s topic of breakfast. We will begin by talking about what kinds of foods they put on

More information

Is Fair Trade Fair? ARKANSAS C3 TEACHERS HUB. 9-12th Grade Economics Inquiry. Supporting Questions

Is Fair Trade Fair? ARKANSAS C3 TEACHERS HUB. 9-12th Grade Economics Inquiry. Supporting Questions 9-12th Grade Economics Inquiry Is Fair Trade Fair? Public Domain Image Supporting Questions 1. What is fair trade? 2. If fair trade is so unique, what is free trade? 3. What are the costs and benefits

More information

Injection, Modularity, and Testing

Injection, Modularity, and Testing Injection, Modularity, and Testing An Architecturally Interesting Intersection SATURN 2015 George Fairbanks Rhino Research http://rhinoresearch.com http://georgefairbanks.com Talk summary Dependency injection

More information

Missing Data Methods (Part I): Multiple Imputation. Advanced Multivariate Statistical Methods Workshop

Missing Data Methods (Part I): Multiple Imputation. Advanced Multivariate Statistical Methods Workshop Missing Data Methods (Part I): Multiple Imputation Advanced Multivariate Statistical Methods Workshop University of Georgia: Institute for Interdisciplinary Research in Education and Human Development

More information

What Makes a Cuisine Unique?

What Makes a Cuisine Unique? What Makes a Cuisine Unique? Sunaya Shivakumar sshivak2@illinois.edu ABSTRACT There are many different national and cultural cuisines from around the world, but what makes each of them unique? We try to

More information

101 Cupcake, Cookie & Brownie Recipes (101 Cookbook Collection) By Gooseberry Patch READ ONLINE

101 Cupcake, Cookie & Brownie Recipes (101 Cookbook Collection) By Gooseberry Patch READ ONLINE 101 Cupcake, Cookie & Brownie Recipes (101 Cookbook Collection) By Gooseberry Patch READ ONLINE and beyond cookbooks of the week volume 4,the Cooking From Down Under 70 Amazingly Delicious Australian Cooking

More information

Chapter 3 Labor Productivity and Comparative Advantage: The Ricardian Model

Chapter 3 Labor Productivity and Comparative Advantage: The Ricardian Model Chapter 3 Labor Productivity and Comparative Advantage: The Ricardian Model Introduction Theories of why trade occurs: Differences across countries in labor, labor skills, physical capital, natural resources,

More information

Characteristics of Wine Consumers in the Mid-Atlantic States: A Statistical Analysis

Characteristics of Wine Consumers in the Mid-Atlantic States: A Statistical Analysis Characteristics of Wine Consumers in the Mid-Atlantic States: A Statistical Analysis Kathy Kelley, Professor, Penn State Abigail Miller, Former Graduate Student, Penn State Denise Gardner, Enology Extension

More information

Since the cross price elasticity is positive, the two goods are substitutes.

Since the cross price elasticity is positive, the two goods are substitutes. Exam 1 AGEC 210 The Economics of Agricultural Business Spring 2013 Instructor: Eric Belasco Name Belasco KEY 1. (15 points, 5 points each) The following questions refer to different elasticity measures

More information

Chapter 3. Labor Productivity and Comparative Advantage: The Ricardian Model. Pearson Education Limited All rights reserved.

Chapter 3. Labor Productivity and Comparative Advantage: The Ricardian Model. Pearson Education Limited All rights reserved. Chapter 3 Labor Productivity and Comparative Advantage: The Ricardian Model 1-1 Preview Opportunity costs and comparative advantage A one-factor Ricardian model Production possibilities Gains from trade

More information

Jure Leskovec Stanford University Including joint work with L. Backstrom, D. Huttenlocher, M. Gomez-Rodriguez, J. Kleinberg, J. McAuley, S.

Jure Leskovec Stanford University Including joint work with L. Backstrom, D. Huttenlocher, M. Gomez-Rodriguez, J. Kleinberg, J. McAuley, S. Jure Leskovec (@jure) Stanford University Including joint work with L. Backstrom, D. Huttenlocher, M. Gomez-Rodriguez, J. Kleinberg, J. McAuley, S. Myers Jure Leskovec, ICDM 2012 2 Data mining has rich

More information

Western Uganda s Arabica Opportunity. Kampala 20 th March, 2018

Western Uganda s Arabica Opportunity. Kampala 20 th March, 2018 Western Uganda s Arabica Opportunity Kampala 20 th March, 2018 The western region has three main islands of Arabica production we focus on the Rwenzori region served by Kasese 3 Primary focus is the Rwenzori

More information

Lesson 11: Comparing Ratios Using Ratio Tables

Lesson 11: Comparing Ratios Using Ratio Tables Student Outcomes Students solve problems by comparing different ratios using two or more ratio tables. Classwork Example 1 (10 minutes) Allow students time to complete the activity. If time permits, allow

More information

Constipation on low carb diet

Constipation on low carb diet P ford residence southampton, ny Constipation on low carb diet 24-3-2014 Are you on a high fat or high protein diet that's also low in carbs? Constipation is often a nasty side effect. Here's how to ensure

More information

ED 2131/12. 1 May 2012 Original: English

ED 2131/12. 1 May 2012 Original: English ED 2131/12 1 May 2012 Original: English Draft terms of reference for a seminar on the economic, social and environmental impact of certification on the coffee supply chain 1. The Executive Director presents

More information

Chapter 3. Labor Productivity and Comparative Advantage: The Ricardian Model

Chapter 3. Labor Productivity and Comparative Advantage: The Ricardian Model Chapter 3 Labor Productivity and Comparative Advantage: The Ricardian Model Preview Opportunity costs and comparative advantage A one-factor Ricardian model Production possibilities Gains from trade Wages

More information

Preview. Chapter 3. Labor Productivity and Comparative Advantage: The Ricardian Model

Preview. Chapter 3. Labor Productivity and Comparative Advantage: The Ricardian Model Chapter 3 Labor Productivity and Comparative Advantage: The Ricardian Model Preview Opportunity costs and comparative advantage A one-factor Ricardian model Production possibilities Gains from trade Wages

More information

Citrus: World Markets and Trade

Citrus: World Markets and Trade United States Department of Agriculture Foreign Agricultural Service Citrus: World Markets and Trade Oranges Global orange production for 2012/13 is forecast to drop over 4 percent from the previous year

More information

Control of treated articles in the Biocidal Products Regulation ECHA Biocides Stakeholders Day 25 June 2013

Control of treated articles in the Biocidal Products Regulation ECHA Biocides Stakeholders Day 25 June 2013 Control of treated articles in the Biocidal Products Regulation ECHA Biocides Stakeholders Day 25 June 2013 Johanna Bernsel European Commission DG Environment, Unit A.3 1 Why regulate? Consistency between

More information

Hispanic Retail Pilot Test Summary

Hispanic Retail Pilot Test Summary Hispanic Retail Pilot Test Summary May 2008 Funded by The Beef Checkoff The Hispanic beef challenge U.S. Hispanics represent 44.3 million people and are growing three times faster than any other ethnic

More information

Promote and support advanced computing to further Tier-One research and education at the University of Houston

Promote and support advanced computing to further Tier-One research and education at the University of Houston Promote and support advanced computing to further Tier-One research and education at the University of Houston Agenda CACDS Resources Operational changes Pricing structure Timeline Questions, discussion,

More information

DONOR PROSPECTUS March 2017

DONOR PROSPECTUS March 2017 DONOR PROSPECTUS March 2017 Barons of Barossa Inc. 8 Sturt Street ANGASTON SA 4343 ABN 37 820 572 699 Donor Prospectus Introduction Your generous donations are essential to the success of. We have developed

More information

Lesson 1: Drink Detective

Lesson 1: Drink Detective esson 1: Drink Detective Curriculum Expectations Health and Physical Education: Grade 3: 1.1, C1.1 Grade 4: 1.1, C2.1, C3.1 Grade 5: 1.1, C2.1 Grade 6: 1.1, C2.1 Grade 7: 1.1, C3.1 earning Goals By the

More information

Structures of Life. Investigation 1: Origin of Seeds. Big Question: 3 rd Science Notebook. Name:

Structures of Life. Investigation 1: Origin of Seeds. Big Question: 3 rd Science Notebook. Name: 3 rd Science Notebook Structures of Life Investigation 1: Origin of Seeds Name: Big Question: What are the properties of seeds and how does water affect them? 1 Alignment with New York State Science Standards

More information

L I V E W E L L, W O R K W E L L

L I V E W E L L, W O R K W E L L I N S I D E T H I S I S S U E E M P L O Y E E W A L K V O L L E Y B A L L L E A G U E 1 2 H A B I T S D I N I N G O P T I O N S 3 I T S T M E T E X A S 4 R E C I P E C A L E N D E R O F E V E N T S L I

More information