#科委外文文献发现系统——导出word模板1.0
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 |
|
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的更多相关文章
- poi导出word模板项目实例(一个文件)
在页面上填写值,然后导出到word模板中,并把页面上的值带到模板中,也就是导出word文档,提前有word 的模板形式, 1.jsp 页面 <table class="formTa ...
- SpringBoot 集成 FreeMarker 导出 Word 模板文件(底部附源码)
思路解说 word 模板文件(doc 或 docx 文件)另存为 xml 文件 将后缀 xml 改成 html:大部分文档会改成 ftl(FreeMarker 的后缀名),因为 word 文件另存为 ...
- springMVC导出word模板
controller 调用 @RequestMapping(value = "/exportWord") public void exportWord(HttpServletRes ...
- 基于ABP做一个简单的系统——实战篇:4.基于富文本编辑器,Razor模板引擎生成内容并导出Word 填坑记录
起因 需求是这样的,有一种协议需要生成,协议的模板是可配置的,在生成过程中,模板中的内容可以根据约定的标记进行替换(就像mvc的razor模板一样).生成后的内容还需要导出成word或pdf. 常见的 ...
- Net Core DocXCore 实现word模板导出
实际工作中,往往有这样的需求,需要导出word,还有各种各样的样式,于是有了word模板导出. 实现以下几个需求: 1.表单导出 2.表格导出 3.表单表格混合导出 4.实际用例测试 解决方案: 实现 ...
- .net core 使用NPOI填充Word模板导出Word
最近工作用到在Word模板插入数据库数据,导出一个带数据的Word文件,想起来之前操作Word都是用微软提供的Microsoft.Office.Interop.Word,而在最新的..NET CORE ...
- java使用freemarker模板导出word(带有合并单元格)文档
来自:https://blog.csdn.net/qq_33195578/article/details/73790283 前言:最近要做一个导出word功能,其实网上有很多的例子,但是我需要的是合并 ...
- poi根据模板导出word文档
POI结构与常用类 Apache POI是Apache软件基金会的开源项目,POI提供API给Java程序对Microsoft Office格式档案读和写的功能. .NET的开发人员则可以利用NPOI ...
- Freemaker基于word模板动态导出压缩文件汇总整理
Freemaker基于word模板动态导出压缩文件汇总整理 Freemaker基于word模板动态导出单个文件思路和代码详情见连接: https://www.cnblogs.com/lsy-blogs ...
随机推荐
- Linux下如何杀死终端
1.首先是使用who命令查看当前有多少个终端登陆了Linux系统 [root@:vg_adn_tidbCkhsTest /usr/local/redis/bin]#who mobdev pts : ( ...
- Shell脚本应用(for、while循环语句和case分支语句)
1.for:读取不同的变量值,逐个执行同一组命令,直到取值完毕退出,变量值以空格分隔 语法: for 变量值 in 取值列表 do 命令序列 done 2.while:重复测试某个条件,成立则执 ...
- 路由交换04-----STP
路由交换-----STP STP协议(生成树协议)逻辑上断开环路,防止二层网络的广播风暴的产生. 为什么需要STP协议? 假设有这样一个拓扑: 现在PC1ping网关192.168.1.3,而这个网关 ...
- [方法提炼] 获取Android设备序列号方法
通过这个方法可以检测设备是否连接成功,如果有一台或者多台设备,可以将所有设备序列号全部输出 # -*- coding:utf-8 -*- import os def attachDeviceList( ...
- NOIP2018 AFO记
仿佛"距NOIP2018还剩30天"的倒计时还在昨天,没想到这一天来的这么快. 考前在机房嘻嘻哈哈打打闹闹,开玩笑说道"我要AFO了",心里暗暗发誓做好自己,不 ...
- Node.js webpack Vue-CLI --安装
Node.js 安装 从官网 下载 安装 Node.js 官网 Node.js 官方文档 cmd 命令 node -v 查看版本号 v10.15.0 npm 包管理工具 npm 是JavaScript ...
- 微信小程序のCss(一)
一.margin:外边距:设置对象四边的外延边距. margin: 20rpx 10rpx 25rpx 10rpx :如果提供全部四个参数值,将按上.右.下.左的顺序作用于四边. margin:20r ...
- (转)yum提示Another app is currently holding the yum lock; waiting for it to exit...
文章转自 yum 下载东西突然卡主了,我直接ctrl+c退出,然后再次下载时候出现 Another app is currently holding the yum lock; waiting for ...
- NodeJS之path模块
NodeJS之path模块 常用的主要有如下工具函数: 1. path.basename(path[, ext]) 2. path.extname(path) 3. path.dirname(path ...
- vue 实现tab切换动态加载不同的组件
vue 实现tab切换动态加载不同的组件 使用vue中的is特性来加载不同的组件.具体看如下代码:这个功能对于vue比较复杂的页面可以使用上,可以把一个页面的功能拆分出来,使代码更简单.使用方式具体看 ...