Dissertation: Peter Organisciak
What's it about? Maximizing data quality in using paid crowds for objective and subjective encoding tasks. Read the Abstract.
- Introduction
- Overview of Crowdsourcing
- Design Facets of Crowdsourcing: A Typology for Information Science
- Interpreting Objective Tasks for Paid Crowdsourcing
- Designing Tasks for Objective Needs, part 2
- Designing Tasks for Subjective Needs
- Summary and Conclusions
- Michael B. Twidale, Professor, UIUC
- Miles Efron, Associate Professor, UIUC
- J. Stephen Downie, Associate Professor, UIUC
- Jaime Teevan, Principal Researcher, Microsoft Research
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.
make pdf
Read the Makefile to understand how the markdown is converted, to Latex then to PDF.
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