#科委外文文献发现系统——导出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 ...
随机推荐
- 【PAT】B1036 跟奥巴马一起编程(15)(15 分
#include<stdio.h> int main() { int row,col; char c; scanf("%d %c",&col,&c); ...
- 实验吧web题(26/26)全writeup!超详细:)
#简单的SQL注入 http://www.shiyanbar.com/ctf/1875 1)试着在?id=1,没有错误 2)试着?id=1',出错了,有回显,说明有注入点: You have an e ...
- Hive-1.2.1_04_DML操作
Hive官方文档:Home-UserDocumentation Hive DML官方文档:LanguageManual DML 参考文章:Hive 用户指南 1. Loading files into ...
- C++基础算法学习——猜假币
有12枚硬币.其中有11枚真币和1枚假币.假币和真币重量不同,但不知道假币比真币轻还是重.现在,用一架天平称了这些币三次,告诉你称的结果,请你找出假币并且确定假币是轻是重(数据保证一定能找出来).例题 ...
- Base64编码/解码
/// <summary> /// Base64编码 /// </summary> /// <param name="str">字符串</ ...
- Linux基础第四课——文件操作
文件的创建 touch sudo touch 文件1 文件2 文件3 #支持批量创建文件 sudo rm -f 文件1 文件2 文件3 #支持批量创建 也支持批量删除 echo '谁动谁输,对不起我输 ...
- 合并多个Excel文件
这条分享来自百度经验https://jingyan.baidu.com/article/e6c8503cb6ed7ee54e1a1811.html
- UVA804-Petri Net Simulation(模拟)
Problem UVA804-Petri Net Simulation Accept:251 Submit:1975 Time Limit: 3000 mSec Problem Descriptio ...
- windows下elasticsearch6.X安装IK分词器
文章来源:https://www.cnblogs.com/hts-technology/category/1167823.html (一)到官网下载https://github.com/medcl/e ...
- data函数参数
date(format,timestamp); 参数 描述 format 必需.规定输出日期字符串的格式.可使用下列字符: d - 一个月中的第几天(从 01 到 31) D - 星期几的文本表示(用 ...