The note of Developing Innovative Ideas for New Companies Course
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的更多相关文章
- ACM会议列表与介绍(2014/05/06)
Conferences ACM SEACM Southeast Regional Conference ACM Southeast Regional Conference the oldest, co ...
- 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 ...
- 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 ...
- Machine Learning in Finance – Present and Future Applications
https://emerj.com/ai-sector-overviews/machine-learning-in-finance/ Machine learning has had fruitful ...
- software engineer's resume(帮助你写程序员简历)
关键词 参考 简历模板 参考 下面开始是正文(关键词原文) 介绍 本项目由海外兔 (https://osjobs.net) 维护,海外兔团队由一线互联网面试官组成,提供海内外公司一对一入职套餐以及算法 ...
- ### Paper about Event Detection
Paper about Event Detection. #@author: gr #@date: 2014-03-15 #@email: forgerui@gmail.com 看一些相关的论文. 1 ...
- PostgreSQL源码安装文档
This document describes the installation of PostgreSQL using the source code distribution. (If yo ...
- December 16th 2016 Week 51st Friday
My life is a straight line, turning only for you. 我的人生是一条直线,转弯只是为了你. My life is a straight line that ...
- Build/Run Instructions for Codec Engine Examples
General Information This page explains how to build the examples provided in the Codec Engine (CE) p ...
随机推荐
- tomcat服务器虚拟目录的映射方式
lWEB应用程序指供浏览器问的程序,通常也简称为web应用 l l一个web应用由多个静态web资源和动态web资源组成,如: •html.css.js文件 •jsp文件.servlet程序.支持ja ...
- msm8974 camera driver添加新摄像头kernel hal修改
添加一款新摄像头流程 1添加sensor kernel driver, 主要实现上电.rst.pwd.mclk等power setting,sensor prob & sensor i2c ...
- volatile实现可见性但不保证原子性
volatile实现可见性但不保证原子性 volatile关键字: 能够保证volatile变量的可见性 不能保证volatile变量复合操作的原子性 volatile如何实现内存可见性: 深入来说: ...
- (七十一)关于UITableView退出崩溃的问题和滚动到底部的方法
[TableView退出崩溃的问题] 最近在使用TableView时偶然发现在TableView中数据较多时,如果在滚动过程中退出TableView到上一界面,会引起程序的崩溃,经过网上查阅和思考我发 ...
- lua c函数注册器
lua与c的交互 关于lua和c的交互,主要有两个方面,一是lua调用c的函数,而另一个则是c调用lua函数.而这些都是通过lua stack来进行的. c调用lua 在c里面使用lua,主要是通过l ...
- ViewPager 实现 Galler 效果, 中间大图显示,两边小图展示(优化篇)
上一张效果图: 之前的项目有一个Galley的项目,但是代码结构特别乱,别问我为什么,我也是刚接手这个项目,为了方便以后阅读和维护我对一些模块进行了重构.ViewPager实现Galler效果,但是当 ...
- (五十八)NSObject实现多线程、自动释放池的补充
模拟一个图片下载的场景,图片的下载需要2s,在这期间为了保证程序的流畅,应该把图片的下载放在子线程中进行. 使用NSObject的方法performSelectorInBackground方法即可实现 ...
- 再回首UML之下篇
接着我们上篇博客再回首UML之上篇说,在类图中有四种关系,关联.依赖.泛化.实现,接下来,我们来看看依赖,依赖--描述的是一种使用关系,她说明一个事物的规格说明的变化可能影响到他使用的另一个事物,反之 ...
- 算法面试题-leetcode学习之旅(二)
题目: Given a non-negative integer num, repeatedly add all its digits until the result has only one di ...
- Visual studio2010和Modelsim配置SystemC开发(转)
本文转自一博文. 一.编译System库 1. 下载SystemC library source code, 到http://www.systemc.org注册会员账号后,即可下载SystemC li ...