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 ...
随机推荐
- PI-webservice06-调用外部webservice过程中注意问题
1,SAP与.NET系统之间通过webservice来进行数据交互的过程中,格式是有要求的,要求.NET发布出来的webservice中的数据是用list来进行传输的,不能用datatable和lis ...
- Codeforces gym 100685 C. Cinderella 水题
C. CinderellaTime Limit: 20 Sec Memory Limit: 256 MB 题目连接 http://codeforces.com/gym/100685/problem/C ...
- 自定义的带tab的可左右滑动的viewpager之二viewpager与fragment不兼容
总的来说,这个TAB用起来还算方便吧 不过随着用的地方多起来,发现了一些问题,比如下面这个界面: TAB1和TAB2都是表单,保存按钮对两个TAB都有效:若当前显示TAB1,点击保存则保存TAB1的f ...
- thrift学习笔记
Thrift学习笔记 一:thrift介绍 Thrift是facebook开发的用来处理各不同系统之间数据通讯的rpc服务框架,后来成为apche的开源项目.thrift支持多种程序语言,包括Java ...
- JAVA static 作用
static表示“全局”或者“静态”的意思,用来修饰成员变量和成员方法,也可以形成静态static代码块,但是Java语言中没有全局变量的概念. 被static修饰的成员变量和成员方法独立于该类的任何 ...
- android138 360 小火箭
package com.itheima52.rocket; import android.app.Service; import android.content.Context; import and ...
- inline(内联元素)和block(块级元素) 的区别
块级元素,默认是独自占据一行的.比如是<p>.<h1>.<h2>.<h3>.<h4>.<h5>.<h6>.<u ...
- Helpers\Password
Helpers\Password The password class uses php 5 password_ functions. To create a hash of a password, ...
- Android(java)学习笔记89:泛型概述和基本使用
package cn.itcast_01; import java.util.ArrayList; import java.util.Iterator; /* * ArrayList存储字符串并遍历 ...
- Xcode 只有iOS device一个选项的解决办法
下载了一个demo准备研究发现只有iOS device,没有其他的机型可选,解决方法比较简单,调下iOS SDK就行了