Draw a tree diagram for the 3rd level Work Breakdown Structure (WBS) below:
1.1: Device Structure
1.1.1: Launcher Assembly
1.1.2: Support Materials
1.1.3: Attachment Material
1.1.4: Treat Dispenser
1.1.5: Initial Designs
1.1.6: Detailed Device Drawings
1.1.7: Team Lago
1.2: Electronics
1.2.1: Controller Circuitry
1.2.2: Power
1.2.3: Treat Dispenser Circuitry
1.2.4: Motor Circuitry
1.2.5: Components Research
1.2.6: Initial Circuitry Design
1.2.7: Finalized Circuitry Design
1.3: Project Management
1.3.1: Team Roster Released Date
1.3.2: Budget Templet
1.3.3: Accounting Weekly at Meetings
1.3.4: RTC
1.3.5: PDR Report
1.3.6: Project Charter
1.3.7: Breaking Project to WBS 2nd level
1.3.8: Identifying the Responsibility of each member by Responsibility Matrix
1.3.9: Milestone Schedule
1.3.10: Designs Options for Device
1.3.11: Project Budget update to WBS 2nd level
1.3.12: PDR Revision
1.3.13: Labor Hour Schedule (WBS 2nd level)
1.3.14: PDR Corrections
1.4: Execution
1.4.1: CDR
1.4.2: Labor Hour Schedule (WBS 3nd level)
1.4.3: Project Budget update to WBS 3rd level
1.4.4: Cortical Path Schedule
1.4.5: CDR Revision
1.4.6: CDR Corrections
1.4.7: Detailed Device Drawings
1.4.8: Risk Identification
1.4.9: Organization Chart
1.5: Testing Device
1.5.1: Testing Treat Dispenser
1.5.2: Testing Launcher
1.5.3: Testing Motor
1.5.4: Testing Controller
1.5.5: Testing the Mechanism of the Device
1.6: Project Closing
1.6.1: Final Report
1.6.2: MSDS Sheets
1.6.3: Project Presentation Preparation
1.6.4: Project Completion
1.6.5: Project Competition
1.7: Project Delivery
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Angular Material style sheet -->
<link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/angular_material/1.1.4/angular-material.min.css">
</head>
<body ng-app="BlankApp" ng-cloak>
<!--
Your HTML content here
-->
<!-- Angular Material requires Angular.js Libraries -->
<script src="http://ajax.googleapis.com/ajax/libs/angularjs/1.5.11/angular.min.js"></script>
<script src="http://ajax.googleapis.com/ajax/libs/angularjs/1.5.11/angular-animate.min.js"></script>
<script src="http://ajax.googleapis.com/ajax/libs/angularjs/1.5.11/angular-aria.min.js"></script>
<script src="http://ajax.googleapis.com/ajax/libs/angularjs/1.5.11/angular-messages.min.js"></script>
<!-- Angular Material Library -->
<script src="http://ajax.googleapis.com/ajax/libs/angular_material/1.1.4/angular-material.min.js"></script>
<!-- Your application bootstrap -->
<script type="text/javascript">
/**
* You must include the dependency on 'ngMaterial'
*/
angular.module('BlankApp', ['ngMaterial']);
</script>
</body>
</html>
Draw a tree diagram for the 3rd level Work Breakdown Structure (WBS) below: 1.1: Device Structure...