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游戏中实现A*寻路算法(四)

    大熊猫猪·侯佩原创或翻译作品.欢迎转载,转载请注明出处. 如果觉得写的不好请告诉我,如果觉得不错请多多支持点赞.谢谢! hopy ;) 免责申明:本博客提供的所有翻译文章原稿均来自互联网,仅供学习交流 ...

  2. A*寻路算法入门(三)

    大熊猫猪·侯佩原创或翻译作品.欢迎转载,转载请注明出处. 如果觉得写的不好请告诉我,如果觉得不错请多多支持点赞.谢谢! hopy ;) 免责申明:本博客提供的所有翻译文章原稿均来自互联网,仅供学习交流 ...

  3. Android屏幕适配-android学习之旅(五十九)

    android屏幕适配

  4. 使用批处理文件(*.bat)同时打多个cmd窗口

    使用批处理文件(*.bat)同时打多个cmd窗口 最近在研究zookeeper,在本地建了几个目录,发现频繁的去各个目录启动zkServer.cmd十分繁琐,于是乎google,才有了下文: 使用批处 ...

  5. PA 创建项目

    ---- 创建项目 DECLARE l_orig_project_id NUMBER := 6; l_prj_num VARCHAR2(240) := 'CXYTEST001'; l_start_da ...

  6. JAVA之旅(七)——final关键字 , 抽象类abstract,模板方法模式,接口interface,implements,特点,扩展

    JAVA之旅(七)--final关键字 , 抽象类abstract,模板方法模式,接口interface,implements,特点,扩展 OK,我们继续学习JAVA,美滋滋的 一.final 我们来 ...

  7. 简谈高通Trustzone的实现

    从trust zone之我见知道,支持trustzone的芯片会跑在两个世界. 普通世界.安全世界,对应高通这边是HLOS,QSEE. 如下图: 如下是HLOS与QSEE的软件架构图 HLOS这两分为 ...

  8. 9.8、Libgdx的返回键和菜单键捕获

    (官网:www.libgdx.cn) 当用户在Android设备中点击返回键是,通常关闭当前运行的activity.游戏可能会给出一个确认对话框让用户选择退出或继续.要这样的话需要捕获返回键: Gdx ...

  9. 配置hadoop-1.2.1 eclipse开发环境

    写这篇文章的目的是记录解决配置过程中的问题 首先我们先看下这篇博文 配置hadoop-1.2.1 eclipse开发环境 但是在[修改 Hadoop 源码]这里,作者发布的 hadoop-core-1 ...

  10. 网站开发进阶(二十五)js如何将html表格导出为excel文件

    js如何将html表格导出为excel文件        赠人玫瑰,手留余香.若您感觉此篇博文对您有用,请花费2秒时间点个赞,您的鼓励是我不断前进的动力,共勉! jsp页面数据导出成excel的方法很 ...