Introduction to Project Management(I)
Project management in the modern sense began in the early 1950s, although it has its roots further back in the latter years of the 19th century. The driver for project management was businesses realising the benefits of organising work around projects and the critical need to communicate and co-ordinate work across departments and professions.
Many organisations don't employ full-time project managers and it is common to pull together a project team to meet a specific need. While many people may not have formal skills in a project methodology, taking a role in a project team is an excellent learning opportunity and can improve a person's career profile.
Here is the main definition of what project management is:
- Project management is no small task.
- Project management has a definite beginning and end. It is not a continuous process.
- Project management uses various tools to measure accomplishments and track project tasks. These include Work Breakdown Structures, Gantt charts and PERT charts.
- Projects frequently need resources on an ad-hoc basis as opposed to organisations that have only dedicated full-time positions.
- Project management reduces risk and increases the chance of success.
Project management is often summarised in a triangle (see Figure 1). The three most important factors are time, cost and scope, commonly called the triple constraint. These form the vertices with quality as a central theme.

Figure 1: The triple constraint
- Projects must be within cost.
- Projects must be delivered on time.
- Projects must be within scope.
- Projects must meet customer quality requirements.
More recently, this has given way to a project management diamond, with cost, time, scope and quality the four vertices and customer expectations as a central theme (see Figure 2). No two customer expectations are the same so you must ask what their expectations are.

Figure 2: The project management diamond
A project goes through six phases during its life:
- Project Definition: Defining the goals, objectives and critical success factors for the project.
- Project Initiation: Everything that is needed to set-up the project before work can start.
- Project Planning: Detailed plans of how the work will be carried out including time, cost and resource estimates.
- Project Execution: Doing the work to deliver the product, service or desired outcome.
- Project Monitoring & Control: Ensuring that a project stays on track and taking corrective action to ensure it does.
- Project Closure: Formal acceptance of the deliverables and disbanding of all the elements that were required to run the project.
The role of the project manager is one of great responsibility. It is the project manager's job to direct, supervise and control the project from beginning to end. Project managers should not carry out project work, managing the project is enough. Here are some of the activities that must be undertaken:
- The project manager must define the project, reduce it to a set of manageable tasks, obtain appropriate resources and build a team to perform the work.
- The project manager must set the final goal for the project and motivate his or her team to complete the project on time.
- The project manager must inform all stakeholders of progress on a regular basis.
- The project manager must assess and monitor risks to the project and mitigate them.
- No project ever goes exactly as planned, so project managers must learn to adapt to and manage change.
A project manager must have a range of skills including:
- Leadership;
- People management (customers, suppliers, functional managers and project team);
- Effective communication (verbal and written);
- Influencing;
- Negotiation;
- Conflict management;
- Planning;
- Contract management;
- Estimating;
- Problem solving;
- Creative thinking; and
- Time management.
"Project managers bear ultimate responsibility for making things happen. Traditionally, they have carried out this role as mere implementers. To do their jobs they needed to have basic administrative and technical competencies. Today they play a far broader role. In addition to the traditional skills, they need to have business skills, customer relations skills, and political skills. Psychologically, they must be results-oriented self-starters with a high tolerance for ambiguity, because little is clear-cut in today's tumultuous business environment. Shortcomings in any of these areas can lead to project failure." - J. Davidson Frame
Many things can go wrong in project management. These things are often called barriers. Here are some possible barriers:
- Poor communication;
- Disagreement;
- Misunderstandings;
- Bad weather;
- Union strikes;
- Personality conflicts;
- Poor management; and
- Poorly defined goals and objectives.
A good project management discipline will not eliminate all risks, issues and surprises, but will provide standard processes and procedures to deal with them and help prevent the following:
- Projects finishing late, exceeding budget or not meeting customer expectations.
- Inconsistency between the processes and procedures used by projects managers, leading to some being favoured more than others.
- Successful projects, despite a lack of planning, achieved through high stress levels, goodwill and significant amounts of overtime.
- Project management seen as not adding value and as a waste of time and money.
- Unforeseen internal and/or external events impacting the project.
Project management is about creating an environment and conditions in which a defined goal or objective can be achieved in a controlled manner by a team of people.
Introduction to Project Management(I)的更多相关文章
- Introduction to Project Management(II)
Introduction The purpose of this paper is to gain an understanding of project management and to give ...
- The Simplified Project Management Process
One of the challenges of explaining project management to people who are unfamiliar with the approac ...
- Project Management Process
Project Management ProcessDescription .............................................................. ...
- Introduction to Financial Management
Recently,i am learning some useful things about financial management by reading <Essentials of Co ...
- 简介 - PMP(Project Management Professional)
PMP(Project Management Professional) 官网(英文报名):https://www.pmi.org/ 中文注册:http://exam.chinapmp.cn/ Boo ...
- 10 Rules of Highly Successful Project Management
I commited the information below to report PDU of PMI. ^_^. In this paper, the author introduces his ...
- Software Engineering: 2. Project management
resources:"Software Engineering" Ian Sommerville For most projects, important goals are: D ...
- Software Project Management hw1
I just want to say something about my java project that I did last year. Our task is to finish a lin ...
- Software Project Management 2017 Homework 1
Recently, I have a project, I use Unity3D to finish a visualization work, which is the final project ...
随机推荐
- 【BZOJ】1603: [Usaco2008 Oct]打谷机(水题+dfs)
http://www.lydsy.com/JudgeOnline/problem.php?id=1603 这种水题... dfs没话说.. #include <cstdio> #inclu ...
- 【BZOJ】1834: [ZJOI2010]network 网络扩容(最大流+费用流)
http://www.lydsy.com/JudgeOnline/problem.php?id=1834 我又思考人生了T_T,nd的数组开小了,一直wa,调了一个小时才发现啊!!!!!我一直以为我的 ...
- idea_IDEA跑Tomcat异常
IDEA跑Tomcat异常 具体异常如下 Artifact :war exploded: Server is not connected. Deploy is not avail 根据别人的回答,去掉 ...
- redux-actions源码解读
一.什么是redux-actions redux-actions是一个简化action和reducer创建的一个封装库,里面有5个js文件, createAction.js handleAction. ...
- Linux 高级网络编程
设置套接字函数: #include<sys/socket.h> int setsockopt(int sockfd, int level, int optname, const void* ...
- in_array 的第三个参数strict设置为 true
var_dump(in_array(0, array('s' )); 这句话的结果是bool(true). 因为in_array会将0 和's' 进行比较,0是number类型,'s'是string类 ...
- Java泛型总结
1. 什么是泛型?泛型(Generic type 或者 generics)是对 Java 语言的类型系统的一种扩展,以支持创建可以按类型进行参数化的类.可以把类型参数看作是使用参数化类型时指定的类型的 ...
- new NABCD
小组名称: 天天向上 项目名称:连连看 小组成员:王森(组长).胡丽娜.林莉.张政.张金生 新NABCD模型 N(需求) 传统的连连看有许多,玩法单一,感觉没意思,用户更希望连连看游戏增加更多的与众不 ...
- Java静态块学习
静态块是类里面的构造器,对象有构造器那么类也有构造器,类里面的构造器叫做初始化方法.也就是new一个对象他会经过一个构造器.加载一个类,也有被初始化的一片代码,这个就称之为静态块.一个类里面可以有很多 ...
- iOS 键盘的隐藏
在 iOS开发中 最常用的 一些控件,如TextFiled 和 TextView,点击时会自动弹出键盘,但是隐藏操作需要我们自己来编码完成. 最常用的一种方法是,让TextFiled 和 TextV ...