mtabbal / dissertation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Design Problems in Crowdsourcing: Improving The Quality of Crowd-Based Data Collection

Dissertation: Peter Organisciak

What's it about? Maximizing data quality in using paid crowds for objective and subjective encoding tasks. Read the Abstract.

Chapters

  1. Introduction
  2. Overview of Crowdsourcing
  3. Design Facets of Crowdsourcing: A Typology for Information Science
  4. Interpreting Objective Tasks for Paid Crowdsourcing
  5. Designing Tasks for Objective Needs, part 2
  6. Designing Tasks for Subjective Needs
  7. Summary and Conclusions

Committee

  • Michael B. Twidale, Professor, UIUC
  • Miles Efron, Associate Professor, UIUC
  • J. Stephen Downie, Associate Professor, UIUC
  • Jaime Teevan, Principal Researcher, Microsoft Research

About this Repo

Dissertation

This project outlines Peter's dissertation research and writing.

Writing can be found in /documents, one document per chapter. It's written in Markdown (a text-only format), but is easily converted to laTex or HTML with Pandoc.

To Compile

	make pdf

Read the Makefile to understand how the markdown is converted, to Latex then to PDF.

Compiling Markdown files to laTeX

Pandoc is needed to convert Markdown to Latex -http://johnmacfarlane.net/pandoc/getting-started.html

cd document
pandoc -f markdown -t latex --smart --chapters -o 1_intro.tex 1_intro.md

About


Languages

Language:Jupyter Notebook 59.4%Language:TeX 17.5%Language:JavaScript 10.8%Language:CSS 6.5%Language:HTML 5.0%Language:CoffeeScript 0.3%Language:Python 0.2%Language:Makefile 0.1%Language:Shell 0.1%Language:R 0.0%