"Academy of Management" and the journal "Academy of Management Perspectives"

Academy of Management
555 Pleasantville Road, Suite N200
Briarcliff Manor, NY 10510-8020, USA
Phone: +1 (914) 326-1800
Fax: +1 (914) 326-1900
2023 Academy of Management
Powered by Atypon Literatum
Academy of Management Perspectives
ISSN (print): 1558-9080 | ISSN (online): 1943-4529
Frequency: February, May, August, and November
Editor: Gideon D. Markman and Geoffrey Wood

History:
Published online 1 November 1999
Published in print 1 November 1999
Information:
Academy of Management Perspectives
Keywords:
"DECISION making — Research" "INTUITION" "WORK environment" "EXECUTIVE ability (Management) — Research" "EXECUTIVES — Management" "COGNITION" "EMPLOYEE empowerment" "INTERVIEWS" "MANAGEMENT controls" "ORGANIZATIONAL effectiveness"
The authors gratefully acknowledge the support of the NMA(National Management Association), its president, Stephen K. Bailey, along with Karen Tobias and all of the NMA staff members. We also thank the University of Dayton for funding the project, as well as Lisa Cheraskin, Gordon Dehler, and William Lewis for providing feedback on earlier versions of our manuscript.
Lisa A. BurkeMonica K. Miller
Authors and Affiliations
Lisa A. Burke
Monica K. Miller


"Academy of Management" and the journal "Academy of Management Perspectives"的更多相关文章
- Azure Management API 之 利用 Windows Azure Management Libraries 来控制Azure platform
在此之前,我曾经发过一篇文章讲叙了如何利用Azure power shell team 提供的class library. 而就在这篇文章发布之后不久,我又发现微软发布了一个preview 版本的Wi ...
- release management客户端无法连接到release management server的问题解决
参考:http://myalmblog.com/2014/03/error-installing-release-management-client/ 装了服务器,装客户端.然后客户端连不上服务器. ...
- 管理科学与工程 国内核心期刊 国外a刊及SCI
国内: 管理科学与工程: 管理科学学报 A+ (匿名审稿,绝对牛刊,不比一般的SCi期刊的质量差) 系统工程理论与实践 A (实名审稿,关系稿很多,尤其是挂编委的文章很多,但质量尚可)系统工程 ...
- academy
academy at/in school都行,academy一般用at. The word comes from the Academy in ancient Greece, which derive ...
- Distributed Management Task Force----分布式管理任务组
http://baike.baidu.com/link?url=Y9HGLs8Qj6pXbbgY6xPdfiGDsQO8Eu1e80B4giQtQ_hAfGNF59byxnLoERYri4Duw7Gw ...
- JVM Management API
JVM本身提供了一组管理的API,通过该API,我们可以获取得到JVM内部主要运行信息,包括内存各代的数据.JVM当前所有线程及其栈相关信 息等等.各种JDK自带的剖析工具,包括jps.jstack. ...
- 如何通过Azure Service Management REST API管理Azure服务
通过本文你将了解: 什么是Azure Service Management REST API 如何获取微软Azure 订阅号 如何获取Azure管理证书 如何调用Azure Service Manag ...
- Stakeholder Risk Management
In this article we'll address the people swirling around your project: stakeholders. You'll find som ...
- A Framework for Programme Management
In business today organisations manage multiple projects concurrently with shared or overlapping res ...
- Introduction to Project Management(I)
Project management in the modern sense began in the early 1950s, although it has its roots further b ...
随机推荐
- thinkphp 命令行执行导入
<?phpdeclare (strict_types=1);namespace app\command;use think\console\Command;use think\console\I ...
- 智能点餐助手平台:CodeBuddy模型驱动的技术革新
我正在参加CodeBuddy「首席试玩官」内容创作大赛,本文所使用的 CodeBuddy 免费下载链接:腾讯云代码助手 CodeBuddy - AI 时代的智能编程伙伴 引言 在当代互联网技术高速发展 ...
- C++/Python混合编程
以 C++ 为底层基础,Python 作为上层建筑,共同搭建起高性能.易维护.可扩展的混合系统. Python 本身就有 C 接口,可以用 C 语言编写扩展模块,把一些低效耗时的功能改用 C 实现,有 ...
- 自荐:开源截图工具ScreenCapture:超多控制指令,支持截长图
特性 跨屏幕截图.滚动截图(截长图).高分屏支持.窗口区域高亮. 取景框,快捷键复制 RGB 颜色(Ctrl+R). HEX 颜色(Ctrl+H)与 CMYK 颜色(Ctrl+K). 绘制填充.非填充 ...
- C#正则之获取命名组所有捕获的数据
static void ParseTest(string str) { Regex reg = new Regex(@"(?<num>\d+)(?<sg>[_!$#] ...
- Axis in DataFrame
Axis in DataFrame Optional parameter axis may appear in arithmetric between DataFrame and Series,the ...
- 哨兵线性搜索算法浅析与Python,C#实践Demo
如题: 在数组A[]中搜索给定值foundNum,其中length是A[]的长度 常规线性搜索 1.令索引i初始值为0,按次序依次赋值到n-1; (a)如果A[i]==foundNum,返回当前i; ...
- Pandas中两个DataFrame的差集
在pandas中,两个DataFrame的差集并没有直接的库内置方法,现在我们希望有一种方法,就像python中set内置的求差集一样,来找到两个DataFrame的差集. >>> ...
- 简单介绍下 Vue 2.x 中的几种生命周期钩子(Lifecycle Hooks)
〇.前言 在使用 Element UI 框架(基于 Vue 2.x)开发应用时,理解 Vue 的生命周期钩子(Lifecycle Hooks)是非常重要的. 这些钩子函数可以在组件的不同阶段执行特定的 ...
- 通用jar包部署脚本
在<Linux下部署Spring Boot 项目 jar包>中,小编介绍了一步一步发布jar包的方法,这里提供一个通用Shell脚本,傻瓜式发布Spring Boot项目. 通过W ...