This course is free on the Coursera Site,But it only has English version

Threee pieces of the course overview:

1、opportunity analysis Canvas

2、business model Canvas:执行与验证

3、business plan

1.3:

By first understanding our motives and goals for the 
study of entrepreneurship, we can being to understand 
– Opportunity discovery 
– Opportunity analysis 
– Entrepreneurial decision-making

1.4:

Entrepreneurs develop ideas into actions.

1.5:

Creativity is the ability to use the 
imagination to develop new things 
• Creativity is an iterative process of: 
– Connection of disparate ideas 
– Discovery of opportunities and possible solutions 
– Invention as the application of discovery 
– Application in the feasible adoption of solutions.

1.6:

Characteristics of a Creative Climate 
• An enjoyment in experimenting with new ideas 
• A trustful management that does not over-control 
• Considerable communication with outsiders 
• Open channels of communication 
• A willingness to accept change 
• Little fear of negative consequences for making a 
mistake 
• Selection and promotion of employees based on merit 
• Sufficient financial, managerial, human, and time 
resources for accomplishing goals

1.7:

Business Model innovation
Market innovation
Organiational innovation
Process innovation
Product innovation
Service innovation
Suply chain innovation

1.8:

解决一个问题用去100小时,其中前95小时是在定义这个问题。

1、认识并定义问题
2、产生选择项
3、评估不同的选择项
3、选择最符合评估准则的选项。

Understanding entrepreneurial decision-making critically important for earliest 
stages

Without opportunity discovery, there’s no 
venture

Decision-making is a unique and significant 
tasks for entrepreneurs

Requires quick, high-stakes decisions with 
incomplete information in a dynamic market

1.9

Business models take shape after an 
idea is conceived.
2.Without the idea itself, no business model 
nor customer discovery can begin.
3.It is this first step, the idea generation step, 
that the Opportunity Analysis Canvas 
fulfills as an innovative tool for identifying 
and analyzing entrepreneurial ideas.

对The Opportunity Analysis Canvas的总结见1.9PPT PDF

-----------------------------------------

2.2 entrepreneurial mindset:

Summary 
• What roles does need for achievement play in your decisions? 
• How does individualism influence your decision-making? 
• Do you have an internal and external locus of control? 
• Are you able to effectively focus yourself? 
• Can you be optimistic, while managing the risks of overconfidence?

2.3 Cognitive biases and heuristics common in 
entrepreneurship 
• Overconfidence 
• Representativeness 
• Counterfactual thin
Summary 
By understanding the components of the 
entrepreneurial motivation, you can assess 
and enhance your own. 
• Do you have high self-efficacy? 
• Do you exhibit high cognitive motivation? 
• What is your tolerance for ambiguity

The note of Developing Innovative Ideas for New Companies Course的更多相关文章

  1. ACM会议列表与介绍(2014/05/06)

    Conferences ACM SEACM Southeast Regional Conference ACM Southeast Regional Conference the oldest, co ...

  2. Hybrid UI framework shootout: Ionic vs. Famo.us vs. F7 vs. OnsenUI

    1 Introduction In the past 2 years I’ve been working intensively on mobile applications, mostly hybr ...

  3. Apple Developer Registration and DUNS Number Not Accepted

    Now that I have my Mac and app source code. I’m ready to start working on my first app. The next ste ...

  4. Machine Learning in Finance – Present and Future Applications

    https://emerj.com/ai-sector-overviews/machine-learning-in-finance/ Machine learning has had fruitful ...

  5. software engineer's resume(帮助你写程序员简历)

    关键词 参考 简历模板 参考 下面开始是正文(关键词原文) 介绍 本项目由海外兔 (https://osjobs.net) 维护,海外兔团队由一线互联网面试官组成,提供海内外公司一对一入职套餐以及算法 ...

  6. ### Paper about Event Detection

    Paper about Event Detection. #@author: gr #@date: 2014-03-15 #@email: forgerui@gmail.com 看一些相关的论文. 1 ...

  7. PostgreSQL源码安装文档

    This document describes the installation of PostgreSQL using the source    code distribution. (If yo ...

  8. December 16th 2016 Week 51st Friday

    My life is a straight line, turning only for you. 我的人生是一条直线,转弯只是为了你. My life is a straight line that ...

  9. Build/Run Instructions for Codec Engine Examples

    General Information This page explains how to build the examples provided in the Codec Engine (CE) p ...

随机推荐

  1. INV_TXN_MANAGER_PUB.PROCESS_TRANSACTIONS

    For Interface Transactions,INV_TXN_MANAGER_PUB.PROCESS_TRANSACTIONS DOES below things: 1)validate_gr ...

  2. ROS_Kinetic_01 在ubuntu 16.04安装ROS Kinetic 2017.01更新

    ROS_Kinetic系列学习(一),在ubuntu 16.04安装ROS Kinetic. Celebrating 9 Years of ROS! ubuntu16.04已经发布半年多了,ROS的K ...

  3. 将Ext JS 6应用程序导入Web项目

    由于Ext JS 6包含了Sencha Touch,因而在应用程序结构有了些改变,Ext JS 5的方法已经不适用于新版本了.经过研究,发现6导入Web项目要比5简单. 下面来说说导入的过程. 使用S ...

  4. Git版本控制:Git分支处理

    http://blog.csdn.net/pipisorry/article/details/46958699分支的意义创建分支可以避免提交代码后对主分支的影响,同时也使你有了相对独立的开发环境. 假 ...

  5. Android下VideoView的研究

    VideoView继承自SurfaceView,实现了MediaController.MediaPlayerControl的接口.在android系统中的包名为android.widget.Video ...

  6. Linux特殊权限分析(第二版)

    SetUID[权限值=4] 问题:为什么普通用户可以修改自己的密码? ll $(which passwd) 1.SetUID:当一个可执行程序/命令具有SetUID 权限,用户执行这个程序时,将以这个 ...

  7. UML之部署图

    部署图,英文名曰:Deployment Diagram,通常也称配置图,她是用来显示系统中软件和硬件的物理结构,从部署图中,我们可以了解到软件和硬件组件之间的物理关系以及处理节点的组件分布情况,使用部 ...

  8. NIO模式例子

    NIO模式主要优势是体现在对多连接的管理,对众多连接各种事件的转发让处理变得更加高效,所以一般是服务器端才会使用NIO模式,而对于客户端为了方便及习惯使用阻塞模式的Socket进行通信.所以NIO模式 ...

  9. 【一天一道LeetCode】#16. 3Sum Closest

    一天一道LeetCode系列 (一)题目: Given an array S of n integers, find three integers in S such that the sum is ...

  10. Android性能优化之界面UI篇

    1.使用style.color.string.dimen样式来分离xml布局文件,减少代码的重复使用,增加代码复用率,防止hardcode,下面是一个例子: 在定义layout时候,因为每个View或 ...