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. IIS功能查看、配置

    #获取所有IIS功能列表: get-webconfiguration -filter /system.webserver #查看目录浏览功能的配置信息:Get-WebConfiguration -fi ...

  2. 赵雅智_ContentProvider

    ContentProvider介绍 ContentProvider是不同应用程序之间进行交换数据的标志API 也就是说:一个应用程序通过ContentProvider暴露自己的数据操作接口,那么无论该 ...

  3. 数据字符集mysql主从数据库,分库分表等笔记

    文章结束给大家来个程序员笑话:[M] 1.mysql的目录:在rpm或者yum安装时:/var/lib/mysql  在编译安装时默许目录:/usr/local/mysql 2.用rpm包安装的MyS ...

  4. URAL 1774 A - Barber of the Army of Mages 最大流

    A - Barber of the Army of MagesTime Limit: 20 Sec Memory Limit: 256 MB 题目连接 http://acm.hust.edu.cn/v ...

  5. web app页面要求

    代码: <meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum- ...

  6. MYSQL之HANDLER_READ_*详细讲解

    http://www.databaseclub.com/category/performance/

  7. VBA Excel 引用 API,以实现“透明”

    1. 引用 API 函数 ' API函数Public Declare Function FindWindow Lib "user32" Alias "FindWindow ...

  8. 琐碎-hadoop2.2.0目录结构

    之前了解了一下0.20.2和1.1.0.以后现在主流肯定是2.x吧,包含了之前没有的yarn bin Hadoop最基本的管理脚本和使用脚本,这些脚本是sbin目录下管理脚本的基础实现,用户可以用这些 ...

  9. SQL语言的四大分类

    以下是sql数据语言类型的关键词: 1.数据定义语言DDL create.drop.alter.truncate 2.数据查询语言DQL  select 3.数据操纵语言DML insert.dele ...

  10. jqcss选择器

    $("p").css("background-color","red"); $(this) 当前 HTML 元素$("p" ...