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. Cocos2D将v1.0的tileMap游戏转换到v3.4中一例(二)

    大熊猫猪·侯佩原创或翻译作品.欢迎转载,转载请注明出处. 如果觉得写的不好请告诉我,如果觉得不错请多多支持点赞.谢谢! hopy ;) 首先在CatMazeV3中新建CatSprite类,继承于Spr ...

  2. Docker教程:使用docker配置python开发环境

    http://blog.csdn.net/pipisorry/article/details/50808034 Docker的安装和配置 [Docker教程:docker的安装] [Docker教程: ...

  3. Mybatis执行CachingExecutor(六)

    前面几篇博客我们介绍了Excutor及抽象类BaseExecutor和实现类SimpleExecutor.BatchExecutor和ReuseExecutor: 博客列表: Mybatis执行Exe ...

  4. ROS_Kinetic_14 ROS工具roswtf的基本使用方法等

    ROS_Kinetic_14 ROS工具roswtf的基本使用方法 官网教程:http://wiki.ros.org/cn/ROS/Tutorials/Getting%20started%20with ...

  5. UNIX环境高级编程——进程控制

    一.进程标识符 ID为0的进程是调度进程,常常被称为交换进程.该进程是内核的一部分,它并不执行任何磁盘上的程序,因此也被称为系统进程.进程ID 1通常是init进程,在自举过程结束时由内核调用.ini ...

  6. FilterDispatcher is depredated!plesae use the new filters

    一些struts2的教程都是比较早的,当我们基于较新版本的struts2来实现代码的时候,往往会出现一些问题.比如这个警告:FilterDispatcher isdeprecated! 在web.xm ...

  7. Chipmunk僵尸物理对象的出现和解决(二)

    如第一篇文章中图片所示,该游戏是一个弹球游戏. 玩法很简单,屏幕底部有一个反弹棒,用来确保小球不掉出屏幕同时反弹小球撞击屏幕上方的砖块. 玩家可以触摸屏幕来左右移动反弹棒. 等等!还不是这么简单,当小 ...

  8. 数据从oracle转换到mysql

    因为项目变更,需要把数据从oracle里转到mysql里. 第一个想法,自己写代码. 20分钟后,算了,还是找找工具吧. 第二步: 下了一个工具,二十分钟后,师兄发现,表的结构是倒完了,但是有的表数据 ...

  9. Android利用ViewPager仿微信主界面-android学习之旅(78)

    首先是介绍ViewPager这个控件 ,这个控件需要pagerAdapter作为容器来提供数据,同时pagerAdapter的数据源是View数组 效果图如下 部分代码如下,实现如下的方法 mPage ...

  10. 获取request参数的工具类

    package cn.edu.hactcm.util; import java.io.File; import java.io.FileOutputStream; import java.io.IOE ...