Skip to content

Latest commit

 

History

History
199 lines (140 loc) · 13.3 KB

final-projects-2016.md

File metadata and controls

199 lines (140 loc) · 13.3 KB
layout img img_link title active_tab
default
sudo-make-make-a-sandwich
Final projects
project

Final projects from 2016

{% for questionnaire in site.data.2016.final_projects %} {% assign anchor = questionnaire.name_of_your_project | replace:' ', '-' | replace:"'", '' | replace:'.', '' | replace:'(', '' | replace:')', '' %} {% assign logo = questionnaire.url_to_the_logo_for_your_project | replace:"github.com", "raw.githubusercontent.com" | replace:"blob/", "" %}

{{ questionnaire.name_of_your_project }} by {% if questionnaire.team_member_1__can_we_list_your_name_alongside_your_project_on_the_course_website %} {{ questionnaire.name_1 }}{% endif %} {% if questionnaire.team_member_2__can_we_list_your_name_alongside_your_project_on_the_course_website %} , {{ questionnaire.name_2 }}{% endif %} {% if questionnaire.team_member_3__can_we_list_your_name_alongside_your_project_on_the_course_website %} , {{ questionnaire.name_3 }}{% endif %} {% if questionnaire.team_member_4__can_we_list_your_name_alongside_your_project_on_the_course_website %} , {{ questionnaire.name_4 }}{% endif %} {% if questionnaire.team_member_5__can_we_list_your_name_alongside_your_project_on_the_course_website %} , {{ questionnaire.name_5 }}{% endif %}

{% assign vimeourl = questionnaire.provide_a_link_to_your_final_presentation_video | split:"/" %} {% for urlpart in vimeourl %} {% capture videonum %}{{ urlpart }}{% endcapture %} {% endfor %} {% if questionnaire.does_your_video_require_a_password %} Vimeo Password: {{questionnaire.if_your_video_requires_a_password_what_is_it}}
{% endif %}

<iframe src="http://player.vimeo.com/video/{{ videonum }}" width="500" height="281" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>

Give a one sentence description of your project. {{ questionnaire.give_a_one_sentence_description_of_your_project }}
What type of project is it? {{ questionnaire.what_type_of_project_is_it }}
What similar projects exist? {{ questionnaire.what_similar_projects_exist }}
How does your project work? {{ questionnaire.how_does_your_project_work}}

The Crowd What does the crowd provide for you? {{ questionnaire.what_does_the_crowd_provide_for_you }}
Who are the members of your crowd? {{ questionnaire.who_are_the_members_of_your_crowd }}
How many unique participants did you have? {{ questionnaire.how_many_unique_participants_did_you_have}}
For your final project, did you simulate the crowd or run a real experiment? {{ questionnaire.for_your_final_project_did_you_simulate_the_crowd_or_run_a_real_experiment}}
{% if questionnaire.for_your_final_project_did_you_simulate_the_crowd_or_run_a_real_experiment == "Simulated crowd" %} If the crowd was simulated, how did you collect this set of data? {{ questionnaire.if_the_crowd_was_simulated_how_did_you_collect_this_set_of_data}}
If the crowd was simulated, how would you change things to use a real crowd? {{ questionnaire.if_the_crowd_was_simulated_how_would_you_change_things_to_use_a_real_crowd}}
{% else %} If the crowd was real, how did you recruit participants? {{ questionnaire.if_the_crowd_was_real_how_did_you_recruit_participants}}
{% endif %} Would your project benefit if you could get contributions form thousands of people? {{ questionnaire.would_your_project_benefit_if_you_could_get_contributions_from_thousands_of_people }}
Do your crowd workers need specialized skills? {{ questionnaire.do_your_crowd_workers_need_specialized_skills}}
What sort of skills do they need? {{ questionnaire.what_sort_of_skills_do_they_need}}
Do the skills of individual workers vary widely? {{ questionnaire.do_the_skills_of_individual_workers_vary_widely}}
If skills vary widely, what factors cause one person to be better than another? {{ questionnaire.if_skills_vary_widely_what_factors_cause_one_person_to_be_better_than_another_}}
Did you analyze the skills of the crowd? {{ questionnaire.did_you_analyze_the_skills_of_the_crowd }}
If you analyzed skills, what analysis did you perform? {{ questionnaire.if_you_analyzed_skills_what_analysis_did_you_perform}}
{% if questionnaire.do_you_have_a_graph_analyzing_skills_ %} Graph analyzing skills: {{ questionnaire.if_you_have_a_graph_analyzing_skills_include_a_png_of_your_graph_or_table_here }}
Caption: {{ questionnaire.caption_for_your_graph_skills }}
{% endif %}

Did you create a user interface for the crowd workers? {{ questionnaire.did_you_create_a_user_interface_for_the_crowd_workers}}
If yes, please give the URL to a screenshot of the crowd-facing user interface. {{ questionnaire.if_yes_please_give_the_url_to_a_screenshot_of_the_crowdfacing_user_interface}}
Describe your crowd-facing user interface. {{ questionnaire.describe_your_crowdfacing_user_interface}}

Incentives

How do you incentivize the crowd to participate? {{ questionnaire.how_do_you_incentivize_the_crowd_to_participate }}
Did you perform any analysis comparing different incentives? {{ questionnaire.did_you_perform_any_analysis_comparing_different_incentives_}}
If you compared different incentives, what analysis did you perform? {{ questionnaire.if_you_compared_different_incentives_what_analysis_did_you_perform_}}
{% if questionnaire.did_you_perform_any_analysis_comparing_different_incentives_ %} Graph analyzing incentives: {{ questionnaire.if_you_have_a_graph_analyzing_incentives_include_a_png_graph_or_table_here }}
Caption: {{ questionnaire.caption_for_your_graph_incentives }}
{% endif %}

Aggregation

What is the scale of the problem that you are trying to solve? {{ questionnaire.what_is_the_scale_of_the_problem_that_you_are_trying_to_solve_}}

How do you aggregate the results from the crowd? {{ questionnaire.how_do_you_aggregate_the_results_from_the_crowd }}
Did you analyze the aggregated results? {{ questionnaire.did_you_analyze_the_aggregated_results_}}
What analysis did you perform on the aggregated results? {{ questionnaire.what_analysis_did_you_perform_on_the_aggregated_results}}

{% if questionnaire.do_you_have_a_graph_analyzing_the_aggregated_results_ %} Graph analyzing aggregated results: {{ questionnaire.if_you_have_a_graph_analyzing_the_aggregated_results_include_a_png_of_your_graph_or_table_here }}
Caption: {{ questionnaire.caption_for_your_graph_aggregation }}
{% endif %}

Did you create a user interface for the end users to see the aggregated results? {{ questionnaire.did_you_create_a_user_interface_for_the_end_users_to_see_the_aggregated_results}}
If yes, please give the URL to a screenshot of the user interface for the end user. {{ questionnaire.if_yes_please_give_the_url_to_a_screenshot_of_the_user_interface_for_the_end_user}}
Describe what your end user sees in this interface. {{ questionnaire.describe_what_your_end_user_sees_in_this_interface}}

Scaling

If your project would benefit from a huge crowd, how would it benefit? {{ questionnaire.if_it_would_benefit_from_a_huge_crowd_how_would_it_benefit_}}
What challenges would scaling to a large crowd introduce? {{ questionnaire.what_challenges_would_scaling_to_a_large_crowd_introduce}}
Did you perform an analysis about how to scale up your project? {{ questionnaire.did_you_perform_an_analysis_about_how_to_scale_up_your_project}}
What analysis did you perform on the scaling up? {{ questionnaire.what_analysis_did_you_perform_on_the_scaling_up}}

{% if questionnaire.do_you_have_a_graph_analyzing_scaling_ %} Graph analyzing scaling: {{ questionnaire.if_you_have_a_graph_analyzing_scaling_include_a_png_of_your_graph_or_table_here }}
Caption: {{ questionnaire.caption_for_your_graph_scaling_up }}
{% endif %}

Quality Control

Is the quality of what the crowd gives you a concern? {{ questionnaire.is_the_quality_of_what_the_crowd_gives_you_a_concern}}
How do you ensure the quality of what the crowd provides? {{ questionnaire.how_do_you_ensure_the_quality_of_the_crowd_provides__ }}

Did you analyze the quality of what you got back? {{ questionnaire.did_you_analyze_the_quality_of_what_you_got_back}}
What analysis did you perform on quality? {{ questionnaire.what_analysis_did_you_perform_on_quality}}

{% if questionnaire.do_you_have_a_graph_analyzing_quality_ %} Graph analyzing quality: {{ questionnaire.if_you_have_a_graph_analyzing_quality_include_a_png_of_your_graph_or_table_here }}
Caption: {{ questionnaire.caption_for_your_graph_quality }}
{% endif %}

Machine Learning

Is this something that could be automated? {{ questionnaire.is_this_something_that_could_be_automated}}
If it could be automated, say how. If it is difficult or impossible to automate, say why. {{ questionnaire.if_it_could_be_automated_say_how__if_it_is_difficult_or_impossible_to_automate_say_why}}
Did you train a machine learning component? {{ questionnaire.did_you_train_a_machine_learning_component_from_what_the_crowd_gave_you }} {% if questionnaire.did_you_train_a_machine_learning_component_from_what_the_crowd_gave_you %} If you trained a machine learning component, describe what you did: {{ questionnaire.if_you_trained_a_machine_learning_component_describe_what_you_did}}
{% endif %} {% if questionnaire.did_you_analyze_the_quality_of_the_machine_learning_component %} Graph analyzing your machine learning component: {{ questionnaire.if_you_have_a_graph_analyzing_a_machine_learning_component_include_a_png_of_your_graph_or_table_here }}
Caption: {{ questionnaire.caption_for_your_graph_machine_learning_component }}
{% endif %}

Additional Analysis

Did your project work? {{ questionnaire.did_your_project_work}}
What are some limitations of your project? {{ questionnaire.what_are_some_limitations_of_your_product}}

{% if questionnaire.questionnaire.did_your_results_deviate_from_what_you_would_expect_from_previous_work_or_what_you_learned_in_the_class %} Did your results deviate from what you would expect from previous work or what you learned in the class? {{ questionnaire.did_your_results_deviate_from_what_you_would_expect_from_previous_work_or_what_you_learned_in_the_class}}
If your results deviated, why might that be? {{ questionnaire.if_your_results_deviated_why_might_that_be}}
{% endif %}

{% if questionnaire.do_you_have_a_graph_analyzing_your_projects_success_ %} Graph analyzing success: {{ questionnaire.if_you_have_a_graph_analyzing_your_project_include_a_png_of_your_graph_or_table_here }}
Caption: {{ questionnaire.caption_for_your_graph_project_analysis }}
{% endif %}

{% if questionnaire.did_your_project_require_a_substantial_technical_component %} Did your project have a substantial technical component? {{ questionnaire.did_your_project_require_a_substantial_technical_component}}
Describe the largest technical challenge that you faced: {{questionnaire.if_project_required_a_substantial_technical_component_describe_the_largest_technical_challenge_you_faced}}
How did you overcome this challenge? {{questionnaire.how_did_you_overcome_this_challenge}}
{% endif %}

{% if questionnaire.do_you_have_any_screen_shots_or_flow_diagrams_to_illustrate_the_technical_component_you_described_ %} Diagrams illustrating your technical component: {{ questionnaire.if_you_have_a_screen_shot_or_flow_diagram_include_a_png_of_your_figure_here }}
Caption: {{ questionnaire.caption_for_your_figure_technical_component }}
{% endif %}

Is there anything else you'd like to say about your project? {{ questionnaire.is_there_anything_else_youd_like_to_say_about_your_project}}

  </div>
</div>
   </td>
</tr>
{% endfor %}