ps:该篇文档由实验室ljg提供。

Crowdsourcing

一、             技术简介

Crowdsourcing, a modern business term coined in 2005, is defined by Merriam-Webster as the process of obtaining needed services, ideas, or content by soliciting contributions from a large group of people, especially an online community, rather than from employees or suppliers. A portmanteau of crowd and outsourcing, its more specific definitions are yet heavily debated…

资料来源:https://en.wikipedia.org/wiki/Crowdsourcing

二、             相关领域

Computer Science

Statistics

Outsourcing

三、             研究趋势

四、             技术分析

在2012年之后,涌现大量新的研究。

最近几个月,研究的热度呈增长趋势。

维基百科上相关的内容更新较为迅速。

五、             相关学者

排名

姓名

所属机构

发文数

1

Jiawei Han

University of Illinois

42

2

Michael S Bernstein

Stanford University

2

3

Robert C Miller

Massachusetts Institute of Technology

2

4

Jeffrey P Bigham

Carnegie Mellon University

2

5

Bjorn Hartmann

University of California Berkeley

1

六、             相关机构

排名

名称

发文数

1

University of California Berkeley

2

2

Stanford University

2

3

University of Michigan

2

4

Bard College

2

5

Columbia University

1

6

Carnegie Mellon University

1

7

Massachusetts Institute of Technology

1

8

University of Pennsylvania

1

9

Microsoft

1

10

Google

1

七、             相关文献

1/10

【篇名】 Crowdsourcing: Leveraging Innovation through Online Idea Competitions

【作者】 Schweitzer, Fiona Maria; Buchinger, Walter; Gassmann, Oliver; Obrist, Marianna

【出处】 Research-Technology Management

【详细】 Volume 55, Number 3, May-June 2012, pp. 32-38(7)

【摘要】 Along with other Web 2.0 market intelligence tools, online idea competitions can provide essential input for decision making in the early phases of product innovation. However, in order to use online competitions effectively, it is essential to know when to use which method, how to use it, and to what extent virtual and conventional research techniques can be used interchangeably or complementarily. A first step toward assessing the power of Web 2.0 techniques is to compare them with traditional ones. We compare the expense and results of online idea competitions with focus groups for idea generation in the market for senior citizen mobile phones and services. We find that idea competitions lead to more and better ideas at a lower cost per idea, while focus groups yield richer interactions with users.

2/10

【篇名】 Intelligent Control of Crowdsourcing

【作者】 Daniel S. Weld        University of Washington, Seattle, WA, USA

【出处】IUI '15 Proceedings of the 20th International Conference on Intelligent User Interfaces

【详细】 Pages 1-1

【摘要】 Crowd-sourcing labor markets (e.g., Amazon Mechanical Turk) are booming, because they enable rapid construction of complex workflows that seamlessly mix human computation with computer automation. Example applications range from photo tagging to audio-visual transcription and interlingual translation. Similarly, workflows on citizen science sites (e.g. GalaxyZoo) have allowed ordinary people to pool their effort and make interesting discoveries. Unfortunately, constructing a good workflow is difficult, be- cause the quality of the work performed by humans is highly variable. Typically, a task designer will experiment with several alternative workflows to accomplish a task, varying the amount of redundant labor, until she devises a control strategy that delivers acceptable performance. Fortunately, this control challenge can often be formulated as an automated planning problem ripe for algorithms from the probabilistic planning and reinforcement learning literature. I describe our recent work on the decision-theoretic control of crowd sourcing and suggest open problems for future research.

3/10

【篇名】 Adaptive and Interoperable Crowdsourcing

【作者】 Marco Brambilla ; Stefano Ceri ; Andrea Mauri ; Riccardo Volonterio

【出处】 IEEE Internet Computing

【详细】 Volume:19 , Issue: 5, Page: 36 - 44

【摘要】 Crowd-based computing is an increasingly popular paradigm for building Web applications, which uses the collective strength of human actors for performing tasks that are more suited to humans than computers. Interaction with the crowds was originally confined to specifically designed crowdsourcing platforms, such as Amazon Mechanical Turk. More recently, crowd-based computing has been reconsidered and extended, targeting social networks such as Facebook, Twitter, or LinkedIn, or including basic and direct interaction mechanisms, such as routing personal emails or tweets. Crowdsearcher, the system presented here, fosters interoperability and adaptation in crowd-based applications -- for example, the ability of supporting multiplatform applications and adapting them in reaction to events. This approach specifically supports dynamic interoperability (that is, the ability to modify the execution platforms while the application is ongoing) as a reaction to crowd behavior, which is hardly predictable. The authors show how to specify interoperability control at a high, declarative level and then implement it using active rules, thereby obtaining answers from crowds engaged in different communities. They also show the approach's effect on precision, delay, and cost.

#科委外文文献发现系统——导出word模板1.0的更多相关文章

  1. poi导出word模板项目实例(一个文件)

    在页面上填写值,然后导出到word模板中,并把页面上的值带到模板中,也就是导出word文档,提前有word 的模板形式, 1.jsp 页面   <table class="formTa ...

  2. SpringBoot 集成 FreeMarker 导出 Word 模板文件(底部附源码)

    思路解说 word 模板文件(doc 或 docx 文件)另存为 xml 文件 将后缀 xml 改成 html:大部分文档会改成 ftl(FreeMarker 的后缀名),因为 word 文件另存为 ...

  3. springMVC导出word模板

    controller 调用 @RequestMapping(value = "/exportWord") public void exportWord(HttpServletRes ...

  4. 基于ABP做一个简单的系统——实战篇:4.基于富文本编辑器,Razor模板引擎生成内容并导出Word 填坑记录

    起因 需求是这样的,有一种协议需要生成,协议的模板是可配置的,在生成过程中,模板中的内容可以根据约定的标记进行替换(就像mvc的razor模板一样).生成后的内容还需要导出成word或pdf. 常见的 ...

  5. Net Core DocXCore 实现word模板导出

    实际工作中,往往有这样的需求,需要导出word,还有各种各样的样式,于是有了word模板导出. 实现以下几个需求: 1.表单导出 2.表格导出 3.表单表格混合导出 4.实际用例测试 解决方案: 实现 ...

  6. .net core 使用NPOI填充Word模板导出Word

    最近工作用到在Word模板插入数据库数据,导出一个带数据的Word文件,想起来之前操作Word都是用微软提供的Microsoft.Office.Interop.Word,而在最新的..NET CORE ...

  7. java使用freemarker模板导出word(带有合并单元格)文档

    来自:https://blog.csdn.net/qq_33195578/article/details/73790283 前言:最近要做一个导出word功能,其实网上有很多的例子,但是我需要的是合并 ...

  8. poi根据模板导出word文档

    POI结构与常用类 Apache POI是Apache软件基金会的开源项目,POI提供API给Java程序对Microsoft Office格式档案读和写的功能. .NET的开发人员则可以利用NPOI ...

  9. Freemaker基于word模板动态导出压缩文件汇总整理

    Freemaker基于word模板动态导出压缩文件汇总整理 Freemaker基于word模板动态导出单个文件思路和代码详情见连接: https://www.cnblogs.com/lsy-blogs ...

随机推荐

  1. ccf-20170303--Markdown

    我的想法如下图: 代码和题目如下: 问题描述 试题编号: 201703-3 试题名称: Markdown 时间限制: 1.0s 内存限制: 256.0MB 问题描述: 问题描述 Markdown 是一 ...

  2. 17秋 软件工程 团队第五次作业 Alpha Scrum10

    17秋 软件工程 团队第五次作业 Alpha Scrum10 今日完成的任务 世强:Android客户端成员列表完善.APP前端子部门和活动中心界面与数据交互: 港晨:Web前端主页的接口对接: 树民 ...

  3. MongoDB修改与聚合二

    1.修改方法 一 语法 里面有三个大的语句:一个是查询条件:一个是修改字段:一个是其他参数(目前就有两个) db.table.update( 条件, 修改字段, 其他参数 ) update db1.t ...

  4. 泰泽智能电视(Tizen smart TV)问世

        6月2日至4日,泰泽开发人员大会(TDC)在美国洛杉矶举行,会上韓国三星公司展出了一台泰泽智能电视(原型机).        智能电视(Smart TV not to be confused ...

  5. leetcode 131. Palindrome Partitioning 、132. Palindrome Partitioning II

    131. Palindrome Partitioning substr使用的是坐标值,不使用.begin()..end()这种迭代器 使用dfs,类似于subsets的题,每次判断要不要加入这个数 s ...

  6. node.js如何将远程的文件下载到本地、解压、读取

    其实要解决的问题,很简单,获取远程文件,然后解压到本地读取. 在vscode中通过node.js来实现是比较方便的,相比之前的zip.js,我觉得我还是比较喜欢node.js实现方式. test.js ...

  7. spring+springmvc+hibernate整合实例

    最近要弄一个自动化生成表及其实体对应的增删改查的框架,于是我想到了hibernate,hibernate就有根据实体自动建表,而且增删改查,都不需要想mybatis那样在xml文件中配置. 不过怎样让 ...

  8. <<linux device driver,third edition>> Chapter 3:Char Drivers

    The Internal Representation of Device Numbers Within the kernel,the dev_t type(defined in linux/type ...

  9. PAT A1028 List Sorting (25 分)——排序,字符串输出用printf

    Excel can sort records according to any column. Now you are supposed to imitate this function. Input ...

  10. python基础学习第五天

    li=[1,2,33,-1,'dbssd',[4,5,6],{4:'rfw',5:'re'}]del(li[1])print(li)print(type(li))#访问元素print(li[0])pr ...