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的更多相关文章

  1. 论文阅读 | ERNIE: Enhanced Representation through Knowledge Integration

    摘要 知识加强的语义表示模型. knowledge masking strategies  :  entity-level  masking   / phrase-level masking    实 ...

  2. Java中实现SAX解析xml文件到MySQL数据库

    大致步骤: 1.Java bean 2.DBHelper.java 3.重写DefaultHandler中的方法:MyHander.java 4.循环写数据库:SAXParserDemo.java ① ...

  3. Excellent JD

    Job description About the role We are looking for a talented engineer who has excellent cloud skills ...

  4. Awesome Hadoop

    A curated list of amazingly awesome Hadoop and Hadoop ecosystem resources. Inspired by Awesome PHP,  ...

  5. BERT、ERNIE以及XLNet学习记录

    主要是对 BERT: Pre-training of Deep Bidirectional Transformers for Language Understandingtichu提出的BERT 清华 ...

  6. NLP中的预训练语言模型(一)—— ERNIE们和BERT-wwm

    随着bert在NLP各种任务上取得骄人的战绩,预训练模型在这不到一年的时间内得到了很大的发展,本系列的文章主要是简单回顾下在bert之后有哪些比较有名的预训练模型,这一期先介绍几个国内开源的预训练模型 ...

  7. ERNIE 2.0 理解与使用

    更新中 更新时间:2019-12-06 17:43:27 实验需要,在自己学习的过程中做如下笔记,欢迎指正,欢迎交流. 1. ERNIE简述 ERNIE和BERT一样,也是基于transformer来 ...

  8. ELMO,BERT和GPT简介

    1.Contextualized Word Embedding 同样的单词有不同的意思,比如下面的几个句子,同样有 “bank” ,却有着不同的意思.但是用训练出来的 Word2Vec 得到 “ban ...

  9. 关于情感分类(Sentiment Classification)的文献整理

    最近对NLP中情感分类子方向的研究有些兴趣,在此整理下个人阅读的笔记(持续更新中): 1. Thumbs up? Sentiment classification using machine lear ...

随机推荐

  1. Ubuntu 12.04 中安装和配置 Java JDK

    先去 Oracle下载Linux下的JDK压缩包,我下载的是jdk-7u4-linux-i586.tar.gz文件,下好后直接解压 sudo mv ./jdk1.7.0_55 /usr/lib/jdk ...

  2. Linux在向磁盘新建文件的时候在系统层面的四步操作

    ----------- 1.存储文件属性.内核先找到一个空的i节点,并把文件属性信息记录其中.   2.存储数据.先计算要多少个磁盘块,在内核自由块列表找到合适数量的磁盘块,并把数据从内核的缓冲区依次 ...

  3. java.io.File类

    java.io.File类 1.凡是与输入.输出相关的类.接口等都定义在java.io包下 2.File是一个类.能够有构造器创建其对象.此对象相应着一个文件(.txt .avi .doc .ppt ...

  4. Codeforces Testing Round #12 C. Subsequences 树状数组维护DP

    C. Subsequences Time Limit: 20 Sec Memory Limit: 256 MB 题目连接 http://codeforces.com/contest/597/probl ...

  5. ROR 环境的 搭建

    1)安装RUBY:从 http://www.ruby-lang.org/en/ 下载 ruby182-15.exe,安装Ruby.ruby -v 看是否安装成功.2)安装RAILS框架 :gem in ...

  6. oc-05-对象的创建

    // 11-[掌握]创建一个对象并访问成员变量 #import <Foundation/Foundation.h> //声明 @interface Person : NSObject//类 ...

  7. java_log4j多文件配置

    今天配置了log4j中写多个文件的内容,配置了半天才搞出来,为了避免类似问题,写个博客吧. 首先说一下需求,每天要在7个文件夹中生成文件,文件格式为xxx.log.2000.01.01,自己开发个写文 ...

  8. Direct3D-3 四元数

        其实本来这篇文章是打算接上篇的各种变化矩阵的推导了,想了想,还是先讲四元数吧.本人的文章并不会提到欧拉角,因为我自己没弄懂欧拉角的万向锁问题.     很多人学习数学时,会有这样一个疑惑,这东 ...

  9. css笔记15:盒子模型

    1.流 流:html元素在网页中显示的顺序 标准流:在html文件中,写在前面的元素在前面显示,写在后面的html元素在后面显示. 非标准流:在html之中,当某个元素脱离了标准流,那么它处于非标准流 ...

  10. 一个不错的java的配置文件的设置

    package property; import java.io.File; import java.io.FileInputStream; import java.io.FileOutputStre ...