The influence of informal governance mechanisms on knowledge integration
Title:The influence of informal governance mechanisms on knowledge integration within cross-functional project teams: A social capital perspective
Journal:KNOWLEDGE MANAGEMENT RESEARCH & PRACTICE
ABSTRACT :This paper aims to explore the influence of informal governance mechanisms (IGMs) on knowledge integration (KI) within cross-functional project teams (CFPTs). In order to achieve this objective, we provide a novel and distinct perspective - social capital (SC). From this perspective, we analyse three dimensions of IGMs, that is, social interaction, social trust and social cognition. Propositions on underlying influencing mechanisms of the three dimensions on KI are then empirically tested using qualitative data from semi-structured interviews and quantitative data from questionnaire surveys. Results indicate that strong social ties, mutual trust and formation of shared vision facilitate KI within CFPTs. In addition, communication platforms are encouraged to provide more opportunities for team members to exchange knowledge. This paper provides suggestions for both knowledge governance theory and project management practice.
Remark:
This paper is published on the journal of knowledge management research & practice. The impact factor of the journal is 0.41. From the abstract of this paper, the writing is very good. The first sentence talks about the purpose of the paper, for example, aims to explore the influence is a common use. The second sentence emphases the innovation of the paper to provide a novel and distinct perspective, and the 'in order to achieve this objective ' is rather sophisticated. The flashpoint of the third sentence is 'from this perspective', it is a good connection of the previous sentence and current sentence. The flashpoint of the fourth sentence is 'Proposition on' and 'are then empirically tested usting qualitative data from semi-structured interviews and quantitative data from questionnarie survey', is is very moved. The flashpoint of the fifth is 'result indicate that', the word of indicate give a brief explain, it is very classical. The flashpoint of the sixth is 'in addition'. The flashpoint of the seven is 'this paper provides suggestions of both and'.
In short, from the abstract of the paper, i have more confidenct to conclude that the paper have a high quality. I want to see the full text, but it is not open-access, so I don't see the electric copy of the paper.
The influence of informal governance mechanisms on knowledge integration的更多相关文章
- 论文阅读 | ERNIE: Enhanced Representation through Knowledge Integration
摘要 知识加强的语义表示模型. knowledge masking strategies : entity-level masking / phrase-level masking 实 ...
- Java中实现SAX解析xml文件到MySQL数据库
大致步骤: 1.Java bean 2.DBHelper.java 3.重写DefaultHandler中的方法:MyHander.java 4.循环写数据库:SAXParserDemo.java ① ...
- Excellent JD
Job description About the role We are looking for a talented engineer who has excellent cloud skills ...
- Awesome Hadoop
A curated list of amazingly awesome Hadoop and Hadoop ecosystem resources. Inspired by Awesome PHP, ...
- BERT、ERNIE以及XLNet学习记录
主要是对 BERT: Pre-training of Deep Bidirectional Transformers for Language Understandingtichu提出的BERT 清华 ...
- NLP中的预训练语言模型(一)—— ERNIE们和BERT-wwm
随着bert在NLP各种任务上取得骄人的战绩,预训练模型在这不到一年的时间内得到了很大的发展,本系列的文章主要是简单回顾下在bert之后有哪些比较有名的预训练模型,这一期先介绍几个国内开源的预训练模型 ...
- ERNIE 2.0 理解与使用
更新中 更新时间:2019-12-06 17:43:27 实验需要,在自己学习的过程中做如下笔记,欢迎指正,欢迎交流. 1. ERNIE简述 ERNIE和BERT一样,也是基于transformer来 ...
- ELMO,BERT和GPT简介
1.Contextualized Word Embedding 同样的单词有不同的意思,比如下面的几个句子,同样有 “bank” ,却有着不同的意思.但是用训练出来的 Word2Vec 得到 “ban ...
- 关于情感分类(Sentiment Classification)的文献整理
最近对NLP中情感分类子方向的研究有些兴趣,在此整理下个人阅读的笔记(持续更新中): 1. Thumbs up? Sentiment classification using machine lear ...
随机推荐
- CentOS 6系统下安装 JDK1.6
CentOS 6系统下安装 JDK1.6 JDK(Java Development Kit)是Sun Microsystems针对Java开发员的产品.自从Java推出以来,JDK已经成为使用最广泛的 ...
- 在linux下编译netcat并且反弹cmdshell(转载)
本地Windows监听 nc -vv -l -p 1234 首先从sf上get一个tar的压缩包 wget http://sourceforge.net/projects/netcat/files ...
- Exchange模式功能
Exchange模式: Outlook中的投票功能: 新建邮件--选项--使用投票按钮
- 【转】windows上安装gvim
gvim安装包下载: 简明安装说明:1.安装 gvim 安装包中的程序.2.安装 第三方软件安装包中的程序,将 dll 文件放入 system32目录.3.将 bin 目录加入 PATH 环境 ...
- C#程序实现动态调用DLL的研究[转]
摘 要: 在< csdn 开发高手> 2004 年第 03 期中的<化功大法——将 DLL 嵌入 EXE >一文,介绍了如何把一个动态链接库作为一个资源嵌入到可执行文件,在 ...
- slots - Python的结构体 转
上个月看了篇文章 “SAVING 9 GB OF RAM WITH PYTHON’S __SLOTS__”,原来Python也有类似结构体的东东.拖了一个月才写这篇,是因为太久没看pyth ...
- 关于Service常驻内存不被清理的解决方法.
众所周知, Service是跑后台的. 但是有些Rom厂商把一键清理做的真是太好用了, 以至于一键清理变成了一种习惯, Service已经变的不再是Service了. 那为什么像诸如360, 微信, ...
- 1020. Tree Traversals (25)
the problem is from pat,which website is http://pat.zju.edu.cn/contests/pat-a-practise/1020 and the ...
- Gradient Boost Decision Tree(&Treelink)
http://www.cnblogs.com/joneswood/archive/2012/03/04/2379615.html 1. 什么是Treelink Treelink是阿里集团内部 ...
- cocos2d-x lua与c++简单交互
cocos2d-x lua与c++简单交互 version: cocos2d-x 3.6 本文讲述lua与c++的一些简单交互: lua通过消息方式调用c++无参接口 c++调用lua带参接口 1.通 ...