a reflexion on PROJECT MANAGEMENT SOFIE LINDBLOM TNM090 SOFTWARE DEVELOPMENT LINKÖPING UNIVERSITY

Size: px
Start display at page:

Download "a reflexion on PROJECT MANAGEMENT SOFIE LINDBLOM TNM090 SOFTWARE DEVELOPMENT LINKÖPING UNIVERSITY 2013-10-14"

Transcription

1 a reflexion on PROJECT MANAGEMENT by SOFIE LINDBLOM TNM090 SOFTWARE DEVELOPMENT LINKÖPING UNIVERSITY

2 Project management is like juggling three balls time, cost and quality. The Project team is like a troupe of circus performers standing in a circle, each juggling-three balls and swapping balls from time to time. G. Reiss INTRODUCTION What is project management? After spending some time reading about the subject I began to realize that this is one of those fields where you can not read yourself smart. Experience needs to be gained by actually participating in real projects, adapting the concepts of models, processes and methods. Linköping University is very good at enrolling students in projects of various kind. Unfortunately most of the projects are protected from the real world, in other words: they never leave the classroom. This limitation leads to that many important aspects of project management get bypassed. Cost planning, risk management but mostly a life after the final deadline for your product are things I strongly miss in university related projects. In this reflexion I will compound my own experiences of project management with the perspectives given in Software Engineering by Shari Lawrence Pfleeger and Joanne M. Atlee A goal is a dream with a deadline Napoleon Hill DELIVERABLES From previous projects I have derived that this section is one of the hardest to anticipate. In order to estimate what can be delivered, within what time frame and to what cost requires both expertise in the field and previous experience. Pfleeger and Atlee suggests to sit down with customer and list all project deliverables early in the development process. When will, for example demonstration of documents, subsystems, accuracy and performance take place? If the project team understand the customer s needs and expectations from the very beginning misunderstandings and delays can be avoided. I completely agree with the authors and are of the believe that an honest communication with the customer is the key to a successful collaboration. For some projects it might be a good idea to make this initial process iterative. When the team have had the time to digest the deliverables and make a preliminary project plan the agreed deliverables might need to be adjusted. We will either find a way, or make one. Hannibal MILESTONES AND ACTIVITIES With a list of expected deliverables it is easier for the project team to get a fair overview of what needs to be done in order to deliver the required product. Depending of the size of the project the team might have to apply some kind of breakdown structure. Top-down or Bottom-up are two common methods. Applying one of these methods enables the developer to divide the project into parts which can be solved autonomously and then put together again to a finalized product. Depending on which model the team is working with these parts are named differently. Sprint, Step or Phase to mention a few. The underlying logic is some what similar though. The different parts of the project can be described as

3 activities. When an activity is completed we reach a milestone. It is common to display current status of the project prototype to the customer at each milestone. When the team has reached a milestone they usually move on to the next activity. Activities can also run concurrently depending on the development method the team has chosen. Milestones, deliverables and activities combined with a time schedule, allocation of manpower and cost estimation makes the fundamental pieces of a project plan. Depending on the situation additional information might need to be considered. For example specific software/hardware, a testing phase, security and risk management. In order to track progression and make sure the development sticks to the project plan an activity graph or activity tracker can be used. Pfleeger and Atlee mentions a few in the chapter Tracking Progress. I find them quite hard to interpret. There are many online tools available which are very clever when it comes to organize activities on a timeline and then track the progress. I tried a few different ones but keeps coming back to one called SeeNowDo. It has a feature which allows you to give sub team's activities different colors. Some people call it the wet dream of a control freak I could not agree more. No one can whistle a symphony. It takes a whole orchestra. H.E. Luccock PROJECT ORGANIZATION When the project is sliced up into pieces and converted to activities it is often clear which roles that needs to be assigned in order to carry out the tasks. In a software development project common roles are requirement analyst, system designer, program designer, interface designer, tester, security and risk analysts. Depending on the implementation the needs vary. From my experience there is beneficial to assign roles after creating the project plan. This approach assures that no one in the team ends up empty handed. When roles are determined and everyone is (hopefully) satisfied and excited to get started it is efficient to decide how to communicate in the group. Again there are many different approaches and which one to choose depends on team size, working model and type of project. In some cases there are more complex differences like background of the team members, prefered work style and cultural differences. During my exchange year at National University of Singapore I on purpose tried to place myself in multicultural teams. I worked with people from India, China, Vietnam, Canada, Denmark, and Singapore.This was an amazing experience and insight. It turned out that even if we were approximately the same age and studied the same subjects we often had completely different approach on how things were done and how to collaborate in a group. At times it was extremely demanding and I regretfully missed my Swedish classmates. But in the end it was truly rewarding and interesting. In my current software development team we have chosen an organization which combines egoless programming and chief programming. Discussions are held openly in one of the forums we created. While more specific questions regarding certain areas are directed to me in the role of project leader. In order to become more effective the plan is to gradually shift over to the scrum of scrums -method when we have come further into the developing process.

4 Good judgment comes from experience, and experience comes from bad judgment. - Fred Brooks EFFORT AND COST ESTIMATION Inaccurate estimations are unfortunately both common and dangerous. No matter how many expert judgements or methods applied to estimate cost and effort, things can and most probably will go wrong at some point. Our lecturer Karl Johan Palmerius mentioned in one of the labs earlier in the course that There is only one constant in software development: there will be change. One month into our first big development project I already feel that this is very true. We bumped into so many unplanned obstacles that it was actually hard to keep the team motivated. My approach to this was to go back to the project plan and get an overview of the errors. List possible solutions to these errors and present the list to the group. Together we picked one solution and directed all our efforts towards that specific solution. We are now moving forward again. Pfleeger and Atlee list the most common causes of inaccurate estimates, it was a very good read before making a decision on how to handle our team s errors. Many project teams have had problems with this type of estimations, there are therefore several models on how to minimize errors related to cost and effort. More in-depth explanations of a few of these methods (expert judgement, algorithmic and machine-learning) are found in section Effort Estimation in Pfleeger and Atlee s Software Engineering. Assumption is the mother of all screw ups H.E. Luccock RISK MANAGEMENT, SECURITY ANALYSIS AND TESTING How is a risk defined? Pfleeger and Atlee distinguish a risk from other project events by looking at three things: 1. A loss associated with the event (risk impact) 2. The likelihood that the event will occur (risk probability) 3. The degree to which we can change the outcome (risk control) I interpret this three things as a sequence. First we determine what might be lost (time, money,accuracy, understanding, etc). Then we need to detect the certainty of the risk to occur, this is done by measuring on a scale from 0 to 1. Finally we analyze possible solutions to avoid the risk transforming into a real problem. To prevent ending up in the risk sequence mentioned earlier, risk management needs to be implemented. This is a much broader area than I initially anticipated. I have never worked with risk management in such a structured manner before. It will be interesting to apply this models to the actual project and try to create a risk free development environment. Security and risks go hand in hand. In order to avoid risks we strive to build a secure and robust product. The security aspect is involved in both the planning state and the product s afterlife. How to build secure software is an art in itself, I wish I knew more about this broad field. How do we predict risks we did not knew existed until they occur? The testing state is where the development team hopefully find these potential risks before putting the product in the hands of the customer.

5 A project is complete when it starts working for you, rather than you working for it. - Scott Allen THE FINISH LINE Everyone has ideas, few people do something about them. Working together in a team takes a lot of effort and the motivation needs to be high in order to reach the whole way to the finish line. Although models and methods are a great way to keep track of progress and actually move forward in a project, I think it is important to have some distance to it as well. Drowning in documentation and strictly sticking to models might make you forget the initial goal. Forgetting the initial goal might make you lose motivation and interest in even completing the project. On the other hand, an extremely free development strategy might make you lose track completely and float away towards a product that has very few similarities with the original goal. Project management is truly a tightrope, we are all struggling to walk without falling neither to the right or to the left. Do we ever find the perfect balance between structure and creativity? BIBLIOGRAPHY Litterature: Software Engineering by Shari Lawrence Pfleeger and Joanne M. Atlee 4th edition, Pearson Lecture Slides 1-5 for TNM090 by Karl-Johan Lundin Palmerius Linköping University Quotes:

Project Time Management

Project Time Management Project Skills Team FME www.free-management-ebooks.com ISBN 978-1-62620-981-3 Copyright Notice www.free-management-ebooks.com 2014. All Rights Reserved ISBN 978-1-62620-981-3 The material contained within

More information

RUP Design. Purpose of Analysis & Design. Analysis & Design Workflow. Define Candidate Architecture. Create Initial Architecture Sketch

RUP Design. Purpose of Analysis & Design. Analysis & Design Workflow. Define Candidate Architecture. Create Initial Architecture Sketch RUP Design RUP Artifacts and Deliverables RUP Purpose of Analysis & Design To transform the requirements into a design of the system to-be. To evolve a robust architecture for the system. To adapt the

More information

VIII. Project Management Glossary

VIII. Project Management Glossary https://www.wrike.com/project-management-guide/glossary/ VIII. Project Management Glossary Project management, like any other industry, has its share of unique terms. Don t be overwhelmed. Here is our

More information

BUSINESS STRATEGY SYLLABUS

BUSINESS STRATEGY SYLLABUS Master of Science in Management BUSINESS STRATEGY SYLLABUS Academic Year 2011-2012 Professor: Yuliya Snihur Email: yuliyaigorivna.snihur@upf.edu Office hours: by appointment COURSE OUTLINE Strategy involves

More information

11.1 What is Project Management? Object-Oriented Software Engineering Practical Software Development using UML and Java. What is Project Management?

11.1 What is Project Management? Object-Oriented Software Engineering Practical Software Development using UML and Java. What is Project Management? 11.1 What is Project Management? Object-Oriented Software Engineering Practical Software Development using UML and Java Chapter 11: Managing the Software Process Project management encompasses all the

More information

Introduction to Software Engineering. 9. Project Management

Introduction to Software Engineering. 9. Project Management Introduction to Software Engineering 9. Project Management Roadmap > Risk management > Scoping and estimation > Planning and scheduling > Dealing with delays > Staffing, directing, teamwork 2 Literature

More information

A Guide to Cover Letter Writing

A Guide to Cover Letter Writing A Guide to Cover Letter Writing Contents What is a Cover Letter?... 2 Before you get started - Do your Research... 3 Formatting the letter... 4 Cover letter content... 5 Section 1 - Opening... 5 Section

More information

PROJECT MANAGEMENT PLAN CHECKLIST

PROJECT MANAGEMENT PLAN CHECKLIST PROJECT MANAGEMENT PLAN CHECKLIST The project management plan is a comprehensive document that defines each area of your project. The final document will contain all the required plans you need to manage,

More information

Fourth generation techniques (4GT)

Fourth generation techniques (4GT) Fourth generation techniques (4GT) The term fourth generation techniques (4GT) encompasses a broad array of software tools that have one thing in common. Each enables the software engineer to specify some

More information

TECH. Tracking Progress. Project Schedule PHASE 1 STEP 1 ACTIVITY 1.1. Activity and Milestone STEP 1 STEP 2 : ACTIVITY 2.2 : ACTIVITY 1.

TECH. Tracking Progress. Project Schedule PHASE 1 STEP 1 ACTIVITY 1.1. Activity and Milestone STEP 1 STEP 2 : ACTIVITY 2.2 : ACTIVITY 1. CH03 Planning and Managing the Project * Tracking Progress * Project Personnel * Effort Estimation * Risk Management * The Project Plan * Process Models and Project Management Tracking Progress Questions

More information

SCIENCE PROJECT PAGE 1

SCIENCE PROJECT PAGE 1 SCIENCE PROJECT PAGE 1 Introduction YES!!! It s that Science Fair time of year. No amount of groaning is going to make it go away. Just imagine the inquiry and organizational skills you ll learn and practice.

More information

Sample interview question list

Sample interview question list Sample interview question list Category A Introductory questions 1. Tell me about yourself. 2. Why would you like to work for this organisation? 3. So what attracts you to this particular opportunity?

More information

Suggestions on how to Select a Consultant or Consulting Company

Suggestions on how to Select a Consultant or Consulting Company Comprehensive Consulting Solutions, Inc. Business Savvy. IT Smart. What to look for in a Consultant and Consulting Company White Paper Published: April 1999 (with revisions) Suggestions on how to Select

More information

solving, adaptability, and communication through clarification and evaluation of

solving, adaptability, and communication through clarification and evaluation of By increasing students' interactivity with each other in task-oriented ways, they construct, rather than acquire, knowledge. Group work improves critical thinking, problem solving, adaptability, and communication

More information

Strategies for Developing Listening Skills

Strategies for Developing Listening Skills Strategies for Developing Listening Skills Dr. Neena Sharma Asst. Professor of English (AS & H) Raj Kumar Goel Institute of Technology Ghaziabad (UP), India Email - neena15sharma@gmail.com dr_neenasharma@rediffmail.com

More information

Geometry Solve real life and mathematical problems involving angle measure, area, surface area and volume.

Geometry Solve real life and mathematical problems involving angle measure, area, surface area and volume. Performance Assessment Task Pizza Crusts Grade 7 This task challenges a student to calculate area and perimeters of squares and rectangles and find circumference and area of a circle. Students must find

More information

Leadership Practices Questionnaire Self Assessment

Leadership Practices Questionnaire Self Assessment Leadership Practices Questionnaire Self Assessment In this survey there are thirty statements about the things that leaders do. The statements all describe behaviours or activities. Please read each statement

More information

Developing and Delivering a Winning Investor Presentation

Developing and Delivering a Winning Investor Presentation ENTREPRENEUR WORKBOOKS Business Planning and Financing Management Series Building Block 4 Developing and Delivering a Winning Investor Presentation MaRS Discovery District, December 2009 See Terms and

More information

Johari Window. Lesson Plan

Johari Window. Lesson Plan xxx Lesson 12 Johari Window Overview: This optional lesson provides a look into how we view ourselves and how others view us. It is also a model for opening up the lines of communication with others. It

More information

Project Time Management

Project Time Management Project Time Management Study Notes PMI, PMP, CAPM, PMBOK, PM Network and the PMI Registered Education Provider logo are registered marks of the Project Management Institute, Inc. Points to Note Please

More information

Hoping that a project comes out the way you want is not a PLAN!! This is true in life, in school and on the job.

Hoping that a project comes out the way you want is not a PLAN!! This is true in life, in school and on the job. Project management is the discipline of planning, organizing, securing and managing resources to bring about the successful completion of specific project goals and objectives. (Wikipedia) Hoping that

More information

6th Design & Emotion Conference 2008 Poster Brief Game Design for Personal Health Management: An Emotional and Educational Perspective

6th Design & Emotion Conference 2008 Poster Brief Game Design for Personal Health Management: An Emotional and Educational Perspective 6th Design & Emotion Conference 2008 Poster Brief Game Design for Personal Health Management: An Emotional and Educational Perspective Peter Kwok Chan, Ph.D. Department of Industrial, Interior, and Visual

More information

EXIN Agile Scrum Foundation. Sample Exam

EXIN Agile Scrum Foundation. Sample Exam EXIN Agile Scrum Foundation Sample Exam Edition June 2016 Copyright 2016 EXIN All rights reserved. No part of this publication may be published, reproduced, copied or stored in a data processing system

More information

Mgmt 301 Managers as Decision Makers. Exploring Management. [Nathan Neale]

Mgmt 301 Managers as Decision Makers. Exploring Management. [Nathan Neale] Mgmt 301 Managers as Decision Makers Exploring Management [Nathan Neale] Slide # 1 Slide Title: WSU Online Title Slide [piano introduction] Slide #2 Slide Title: Chapter 4 Managers as Decisions Makers

More information

Classroom Management Plan Nicole Short EDUC 360

Classroom Management Plan Nicole Short EDUC 360 Classroom Management Plan Nicole Short EDUC 360 The purpose of this classroom management plan is to address my philosophy and beliefs about discipline, state classroom procedures, and the implementation

More information

15 Most Typically Used Interview Questions and Answers

15 Most Typically Used Interview Questions and Answers 15 Most Typically Used Interview Questions and Answers According to the reports made in thousands of job interviews, done at ninety seven big companies in the United States, we selected the 15 most commonly

More information

Your Guide To Crowdfunding With Superior Ideas

Your Guide To Crowdfunding With Superior Ideas Your Guide To Crowdfunding With Superior Ideas TIP GUIDE 1.0 Table Of Contents: From Our Team... 3 Welcome! Crowdfunding... 4 Questions to ask yourself Creating Your Project... 6 Project set up & multimedia

More information

Planning of Project Work (IS PM 6. Lecture, 2011 Spring)

Planning of Project Work (IS PM 6. Lecture, 2011 Spring) Planning of Project Work In planning of project work are in the context of information system development project under attention information system development processes and needed resources. Pictorially

More information

0.75 75% ! 3 40% 0.65 65% Percent Cards. This problem gives you the chance to: relate fractions, decimals and percents

0.75 75% ! 3 40% 0.65 65% Percent Cards. This problem gives you the chance to: relate fractions, decimals and percents Percent Cards This problem gives you the chance to: relate fractions, decimals and percents Mrs. Lopez makes sets of cards for her math class. All the cards in a set have the same value. Set A 3 4 0.75

More information

Business Idea Development Product production Services. Development Project. Software project management

Business Idea Development Product production Services. Development Project. Software project management Page 1, 1/20/2003 Ivica Crnkovic Mälardalen University Department of Computer Engineering ivica.crnkovic@mdh.se Development Project Product Lifecycle Business Idea Development Product production Services

More information

Teaching Public Speaking Online

Teaching Public Speaking Online Teaching Public Speaking Online By Tim Sheldon Bryant & Stratton College January 27, 2009 I teach public speaking Online using PowerPoint audio, and it has proven to be as effective in developing speaking

More information

California Treasures High-Frequency Words Scope and Sequence K-3

California Treasures High-Frequency Words Scope and Sequence K-3 California Treasures High-Frequency Words Scope and Sequence K-3 Words were selected using the following established frequency lists: (1) Dolch 220 (2) Fry 100 (3) American Heritage Top 150 Words in English

More information

Personal Development Planning and eportfolio. Student Guide

Personal Development Planning and eportfolio. Student Guide Personal Development Planning and eportfolio Student Guide 1 Introduction PDP helps you to develop the skills you need to take responsibility for your learning, development and career progression. Engaging

More information

Buy The Complete Version of This Book at Booklocker.com:

Buy The Complete Version of This Book at Booklocker.com: A guide to getting money for your business. How I went from $0 Business Credit to over $300,000 Buy The Complete Version of This Book at Booklocker.com: http://www.booklocker.com/p/books/4295.html?s=pdf

More information

2. Provide the scoring guide/rubric for the culminating task (summative assessment).

2. Provide the scoring guide/rubric for the culminating task (summative assessment). 2. Provide the scoring guide/rubric for the culminating task (summative assessment). Criteria Oral Presentation- Group project Poster Presentation display/ visual aids 1 - Attempts the standard use the

More information

15 Principles of Project Management Success

15 Principles of Project Management Success 15 Principles of Project Management Success Project management knowledge, tools and processes are not enough to make your project succeed. You need to get away from your desk and get your hands dirty.

More information

Planning a Class Session

Planning a Class Session Planning a Class Session A Guide for New Teachers by Diane M. Enerson Kathryn M. Plank R. Neill Johnson The Pennsylvania State University 301 Rider Building II University Park, PA 16802 www.schreyerinstitute.psu.edu

More information

A Writer s Workshop: Working in the Middle from Jennifer Alex, NNWP Consultant

A Writer s Workshop: Working in the Middle from Jennifer Alex, NNWP Consultant Structure of a Workshop: A Writer s Workshop: Working in the Middle from Jennifer Alex, NNWP Consultant For the last four years, writing and reading workshops have been the foundation of my classroom practice.

More information

City Vision College 405: Financial Planning for Nonprofits. I want to help you fulfill God s plans for you and your organization!

City Vision College 405: Financial Planning for Nonprofits. I want to help you fulfill God s plans for you and your organization! City Vision College 405: Financial Planning for Nonprofits Organizations - Syllabus Dr. Barbara Clemenson, CPA, CFRE SDG Nonprofit Consulting Euclid, Ohio 44132 Introduction to both City Vision College

More information

Linked Core Abilities

Linked Core Abilities Courtesy of Army JROTC U2C4L3 Negotiating Key Words: Negotiation Principled Negotiation What You Will Learn to Do Negotiate a win/win solution for a given situation Linked Core Abilities Communicate using

More information

Getting the best from your 360 degree feedback

Getting the best from your 360 degree feedback 1 Contents Getting the best from your 360 degree feedback... 3 What it is.... 3 And isn t.... 4 Using the system... 5 Choosing your respondents... 5 Choosing your competencies... 5 Compiling your questionnaire...

More information

// Taming an Unruly Schedule Using the 14-Point Schedule Assessment

// Taming an Unruly Schedule Using the 14-Point Schedule Assessment // Taming an Unruly Schedule Using the 14-Point Schedule Assessment Dr. Dan Patterson, PMP CEO & President, Acumen February 2010 www.projectacumen.com Table of Contents Introduction... 3 The 14-Point Assessment...

More information

PROFESSIONAL VALUES: The Basis of My Professional Life

PROFESSIONAL VALUES: The Basis of My Professional Life Marilyn Zamarripa LIS 600 PROFESSIONAL VALUES: The Basis of My Professional Life Human beings have grappled with issues of right and wrong, morality and law, and ethics and duty ever since human beings

More information

1. I have 4 sides. My opposite sides are equal. I have 4 right angles. Which shape am I?

1. I have 4 sides. My opposite sides are equal. I have 4 right angles. Which shape am I? Which Shape? This problem gives you the chance to: identify and describe shapes use clues to solve riddles Use shapes A, B, or C to solve the riddles. A B C 1. I have 4 sides. My opposite sides are equal.

More information

Management and Business Consultancy. National Occupational Standards October 2009

Management and Business Consultancy. National Occupational Standards October 2009 Management and Business Consultancy National Occupational Standards October 2009 Skills CFA 6 Graphite Square, Vauxhall Walk, London SE11 5EE T: 0207 0919620 F: 0207 0917340 Info@skillscfa.org www.skillscfa.org

More information

Basic Computer Skills Module 4. Introduction to Microsoft PowerPoint 2010

Basic Computer Skills Module 4. Introduction to Microsoft PowerPoint 2010 Basic Computer Skills Module 4 Introduction to Microsoft PowerPoint 2010 Basic Computer Skills Module 4 Introduction to Microsoft PowerPoint 2010 Summary Goal(s): This unit includes lessons on how to use

More information

Letter from the Editor-in-Chief: What Makes an Excellent Professor?

Letter from the Editor-in-Chief: What Makes an Excellent Professor? The Journal of Effective Teaching an online journal devoted to teaching excellence Letter from the Editor-in-Chief: What Makes an Excellent Professor? Russell L. Herman 1 The University of North Carolina

More information

Fun for all the Family 3- Quite a few games for articles and determiners

Fun for all the Family 3- Quite a few games for articles and determiners Fun for all the Family 3- Quite a few games for articles and determiners Articles in English is one of those grammar points that are fairly easy to explain the fundamentals of, but even Advanced learners

More information

Audit Readiness Lessons Learned

Audit Readiness Lessons Learned Audit Readiness Lessons Learned Four Tips for Achieving a Smooth Audit It seems obvious: Prepare well and prepare ahead of time and the year-end audit does not have to be the painful experience most organizations

More information

COS 160 - Course Assessment Student Responses

COS 160 - Course Assessment Student Responses COS 160: Course Assessment Student Responses from Focus Group Sessions Spring 2005 Office of Academic Assessment University of Southern Maine Spring 2005 Introduction The Computer Science department was

More information

Palliser Regional Schools. Summary of feedback

Palliser Regional Schools. Summary of feedback Palliser Regional Schools Palliser Centre #101, 3305-18 Avenue North, Lethbridge, AB T1H 5S1 Phone: 403-328-4111 Toll-free: 877-667-1234 Fax: 403-380-6890 www.pallisersd.ab.ca Summary of feedback Community

More information

Building Strong Families

Building Strong Families Building Strong Families How to Discipline by Mary Gosche, Human Development Specialist Adapted January 2000 Table of Contents What is Discipline?... 1 What is the Difference Between Discipline and Punishment?...

More information

Lesson Plan for Note Taking

Lesson Plan for Note Taking Lesson Plan for Note Taking Goals: To prepare students to take pertinent notes form lecture, books and activities. Expose students to different styles of note-taking. Give students an opportunity to practice

More information

Force and Motion: Ramp It Up

Force and Motion: Ramp It Up Force and Motion: Grade Level: 4-5 Time: 3 class periods By: Carrie D. Perry (Bedford County Public Schools) Overview After watching an engaging video on Olympic alpine skiers, students then participate

More information

Lesson Plan 7 Help Wanted: The Importance of Strong Leaders and Dedicated Supporters

Lesson Plan 7 Help Wanted: The Importance of Strong Leaders and Dedicated Supporters Live Out Loud is a nonprofit organization committed to connecting LGBTQ students with positive role models from our community. For more information about our resources and programs, visit us online at

More information

Making a positive difference for energy consumers. Competency Framework Band C

Making a positive difference for energy consumers. Competency Framework Band C Making a positive difference for energy consumers Competency Framework 2 Competency framework Indicators of behaviours Strategic Cluster Setting Direction 1. Seeing the Big Picture Seeing the big picture

More information

FINANCE TRANSFORMATION CHALLENGES

FINANCE TRANSFORMATION CHALLENGES FINANCE TRANSFORMATION CHALLENGES Fred Hargrove Managing Director IN THIS WHITE PAPER Challenges of Finance Transformation... 3 PEOPLE/ORGANIZATION CHALLENGES... 3 Competing priorities/limited resources

More information

CHAPTER 16: PROJECT SCHEDULING

CHAPTER 16: PROJECT SCHEDULING CHAPTER 16: PROJECT SCHEDULING Chapter outline Responsibility Allocation Matrix (RAM chart) Gantt chart Whenever you're working on a large project, it s crucial to share the workload, coordinate your activities,

More information

Software Management. Dr. Marouane Kessentini Department of Computer Science

Software Management. Dr. Marouane Kessentini Department of Computer Science Software Management Dr. Marouane Kessentini Department of Computer Science 1 What is Project Management? Project management encompasses all the activities needed to plan and execute a project: Deciding

More information

PROGRAMMING AS PUBLIC RELATIONS. by Michelle Crowe, Anderson Public Library

PROGRAMMING AS PUBLIC RELATIONS. by Michelle Crowe, Anderson Public Library PROGRAMMING AS PUBLIC RELATIONS by Michelle Crowe, Anderson Public Library If the circus is coming to town and you paint a sign saying Circus Coming to the Fairgrounds Saturday that s advertising. If you

More information

Software Engineering. Dilbert on Project Planning. Overview CS / COE 1530. Reading: chapter 3 in textbook Requirements documents due 9/20

Software Engineering. Dilbert on Project Planning. Overview CS / COE 1530. Reading: chapter 3 in textbook Requirements documents due 9/20 Software Engineering CS / COE 1530 Lecture 4 Project Management Dilbert on Project Planning Overview Reading: chapter 3 in textbook Requirements documents due 9/20 1 Tracking project progress Do you understand

More information

Building Strong Families

Building Strong Families Building Strong Families How to Discipline by Mary Gosche Adapted January 2000 Further adapted and simplified by Gail Rice, Literacy Specialist, December 2002 equal opportunity/ada institution Table of

More information

PERCEPTION OF BASIS OF SHE AND SHE RISK MANAGEMENT

PERCEPTION OF BASIS OF SHE AND SHE RISK MANAGEMENT PERCEPTION OF BASIS OF SHE AND SHE RISK MANAGEMENT Per Berg and Roger Preston Safety Section, Global SHE, AstraZeneca INTRODUCTION After the merger between the two pharmaceutical companies Astra and Zeneca

More information

Save Money and Increase Efficiency with Project Management

Save Money and Increase Efficiency with Project Management Save Money and Increase Efficiency with Project Management Session Description MEETING TITLE AND Are you utilizing project management at your sign shop? If not, this session MEETING will give an overview

More information

Information Architecture Case Study. Office of Government Relations. Web Site Re-architecture

Information Architecture Case Study. Office of Government Relations. Web Site Re-architecture Office of Government Relations Web Site Re-architecture Presented to the Communicators Forum by: Peter Riemenschneider 10/29/2002 Overview This case study is a hypothetically example of the process of

More information

Achieve. Performance objectives

Achieve. Performance objectives Achieve Performance objectives Performance objectives are benchmarks of effective performance that describe the types of work activities students and affiliates will be involved in as trainee accountants.

More information

(Refer Slide Time: 01:52)

(Refer Slide Time: 01:52) Software Engineering Prof. N. L. Sarda Computer Science & Engineering Indian Institute of Technology, Bombay Lecture - 2 Introduction to Software Engineering Challenges, Process Models etc (Part 2) This

More information

Delivering Accredited Coach Training for Over 15 Years, Globally

Delivering Accredited Coach Training for Over 15 Years, Globally Delivering Accredited Coach Training for Over 15 Years, Globally Where it all began International Coach Academy (ICA) was created in the year 2000 with a vision to create a vibrant global community of

More information

EMAIL MARKETING: SALON EMAIL MARKETING DEMYSTIFIED

EMAIL MARKETING: SALON EMAIL MARKETING DEMYSTIFIED EMAIL MARKETING: SALON EMAIL MARKETING DEMYSTIFIED In today s salon market, staying competitive is crucial to the success of your business. With new salons opening every day, it s important to have a plan

More information

Ann Arbor Open School @ Mack. Student. Ann Arbor Open Science, Technology & Invention Fair

Ann Arbor Open School @ Mack. Student. Ann Arbor Open Science, Technology & Invention Fair Ann Arbor Open School @ Mack Student Handbook Ann Arbor Open Science, Technology & Invention Fair 1 Frequently Asked Questions What is the Open School Science, Technology and Invention Fair? It is a chance

More information

Focus on Essay Writing

Focus on Essay Writing Focus on Essay Writing Essay writing is a process and a product. You need to focus on the process in order to achieve a high quality product. What is an essay? The word essay originally meant to test or

More information

Corporate Valuation and Financial Strategy. Writing a Case Study

Corporate Valuation and Financial Strategy. Writing a Case Study FIN 673 Professor Robert B.H. Hauswald Corporate Valuation and Financial Strategy Kogod School of Business, AU Writing a Case Study The final group project consists of developing and writing a case study

More information

THE AGILE WATERFALL MIX DELIVERING SUCCESSFUL PROGRAMS INVOLVING MULTIPLE ORGANIZATIONS

THE AGILE WATERFALL MIX DELIVERING SUCCESSFUL PROGRAMS INVOLVING MULTIPLE ORGANIZATIONS THE AGILE WATERFALL MIX DELIVERING SUCCESSFUL PROGRAMS INVOLVING MULTIPLE ORGANIZATIONS Amit Aggarwal FIS Consulting Services 800.822.6758 Overview The fintech explosion, the Internet of Things and the

More information

Position Classification Standard for Management and Program Clerical and Assistance Series, GS-0344

Position Classification Standard for Management and Program Clerical and Assistance Series, GS-0344 Position Classification Standard for Management and Program Clerical and Assistance Series, GS-0344 Table of Contents SERIES DEFINITION... 2 EXCLUSIONS... 2 OCCUPATIONAL INFORMATION... 3 TITLES... 6 EVALUATING

More information

The integrated leadership system. ILS support tools. Leadership pathway: Individual profile EL1

The integrated leadership system. ILS support tools. Leadership pathway: Individual profile EL1 The integrated leadership system ILS support tools Leadership pathway: Individual profile Executive Level 1 profile Shapes strategic thinking Achieves results Cultivates productive working relationships

More information

High School Algebra Reasoning with Equations and Inequalities Solve systems of equations.

High School Algebra Reasoning with Equations and Inequalities Solve systems of equations. Performance Assessment Task Graphs (2006) Grade 9 This task challenges a student to use knowledge of graphs and their significant features to identify the linear equations for various lines. A student

More information

SAMPLE TEST MATHEMATICS. 2007 Oregon Content Standards Grades 3-8 GRADE 5

SAMPLE TEST MATHEMATICS. 2007 Oregon Content Standards Grades 3-8 GRADE 5 SAMPLE TEST MATHEMATICS GRADE 5 2007 Oregon Content Standards Grades 3-8 It is the policy of the State Board of Education and a priority of the that there will be no discrimination or harassment on the

More information

So You d Like a Sport Psychology Consultant to Work With Your Team? Three Key Lessons Learned from Olympic Teams

So You d Like a Sport Psychology Consultant to Work With Your Team? Three Key Lessons Learned from Olympic Teams So You d Like a Sport Psychology Consultant to Work With Your Team? Three Key Lessons Learned from Olympic Teams Sean McCann, Senior Sport Psychologist, United States Olympic Committee I first started

More information

Adopting Agile Project Management - Corporate Culture Must Match (Apr 15)

Adopting Agile Project Management - Corporate Culture Must Match (Apr 15) Adopting Agile Project Management - Corporate Culture Must Match (Apr 15) by Megan Torrance April 20, 2015 If you re contemplating adopting an agile approach, and the thought of implementing new project

More information

AGILE - QUICK GUIDE AGILE - PRIMER

AGILE - QUICK GUIDE AGILE - PRIMER AGILE - QUICK GUIDE http://www.tutorialspoint.com/agile/agile_quick_guide.htm Copyright tutorialspoint.com AGILE - PRIMER Agile is a software development methodology to build a software incrementally using

More information

Transitioning Your Software Process To Agile Jeffery Payne Chief Executive Officer Coveros, Inc. jeff.payne@coveros.com www.coveros.

Transitioning Your Software Process To Agile Jeffery Payne Chief Executive Officer Coveros, Inc. jeff.payne@coveros.com www.coveros. Transitioning Your Software Process To Agile Jeffery Payne Chief Executive Officer Coveros, Inc. jeff.payne@coveros.com www.coveros.com 1 About Coveros Coveros helps organizations accelerate the delivery

More information

Project Management for Everyone

Project Management for Everyone Project Management for Everyone Contact Information Adam Donaldson, PMP Business Management & Analysis Group Phone: (202) 994-6867 Cell: (240) 472-2171 Email: adonald@gwu.edu Objectives Basic understanding

More information

The Journey to Legal Project Management Software at Sutherland Asbill & Brennan By Jennifer Parker and Monica Ulzheimer

The Journey to Legal Project Management Software at Sutherland Asbill & Brennan By Jennifer Parker and Monica Ulzheimer The Journey to Legal Project Management Software at Sutherland Asbill & Brennan By Jennifer Parker and Monica Ulzheimer November 2011 Sutherland s journey to develop customized technology for Legal Project

More information

The Job of the Project Manager. Robert Youker World Bank (retired) 5825 Rockmere Drive Bethesda, Md. USA 20816 bobyouker@worldnet.att.

The Job of the Project Manager. Robert Youker World Bank (retired) 5825 Rockmere Drive Bethesda, Md. USA 20816 bobyouker@worldnet.att. The Job of the Project Manager Robert Youker World Bank (retired) 5825 Rockmere Drive Bethesda, Md. USA 20816 bobyouker@worldnet.att.net For any organization and for any project manager it is vitally important

More information

Abstract The purpose of this paper is to present the results of my action research which was conducted in several 7 th /8 th grade language arts

Abstract The purpose of this paper is to present the results of my action research which was conducted in several 7 th /8 th grade language arts Abstract The purpose of this paper is to present the results of my action research which was conducted in several 7 th /8 th grade language arts class periods in a Spanish immersion program over a two

More information

Successful Strategies for Custom Software Development

Successful Strategies for Custom Software Development A MYTEK Whitepaper Successful Strategies for Custom Software Development ADDRESS 2225 W. Whispering Wind Drive #100 Phoenix, AZ 85085 CUSTOMER SERVICE Tel. 1.877.236.8583 FIND US HERE: www.mytek.net Custom

More information

Business Solutions Manager Self and contribution to Team. Information Services

Business Solutions Manager Self and contribution to Team. Information Services POSITION DESCRIPTION Position Title: Responsible To: Responsible For Agile Test Analyst Business Solutions Manager Self and contribution to Team Position Purpose: The Agile Test Analyst is responsible

More information

My Classroom Management Philosophy

My Classroom Management Philosophy My Classroom Management Philosophy I believe one of the hardest things for new teachers to build is their classroom management plan. I have seen many different types of classroom management plans throughout

More information

by Heather Oppenheimer and Steve Baldassano

by Heather Oppenheimer and Steve Baldassano Switching Tracks: Finding the Right Way to Get to Maturity Level 2 by Heather Oppenheimer and Steve Baldassano When your customer contract requires that your software development process must be CMMI Level

More information

Agile Methods for Analysis

Agile Methods for Analysis Agile Methods for Analysis Lightweight Concepts for Team-Based Projects Sebastian Neubert CERN PH-LBD Sebastian Neubert Agile Analysis 1/22 Introduction: Data Analysis as a Continuous Improvement Loop

More information

Development Methodologies Compared

Development Methodologies Compared N CYCLES software solutions Development Methodologies Compared Why different projects require different development methodologies. December 2002 Dan Marks 65 Germantown Court 1616 West Gate Circle Suite

More information

A Guide for Writing a Technical Research Paper

A Guide for Writing a Technical Research Paper A Guide for Writing a Technical Research Paper Libby Shoop Macalester College, Mathematics and Computer Science Department 1 Introduction This document provides you with some tips and some resources to

More information

TIME MANAGEMENT IN THE CLINCIAL ENVIRONMENT

TIME MANAGEMENT IN THE CLINCIAL ENVIRONMENT Personal & Professional Development TIME MANAGEMENT IN THE CLINCIAL ENVIRONMENT RUTH CREIGHTON PAEDIATRIC REGIONAL PLACEMENT FACILITATOR MAY 2010 Learning Objectives for this Session: By the end of this

More information

Thinking Skills. Lesson Plan. Introduction

Thinking Skills. Lesson Plan. Introduction xxx Lesson 18 Thinking Skills Overview: This lesson provides basic foundational information about two types of thinking skills: critical and creative. Students have used critical and creative skills each

More information

HOSPITALITY PROFESSIONAL COURSE (HPC) Course Overview and Syllabus

HOSPITALITY PROFESSIONAL COURSE (HPC) Course Overview and Syllabus HOSPITALITY PROFESSIONAL COURSE (HPC) Course Overview and Syllabus Overview The Hospitality Professional Course (HPC) consists of a series of self-paced online seminars and activities that have been created

More information

TO SURVIVING YOUR FIRST YEAR NUR SING

TO SURVIVING YOUR FIRST YEAR NUR SING A GUIDE TO SURVIVING YOUR FIRST YEAR IN THE NUR SING WORLD By Jennifer R. Tucker Graduation Day to NCLEX Finally, the long awaited graduation day had arrived: a day that had been five years in the making,

More information

Organizing, planning and scheduling software projects

Organizing, planning and scheduling software projects Project management Organizing, planning and scheduling software projects Ian Sommerville 1995 Modified by Spiros Mancoridis 1998 Software Engineering, 5th edition. Chapter 3 Slide 1 Objectives To introduce

More information

Escalator to Pips Pipping Your Way to The Top

Escalator to Pips Pipping Your Way to The Top Pipping Your Way to the Top Page 1 of 1 Escalator to Pips Pipping Your Way to The Top Presented April 4, 2007 To the reader s of Forex Factory May all your trades be successful ones DISCLAIMER: We accept

More information

Thinking about cultural diversity

Thinking about cultural diversity Cultural diversity Video 1 Thinking about cultural diversity What do we mean by cultural diversity? Culturally and linguistically diverse (CALD) is a term often used in Australia to describe groups of

More information

Marketing Plan. Achieving NECC Enrollment and Image Enhancement Goals. Supporting Existing College and Presidential Priorities Priorities 7/1/10

Marketing Plan. Achieving NECC Enrollment and Image Enhancement Goals. Supporting Existing College and Presidential Priorities Priorities 7/1/10 Marketing Plan 7/1/10 Achieving NECC Enrollment and Image Enhancement Goals Supporting Existing College and Presidential Priorities Priorities TABLE OF CONTENTS I. INTRODUCTION Page 3 II. ASSESSMENT: A.

More information