Automatic Identification and Analysis of Basketball Plays: NBA On-Ball Screens

Size: px
Start display at page:

Download "Automatic Identification and Analysis of Basketball Plays: NBA On-Ball Screens"

Transcription

1 Automatic Identification and Analysis of Basketball Plays: NBA On-Ball Screens Thesis Proposal Master of Computer Information Science Graduate College of Electrical Engineering and Computer Science Cleveland State University Andrew Yu January 27, 2017 Approved by Advisory Committee Members: [Name of Chair], Thesis Committee Chair Date [Name of Supervisor], Supervisor Date [Name of Committee Member], Thesis Committee Member Date [Name of Committee Member], Thesis Committee Member Date

2 1. Introduction 1.1. Background Sports analytics is the management and analysis of data collected from sports games to quantify past results and predict future outcomes. Simple box scores have been collected since the rise of professional sports in the 19th century [1], but as the means of data collection and storage improve, so does the depth and impact of sports analytics. Nowadays, one would be hard-pressed to find a professional sports team without its own analytics department. In the National Basketball Association (NBA), the home team of each game employs a group of scorekeepers who record basic statistics like points, rebounds, and assists. Such statistics are easily accessible and considered common knowledge to all teams, players and fans. Teams looking for more detailed data from the game must hire their own analytics departments. Traditionally, analysts were often assigned the grueling task of watching video recordings of basketball games to manually collect data, but the development of sophisticated computer tools for data collection in recent years has allowed them to focus more on analysis. Because of the competitive nature of sports, analytics departments operate behind the scenes, rarely if ever divulging their findings to the public, but when playoffs start and games become more important, every decision on the basketball court is more deliberate, and the influence of analytics shines through Motivation In the 2016 NBA Finals, crucial moments of the championship-deciding Game 7 featured both teams repeatedly employing an offensive play called on-ball screens to gain an advantageous switch. This play involves four players, two on defense guarding two on offense, one of which is holding the ball. First, the offensive player without the ball (screener) stands still and sets a screen, effectively making himself an obstacle for anyone trying to move through his area. Then, the offensive player with the ball (ball-handler) dribbles the ball and brushes by the screener. The defensive player trying to stay close to the ball-handler will have his path blocked by the screener, putting him in a poor position to defend the ball-handler. While the defender struggles to recover by going around the screen, another defender (usually the one guarding the screener) must step up to defend the ball-handler. In the end, a different defender is guarding the ball-handler and a switch has occurred. The goal of the play is to force a poor defender to defend a good offensive player. The on-ball screen is a simple play that is fundamental to any NBA offense, from which a variety of different plays, like the pick-and-roll, can arise. To defend against it, a team must define a set of rules to follow when facing an on-ball screen, allowing defenders to coordinate properly and

3 respond quickly. These rules are often the defining philosophy of a defensive-minded coach, and a great defender follows them instinctively. This thesis explores methodologies to build a framework that can automatically identify and analyze on-ball screens resulting in switches based on the motion of the players on the court. This framework may allow defensive teams to quickly develop sophisticated rules that are highly individualized, from discouraging opposing teams in the next game to disrupting players in the next play. This framework may also allow offensive teams to identify teams and players that are vulnerable to the on-ball screen Data There are three types of data to be collected and used to build the framework: 1. SportVU Player Motion-Tracking Data SportVU is a proprietary technology from Stats LLC in partnership with the NBA since 2013 to provide full-featured motion-tracking capabilities and data feeds to all 30 NBA arenas [7]. SportVU utilizes a six-camera system installed in basketball arenas to track the real-time positions of all 10 players and the ball 25 times per second [5]. The SportVU motion-tracking data (henceforth called SportVU data ) will be collected and used for this work. 2. Play-By-Plays The play-by-play, compiled by the scorekeepers in each NBA game, includes information such as scoring plays, rebounds, turnovers, fouls, timeouts, and substitution. The play-byplay charts are necessary to build higher-level basketball concepts, such as possessions. 3. NBA Game Tape Television broadcast video of the basketball games must be used clarify the SportVU data when the SportVU technology produces errors and artifacts. It can also be used to build a testing set for automatic identification of on-ball screens. 2. Objective 2.1. Problem Statement

4 In the past, identification of on-ball screens was done manually in painstaking fashion by watching video recordings of the game. Because on-ball screens are highly dynamic actions involving multiple players and various lengths of time, automatic identification of such plays became possible only with the advent of SportVU data. Each on-ball screen occurs in less than three seconds, meaning the high frame rate and high resolution positioning of the SportVU data is required to properly identify them. Such a solution can save analysts enormous amounts of time and effort. Unfortunately, the SportVU data in its raw form is not suitable for querying. As a semistructured data format intended for exchange over the internet, a considerable amount of preprocessing is required to extract player positions for each frame. In addition, attributes like teams, game date, and players are codified with numeric identifiers and repeated throughout the raw files to produce a hierarchical structure in which each frame contains all the information about the game, even ones that never change. This organizational feature ensures that each frame contains all game-related information, which is useful for partial transfer, but it comes at a cost of redundancy, bloat in size, and extra preprocessing requirement. Automatic analysis is an additional layer of data on top of automatic identification. Once an onball screen is identified, it would be helpful to obtain additional information about the screen, such as directionality, resulting action, reactions from defense, etc. to quickly organize them into groups for more individualized analysis. Analysis of on-ball screens might identify which players are good or bad at executing or defending them, but such information must be translated to a basketball language that NBA players and coaches can understand and exploit. Visual recreations of the court with player positions, movements, and recommended actions would convey the message more effectively than a chart full of numbers Objective The purpose of this thesis is to develop a framework upon which on-ball screens can be automatically identified and analyzed given SportVU, play-by-play, and game tape data, then translated into offensive and defensive strategies. This framework will identify patterns in opponents on-ball screens and point to strategies that exploits certain weaknesses in their defensive strategies. The analysis will weigh the outcomes of on-ball screens in the past, as well as trends and tendencies in more recent games. The framework will also provide an interface for the available data that enables more efficient querying and visualization Related Work

5 The MIT Sloan Sports Analytics Conference [2] (henceforth called Sloan Conference ) is emerging as the premier sports analytics conference, where industry-leading ideas are shared. Founded in 2006, the Sloan Conference has featured some of the most involved players in sports analytics, including NBA general managers, former players, coaches, and journalists from all four major league sports in the US (NBA, NFL, MLB, NHL). At the 2014 Sloan Conference, McQueen et al. [4] unveiled a predictive algorithm for on-ball screens that achieved a sensitivity of 82% and positive predictive value of 80%. However, it suffered from a lack of available data with only 252 minutes of basketball play in 14 games. At the 2016 Sloan Conference, McIntyre et al. [3] followed up on the 2014 paper using a more robust dataset for a deeper look at the identification of on-ball screens, subdividing them into multiple categories based on the defense s reaction to the screen. With such a large dataset, the study was able to individualize the results for each player and the role he played in the screens. Based on these findings, the study could produce a simple defensive strategy for a theoretical scenario, involving different offensive and defensive players. 3. Methodology 3.1. Data Collection and Preprocessing SportVU Player Motion-Tracking Data To automatically identify the on-ball screen, raw SportVU data will be collected. Some of this data had been disseminated to the public through NBA s official stats page [6], though it is no longer available. This thesis only makes use of the disseminated data, which was available in in semi-structured format for internet for data exchange purposes. All the available SportVU data are from 631 games in the first half of the NBA season (10/27/2015 to 1/23/2016). Each file is around 100MB of plaintext and contains all motiontracking data for all players in one complete game. On average, each game contains 75,000 frames at 25 frames per second (fps), equaling 50 minutes of high speed motion tracking player positions to 100,000th of a foot (as an approximation). With each NBA game consisting of 48 minutes, the 2 extra minutes correspond to frames in which the game clock is not moving Play-By-Plays

6 To supplement the SportVU data, play-by-play information from each game should be retrieved from NBA s official stats page. The play-by-play includes information such as scoring plays, rebounds, turnovers, fouls, timeouts, and substitution, which are necessary to build higher-level basketball concepts, such as possessions. Each NBA game consists of 500 play-by-play events on average, accompanied by the game clock, measured to the second, and the score for each team after the event. The game clock resolution in the play-by-play is a far cry from the 25fps SportVU data, but because on-ball screens do not typically occur simultaneously with events, the low resolution should be a nonissue NBA Game Tape It is helpful to corroborate findings made through the SportVU data with a live recording of the game, because the recording offers details and nuances in the game that are lost when converting players to single points on the court, namely players direction and body positioning. Some errors and artifacts in the SportVU data will also necessitate a second source to confirm a player s position. Full game tapes, in the form of television broadcasts digitally encoded at 30 frames per second, 3000KB/s, and around 150 minutes long each, are available to subscribers of NBA League Pass, an online video streaming service from the NBA. Note that the synchronization of the game tape and SportVU data is possible because SportVU data offers actual time of each frame to the millisecond Identification and Analysis The automatic identification of on-ball screens in the 631 games will involve three steps: 1. Identify candidates for on-ball screens A rule-based algorithm is created to group large datasets of single frames into groups of frames that have features of an on-ball screen based on the SportVU player motion-tracking data.

7 The rules are made intentionally inclusive to maximize the sensitivity of the algorithm, and to include false positives that will be useful in the next step. 2. Manually label the candidates A sample of the events identified by the rule-based algorithm is manually labeled using visualizations of the SportVU data. For edge cases, game tape is used to confirm or reject an event as an on-ball screen. 3. Build a machine learning algorithm. An intelligent algorithm will be trained using the labeled data as training and learning sets. Different samples of the SportVU data is used to test and refine the algorithm, to find one that recognizes on-ball screens most consistently. The algorithm will be applied to the unlabeled data to predict on-ball screens from all 631 games, and identify each player and his role in the on-ball screen. The analysis of the on-ball screens is reliant on the results from the identification step. Analysis involves metadata related to the on-ball screens, such as players involved, subsequent events, points scored, and reaction by defense. Patterns found in the metadata reveals effectiveness of the on-ball screens based on above variables. Effectiveness of hypothetical on-ball screens with any given variables is predicted Data Visualization The framework will provide a visualization tool for the SportVU data to supplement the data and corroborate the findings. Representing data points as a recreation of the physical basketball court allows for intuitive understanding of the movement of players in the context of a basketball game, enabling more efficient analysis. A sophisticated visualization tool is needed to properly demonstrate the movement of players and the ball at high speed and resolution without losing any details of the SportVU data. Such a visualization should be used to augment, not replace, the SportVU data. 4. Timeline

8 Weekly meetings with thesis advisor will take place to give an update on progression of the project throughout the semester. Fall Semester 2016 o NBA Basketball Analytics Hackathon September 2016 o Topic Exploration October 2016 Winter 2016 o Data Collection and Sample Visualization December 2016 o Data Consolidation and non-ai Analysis January 2016 Spring 2017 o AI Analysis and Solution Building February 2017 o Write Thesis paper April 2017 o Give oral defense May References [1] Paul Dickson. The Joy of Keeping Score. New York: Walker. ISBN [2] Nick Fasulo. MIT Sloan Sports Analytics Conference, Day 1: Explaining The 10,000 Hour Rule, And More. SBNation.com. Retrieved [3] Avery McIntyre, Joel Brooks, John Guttag, and Jenna Wiens. Recognizing and Analyzing Ball Screen Defense in the NBA. [4] Armand McQueen, Jenna Wiens, and John Guttag. Automatically Recognizing On-Ball Screens. In 2014 MIT Sloan Sports Analytics Conference, [5] Basketball Data Feed Basketball Player Tracking SportVU, Retrieved Dec [6] NBA.com/Stats FAQ, Retrieved Dec [7] NBA partners with Stats LLC for tracking technology, Sep 5, 2013, Retrieved Dec

NBA Plays. Mitchell Kates. at the. September 2014

NBA Plays. Mitchell Kates. at the. September 2014 Player Motion Analysis: Automatically Classifying NBA Plays by Mitchell Kates Submitted to the Department of Electrical Engineering and Computer Science in partial fulfillment of the requirements for the

More information

Using Spatio-Temporal Data To Create A Shot Probability Model

Using Spatio-Temporal Data To Create A Shot Probability Model Using Spatio-Temporal Data To Create A Shot Probability Model Eli Shayer, Ankit Goyal, Younes Bensouda Mourri June 2, 2016 1 Introduction Basketball is an invasion sport, which means that players move

More information

1. Can it put you in a position to beat the BEST teams on your schedule? 2. Can it win on the Road?

1. Can it put you in a position to beat the BEST teams on your schedule? 2. Can it win on the Road? PACK LINE DEFENSE Four Questions You Must Answer in Regards to Your DEFENSE 1. Can it put you in a position to beat the BEST teams on your schedule? 2. Can it win on the Road? 3. Do you improve as the

More information

What are Some Solutions to Various Defensive Ball Screen Tactics?

What are Some Solutions to Various Defensive Ball Screen Tactics? What are Some Solutions to Various Defensive Ball Screen Tactics? Tactic: Hard Hedge Solution: Players should slip screen or make a quick reversal across top or to corner. In addition, and offensively

More information

Penalty Corners in Field Hockey: A guide to success. Peter Laird* & Polly Sutherland**

Penalty Corners in Field Hockey: A guide to success. Peter Laird* & Polly Sutherland** Penalty Corners in Field Hockey: A guide to success Peter Laird* & Polly Sutherland** *4 Seton Place, Edinburgh, EH9 2JT **39/5 West Bryson Road, Edinburgh, EH11 1BQ. Abstract The purpose of this study

More information

Foothill Hoops Youth Basketball Rules and Regulations (Revised November 2017) First Edit Spring 2018

Foothill Hoops Youth Basketball Rules and Regulations (Revised November 2017) First Edit Spring 2018 Foothill Hoops Youth Basketball Rules and Regulations (Revised November 2017) First Edit Spring 2018 I. General A. Game length Games shall either be divided into 4 quarters of 10 minutes in length (for

More information

A Simple Visualization Tool for NBA Statistics

A Simple Visualization Tool for NBA Statistics A Simple Visualization Tool for NBA Statistics Kush Nijhawan, Ian Proulx, and John Reyna Figure 1: How four teams compare to league average from 1996 to 2016 in effective field goal percentage. Introduction

More information

HIGHER PE (National 6) TACTICS Pupil Workbook

HIGHER PE (National 6) TACTICS Pupil Workbook STRATHAVEN ACADEMY HIGHER PE (National 6) TACTICS Pupil Workbook PHYSICAL FACTORS (Tactics) and MENTAL FACTORS Impacting on Performance Name: Class: Teacher s Name: 1 What is a Tactic? SECTION 1 A tactic

More information

TABLE OF CONTENTS. Rule Changes and Points of Emphasis for 2017

TABLE OF CONTENTS. Rule Changes and Points of Emphasis for 2017 TABLE OF CONTENTS Page Rule # Rule Changes/Points of Emphasis 1 - Sportsmanship 2 1 Games 2 2 Equipment/Uniforms 3 3 Substitute Players 3 4 Scorekeeping 3 5 Forfeits 3 6 Protests 3 7 Interaction with Officials

More information

Practice 4 of 12 BIGS/GUARDS MVP LEVEL. Values RECEPTIVENESS 2 Discuss how it can benefit everyone to be receptive. Warm-Up.

Practice 4 of 12 BIGS/GUARDS MVP LEVEL. Values RECEPTIVENESS 2 Discuss how it can benefit everyone to be receptive. Warm-Up. THEME ACTIVITY DETAILS PERCENTAGE OF TOTAL PRACTICE TIME Values RECEPTIVENESS 2 Discuss how it can benefit everyone to be receptive. 5% Warm-Up DYNAMIC WARM-UP WITH BALL (1 of each) Skip Forward Jog Forward

More information

ShepNaz Basketball (Upward) Rules SECTION III FORMS

ShepNaz Basketball (Upward) Rules SECTION III FORMS SECTION III FORMS The Levels of Upward Basketball Upward Basketball uses a four-level age appropriate format that grows with each young athlete. Each level of Upward Basketball is tailored to meet athletes

More information

Body Shots : Analyzing Shooting Styles in the NBA

Body Shots : Analyzing Shooting Styles in the NBA Body Shots : Analyzing Shooting Styles in the NBA using Body Pose Panna Felsen UC Berkeley and STATS panna@eecs.berkeley.edu Patrick Lucey STATS plucey@stats.com Abstract In this work we develop a novel

More information

Blue Valley West High School Motion Offense

Blue Valley West High School Motion Offense Blue Valley West High School Motion Offense Advantages of Running Motion Offense Donnie Campbell Head Boys Basketball Coach Blue Valley West High School Email: dcampbell01@bluevalleyk12.org Difficult to

More information

DIVISION 2 (2nd - 3rd Grades)

DIVISION 2 (2nd - 3rd Grades) Goal Height 8 feet 9 feet 10 feet 10 feet Ball Size 25.5" 28.5" 28.5" 28.5" girls; 29.5" boys Playing court Half Half Full Full Clock Runs continuously for six 5 minute segments and a halftime. Participants

More information

PREDICTING the outcomes of sporting events

PREDICTING the outcomes of sporting events CS 229 FINAL PROJECT, AUTUMN 2014 1 Predicting National Basketball Association Winners Jasper Lin, Logan Short, and Vishnu Sundaresan Abstract We used National Basketball Associations box scores from 1991-1998

More information

Great Valley Basketball. Grade 3_4 Rules

Great Valley Basketball. Grade 3_4 Rules Great Valley Basketball Grade 3_4 Rules Updated: October 2013 3rd / 4th Grade Division Overview This division is for boys and girls in Grade 3 and 4. Children are not permitted to play up into the division.

More information

Table Of Contents Introduction... 4 Week 1 - Practice Plan #1 - Cutting Movements... 6 Week 1 - Practice Plan #2 - Cutting Movements... 7 Week 1 - Practice Plan #3 - Cutting Movements... 8 Week 2 - Practice

More information

THE TRIANGLE OFFENSE

THE TRIANGLE OFFENSE FIBA EUROPE COACHES - OFFENSE by Tex Winter THE TRIANGLE OFFENSE Tex Winter, until 2007 a consultant of the Los Angeles Lakers, is one of the most respectful basketball coach in the world and the innovator

More information

SCHOOL TEAM COACHING CLINIC

SCHOOL TEAM COACHING CLINIC SCHOOL TEAM COMPETENCE CONFIDENCE CHARACTER WWW.SPLITSECONDBASKETBALL.COM In a short season with time for only a handful of practices, determining your goals and priorities is arguably your most important

More information

General Rules Revised* 10/29/13

General Rules Revised* 10/29/13 General Rules Revised* 10/29/13 1. Governing Rules of Play a. Official MIAA High School rules will be followed except for the changes noted in these WBA General Rules, and the WBA supplementary rules.

More information

Benefits in effective scouting:

Benefits in effective scouting: Why Scout? This scouting information will prepare the coach to create a realistic training environment that specifically is designed to compete against the opponent. Professional scouting is a very meticulous

More information

Great Valley Basketball. Grade 1_2 Rules

Great Valley Basketball. Grade 1_2 Rules Great Valley Basketball Grade 1_2 Rules Updated: October 2013 1st / 2nd Grade Division Overview This division is for boys and girls in Grade 1 and 2. Division Philosophy The programs are built around learning,

More information

1. At the start of a game, each team may play with fewer than five players,

1. At the start of a game, each team may play with fewer than five players, In 1-30, C is for correct and I is for incorrect. 1. At the start of a game, each team may play with fewer than five players, 2. A player coming to a stop establishes a pivot foot. When the player lifts

More information

Investigation of Winning Factors of Miami Heat in NBA Playoff Season

Investigation of Winning Factors of Miami Heat in NBA Playoff Season Send Orders for Reprints to reprints@benthamscience.ae The Open Cybernetics & Systemics Journal, 2015, 9, 2793-2798 2793 Open Access Investigation of Winning Factors of Miami Heat in NBA Playoff Season

More information

2014 Americas Team Camp Coaching Clinic

2014 Americas Team Camp Coaching Clinic Notes provided by Jon Giesbrecht - Winnipeg, MB, Canada - CoachGiesbrecht@gmail.com 2014 Americas Team Camp Coaching Clinic Defense with Brett Gunning (Orlando Magic) 4 Characteristics of Great Defensive

More information

National5/6 PE TACTICS Pupil Workbook

National5/6 PE TACTICS Pupil Workbook STRATHAVEN ACADEMY National5/6 PE TACTICS Pupil Workbook PHYSICAL FACTORS (Tactics) and MENTAL FACTORS Impacting on Performance Name: Class: Teacher s Name: What is a Tactic? A tactic is a plan of action

More information

Motion Offense. Movement creates movement, Intelligent movement creates space, Space affords time, and time ensures accuracy

Motion Offense. Movement creates movement, Intelligent movement creates space, Space affords time, and time ensures accuracy This article is taken from a presentation by Canadian National Women s Team Head Coach, Allison McNeill. The presentation was given to British Columbia s Girls Centre for Performance. Motion Offense General

More information

Information Visualization in the NBA: The Shot Chart

Information Visualization in the NBA: The Shot Chart Information Visualization in the NBA: The Shot Chart Stephen Chu University of California, Berkeley chu.stephen@gmail.com ABSTRACT In this paper I describe a new interactive shot chart prototype to be

More information

Impact Winter Basketball League Rules 3 rd 4 th Grade Boys and Girls

Impact Winter Basketball League Rules 3 rd 4 th Grade Boys and Girls Impact Winter Basketball League Rules 3 rd 4 th Grade Boys and Girls About The PARC: The PARC is a nonprofit, Christian-based recreation center that is part of the Sugar Land First United Methodist Church.

More information

Game Theory (MBA 217) Final Paper. Chow Heavy Industries Ty Chow Kenny Miller Simiso Nzima Scott Winder

Game Theory (MBA 217) Final Paper. Chow Heavy Industries Ty Chow Kenny Miller Simiso Nzima Scott Winder Game Theory (MBA 217) Final Paper Chow Heavy Industries Ty Chow Kenny Miller Simiso Nzima Scott Winder Introduction The end of a basketball game is when legends are made or hearts are broken. It is what

More information

3 Seconds Violation in which an offensive player remains within the key for more than 3 seconds at one time.

3 Seconds Violation in which an offensive player remains within the key for more than 3 seconds at one time. 3 Seconds Violation in which an offensive player remains within the key for more than 3 seconds at one time. 3-Point Play When a player is fouled but completes the basket and is then given the opportunity

More information

CB2K. College Basketball 2000

CB2K. College Basketball 2000 College Basketball 2000 The crowd is going crazy. The home team calls a timeout, down 71-70. Players from both teams head to the benches as the coaches contemplate the instructions to be given to their

More information

Course ID April 2015 COURSE OUTLINE

Course ID April 2015 COURSE OUTLINE Page 1 of 5 Degree Applicable Glendale Community College Course ID 003038 April 2015 I. Catalog Statement COURSE OUTLINE Athletics and Physical Education 103 Intercollegiate Baseball Physical Education

More information

WOA Basketball Test

WOA Basketball Test A note from a MD/OD is required in order for a player to return to play (after being removed from WIAA 1 TRUE FALSE the game for symptoms of a concussion). After being removed from the game for symptoms

More information

City of Mesa Youth Sports BASKETBALL RULEBOOK Winter 2018

City of Mesa Youth Sports BASKETBALL RULEBOOK Winter 2018 City of Mesa Youth Sports BASKETBALL RULEBOOK Winter 2018 Due to the goal of our league and nature of kids still trying to understand the concepts of the game, it is unrealistic for our referees to call

More information

Analyzing the Influence of Player Tracking Statistics on Winning Basketball Teams

Analyzing the Influence of Player Tracking Statistics on Winning Basketball Teams Analyzing the Influence of Player Tracking Statistics on Winning Basketball Teams Igor Stančin * and Alan Jović * * University of Zagreb Faculty of Electrical Engineering and Computing / Department of

More information

SSYO POLICY AND RULES FOR CUB BASKETBALL November 2017

SSYO POLICY AND RULES FOR CUB BASKETBALL November 2017 SSYO POLICY AND RULES FOR CUB BASKETBALL November 2017 The SSYO follows the National Basketball Federation (High School Rules) for basketball with the following exceptions: CUB LEVEL The Cub level is an

More information

2. National coordinator of officiating update/report. (Struckhoff)

2. National coordinator of officiating update/report. (Struckhoff) MEMORANDUM TO: NCAA Divisions I, II and III Women s Basketball Coordinators of Officials. FROM: Mary Struckhoff National Coordinator of Women s Basketball Officiating Debbie Williamson Secretary-Rules

More information

Table Crew and Officials Meeting

Table Crew and Officials Meeting Table Crew and Officials Meeting The following is general information for the table crew and officials. Many of the points should be discussed during the pre-game meeting. Table Crew (Referee will conduct

More information

OBRI - OFFICIAL INTERPRETATIONS

OBRI - OFFICIAL INTERPRETATIONS OBRI - OFFICIAL INTERPRETATIONS valid as of 1st february 2018 Official Basketball Rules 2017 Official Interpretations Valid as of 1 st February 2018 February 2018, 2 nd Edition OFFICIAL BASKETBALL RULES

More information

UABA Coaches Manual. Mission Statement: The Coaches:

UABA Coaches Manual. Mission Statement: The Coaches: Mission Statement: The mission of the Upper Allen Baseball Association (UABA) is to provide a wholesome atmosphere for the youth of Upper Allen to participate in organized baseball. Furthermore, we intend

More information

LOUDOUN ACADEMY PHYSICAL EDUCATION DEPARTMENT BASKETBALL STRUCTURES AND STRATEGIES STUDENT BOOKLET

LOUDOUN ACADEMY PHYSICAL EDUCATION DEPARTMENT BASKETBALL STRUCTURES AND STRATEGIES STUDENT BOOKLET LOUDOUN ACADEMY PHYSICAL EDUCATION DEPARTMENT BASKETBALL STRUCTURES AND STRATEGIES STUDENT BOOKLET Use the information contained in this booklet together with the data you gather throughout the course

More information

BASKETBALL HISTORY OBJECT OF THE GAME

BASKETBALL HISTORY OBJECT OF THE GAME BASKETBALL HISTORY Basketball was invented in 1891 by Dr. James Naismith, an instructor at the YMCA Training School in Springfield, Massachusetts. Unlike football, baseball and other sports that evolved

More information

FIBA Guidelines for Referee Education Volume 2. Three-Person Officiating. Script

FIBA Guidelines for Referee Education Volume 2. Three-Person Officiating. Script FIBA Guidelines for Referee Education Volume 2 Three-Person Officiating Script DVD Volume 2, Three-Person Officiating Page 1 of 54 CONTENT INTRODUCTION 1. START OF THE GAME 1.1. Observation and Duties

More information

CHESHIRE PARKS & RECREATION DEPARTMENT BASKETBALL MANUAL

CHESHIRE PARKS & RECREATION DEPARTMENT BASKETBALL MANUAL CHESHIRE PARKS & RECREATION DEPARTMENT BASKETBALL MANUAL RULES & DRILLS REV. November 2010 INDEX ACTIVITY GUIDELINES Page 3 BASIC RULES. 4-5 DRILLS Passing Drills... 6 Dribbling.. 6 Stop And Go Dribbling

More information

OFFICIAL BASKETBALL STATISTICIANS MANUAL 2012

OFFICIAL BASKETBALL STATISTICIANS MANUAL 2012 OFFICIAL BASKETBALL STATISTICIANS MANUAL 2012 Valid as of 1st October 2012 OFFICIAL BASKETBALL STATISTICIANS MANUAL 2012 October 2012 Page 2 of 24 ONE FIELD GOALS... 3 TWO FREE THROWS... 6 THREE - REBOUNDS...

More information

GAME TEMPO ETTORE MESSINA

GAME TEMPO ETTORE MESSINA GAME TEMPO ETTORE MESSINA After having talked about the tactical components of a half court offense, I'd like to address the concept of rhythm, which is quite different from the timing to which I have

More information

Beaumont Little Dribblers Basketball Special Playing Rules

Beaumont Little Dribblers Basketball Special Playing Rules The Official Basketball Rules as adopted by the National Federation of State High School Associations (NFHS) has been adopted as the official Beaumont Little Dribblers Basketball Playing Rules except as

More information

c y a b a s k e t b a l l - p r a c t i c e r e s o u r c e s Defense MANUAL

c y a b a s k e t b a l l - p r a c t i c e r e s o u r c e s Defense MANUAL c y a b a s k e t b a l l - p r a c t i c e r e s o u r c e s Defense MANUAL - Defense Included in This Manual Introduction to Defense Points of Emphasis for Defensive Drills 3 Drills with Detailed Pictures/

More information

Practice 9 of 12 MVP LEVEL. Values SETTING GOALS Teach the players the importance of long and short-term goals.

Practice 9 of 12 MVP LEVEL. Values SETTING GOALS Teach the players the importance of long and short-term goals. THEME ACTIVITY DETAILS PERCENTAGE OF TOTAL PRACTICE TIME Values SETTING GOALS Teach the players the importance of long and short-term goals. 5% Warm-Up DYNAMIC WARM-UP ( x each) The Bear Hold Ankling Carioca

More information

SCREENING Fundamentals of the Screening Game Cutting Principles 166

SCREENING Fundamentals of the Screening Game Cutting Principles 166 SCREENING Screens are used to create a one-second advantage. Players can use screens as a way to create confusion for the defence. Properly reading the defence gives the offence a one-second advantage.

More information

2018 WNSL Basketball Rules

2018 WNSL Basketball Rules 2018 WNSL Basketball Rules Please print the appropriate Sections for WNSL and Other Items of Importance for your Grade & Division of Play Grade Division of Play Sections to Print Pre-Kindergarten All Sections

More information

5-on-5 INTRAMURAL BASKETBALL RULES

5-on-5 INTRAMURAL BASKETBALL RULES 1 5-on-5 INTRAMURAL BASKETBALL RULES All rules not covered by this supplement shall be governed by current National Federation of State High School Association (NHFS) basketball rules. I. COURT AND EQUIPMENT

More information

YOUTH CO-ED COMMUNITY RECREATIONAL BASKETBALL HANDBOOK

YOUTH CO-ED COMMUNITY RECREATIONAL BASKETBALL HANDBOOK 1 YOUTH CO-ED COMMUNITY RECREATIONAL BASKETBALL HANDBOOK FALL / WINTER SEASON TOWNSHIP OF CHERRY HILL RECREATION DEPARTMENT Amended October 2018 2 Welcome Thank you for volunteering your services as basketball

More information

Abstract. 1 Introduction

Abstract. 1 Introduction How to Get an Open Shot : Analyzing Team Movement in Basketball using Tracking Data Patrick Lucey, Alina Bialkowski, Peter arr, Yisong Yue and Iain Matthews Disney Research, Pittsburgh, PA, USA, 15213

More information

UC MERCED INTRAMURAL SPORTS

UC MERCED INTRAMURAL SPORTS UC MERCED INTRAMURAL SPORTS A LEAGUE BASKETBALL RULES All rules not covered by this supplement shall be governed by current NCAA basketball rules. RULE 1: COURT AND EQUIPMENT 1.1 Basketballs. A 30 ball

More information

Exploring the Impacts of Salary Allocation on Team Performance

Exploring the Impacts of Salary Allocation on Team Performance University of Pennsylvania ScholarlyCommons Summer Program for Undergraduate Research (SPUR) Wharton Undergraduate Research 8-24-2017 Exploring the Impacts of Salary Allocation on Team Performance Jimmy

More information

5-Out Motion Offense Domestic Coaching Guide

5-Out Motion Offense Domestic Coaching Guide 5-Out Motion Offense Domestic Coaching Guide The following is an excerpt from Basketball For Coaches the original document can be found here The 5-out motion offense is a fantastic primary offense for

More information

#19 MONITORING AND PREDICTING PEDESTRIAN BEHAVIOR USING TRAFFIC CAMERAS

#19 MONITORING AND PREDICTING PEDESTRIAN BEHAVIOR USING TRAFFIC CAMERAS #19 MONITORING AND PREDICTING PEDESTRIAN BEHAVIOR USING TRAFFIC CAMERAS Final Research Report Luis E. Navarro-Serment, Ph.D. The Robotics Institute Carnegie Mellon University November 25, 2018. Disclaimer

More information

KAMLOOPS ELEMENTARY SCHOOLS BASKETBALL PROGRAM. Philosophy

KAMLOOPS ELEMENTARY SCHOOLS BASKETBALL PROGRAM. Philosophy KAMLOOPS ELEMENTARY SCHOOLS BASKETBALL PROGRAM Philosophy Program Goals To create an environment where students can have fun. To help students develop skills, learn the rules, and appreciate the game of

More information

BASKETBALL HISTORY RULES TERMS

BASKETBALL HISTORY RULES TERMS BASKETBALL HISTORY The rules of basketball are designed to produce a very fast-paced, offensive game, making it one of the most technically demanding ball sports. Invented in 1891 by a Canadian, James

More information

This is a simple "give and go" play to either side of the floor.

This is a simple give and go play to either side of the floor. Set Plays Play "32" This is a simple "give and go" play to either side of the floor. Setup: #1 is at the point, 2 and 3 are on the wings, 5 and 4 are the post players. 1 starts the play by passing to either

More information

Average Accuracy within 0.1 mph, Calls Out Speeds, Tracks Results

Average Accuracy within 0.1 mph, Calls Out Speeds, Tracks Results Average Accuracy within 0.1 mph, Calls Out Speeds, Tracks Results SmartPitch is a father-son dream come true. But before sharing that story, here's the pay-off for SmartPitch users: UNIQUE FEATURES: Turns

More information

Basketball. Revised 3/4/15 3 on 3 Tournament Rules. Three-on-Three Half Court

Basketball. Revised 3/4/15 3 on 3 Tournament Rules. Three-on-Three Half Court Basketball Revised 3/4/15 3 on 3 Tournament Rules Three-on-Three Half Court QUALIFYING RULES 1. All first-, second- and third-place teams at a 2014 NSGA qualifying games will qualify for the 2015 National

More information

Coaching Your Best in Competitions. Wade Gilbert, PhD

Coaching Your Best in Competitions. Wade Gilbert, PhD Coaching Your Best in Competitions Wade Gilbert, PhD wgilbert@csufresno.edu @WadeWgilbert Last webinar Winning the game before the game *Today* Winning the game within the game Insights from recent competition

More information

Sportvision first arrived on the baseball scene with the

Sportvision first arrived on the baseball scene with the An Introduction to FIELDf/x by Kate McSurley and Greg Rybarczyk Sportvision first arrived on the baseball scene with the pitch tracking PITCHf/x system, which allows viewers to identify the speed and trajectory

More information

2017 GIRLS IN HOUSE BASKETBALL BAA/BAC and other assoc. in our league RULES

2017 GIRLS IN HOUSE BASKETBALL BAA/BAC and other assoc. in our league RULES 2017 GIRLS IN HOUSE BASKETBALL BAA/BAC and other assoc. in our league RULES Eligibility Minnesota State High School League rules do not allow high school athletes that play on high school basketball teams

More information

Official Basketball Rules Official Interpretations

Official Basketball Rules Official Interpretations Valid as of 1st November 2015 Official Basketball Rules 2014 Official Interpretations Valid as of 1 st November 2015 Page 2 of 48 OFFICIAL BASKETBALL RULES INTERPRETATIONS November 2015 TABLE OF CONTENTS

More information

Practice 12 of 12 MVP LEVEL. Values TIME MANAGEMENT Help the players understand how to manage, school, fun, sports, and other hobbies.

Practice 12 of 12 MVP LEVEL. Values TIME MANAGEMENT Help the players understand how to manage, school, fun, sports, and other hobbies. THEME ACTIVITY DETAILS PERCENTAGE OF TOTAL PRACTICE TIME Values TIME MANAGEMENT Help the players understand how to manage, school, fun, sports, and other hobbies. 5% Warm-Up DYNAMIC WARM-UP (1 x each from

More information

Intramural 5v5 Basketball

Intramural 5v5 Basketball Intramural 5v5 Basketball 1. All participants must bring their current UCCS ID to each game. Participants without proper identification will not be allowed to play. No other forms of identification (driver

More information

Food for thought: Attacking the Rim

Food for thought: Attacking the Rim Mike MacKay mmackay@basketball.ca Food for thought: Attacking the Rim Watching teams play with the short shot clock has produced the following observation. Teams often get lulled into playing on the perimeter

More information

7. Teach your small guards to hit the floor after a layup attempt has been blocked.

7. Teach your small guards to hit the floor after a layup attempt has been blocked. At Xavier, we want our players to play with great passion. We are constantly looking for ways to motivate our players to commit to our system and reach their maximum potential. One way in which we have

More information

Mike M ac Kay - Manager of Coach Education and Development. Transition defence

Mike M ac Kay - Manager of Coach Education and Development. Transition defence Mike M ac Kay - Manager of Coach Education and Development Transition defence While doing clinics for Basketball Saskatchewan on the impact of the short shot clock and the eight-second backcourt, it became

More information

BASKETBALL PREDICTION ANALYSIS OF MARCH MADNESS GAMES CHRIS TSENG YIBO WANG

BASKETBALL PREDICTION ANALYSIS OF MARCH MADNESS GAMES CHRIS TSENG YIBO WANG BASKETBALL PREDICTION ANALYSIS OF MARCH MADNESS GAMES CHRIS TSENG YIBO WANG GOAL OF PROJECT The goal is to predict the winners between college men s basketball teams competing in the 2018 (NCAA) s March

More information

MABA INTRAMURAL PROGRAM COACHES HANDBOOK

MABA INTRAMURAL PROGRAM COACHES HANDBOOK MABA INTRAMURAL PROGRAM COACHES HANDBOOK To All MABA Intramural Coaches, Welcome to what promises to be an exciting and rewarding year for the Medway Amateur Basketball Association (MABA) Intramural program.

More information

FIBA Europe Coaching Website. Manual. Practice Section

FIBA Europe Coaching Website. Manual. Practice Section FIBA Europe Coaching Website Manual Practice Section CONTENTS Page 1. How to get started 3 Roster Management 4 Attendance 4 Practice Planner 5 2. Drills 8 Search Mask 8 Overview 11 Create Drill 13 3. Plays

More information

NBA TEAM SYNERGY RESEARCH REPORT 1

NBA TEAM SYNERGY RESEARCH REPORT 1 NBA TEAM SYNERGY RESEARCH REPORT 1 NBA Team Synergy and Style of Play Analysis Karrie Lopshire, Michael Avendano, Amy Lee Wang University of California Los Angeles June 3, 2016 NBA TEAM SYNERGY RESEARCH

More information

Scoring dynamics across professional team sports: tempo, balance and predictability

Scoring dynamics across professional team sports: tempo, balance and predictability Scoring dynamics across professional team sports: tempo, balance and predictability Sears Merritt 1 and Aaron Clauset 1,2,3 1 Dept. of Computer Science, University of Colorado, Boulder, CO 80309 2 BioFrontiers

More information

Shuffle. I have found since using it that it enhances and improves individual fundamentals as, everyone plays each and every position on the court.

Shuffle. I have found since using it that it enhances and improves individual fundamentals as, everyone plays each and every position on the court. The Shuffle I first came across the Shuffle offense when I picked up a book Multiple Offense and Defense written by North Carolina s Dean Smith, which also included a section by Bob Spear on the Shuffle.

More information

19. INDIVIDUAL OFFENSIVE TACTICS

19. INDIVIDUAL OFFENSIVE TACTICS 19. INDIVIDUAL OFFENSIVE TACTICS 19. Individual Offensive Tactics Within the subject area of tactics, the IIHF Coach Development Program presents individual and team tactics for coaches to provide their

More information

GOVAN HIGH SCHOOL PHYSICAL EDUCATION DEPARTMENT BASKETBALL STRUCTURES AND STRATEGIES STUDENT BOOKLET

GOVAN HIGH SCHOOL PHYSICAL EDUCATION DEPARTMENT BASKETBALL STRUCTURES AND STRATEGIES STUDENT BOOKLET GOVAN HIGH SCHOOL PHYSICAL EDUCATION DEPARTMENT BASKETBALL STRUCTURES AND STRATEGIES STUDENT BOOKLET Use the information contained in this booklet together with the data you gather throughout the course

More information

Module 5 One Rule, One Interpretation, One Mechanic = One Team Their Game, Our Passion

Module 5 One Rule, One Interpretation, One Mechanic = One Team Their Game, Our Passion Module 5 One Rule, One Interpretation, One Mechanic = One Team Their Game, Our Passion Core Values Pursue Excellence Be Professional Be Accountable Be Prepared Give and Earn Respect Learn and Grow Teach

More information

UNITED CHURCH ATHLETIC LEAGUE RULES OF BASKETBALL. Updated 12/2/2016

UNITED CHURCH ATHLETIC LEAGUE RULES OF BASKETBALL. Updated 12/2/2016 UNITED CHURCH ATHLETIC LEAGUE RULES OF BASKETBALL Updated 12/2/2016 I. GENERAL RULES A. CONDUCT: Rules of conduct will be specified by those separate rules as enforced by the United Church Athletic League

More information

The Coaching Hierarchy Part II: Spacing and Roles Tom Turner, OYSAN Director of Coaching August 1999 (Revised: December 2000)

The Coaching Hierarchy Part II: Spacing and Roles Tom Turner, OYSAN Director of Coaching August 1999 (Revised: December 2000) The Coaching Hierarchy Part II: Spacing and Roles Tom Turner, OYSAN Director of Coaching August 1999 (Revised: December 2000) In the June issue of Ohio Soccer, a 7-step hierarchical approach to coaching

More information

Basketball Study Sheet

Basketball Study Sheet Basketball Study Sheet History of Basketball Basketball was invented in Springfield, MA in 1891 by James Naismith. When James first invented the game he used a soccer ball and a peach basket as the hoop

More information

Introduction. Level 1

Introduction. Level 1 Introduction Game Analysis is the second teaching and learning resource in the Science Through Sport series. The series is designed to reinforce scientific and mathematical principles using sport science

More information

2018 OFFICIAL BASKETBALL RULES OBRI OFFICIAL INTERPRETATIONS. Valid as of 31 st January 2019, 2nd Edition

2018 OFFICIAL BASKETBALL RULES OBRI OFFICIAL INTERPRETATIONS. Valid as of 31 st January 2019, 2nd Edition 2018 OFFICIAL BASKETBALL RULES OBRI OFFICIAL INTERPRETATIONS Valid as of 31 st January 2019, 2nd Edition Official Basketball Rules 2018 Official Interpretations Valid as of 31 st January 2019 2nd Edition

More information

2018 OFFICIAL BASKETBALL RULES OBRI OFFICIAL INTERPRETATIONS. Valid as of 1 st October 2018, 2nd Edition

2018 OFFICIAL BASKETBALL RULES OBRI OFFICIAL INTERPRETATIONS. Valid as of 1 st October 2018, 2nd Edition 2018 OFFICIAL BASKETBALL RULES OBRI OFFICIAL INTERPRETATIONS Valid as of 1 st October 2018, 2nd Edition Official Basketball Rules 2018 Official Interpretations Valid as of 1 st October 2018 2nd Edition

More information

Youth House Basketball Rules Kindergarten Grade 8 Revised Fall 2017

Youth House Basketball Rules Kindergarten Grade 8 Revised Fall 2017 Youth House Basketball Rules Kindergarten Grade 8 Revised Fall 2017 PHILOSOPHY Novi Parks sponsored leagues and activities are formed and operated on the principles of good sportsmanship, fair play, courtesy

More information

c y a b a s k e t b a l l - p r a c t i c e r e s o u r c e s Offense MANUAL

c y a b a s k e t b a l l - p r a c t i c e r e s o u r c e s Offense MANUAL c y a b a s k e t b a l l - p r a c t i c e r e s o u r c e s Offense MANUAL CYA BASKETBALL - Offense Included in This Manual Introduction to Offense Points of Emphasis for Offensive Drills 3 Drills with

More information

2019 IIHF Video Goal Judge System Guidelines

2019 IIHF Video Goal Judge System Guidelines 2019 IIHF Video Goal Judge System Guidelines September 2018 1 TECHNICAL SPECIFICATION The following are the requirements of the IIHF Video Goal Judge System that must be organized, prepared, tested and

More information

Building the Playing Style Concepts

Building the Playing Style Concepts Building the Playing Style Concepts Style Of Play - Specific Players 1, 2 or 3 touch maximum - minimizing the number of touches improves the speed of play. Keep the game simple - do not force situations,

More information

yellow orange Game play

yellow orange Game play College Football Saturday was designed with that special feel of college football in mind. That aspect of college football that brings us back to our favorite college football teams year after year no

More information

12. A1 is setting a screen against defender B1. Must A1 face B1 for the screen to be legal?

12. A1 is setting a screen against defender B1. Must A1 face B1 for the screen to be legal? 2016 CABO Exam 1. After 50 seconds have elapsed in a charged time-out, the timer sounds his signal. Ten seconds later, the timer sounds his signal to indicate the end of the time-out. B-10 then reports

More information

Department of Recreational Sports Intramural Sports Spring 5v5 Basketball Information Sheet

Department of Recreational Sports Intramural Sports Spring 5v5 Basketball Information Sheet Department of Recreational Sports Intramural Sports 2018-19 Spring 5v5 Basketball Information Sheet Thank you for being a part of one of the best intramural programs in the nation. We are proud to offer

More information

Specifically, the following steps should be implemented: Rotate your least gifted players to QB and RB.

Specifically, the following steps should be implemented: Rotate your least gifted players to QB and RB. Rules for NYO Football Games NYO Football is generally governed by Georgia High School Football rules. There, however, are certain rules, which we have revised to address the fact that that NYO is a youth

More information

STYFL Flag Football Rules

STYFL Flag Football Rules STYFL Flag Football Rules Updated: 9/29/2008 GENERAL RULES How Flag Football Is Played A team has 4 downs to reach a zone line in order to receive a first down. Teams may pass or run the ball during these

More information

IM 5v5 BASKETBALL RULES

IM 5v5 BASKETBALL RULES ASA and NIRSA rules will govern play except with the following changes made by Ferris State Intramural Sports. General policies and all official sport rules can be found on the Intramural Sports page on

More information

OBRI Yellow version august Official Basketball Rules Official Interpretations

OBRI Yellow version august Official Basketball Rules Official Interpretations OBRI Yellow version 6.0 30 august 2018 Official Basketball Rules 2018 Official Interpretations This is a working document of the final version. All changes are marked with yellow colour (version: obri

More information

NCAA Men s Basketball Officiating Exam

NCAA Men s Basketball Officiating Exam 2010-11 NCAA Men s Basketball Officiating Exam 1. A-1 is bleeding from a blow to the head and unable to attempt his free throws. RULING: (a) The opposing coach will choose the player to attempt the free

More information