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. 【unix网络编程第三版】阅读笔记(三):基本套接字编程

    unp第三章主要介绍了基本套接字编程函数.主要有:socket(),bind(),connect(),accept(),listen()等. 本博文也直接进入正题,对这几个函数进行剖析和讲解. 1. ...

  2. (NO.00001)iOS游戏SpeedBoy Lite成形记(十一)

    之前的10篇内容主要实现了选手从起点移动至终点的动作,比较随机的模拟了选手的速度变化,另外完成了选手到达终点时该做的事情. 接下来的几篇中我们进一步完善SpeedBoy Lite项目,使它真正成为一个 ...

  3. 14_Android中Service的使用,关于广播接收者的说明

     服务:长期后台运行的没有界面的组件 android应用:什么地方需要用到服务? 天气预报:后台的连接服务器的逻辑,每隔一段时间获取最新的天气信息 股票显示:后台的连接服务器的逻辑,每隔一段时间获 ...

  4. Java关键字之this

    this的作用: 1) this是当前对象的一个引用,便于对当前对象参数的使用: 2)可以返回对象的自己这个类的引用,同时还可以在一个构造函数当中调用另一个构造函数 this示例: public cl ...

  5. 程序员的视角:java GC

    GC(Garbage Collection 垃圾回收)的概念随着 java 的流行而被人们所熟知. 实际 GC 最早起源于20世纪60年代的 LISP 语言,是一种自动的内存管理机制. GC 要解决的 ...

  6. java缓存系统

    第一版 package cache; import java.util.HashMap; import java.util.Map; public class Cache1 { private Map ...

  7. 关于学习MMU的一点感想

    MMU的一个主要服务是能把各个人物作为各自独立的程序在其自己的虚拟存储空间中运行. 虚拟存储器系统的一个重要特征是地址重定位.地址重定位是将处理器核产生的地址转换到主存的不同地址,转换由MMU硬件完成 ...

  8. mysql进阶(十八)完全卸载mysql数据库图文教程

    完全卸载mysql数据库图文教程 有时候MySQL不能完全卸载,这时候必须通过一些途径删除掉注册表和一些残余的文件,然后才能重新安装才可以成功! 方法/步骤 1.控制面板-->所有控制面板项-- ...

  9. mysql进阶(九)多表查询

    MySQL多表查询 一 使用SELECT子句进行多表查询 SELECT 字段名 FROM 表1,表2 - WHERE 表1.字段 = 表2.字段 AND 其它查询条件 SELECT a.id,a.na ...

  10. Java 继承Thread类和实现Runnable接口的区别

    ava中线程的创建有两种方式: 1.  通过继承Thread类,重写Thread的run()方法,将线程运行的逻辑放在其中 2.  通过实现Runnable接口,实例化Thread类 在实际应用中,我 ...