<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://www.edegan.com/mediawiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=DanFehder</id>
	<title>edegan.com - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="http://www.edegan.com/mediawiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=DanFehder"/>
	<link rel="alternate" type="text/html" href="http://www.edegan.com/wiki/Special:Contributions/DanFehder"/>
	<updated>2026-06-02T01:16:44Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.34.2</generator>
	<entry>
		<id>http://www.edegan.com/mediawiki/index.php?title=Mechanical_Turk_(Tool)&amp;diff=4730</id>
		<title>Mechanical Turk (Tool)</title>
		<link rel="alternate" type="text/html" href="http://www.edegan.com/mediawiki/index.php?title=Mechanical_Turk_(Tool)&amp;diff=4730"/>
		<updated>2016-07-09T20:21:43Z</updated>

		<summary type="html">&lt;p&gt;DanFehder: /* Creating a New Project Example */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{McNair Projects&lt;br /&gt;
|Project Title=Mechanical Turk (Tool),&lt;br /&gt;
|Topic Area=Entrepreneurship Ecosystems,&lt;br /&gt;
|Owner=Daniel Fehder,&lt;br /&gt;
|Start Term=Summer 2016,&lt;br /&gt;
|Status=Active,&lt;br /&gt;
}}&lt;br /&gt;
==Description==&lt;br /&gt;
The purpose of this page is to introduce people to the use of mechanical turk in data processing. The document is structured as follows: 1. It begins by describing the mechanical turk and the many ways in which it can be used. 2. it provides simple getting started instructions that allows a new user to access the mechanical turk system and begin a new project. 3. We give an example of a project with sample code.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==What is Mechanical Turk==&lt;br /&gt;
Mechanical Turk (Mturk) is a system that allows people to outsource work to many different people in an efficient way. For the purposes of the McNair center, we will be focused on the use of Mturk for the acquisition and cleaning of data. This is a great way to look up or clean data when you have a small number of easily understood steps that need to be repeated many times. If you data task fits this definition, then it is worth thinking about turning it into a Mturk task. In the example below, we think about how to find all the Twitter handles for a set of companies in a spreadsheet. If you were to do this by hand as an RA, you would start with the spreadsheet and go through each row searching on either google or twitter for each company. In Mturk, you would create a project. In that project, you would create a task template that would provide a set of overall instructions as well as hooks to fill in specific information about one row from your spreadsheet. When the turker receives their assignment, or HIT, they will see both the overall instructions and the specific information for that row of data in your spreadsheet. The Mturk system allows many people to work on your spreadsheet in parallel allowing the work to be completed much more quickly. If this is confusing, we will provide a concrete example below. For now, just bear in mind some essential vocabulary.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
;Mechanical Turk Vocabulary&lt;br /&gt;
: ''Requester:'' the people posting work on the system&lt;br /&gt;
: ''HIT:'' one task completed by a worker&lt;br /&gt;
: ''Project:'' a collection of HITs&lt;br /&gt;
: ''Turker:'' a worker on Mturk&lt;br /&gt;
&lt;br /&gt;
==Accessing the Mechanical Turk Platform==&lt;br /&gt;
* go to [https://requester.mturk.com/ The Mechanical Turk Requester page]&lt;br /&gt;
* Log into the system using the following{{clear}} &lt;br /&gt;
: email: esi@rice.edu&lt;br /&gt;
: pass:  9Million!&lt;br /&gt;
&lt;br /&gt;
* To create a new project, click on the Create link and follow the directions in the Create Project Example section below&lt;br /&gt;
* To modify an existing project, follow the directions in the Modify an Existing Project section below&lt;br /&gt;
&lt;br /&gt;
==Creating a New Project Example==&lt;br /&gt;
In the steps below, we describe the creation of a Turk project that asks Turk workers to find the twitter handles of companies. It will take as input a series of google search queries in csv form and the workers to enter the search strings into google and look to see if there are google handles that are returned on the first page of the search results. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Step 1, Project Info:''' Once you click on the create link, you will be brought to an interface with a number of text entry boxes. You want to summarize your project in ways that will be informative for the team as well as potential Turk workers choosing between projects. In the figure below, we describe a HIT Project FINISH.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Figure 1: Twitter Project Info{{clear}}&lt;br /&gt;
[[File:ProjectDescription.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Step 2, Choosing Pay Level:''' Once you have named the project, you have to decide on pay scale (Reward per assignment) and the number of people working on each project (number of assignments per HIT). The higher the pay per HIT, the quicker your work will be completed by turkers, but you obviously do not want to waste money. A good rule of thumb is to work on the tasks you need completed by turkers for 30-60 minutes and then see how many rows you completed. We want the per HIT pay rate to roughly equal $6.00 - $10.00 in hourly wage to get things done efficiently on the system.  If you decide to have more than 1 worker per HIT, it will be because you believe that the data task requires a certain amount of human judgement and you want to make sure that you only accept results that have been &amp;quot;verified&amp;quot; by multiple people. The last three parameters in this box determine how each HIT will be completed by each worker and how long the HIT stays in the system. You generally want &amp;quot;Time Allotted&amp;quot; to be 1 day. Expiration of the HIT doesn't matter that much. One of the last important choice in this screen is the &amp;quot;Auto-approve&amp;quot; option. The quicker the auto approve, the more likely that Turkers will take your task. For now, set it to 24 hours, but remember that you are responsible for regularly auditing results when you have a project up on the Turk system.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Figure 2: Cost Parameters in Mturk{{clear}}&lt;br /&gt;
[[File:Costing.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Step 3, Design Layout:''' At this point, you have to design what the turker sees when they receive your assignment. While it is possible that one turker will complete multiple HITs, it is important to design the HIT so that it can be easily completed the first (and possibly only) time by the worker. In figure 3, below, you can see the initial design layout of the default data acquisition project in the turk system. It is an example HIT that asks turkers to find the website of a restaurant. Please note that this is not a great HIT in terms of the level of clarity of the instructions. We will provide guidelines on creating instructions below. For now, just notice a few features of the HIT. To the right of &amp;quot;Restaurant Name&amp;quot;, there is a field called ${name}. This is actually a hook, or a blanks space, that will be populated with the actual name of a restaurant that will come from a spread sheet that you will upload into the turk system. Each HIT will correspond to one row of the spreadsheet. This is the same for the &amp;quot;Address&amp;quot; and &amp;quot;Phone Number&amp;quot; rows. The last key thing to notice is the &amp;quot;Website Address&amp;quot; field with a text entry box right below it. When a turker receives this HIT, they will paste the web address into this text box and you will receive a new spreadsheet with whatever they (add all the other turkers) pasted in the same row as the data you used to populate each HIT.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Now, How do you modify this HIT to reflect your actual data task? You can actually change the wording of the task directly in the editor screen. Make sure that all of the data element hooks (like ${name}) correspond to the actual names of the columns in the CSV file that you will upload on the turk system. But what if you need the task to look substantially different from the one you are looking at? If you click on the &amp;quot;Source&amp;quot;, it will show you the actual html code of your HIT task as displayed in Figure 4. The turk system allows you to display a full website essentially for your HIT task with javascript, CSS, etc. As we develop our system at the McNair center, your will have more existing tasks to choose from, but when you need to actually build your own, some useful HTML references are listed below. When you have completed editing your HIT template, click on the &amp;quot;Save&amp;quot; Button and then move to &amp;quot;Preview&amp;quot;. In this last screen, it will show you exactly what the turkers will see (Figure 5). If it looks correct, click &amp;quot;Finish&amp;quot;&lt;br /&gt;
&lt;br /&gt;
;HTML references&lt;br /&gt;
: https://developer.mozilla.org/en-US/docs/Web/HTML/Element&lt;br /&gt;
: http://www.w3schools.com/html/default.asp&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Figure 3: Design Layout {{clear}}&lt;br /&gt;
[[File:DesignLayout2.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Figure 4: Design Layout, Raw HTML {{clear}}&lt;br /&gt;
[[File: DesignLayoutRaw.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Figure 5: HIT Preview {{clear}}&lt;br /&gt;
[[File: HITPreview.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Step 4, Publishing a Batch:''' Now that you have your HIT Template ready, you can post to the Turk system. To do so, Click the &amp;quot;Publish Batch&amp;quot; button in figure 6. It will then ask you to upload a csv file for that batch. Remember that this CSV file has to have headers that correspond to the data hooks in your template. Once you have successfully uploaded, you should be able to confirm payment and publish the batch. If there is not enough money preloaded on the turk system. Notify either Dan or Ed.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Figure 6: HIT Publishing{{clear}}&lt;br /&gt;
[[File: PublishBatch.png]]&lt;br /&gt;
&lt;br /&gt;
==Existing HIT Library==&lt;br /&gt;
create a list of existing hits and what they do&lt;br /&gt;
&lt;br /&gt;
==TDL with HITS==&lt;br /&gt;
* Data validation using javascript&lt;br /&gt;
*&lt;/div&gt;</summary>
		<author><name>DanFehder</name></author>
		
	</entry>
	<entry>
		<id>http://www.edegan.com/mediawiki/index.php?title=Mechanical_Turk_(Tool)&amp;diff=4729</id>
		<title>Mechanical Turk (Tool)</title>
		<link rel="alternate" type="text/html" href="http://www.edegan.com/mediawiki/index.php?title=Mechanical_Turk_(Tool)&amp;diff=4729"/>
		<updated>2016-07-09T20:06:42Z</updated>

		<summary type="html">&lt;p&gt;DanFehder: /* Creating a New Project Example */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{McNair Projects&lt;br /&gt;
|Project Title=Mechanical Turk (Tool),&lt;br /&gt;
|Topic Area=Entrepreneurship Ecosystems,&lt;br /&gt;
|Owner=Daniel Fehder,&lt;br /&gt;
|Start Term=Summer 2016,&lt;br /&gt;
|Status=Active,&lt;br /&gt;
}}&lt;br /&gt;
==Description==&lt;br /&gt;
The purpose of this page is to introduce people to the use of mechanical turk in data processing. The document is structured as follows: 1. It begins by describing the mechanical turk and the many ways in which it can be used. 2. it provides simple getting started instructions that allows a new user to access the mechanical turk system and begin a new project. 3. We give an example of a project with sample code.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==What is Mechanical Turk==&lt;br /&gt;
Mechanical Turk (Mturk) is a system that allows people to outsource work to many different people in an efficient way. For the purposes of the McNair center, we will be focused on the use of Mturk for the acquisition and cleaning of data. This is a great way to look up or clean data when you have a small number of easily understood steps that need to be repeated many times. If you data task fits this definition, then it is worth thinking about turning it into a Mturk task. In the example below, we think about how to find all the Twitter handles for a set of companies in a spreadsheet. If you were to do this by hand as an RA, you would start with the spreadsheet and go through each row searching on either google or twitter for each company. In Mturk, you would create a project. In that project, you would create a task template that would provide a set of overall instructions as well as hooks to fill in specific information about one row from your spreadsheet. When the turker receives their assignment, or HIT, they will see both the overall instructions and the specific information for that row of data in your spreadsheet. The Mturk system allows many people to work on your spreadsheet in parallel allowing the work to be completed much more quickly. If this is confusing, we will provide a concrete example below. For now, just bear in mind some essential vocabulary.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
;Mechanical Turk Vocabulary&lt;br /&gt;
: ''Requester:'' the people posting work on the system&lt;br /&gt;
: ''HIT:'' one task completed by a worker&lt;br /&gt;
: ''Project:'' a collection of HITs&lt;br /&gt;
: ''Turker:'' a worker on Mturk&lt;br /&gt;
&lt;br /&gt;
==Accessing the Mechanical Turk Platform==&lt;br /&gt;
* go to [https://requester.mturk.com/ The Mechanical Turk Requester page]&lt;br /&gt;
* Log into the system using the following{{clear}} &lt;br /&gt;
: email: esi@rice.edu&lt;br /&gt;
: pass:  9Million!&lt;br /&gt;
&lt;br /&gt;
* To create a new project, click on the Create link and follow the directions in the Create Project Example section below&lt;br /&gt;
* To modify an existing project, follow the directions in the Modify an Existing Project section below&lt;br /&gt;
&lt;br /&gt;
==Creating a New Project Example==&lt;br /&gt;
In the steps below, we describe the creation of a Turk project that asks Turk workers to find the twitter handles of companies. It will take as input a series of google search queries in csv form and the workers to enter the search strings into google and look to see if there are google handles that are returned on the first page of the search results. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Step 1, Project Info:''' Once you click on the create link, you will be brought to an interface with a number of text entry boxes. You want to summarize your project in ways that will be informative for the team as well as potential Turk workers choosing between projects. In the figure below, we describe a HIT Project FINISH.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Figure 1: Twitter Project Info{{clear}}&lt;br /&gt;
[[File:ProjectDescription.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Step 2, Choosing Pay Level:''' Once you have named the project, you have to decide on pay scale (Reward per assignment) and the number of people working on each project (number of assignments per HIT). The higher the pay per HIT, the quicker your work will be completed by turkers, but you obviously do not want to waste money. A good rule of thumb is to work on the tasks you need completed by turkers for 30-60 minutes and then see how many rows you completed. We want the per HIT pay rate to roughly equal $6.00 - $10.00 in hourly wage to get things done efficiently on the system.  If you decide to have more than 1 worker per HIT, it will be because you believe that the data task requires a certain amount of human judgement and you want to make sure that you only accept results that have been &amp;quot;verified&amp;quot; by multiple people. The last three parameters in this box determine how each HIT will be completed by each worker and how long the HIT stays in the system. You generally want &amp;quot;Time Allotted&amp;quot; to be 1 day. Expiration of the HIT doesn't matter that much. One of the last important choice in this screen is the &amp;quot;Auto-approve&amp;quot; option. The quicker the auto approve, the more likely that Turkers will take your task. For now, set it to 24 hours, but remember that you are responsible for regularly auditing results when you have a project up on the Turk system.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Figure 2: Cost Parameters in Mturk{{clear}}&lt;br /&gt;
[[File:Costing.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Step 3, Design Layout:''' At this point, you have to design what the turker sees when they receive your assignment. While it is possible that one turker will complete multiple HITs, it is important to design the HIT so that it can be easily completed the first (and possibly only) time by the worker. In figure 3, below, you can see the initial design layout of the default data acquisition project in the turk system. It is an example HIT that asks turkers to find the website of a restaurant. Please note that this is not a great HIT in terms of the level of clarity of the instructions. We will provide guidelines on creating instructions below. For now, just notice a few features of the HIT. To the right of &amp;quot;Restaurant Name&amp;quot;, there is a field called ${name}. This is actually a hook, or a blanks space, that will be populated with the actual name of a restaurant that will come from a spread sheet that you will upload into the turk system. Each HIT will correspond to one row of the spreadsheet. This is the same for the &amp;quot;Address&amp;quot; and &amp;quot;Phone Number&amp;quot; rows. The last key thing to notice is the &amp;quot;Website Address&amp;quot; field with a text entry box right below it. When a turker receives this HIT, they will paste the web address into this text box and you will receive a new spreadsheet with whatever they (add all the other turkers) pasted in the same row as the data you used to populate each HIT.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Now, How do you modify this HIT to reflect your actual data task? You can actually change the wording of the task directly in the editor screen. Make sure that all of the data element hooks (like ${name}) correspond to the actual names of the columns in the CSV file that you will upload on the turk system. But what if you need the task to look substantially different from the one you are looking at? If you click on the &amp;quot;Source&amp;quot;, it will show you the actual html code of your HIT task as displayed in Figure 4. The turk system allows you to display a full website essentially for your HIT task with javascript, CSS, etc. As we develop our system at the McNair center, your will have more existing tasks to choose from, but when you need to actually build your own, some useful HTML references are listed below. When you have completed editing your HIT template, click on the &amp;quot;Save&amp;quot; Button and then move to &amp;quot;Preview&amp;quot;. In this last screen, it will show you exactly what the turkers will see (Figure 5). If it looks correct, click &amp;quot;Finish&amp;quot;&lt;br /&gt;
&lt;br /&gt;
;HTML references&lt;br /&gt;
: https://developer.mozilla.org/en-US/docs/Web/HTML/Element&lt;br /&gt;
: REF 2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Figure 3: Design Layout {{clear}}&lt;br /&gt;
[[File:DesignLayout2.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Figure 4: Design Layout, Raw HTML {{clear}}&lt;br /&gt;
[[File: DesignLayoutRaw.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Figure 5: HIT Preview {{clear}}&lt;br /&gt;
[[File: HITPreview.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Step 4, Publishing a Batch:''' Now that you have your HIT Template ready, you can post to the Turk system. To do so, Click the &amp;quot;Publish Batch&amp;quot; button in figure 6. It will then ask you to upload a csv file for that batch. Remember that this CSV file has to have headers that correspond to the data hooks in your template. Once you have successfully uploaded, you should be able to confirm payment and publish the batch. If there is not enough money preloaded on the turk system. Notify either Dan or Ed.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Figure 6: HIT Publishing{{clear}}&lt;br /&gt;
[[File: PublishBatch.png]]&lt;br /&gt;
&lt;br /&gt;
==Existing HIT Library==&lt;br /&gt;
create a list of existing hits and what they do&lt;br /&gt;
&lt;br /&gt;
==TDL with HITS==&lt;br /&gt;
* Data validation using javascript&lt;br /&gt;
*&lt;/div&gt;</summary>
		<author><name>DanFehder</name></author>
		
	</entry>
	<entry>
		<id>http://www.edegan.com/mediawiki/index.php?title=Mechanical_Turk_(Tool)&amp;diff=4649</id>
		<title>Mechanical Turk (Tool)</title>
		<link rel="alternate" type="text/html" href="http://www.edegan.com/mediawiki/index.php?title=Mechanical_Turk_(Tool)&amp;diff=4649"/>
		<updated>2016-07-08T15:57:50Z</updated>

		<summary type="html">&lt;p&gt;DanFehder: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{McNair Projects&lt;br /&gt;
|Project Title=Mechanical Turk (Tool),&lt;br /&gt;
|Topic Area=Entrepreneurship Ecosystems,&lt;br /&gt;
|Owner=Daniel Fehder,&lt;br /&gt;
|Start Term=Summer 2016,&lt;br /&gt;
|Status=Active,&lt;br /&gt;
}}&lt;br /&gt;
==Description==&lt;br /&gt;
The purpose of this page is to introduce people to the use of mechanical turk in data processing. The document is structured as follows: 1. It begins by describing the mechanical turk and the many ways in which it can be used. 2. it provides simple getting started instructions that allows a new user to access the mechanical turk system and begin a new project. 3. We give an example of a project with sample code.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==What is Mechanical Turk==&lt;br /&gt;
Mechanical Turk (Mturk) is a system that allows people to outsource work to many different people in an efficient way. For the purposes of the McNair center, we will be focused on the use of Mturk for the acquisition and cleaning of data. This is a great way to look up or clean data when you have a small number of easily understood steps that need to be repeated many times. If you data task fits this definition, then it is worth thinking about turning it into a Mturk task. In the example below, we think about how to find all the Twitter handles for a set of companies in a spreadsheet. If you were to do this by hand as an RA, you would start with the spreadsheet and go through each row searching on either google or twitter for each company. In Mturk, you would create a project. In that project, you would create a task template that would provide a set of overall instructions as well as hooks to fill in specific information about one row from your spreadsheet. When the turker receives their assignment, or HIT, they will see both the overall instructions and the specific information for that row of data in your spreadsheet. The Mturk system allows many people to work on your spreadsheet in parallel allowing the work to be completed much more quickly. If this is confusing, we will provide a concrete example below. For now, just bear in mind some essential vocabulary.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
;Mechanical Turk Vocabulary&lt;br /&gt;
: ''Requester:'' the people posting work on the system&lt;br /&gt;
: ''HIT:'' one task completed by a worker&lt;br /&gt;
: ''Project:'' a collection of HITs&lt;br /&gt;
: ''Turker:'' a worker on Mturk&lt;br /&gt;
&lt;br /&gt;
==Accessing the Mechanical Turk Platform==&lt;br /&gt;
* go to [https://requester.mturk.com/ The Mechanical Turk Requester page]&lt;br /&gt;
* Log into the system using the following{{clear}} &lt;br /&gt;
: email: esi@rice.edu&lt;br /&gt;
: pass:  9Million!&lt;br /&gt;
&lt;br /&gt;
* To create a new project, click on the Create link and follow the directions in the Create Project Example section below&lt;br /&gt;
* To modify an existing project, follow the directions in the Modify an Existing Project section below&lt;br /&gt;
&lt;br /&gt;
==Creating a New Project Example==&lt;br /&gt;
In the steps below, we describe the creation of a Turk project that asks Turk workers to find the twitter handles of companies. It will take as input a series of google search queries in csv form and the workers to enter the search strings into google and look to see if there are google handles that are returned on the first page of the search results. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Step 1, Project Info:''' Once you click on the create link, you will be brought to an interface with a number of text entry boxes. You want to summarize your project in ways that will be informative for the team as well as potential Turk workers choosing between projects. In the figure below, we describe a HIT Project FINISH.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Figure 1: Twitter Project Info{{clear}}&lt;br /&gt;
[[File:ProjectDescription.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Step 2, Choosing Pay Level:''' Once you have named the project, you have to decide on pay scale (Reward per assignment) and the number of people working on each project (number of assignments per HIT). The higher the pay per HIT, the quicker your work will be completed by turkers, but you obviously do not want to waste money. A good rule of thumb is to work on the tasks you need completed by turkers for 30-60 minutes and then see how many rows you completed. We want the per HIT pay rate to roughly equal $6.00 - $10.00 in hourly wage to get things done efficiently on the system.  If you decide to have more than 1 worker per HIT, it will be because you believe that the data task requires a certain amount of human judgement and you want to make sure that you only accept results that have been &amp;quot;verified&amp;quot; by multiple people. The last three parameters in this box determine how each HIT will be completed by each worker and how long the HIT stays in the system. You generally want &amp;quot;Time Allotted&amp;quot; to be 1 day. Expiration of the HIT doesn't matter that much. One of the last important choice in this screen is the &amp;quot;Auto-approve&amp;quot; option. The quicker the auto approve, the more likely that Turkers will take your task. For now, set it to 24 hours, but remember that you are responsible for regularly auditing results when you have a project up on the Turk system.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Figure 2: Cost Parameters in Mturk{{clear}}&lt;br /&gt;
[[File:Costing.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Step 3, Design Layout:''' At this point, you have to design what the turker sees when they receive your assignment. While it is possible that one turker will complete multiple HITs, it is important to design the HIT so that it can be easily completed the first (and possibly only) time by the worker. In figure 3, below, you can see the initial design layout of the default data acquisition project in the turk system. It is an example HIT that asks turkers to find the website of a restaurant. Please note that this is not a great HIT in terms of the level of clarity of the instructions. We will provide guidelines on creating instructions below. For now, just notice a few features of the HIT. To the right of &amp;quot;Restaurant Name&amp;quot;, there is a field called ${name}. This is actually a hook, or a blanks space, that will be populated with the actual name of a restaurant that will come from a spread sheet that you will upload into the turk system. Each HIT will correspond to one row of the spreadsheet. This is the same for the &amp;quot;Address&amp;quot; and &amp;quot;Phone Number&amp;quot; rows. The last key thing to notice is the &amp;quot;Website Address&amp;quot; field with a text entry box right below it. When a turker receives this HIT, they will paste the web address into this text box and you will receive a new spreadsheet with whatever they (add all the other turkers) pasted in the same row as the data you used to populate each HIT.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Now, How do you modify this HIT to reflect your actual data task? You can actually change the wording of the task directly in the editor screen. Make sure that all of the data element hooks (like ${name}) correspond to the actual names of the columns in the CSV file that you will upload on the turk system. But what if you need the task to look substantially different from the one you are looking at? If you click on the &amp;quot;Source&amp;quot;, it will show you the actual html code of your HIT task as displayed in Figure 4. The turk system allows you to display a full website essentially for your HIT task with javascript, CSS, etc. As we develop our system at the McNair center, your will have more existing tasks to choose from, but when you need to actually build your own, some useful HTML references are listed below. When you have completed editing your HIT template, click on the &amp;quot;Save&amp;quot; Button and then move to &amp;quot;Preview&amp;quot;. In this last screen, it will show you exactly what the turkers will see (Figure 5). If it looks correct, click &amp;quot;Finish&amp;quot;&lt;br /&gt;
&lt;br /&gt;
;HTML references&lt;br /&gt;
: REF 1&lt;br /&gt;
: REF 2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Figure 3: Design Layout {{clear}}&lt;br /&gt;
[[File:DesignLayout2.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Figure 4: Design Layout, Raw HTML {{clear}}&lt;br /&gt;
[[File: DesignLayoutRaw.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Figure 5: HIT Preview {{clear}}&lt;br /&gt;
[[File: HITPreview.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Step 4, Publishing a Batch:''' Now that you have your HIT Template ready, you can post to the Turk system. To do so, Click the &amp;quot;Publish Batch&amp;quot; button in figure 6. It will then ask you to upload a csv file for that batch. Remember that this CSV file has to have headers that correspond to the data hooks in your template. Once you have successfully uploaded, you should be able to confirm payment and publish the batch. If there is not enough money preloaded on the turk system. Notify either Dan or Ed.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Figure 6: HIT Publishing{{clear}}&lt;br /&gt;
[[File: PublishBatch.png]]&lt;br /&gt;
&lt;br /&gt;
==Existing HIT Library==&lt;br /&gt;
create a list of existing hits and what they do&lt;br /&gt;
&lt;br /&gt;
==TDL with HITS==&lt;br /&gt;
* Data validation using javascript&lt;br /&gt;
*&lt;/div&gt;</summary>
		<author><name>DanFehder</name></author>
		
	</entry>
	<entry>
		<id>http://www.edegan.com/mediawiki/index.php?title=Mechanical_Turk_(Tool)&amp;diff=4647</id>
		<title>Mechanical Turk (Tool)</title>
		<link rel="alternate" type="text/html" href="http://www.edegan.com/mediawiki/index.php?title=Mechanical_Turk_(Tool)&amp;diff=4647"/>
		<updated>2016-07-08T15:57:15Z</updated>

		<summary type="html">&lt;p&gt;DanFehder: /* Creating a New Project Example */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{McNair Projects&lt;br /&gt;
|Project Title=Mechanical Turk (Tool),&lt;br /&gt;
|Topic Area=Entrepreneurship Ecosystems,&lt;br /&gt;
|Owner=Daniel Fehder,&lt;br /&gt;
|Start Term=Summer 2016,&lt;br /&gt;
|Status=Active,&lt;br /&gt;
}}&lt;br /&gt;
==Description==&lt;br /&gt;
The purpose of this page is to introduce people to the use of mechanical turk in data processing. The document is structured as follows: 1. It begins by describing the mechanical turk and the many ways in which it can be used. 2. it provides simple getting started instructions that allows a new user to access the mechanical turk system and begin a new project. 3. We give an example of a project with sample code.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==What is Mechanical Turk==&lt;br /&gt;
Mechanical Turk (Mturk) is a system that allows people to outsource work to many different people in an efficient way. For the purposes of the McNair center, we will be focused on the use of Mturk for the acquisition and cleaning of data. This is a great way to look up or clean data when you have a small number of easily understood steps that need to be repeated many times. If you data task fits this definition, then it is worth thinking about turning it into a Mturk task. In the example below, we think about how to find all the Twitter handles for a set of companies in a spreadsheet. If you were to do this by hand as an RA, you would start with the spreadsheet and go through each row searching on either google or twitter for each company. In Mturk, you would create a project. In that project, you would create a task template that would provide a set of overall instructions as well as hooks to fill in specific information about one row from your spreadsheet. When the turker receives their assignment, or HIT, they will see both the overall instructions and the specific information for that row of data in your spreadsheet. The Mturk system allows many people to work on your spreadsheet in parallel allowing the work to be completed much more quickly. If this is confusing, we will provide a concrete example below. For now, just bear in mind some essential vocabulary.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
;Mechanical Turk Vocabulary&lt;br /&gt;
: ''Requester:'' the people posting work on the system&lt;br /&gt;
: ''HIT:'' one task completed by a worker&lt;br /&gt;
: ''Project:'' a collection of HITs&lt;br /&gt;
: ''Turker:'' a worker on Mturk&lt;br /&gt;
&lt;br /&gt;
==Accessing the Mechanical Turk Platform==&lt;br /&gt;
* go to [https://requester.mturk.com/ The Mechanical Turk Requester page]&lt;br /&gt;
* Log into the system using the following{{clear}} &lt;br /&gt;
: email: esi@rice.edu&lt;br /&gt;
: pass:  9Million!&lt;br /&gt;
&lt;br /&gt;
* To create a new project, click on the Create link and follow the directions in the Create Project Example section below&lt;br /&gt;
* To modify an existing project, follow the directions in the Modify an Existing Project section below&lt;br /&gt;
&lt;br /&gt;
==Creating a New Project Example==&lt;br /&gt;
In the steps below, we describe the creation of a Turk project that asks Turk workers to find the twitter handles of companies. It will take as input a series of google search queries in csv form and the workers to enter the search strings into google and look to see if there are google handles that are returned on the first page of the search results. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Step 1, Project Info:''' Once you click on the create link, you will be brought to an interface with a number of text entry boxes. You want to summarize your project in ways that will be informative for the team as well as potential Turk workers choosing between projects. In the figure below, we describe a HIT Project FINISH.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Figure 1: Twitter Project Info{{clear}}&lt;br /&gt;
[[File:ProjectDescription.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Step 2, Choosing Pay Level:''' Once you have named the project, you have to decide on pay scale (Reward per assignment) and the number of people working on each project (number of assignments per HIT). The higher the pay per HIT, the quicker your work will be completed by turkers, but you obviously do not want to waste money. A good rule of thumb is to work on the tasks you need completed by turkers for 30-60 minutes and then see how many rows you completed. We want the per HIT pay rate to roughly equal $6.00 - $10.00 in hourly wage to get things done efficiently on the system.  If you decide to have more than 1 worker per HIT, it will be because you believe that the data task requires a certain amount of human judgement and you want to make sure that you only accept results that have been &amp;quot;verified&amp;quot; by multiple people. The last three parameters in this box determine how each HIT will be completed by each worker and how long the HIT stays in the system. You generally want &amp;quot;Time Allotted&amp;quot; to be 1 day. Expiration of the HIT doesn't matter that much. One of the last important choice in this screen is the &amp;quot;Auto-approve&amp;quot; option. The quicker the auto approve, the more likely that Turkers will take your task. For now, set it to 24 hours, but remember that you are responsible for regularly auditing results when you have a project up on the Turk system.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Figure 2: Cost Parameters in Mturk{{clear}}&lt;br /&gt;
[[File:Costing.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Step 3, Design Layout:''' At this point, you have to design what the turker sees when they receive your assignment. While it is possible that one turker will complete multiple HITs, it is important to design the HIT so that it can be easily completed the first (and possibly only) time by the worker. In figure 3, below, you can see the initial design layout of the default data acquisition project in the turk system. It is an example HIT that asks turkers to find the website of a restaurant. Please note that this is not a great HIT in terms of the level of clarity of the instructions. We will provide guidelines on creating instructions below. For now, just notice a few features of the HIT. To the right of &amp;quot;Restaurant Name&amp;quot;, there is a field called ${name}. This is actually a hook, or a blanks space, that will be populated with the actual name of a restaurant that will come from a spread sheet that you will upload into the turk system. Each HIT will correspond to one row of the spreadsheet. This is the same for the &amp;quot;Address&amp;quot; and &amp;quot;Phone Number&amp;quot; rows. The last key thing to notice is the &amp;quot;Website Address&amp;quot; field with a text entry box right below it. When a turker receives this HIT, they will paste the web address into this text box and you will receive a new spreadsheet with whatever they (add all the other turkers) pasted in the same row as the data you used to populate each HIT.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Now, How do you modify this HIT to reflect your actual data task? You can actually change the wording of the task directly in the editor screen. Make sure that all of the data element hooks (like ${name}) correspond to the actual names of the columns in the CSV file that you will upload on the turk system. But what if you need the task to look substantially different from the one you are looking at? If you click on the &amp;quot;Source&amp;quot;, it will show you the actual html code of your HIT task as displayed in Figure 4. The turk system allows you to display a full website essentially for your HIT task with javascript, CSS, etc. As we develop our system at the McNair center, your will have more existing tasks to choose from, but when you need to actually build your own, some useful HTML references are listed below. When you have completed editing your HIT template, click on the &amp;quot;Save&amp;quot; Button and then move to &amp;quot;Preview&amp;quot;. In this last screen, it will show you exactly what the turkers will see (Figure 5). If it looks correct, click &amp;quot;Finish&amp;quot;&lt;br /&gt;
&lt;br /&gt;
;HTML references&lt;br /&gt;
: REF 1&lt;br /&gt;
: REF 2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Figure 3: Design Layout {{clear}}&lt;br /&gt;
[[File:DesignLayout2.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Figure 4: Design Layout, Raw HTML {{clear}}&lt;br /&gt;
[[File: DesignLayoutRaw.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Figure 5: HIT Preview {{clear}}&lt;br /&gt;
[[File: HITPreview.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Step 4, Publishing a Batch:''' Now that you have your HIT Template ready, you can post to the Turk system. To do so, Click the &amp;quot;Publish Batch&amp;quot; button in figure 6. It will then ask you to upload a csv file for that batch. Remember that this CSV file has to have headers that correspond to the data hooks in your template. Once you have successfully uploaded, you should be able to confirm payment and publish the batch. If there is not enough money preloaded on the turk system. Notify either Dan or Ed.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Figure 6: HIT Publishing{{clear}}&lt;br /&gt;
[[File: PublishBatch.png]]&lt;br /&gt;
&lt;br /&gt;
==Existing HIT Library==&lt;br /&gt;
create a list of existing hits and what they do&lt;br /&gt;
&lt;br /&gt;
==TDL with HITS==&lt;br /&gt;
* Data validation using javascript&lt;br /&gt;
* &lt;br /&gt;
&lt;br /&gt;
==Hash==&lt;br /&gt;
 import requests&lt;br /&gt;
 response = requests.get(&lt;br /&gt;
     &amp;quot;https://www.eventbriteapi.com/v3/organizers/2300226659/events/&amp;quot;,&lt;br /&gt;
     headers = {&lt;br /&gt;
         &amp;quot;Authorization&amp;quot;: &amp;quot;Bearer CRAQ5MAXEGHKEXSUSWXN&amp;quot;,&lt;br /&gt;
     },&lt;br /&gt;
     verify = True,&lt;br /&gt;
 )&lt;/div&gt;</summary>
		<author><name>DanFehder</name></author>
		
	</entry>
	<entry>
		<id>http://www.edegan.com/mediawiki/index.php?title=File:PublishBatch.png&amp;diff=4644</id>
		<title>File:PublishBatch.png</title>
		<link rel="alternate" type="text/html" href="http://www.edegan.com/mediawiki/index.php?title=File:PublishBatch.png&amp;diff=4644"/>
		<updated>2016-07-08T15:55:07Z</updated>

		<summary type="html">&lt;p&gt;DanFehder: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>DanFehder</name></author>
		
	</entry>
	<entry>
		<id>http://www.edegan.com/mediawiki/index.php?title=Mechanical_Turk_(Tool)&amp;diff=4643</id>
		<title>Mechanical Turk (Tool)</title>
		<link rel="alternate" type="text/html" href="http://www.edegan.com/mediawiki/index.php?title=Mechanical_Turk_(Tool)&amp;diff=4643"/>
		<updated>2016-07-08T15:52:40Z</updated>

		<summary type="html">&lt;p&gt;DanFehder: /* Creating a New Project Example */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{McNair Projects&lt;br /&gt;
|Project Title=Mechanical Turk (Tool),&lt;br /&gt;
|Topic Area=Entrepreneurship Ecosystems,&lt;br /&gt;
|Owner=Daniel Fehder,&lt;br /&gt;
|Start Term=Summer 2016,&lt;br /&gt;
|Status=Active,&lt;br /&gt;
}}&lt;br /&gt;
==Description==&lt;br /&gt;
The purpose of this page is to introduce people to the use of mechanical turk in data processing. The document is structured as follows: 1. It begins by describing the mechanical turk and the many ways in which it can be used. 2. it provides simple getting started instructions that allows a new user to access the mechanical turk system and begin a new project. 3. We give an example of a project with sample code.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==What is Mechanical Turk==&lt;br /&gt;
Mechanical Turk (Mturk) is a system that allows people to outsource work to many different people in an efficient way. For the purposes of the McNair center, we will be focused on the use of Mturk for the acquisition and cleaning of data. This is a great way to look up or clean data when you have a small number of easily understood steps that need to be repeated many times. If you data task fits this definition, then it is worth thinking about turning it into a Mturk task. In the example below, we think about how to find all the Twitter handles for a set of companies in a spreadsheet. If you were to do this by hand as an RA, you would start with the spreadsheet and go through each row searching on either google or twitter for each company. In Mturk, you would create a project. In that project, you would create a task template that would provide a set of overall instructions as well as hooks to fill in specific information about one row from your spreadsheet. When the turker receives their assignment, or HIT, they will see both the overall instructions and the specific information for that row of data in your spreadsheet. The Mturk system allows many people to work on your spreadsheet in parallel allowing the work to be completed much more quickly. If this is confusing, we will provide a concrete example below. For now, just bear in mind some essential vocabulary.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
;Mechanical Turk Vocabulary&lt;br /&gt;
: ''Requester:'' the people posting work on the system&lt;br /&gt;
: ''HIT:'' one task completed by a worker&lt;br /&gt;
: ''Project:'' a collection of HITs&lt;br /&gt;
: ''Turker:'' a worker on Mturk&lt;br /&gt;
&lt;br /&gt;
==Accessing the Mechanical Turk Platform==&lt;br /&gt;
* go to [https://requester.mturk.com/ The Mechanical Turk Requester page]&lt;br /&gt;
* Log into the system using the following{{clear}} &lt;br /&gt;
: email: esi@rice.edu&lt;br /&gt;
: pass:  9Million!&lt;br /&gt;
&lt;br /&gt;
* To create a new project, click on the Create link and follow the directions in the Create Project Example section below&lt;br /&gt;
* To modify an existing project, follow the directions in the Modify an Existing Project section below&lt;br /&gt;
&lt;br /&gt;
==Creating a New Project Example==&lt;br /&gt;
In the steps below, we describe the creation of a Turk project that asks Turk workers to find the twitter handles of companies. It will take as input a series of google search queries in csv form and the workers to enter the search strings into google and look to see if there are google handles that are returned on the first page of the search results. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Step 1, Project Info:''' Once you click on the create link, you will be brought to an interface with a number of text entry boxes. You want to summarize your project in ways that will be informative for the team as well as potential Turk workers choosing between projects. In the figure below, we describe a HIT Project FINISH.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Figure 1: Twitter Project Info{{clear}}&lt;br /&gt;
[[File:ProjectDescription.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Step 2, Choosing Pay Level:''' Once you have named the project, you have to decide on pay scale (Reward per assignment) and the number of people working on each project (number of assignments per HIT). The higher the pay per HIT, the quicker your work will be completed by turkers, but you obviously do not want to waste money. A good rule of thumb is to work on the tasks you need completed by turkers for 30-60 minutes and then see how many rows you completed. We want the per HIT pay rate to roughly equal $6.00 - $10.00 in hourly wage to get things done efficiently on the system.  If you decide to have more than 1 worker per HIT, it will be because you believe that the data task requires a certain amount of human judgement and you want to make sure that you only accept results that have been &amp;quot;verified&amp;quot; by multiple people. The last three parameters in this box determine how each HIT will be completed by each worker and how long the HIT stays in the system. You generally want &amp;quot;Time Allotted&amp;quot; to be 1 day. Expiration of the HIT doesn't matter that much. One of the last important choice in this screen is the &amp;quot;Auto-approve&amp;quot; option. The quicker the auto approve, the more likely that Turkers will take your task. For now, set it to 24 hours, but remember that you are responsible for regularly auditing results when you have a project up on the Turk system.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Figure 2: Cost Parameters in Mturk{{clear}}&lt;br /&gt;
[[File:Costing.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Step 3, Design Layout:''' At this point, you have to design what the turker sees when they receive your assignment. While it is possible that one turker will complete multiple HITs, it is important to design the HIT so that it can be easily completed the first (and possibly only) time by the worker. In figure 3, below, you can see the initial design layout of the default data acquisition project in the turk system. It is an example HIT that asks turkers to find the website of a restaurant. Please note that this is not a great HIT in terms of the level of clarity of the instructions. We will provide guidelines on creating instructions below. For now, just notice a few features of the HIT. To the right of &amp;quot;Restaurant Name&amp;quot;, there is a field called ${name}. This is actually a hook, or a blanks space, that will be populated with the actual name of a restaurant that will come from a spread sheet that you will upload into the turk system. Each HIT will correspond to one row of the spreadsheet. This is the same for the &amp;quot;Address&amp;quot; and &amp;quot;Phone Number&amp;quot; rows. The last key thing to notice is the &amp;quot;Website Address&amp;quot; field with a text entry box right below it. When a turker receives this HIT, they will paste the web address into this text box and you will receive a new spreadsheet with whatever they (add all the other turkers) pasted in the same row as the data you used to populate each HIT.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Now, How do you modify this HIT to reflect your actual data task? You can actually change the wording of the task directly in the editor screen. Make sure that all of the data element hooks (like ${name}) correspond to the actual names of the columns in the CSV file that you will upload on the turk system. But what if you need the task to look substantially different from the one you are looking at? If you click on the &amp;quot;Source&amp;quot;, it will show you the actual html code of your HIT task as displayed in Figure 4. The turk system allows you to display a full website essentially for your HIT task with javascript, CSS, etc. As we develop our system at the McNair center, your will have more existing tasks to choose from, but when you need to actually build your own, some useful HTML references are listed below. When you have completed editing your HIT template, click on the &amp;quot;Save&amp;quot; Button and then move to &amp;quot;Preview&amp;quot;. In this last screen, it will show you exactly what the turkers will see (Figure 5). If it looks correct, click &amp;quot;Finish&amp;quot;&lt;br /&gt;
&lt;br /&gt;
;HTML references&lt;br /&gt;
: REF 1&lt;br /&gt;
: REF 2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Figure 3: Design Layout {{clear}}&lt;br /&gt;
[[File:DesignLayout2.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Figure 4: Design Layout, Raw HTML {{clear}}&lt;br /&gt;
[[File: DesignLayoutRaw.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Figure 5: HIT Preview {{clear}}&lt;br /&gt;
[[File: HITPreview.png]]&lt;br /&gt;
&lt;br /&gt;
==Existing HIT Library==&lt;br /&gt;
create a list of existing hits and what they do&lt;br /&gt;
&lt;br /&gt;
==TDL with HITS==&lt;br /&gt;
* Data validation using javascript&lt;br /&gt;
* &lt;br /&gt;
&lt;br /&gt;
==Hash==&lt;br /&gt;
 import requests&lt;br /&gt;
 response = requests.get(&lt;br /&gt;
     &amp;quot;https://www.eventbriteapi.com/v3/organizers/2300226659/events/&amp;quot;,&lt;br /&gt;
     headers = {&lt;br /&gt;
         &amp;quot;Authorization&amp;quot;: &amp;quot;Bearer CRAQ5MAXEGHKEXSUSWXN&amp;quot;,&lt;br /&gt;
     },&lt;br /&gt;
     verify = True,&lt;br /&gt;
 )&lt;/div&gt;</summary>
		<author><name>DanFehder</name></author>
		
	</entry>
	<entry>
		<id>http://www.edegan.com/mediawiki/index.php?title=File:HITPreview.png&amp;diff=4642</id>
		<title>File:HITPreview.png</title>
		<link rel="alternate" type="text/html" href="http://www.edegan.com/mediawiki/index.php?title=File:HITPreview.png&amp;diff=4642"/>
		<updated>2016-07-08T15:52:22Z</updated>

		<summary type="html">&lt;p&gt;DanFehder: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>DanFehder</name></author>
		
	</entry>
	<entry>
		<id>http://www.edegan.com/mediawiki/index.php?title=File:DesignLayout2.png&amp;diff=4640</id>
		<title>File:DesignLayout2.png</title>
		<link rel="alternate" type="text/html" href="http://www.edegan.com/mediawiki/index.php?title=File:DesignLayout2.png&amp;diff=4640"/>
		<updated>2016-07-08T15:49:25Z</updated>

		<summary type="html">&lt;p&gt;DanFehder: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>DanFehder</name></author>
		
	</entry>
	<entry>
		<id>http://www.edegan.com/mediawiki/index.php?title=Mechanical_Turk_(Tool)&amp;diff=4638</id>
		<title>Mechanical Turk (Tool)</title>
		<link rel="alternate" type="text/html" href="http://www.edegan.com/mediawiki/index.php?title=Mechanical_Turk_(Tool)&amp;diff=4638"/>
		<updated>2016-07-08T15:45:41Z</updated>

		<summary type="html">&lt;p&gt;DanFehder: /* Creating a New Project Example */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{McNair Projects&lt;br /&gt;
|Project Title=Mechanical Turk (Tool),&lt;br /&gt;
|Topic Area=Entrepreneurship Ecosystems,&lt;br /&gt;
|Owner=Daniel Fehder,&lt;br /&gt;
|Start Term=Summer 2016,&lt;br /&gt;
|Status=Active,&lt;br /&gt;
}}&lt;br /&gt;
==Description==&lt;br /&gt;
The purpose of this page is to introduce people to the use of mechanical turk in data processing. The document is structured as follows: 1. It begins by describing the mechanical turk and the many ways in which it can be used. 2. it provides simple getting started instructions that allows a new user to access the mechanical turk system and begin a new project. 3. We give an example of a project with sample code.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==What is Mechanical Turk==&lt;br /&gt;
Mechanical Turk (Mturk) is a system that allows people to outsource work to many different people in an efficient way. For the purposes of the McNair center, we will be focused on the use of Mturk for the acquisition and cleaning of data. This is a great way to look up or clean data when you have a small number of easily understood steps that need to be repeated many times. If you data task fits this definition, then it is worth thinking about turning it into a Mturk task. In the example below, we think about how to find all the Twitter handles for a set of companies in a spreadsheet. If you were to do this by hand as an RA, you would start with the spreadsheet and go through each row searching on either google or twitter for each company. In Mturk, you would create a project. In that project, you would create a task template that would provide a set of overall instructions as well as hooks to fill in specific information about one row from your spreadsheet. When the turker receives their assignment, or HIT, they will see both the overall instructions and the specific information for that row of data in your spreadsheet. The Mturk system allows many people to work on your spreadsheet in parallel allowing the work to be completed much more quickly. If this is confusing, we will provide a concrete example below. For now, just bear in mind some essential vocabulary.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
;Mechanical Turk Vocabulary&lt;br /&gt;
: ''Requester:'' the people posting work on the system&lt;br /&gt;
: ''HIT:'' one task completed by a worker&lt;br /&gt;
: ''Project:'' a collection of HITs&lt;br /&gt;
: ''Turker:'' a worker on Mturk&lt;br /&gt;
&lt;br /&gt;
==Accessing the Mechanical Turk Platform==&lt;br /&gt;
* go to [https://requester.mturk.com/ The Mechanical Turk Requester page]&lt;br /&gt;
* Log into the system using the following{{clear}} &lt;br /&gt;
: email: esi@rice.edu&lt;br /&gt;
: pass:  9Million!&lt;br /&gt;
&lt;br /&gt;
* To create a new project, click on the Create link and follow the directions in the Create Project Example section below&lt;br /&gt;
* To modify an existing project, follow the directions in the Modify an Existing Project section below&lt;br /&gt;
&lt;br /&gt;
==Creating a New Project Example==&lt;br /&gt;
In the steps below, we describe the creation of a Turk project that asks Turk workers to find the twitter handles of companies. It will take as input a series of google search queries in csv form and the workers to enter the search strings into google and look to see if there are google handles that are returned on the first page of the search results. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Step 1, Project Info:''' Once you click on the create link, you will be brought to an interface with a number of text entry boxes. You want to summarize your project in ways that will be informative for the team as well as potential Turk workers choosing between projects. In the figure below, we describe a HIT Project FINISH.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Figure 1: Twitter Project Info{{clear}}&lt;br /&gt;
[[File:ProjectDescription.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Step 2, Choosing Pay Level:''' Once you have named the project, you have to decide on pay scale (Reward per assignment) and the number of people working on each project (number of assignments per HIT). The higher the pay per HIT, the quicker your work will be completed by turkers, but you obviously do not want to waste money. A good rule of thumb is to work on the tasks you need completed by turkers for 30-60 minutes and then see how many rows you completed. We want the per HIT pay rate to roughly equal $6.00 - $10.00 in hourly wage to get things done efficiently on the system.  If you decide to have more than 1 worker per HIT, it will be because you believe that the data task requires a certain amount of human judgement and you want to make sure that you only accept results that have been &amp;quot;verified&amp;quot; by multiple people. The last three parameters in this box determine how each HIT will be completed by each worker and how long the HIT stays in the system. You generally want &amp;quot;Time Allotted&amp;quot; to be 1 day. Expiration of the HIT doesn't matter that much. One of the last important choice in this screen is the &amp;quot;Auto-approve&amp;quot; option. The quicker the auto approve, the more likely that Turkers will take your task. For now, set it to 24 hours, but remember that you are responsible for regularly auditing results when you have a project up on the Turk system.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Figure 2: Cost Parameters in Mturk{{clear}}&lt;br /&gt;
[[File:Costing.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Step 3, Design Layout:''' At this point, you have to design what the turker sees when they receive your assignment. While it is possible that one turker will complete multiple HITs, it is important to design the HIT so that it can be easily completed the first (and possibly only) time by the worker. In figure 3, below, you can see the initial design layout of the default data acquisition project in the turk system. It is an example HIT that asks turkers to find the website of a restaurant. Please note that this is not a great HIT in terms of the level of clarity of the instructions. We will provide guidelines on creating instructions below. For now, just notice a few features of the HIT. To the right of &amp;quot;Restaurant Name&amp;quot;, there is a field called ${name}. This is actually a hook, or a blanks space, that will be populated with the actual name of a restaurant that will come from a spread sheet that you will upload into the turk system. Each HIT will correspond to one row of the spreadsheet. This is the same for the &amp;quot;Address&amp;quot; and &amp;quot;Phone Number&amp;quot; rows. The last key thing to notice is the &amp;quot;Website Address&amp;quot; field with a text entry box right below it. When a turker receives this HIT, they will paste the web address into this text box and you will receive a new spreadsheet with whatever they (add all the other turkers) pasted in the same row as the data you used to populate each HIT.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Now, How do you modify this HIT to reflect your actual data task? You can actually change the wording of the task directly in the editor screen. Make sure that all of the data element hooks (like ${name}) correspond to the actual names of the columns in the CSV file that you will upload on the turk system. But what if you need the task to look substantially different from the one you are looking at? If you click on the &amp;quot;Source&amp;quot;, it will show you the actual html code of your HIT task as displayed in Figure 4. The turk system allows you to display a full website essentially for your HIT task with javascript, CSS, etc. As we develop our system at the McNair center, your will have more existing tasks to choose from, but when you need to actually build your own, some useful HTML references are listed below.&lt;br /&gt;
&lt;br /&gt;
;HTML references&lt;br /&gt;
: REF 1&lt;br /&gt;
: REF 2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Figure 3: Design Layout {{clear}}&lt;br /&gt;
[[File:DesignLayout.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Figure 4: Design Layout, Raw HTML {{clear}}&lt;br /&gt;
[[File: DesignLayoutRaw.png]]&lt;br /&gt;
&lt;br /&gt;
==Existing HIT Library==&lt;br /&gt;
create a list of existing hits and what they do&lt;br /&gt;
&lt;br /&gt;
==TDL with HITS==&lt;br /&gt;
* Data validation using javascript&lt;br /&gt;
* &lt;br /&gt;
&lt;br /&gt;
==Hash==&lt;br /&gt;
 import requests&lt;br /&gt;
 response = requests.get(&lt;br /&gt;
     &amp;quot;https://www.eventbriteapi.com/v3/organizers/2300226659/events/&amp;quot;,&lt;br /&gt;
     headers = {&lt;br /&gt;
         &amp;quot;Authorization&amp;quot;: &amp;quot;Bearer CRAQ5MAXEGHKEXSUSWXN&amp;quot;,&lt;br /&gt;
     },&lt;br /&gt;
     verify = True,&lt;br /&gt;
 )&lt;/div&gt;</summary>
		<author><name>DanFehder</name></author>
		
	</entry>
	<entry>
		<id>http://www.edegan.com/mediawiki/index.php?title=File:DesignLayoutRaw.png&amp;diff=4637</id>
		<title>File:DesignLayoutRaw.png</title>
		<link rel="alternate" type="text/html" href="http://www.edegan.com/mediawiki/index.php?title=File:DesignLayoutRaw.png&amp;diff=4637"/>
		<updated>2016-07-08T15:43:26Z</updated>

		<summary type="html">&lt;p&gt;DanFehder: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>DanFehder</name></author>
		
	</entry>
	<entry>
		<id>http://www.edegan.com/mediawiki/index.php?title=Mechanical_Turk_(Tool)&amp;diff=4634</id>
		<title>Mechanical Turk (Tool)</title>
		<link rel="alternate" type="text/html" href="http://www.edegan.com/mediawiki/index.php?title=Mechanical_Turk_(Tool)&amp;diff=4634"/>
		<updated>2016-07-08T15:35:07Z</updated>

		<summary type="html">&lt;p&gt;DanFehder: /* Creating a New Project Example */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{McNair Projects&lt;br /&gt;
|Project Title=Mechanical Turk (Tool),&lt;br /&gt;
|Topic Area=Entrepreneurship Ecosystems,&lt;br /&gt;
|Owner=Daniel Fehder,&lt;br /&gt;
|Start Term=Summer 2016,&lt;br /&gt;
|Status=Active,&lt;br /&gt;
}}&lt;br /&gt;
==Description==&lt;br /&gt;
The purpose of this page is to introduce people to the use of mechanical turk in data processing. The document is structured as follows: 1. It begins by describing the mechanical turk and the many ways in which it can be used. 2. it provides simple getting started instructions that allows a new user to access the mechanical turk system and begin a new project. 3. We give an example of a project with sample code.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==What is Mechanical Turk==&lt;br /&gt;
Mechanical Turk (Mturk) is a system that allows people to outsource work to many different people in an efficient way. For the purposes of the McNair center, we will be focused on the use of Mturk for the acquisition and cleaning of data. This is a great way to look up or clean data when you have a small number of easily understood steps that need to be repeated many times. If you data task fits this definition, then it is worth thinking about turning it into a Mturk task. In the example below, we think about how to find all the Twitter handles for a set of companies in a spreadsheet. If you were to do this by hand as an RA, you would start with the spreadsheet and go through each row searching on either google or twitter for each company. In Mturk, you would create a project. In that project, you would create a task template that would provide a set of overall instructions as well as hooks to fill in specific information about one row from your spreadsheet. When the turker receives their assignment, or HIT, they will see both the overall instructions and the specific information for that row of data in your spreadsheet. The Mturk system allows many people to work on your spreadsheet in parallel allowing the work to be completed much more quickly. If this is confusing, we will provide a concrete example below. For now, just bear in mind some essential vocabulary.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
;Mechanical Turk Vocabulary&lt;br /&gt;
: ''Requester:'' the people posting work on the system&lt;br /&gt;
: ''HIT:'' one task completed by a worker&lt;br /&gt;
: ''Project:'' a collection of HITs&lt;br /&gt;
: ''Turker:'' a worker on Mturk&lt;br /&gt;
&lt;br /&gt;
==Accessing the Mechanical Turk Platform==&lt;br /&gt;
* go to [https://requester.mturk.com/ The Mechanical Turk Requester page]&lt;br /&gt;
* Log into the system using the following{{clear}} &lt;br /&gt;
: email: esi@rice.edu&lt;br /&gt;
: pass:  9Million!&lt;br /&gt;
&lt;br /&gt;
* To create a new project, click on the Create link and follow the directions in the Create Project Example section below&lt;br /&gt;
* To modify an existing project, follow the directions in the Modify an Existing Project section below&lt;br /&gt;
&lt;br /&gt;
==Creating a New Project Example==&lt;br /&gt;
In the steps below, we describe the creation of a Turk project that asks Turk workers to find the twitter handles of companies. It will take as input a series of google search queries in csv form and the workers to enter the search strings into google and look to see if there are google handles that are returned on the first page of the search results. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Step 1, Project Info:''' Once you click on the create link, you will be brought to an interface with a number of text entry boxes. You want to summarize your project in ways that will be informative for the team as well as potential Turk workers choosing between projects. In the figure below, we describe a HIT Project FINISH.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Figure 1: Twitter Project Info{{clear}}&lt;br /&gt;
[[File:ProjectDescription.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Step 2, Choosing Pay Level:''' Once you have named the project, you have to decide on pay scale (Reward per assignment) and the number of people working on each project (number of assignments per HIT). The higher the pay per HIT, the quicker your work will be completed by turkers, but you obviously do not want to waste money. A good rule of thumb is to work on the tasks you need completed by turkers for 30-60 minutes and then see how many rows you completed. We want the per HIT pay rate to roughly equal $6.00 - $10.00 in hourly wage to get things done efficiently on the system.  If you decide to have more than 1 worker per HIT, it will be because you believe that the data task requires a certain amount of human judgement and you want to make sure that you only accept results that have been &amp;quot;verified&amp;quot; by multiple people. The last three parameters in this box determine how each HIT will be completed by each worker and how long the HIT stays in the system. You generally want &amp;quot;Time Allotted&amp;quot; to be 1 day. Expiration of the HIT doesn't matter that much. One of the last important choice in this screen is the &amp;quot;Auto-approve&amp;quot; option. The quicker the auto approve, the more likely that Turkers will take your task. For now, set it to 24 hours, but remember that you are responsible for regularly auditing results when you have a project up on the Turk system.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Figure 2: Cost Parameters in Mturk{{clear}}&lt;br /&gt;
[[File:Costing.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Step 3, Design Layout:''' At this point, you have to design what the turker sees when they receive your assignment. While it is possible that one turker will complete multiple HITs, it is important to design the HIT so that it can be easily completed the first (and possibly only) time by the worker. In figure 3, below, you can see the initial design layout of the default data acquisition project in the turk system. It is an example HIT that asks turkers to find the website of a restaurant. Please note that this is not a great HIT in terms of the level of clarity of the instructions. We will provide guidelines on creating instructions below. For now, just notice a few features of the HIT. To the right of &amp;quot;Restaurant Name&amp;quot;, there is a field called ${name}. This is actually a hook, or a blanks space, that will be populated with the actual name of a restaurant that will come from a spread sheet that you will upload into the turk system. Each HIT will correspond to one row of the spreadsheet. This is the same for the &amp;quot;Address&amp;quot; and &amp;quot;Phone Number&amp;quot; rows.&lt;br /&gt;
&lt;br /&gt;
Figure 3: Design Layout {{clear}}&lt;br /&gt;
[[File:DesignLayout.png]]&lt;br /&gt;
&lt;br /&gt;
==Existing HIT Library==&lt;br /&gt;
create a list of existing hits and what they do&lt;br /&gt;
&lt;br /&gt;
==TDL with HITS==&lt;br /&gt;
* Data validation using javascript&lt;br /&gt;
* &lt;br /&gt;
&lt;br /&gt;
==Hash==&lt;br /&gt;
 import requests&lt;br /&gt;
 response = requests.get(&lt;br /&gt;
     &amp;quot;https://www.eventbriteapi.com/v3/organizers/2300226659/events/&amp;quot;,&lt;br /&gt;
     headers = {&lt;br /&gt;
         &amp;quot;Authorization&amp;quot;: &amp;quot;Bearer CRAQ5MAXEGHKEXSUSWXN&amp;quot;,&lt;br /&gt;
     },&lt;br /&gt;
     verify = True,&lt;br /&gt;
 )&lt;/div&gt;</summary>
		<author><name>DanFehder</name></author>
		
	</entry>
	<entry>
		<id>http://www.edegan.com/mediawiki/index.php?title=File:DesignLayout.png&amp;diff=4626</id>
		<title>File:DesignLayout.png</title>
		<link rel="alternate" type="text/html" href="http://www.edegan.com/mediawiki/index.php?title=File:DesignLayout.png&amp;diff=4626"/>
		<updated>2016-07-08T15:29:27Z</updated>

		<summary type="html">&lt;p&gt;DanFehder: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>DanFehder</name></author>
		
	</entry>
	<entry>
		<id>http://www.edegan.com/mediawiki/index.php?title=Mechanical_Turk_(Tool)&amp;diff=4622</id>
		<title>Mechanical Turk (Tool)</title>
		<link rel="alternate" type="text/html" href="http://www.edegan.com/mediawiki/index.php?title=Mechanical_Turk_(Tool)&amp;diff=4622"/>
		<updated>2016-07-08T15:25:31Z</updated>

		<summary type="html">&lt;p&gt;DanFehder: /* Creating a New Project Example */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{McNair Projects&lt;br /&gt;
|Project Title=Mechanical Turk (Tool),&lt;br /&gt;
|Topic Area=Entrepreneurship Ecosystems,&lt;br /&gt;
|Owner=Daniel Fehder,&lt;br /&gt;
|Start Term=Summer 2016,&lt;br /&gt;
|Status=Active,&lt;br /&gt;
}}&lt;br /&gt;
==Description==&lt;br /&gt;
The purpose of this page is to introduce people to the use of mechanical turk in data processing. The document is structured as follows: 1. It begins by describing the mechanical turk and the many ways in which it can be used. 2. it provides simple getting started instructions that allows a new user to access the mechanical turk system and begin a new project. 3. We give an example of a project with sample code.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==What is Mechanical Turk==&lt;br /&gt;
Mechanical Turk (Mturk) is a system that allows people to outsource work to many different people in an efficient way. For the purposes of the McNair center, we will be focused on the use of Mturk for the acquisition and cleaning of data. This is a great way to look up or clean data when you have a small number of easily understood steps that need to be repeated many times. If you data task fits this definition, then it is worth thinking about turning it into a Mturk task. In the example below, we think about how to find all the Twitter handles for a set of companies in a spreadsheet. If you were to do this by hand as an RA, you would start with the spreadsheet and go through each row searching on either google or twitter for each company. In Mturk, you would create a project. In that project, you would create a task template that would provide a set of overall instructions as well as hooks to fill in specific information about one row from your spreadsheet. When the turker receives their assignment, or HIT, they will see both the overall instructions and the specific information for that row of data in your spreadsheet. The Mturk system allows many people to work on your spreadsheet in parallel allowing the work to be completed much more quickly. If this is confusing, we will provide a concrete example below. For now, just bear in mind some essential vocabulary.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
;Mechanical Turk Vocabulary&lt;br /&gt;
: ''Requester:'' the people posting work on the system&lt;br /&gt;
: ''HIT:'' one task completed by a worker&lt;br /&gt;
: ''Project:'' a collection of HITs&lt;br /&gt;
: ''Turker:'' a worker on Mturk&lt;br /&gt;
&lt;br /&gt;
==Accessing the Mechanical Turk Platform==&lt;br /&gt;
* go to [https://requester.mturk.com/ The Mechanical Turk Requester page]&lt;br /&gt;
* Log into the system using the following{{clear}} &lt;br /&gt;
: email: esi@rice.edu&lt;br /&gt;
: pass:  9Million!&lt;br /&gt;
&lt;br /&gt;
* To create a new project, click on the Create link and follow the directions in the Create Project Example section below&lt;br /&gt;
* To modify an existing project, follow the directions in the Modify an Existing Project section below&lt;br /&gt;
&lt;br /&gt;
==Creating a New Project Example==&lt;br /&gt;
In the steps below, we describe the creation of a Turk project that asks Turk workers to find the twitter handles of companies. It will take as input a series of google search queries in csv form and the workers to enter the search strings into google and look to see if there are google handles that are returned on the first page of the search results. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Step 1, Project Info:''' Once you click on the create link, you will be brought to an interface with a number of text entry boxes. You want to summarize your project in ways that will be informative for the team as well as potential Turk workers choosing between projects. In the figure below, we describe a HIT Project FINISH.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Figure 1: Twitter Project Info{{clear}}&lt;br /&gt;
[[File:ProjectDescription.png]]&lt;br /&gt;
&lt;br /&gt;
 How to choose your data&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Step 2, Choosing Pay Level:''' Once you have named the project, you have to decide on pay scale (Reward per assignment) and the number of people working on each project (number of assignments per HIT). The higher the pay per HIT, the quicker your work will be completed by turkers, but you obviously do not want to waste money. A good rule of thumb is to work on the tasks you need completed by turkers for 30-60 minutes and then see how many rows you completed. We want the per HIT pay rate to roughly equal $6.00 - $10.00 in hourly wage to get things done efficiently on the system.  If you decide to have more than 1 worker per HIT, it will be because you believe that the data task requires a certain amount of human judgement and you want to make sure that you only accept results that have been &amp;quot;verified&amp;quot; by multiple people. The last three parameters in this box determine how each HIT will be completed by each worker and how long the HIT stays in the system. You generally want &amp;quot;Time Allotted&amp;quot; to be 1 day. Expiration of the HIT doesn't matter that much. One of the last important choice in this screen is the &amp;quot;Auto-approve&amp;quot; option. The quicker the auto approve, the more likely that Turkers will take your task. For now, set it to 24 hours, but remember that you are responsible for regularly auditing results when you have a project up on the Turk system.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Figure 2: Cost Parameters in Mturk{{clear}}&lt;br /&gt;
[[File:Costing.png]]&lt;br /&gt;
&lt;br /&gt;
==Existing HIT Library==&lt;br /&gt;
create a list of existing hits and what they do&lt;br /&gt;
&lt;br /&gt;
==TDL with HITS==&lt;br /&gt;
* Data validation using javascript&lt;br /&gt;
* &lt;br /&gt;
&lt;br /&gt;
==Hash==&lt;br /&gt;
 import requests&lt;br /&gt;
 response = requests.get(&lt;br /&gt;
     &amp;quot;https://www.eventbriteapi.com/v3/organizers/2300226659/events/&amp;quot;,&lt;br /&gt;
     headers = {&lt;br /&gt;
         &amp;quot;Authorization&amp;quot;: &amp;quot;Bearer CRAQ5MAXEGHKEXSUSWXN&amp;quot;,&lt;br /&gt;
     },&lt;br /&gt;
     verify = True,&lt;br /&gt;
 )&lt;/div&gt;</summary>
		<author><name>DanFehder</name></author>
		
	</entry>
	<entry>
		<id>http://www.edegan.com/mediawiki/index.php?title=Mechanical_Turk_(Tool)&amp;diff=4620</id>
		<title>Mechanical Turk (Tool)</title>
		<link rel="alternate" type="text/html" href="http://www.edegan.com/mediawiki/index.php?title=Mechanical_Turk_(Tool)&amp;diff=4620"/>
		<updated>2016-07-08T15:21:57Z</updated>

		<summary type="html">&lt;p&gt;DanFehder: /* Creating a New Project Example */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{McNair Projects&lt;br /&gt;
|Project Title=Mechanical Turk (Tool),&lt;br /&gt;
|Topic Area=Entrepreneurship Ecosystems,&lt;br /&gt;
|Owner=Daniel Fehder,&lt;br /&gt;
|Start Term=Summer 2016,&lt;br /&gt;
|Status=Active,&lt;br /&gt;
}}&lt;br /&gt;
==Description==&lt;br /&gt;
The purpose of this page is to introduce people to the use of mechanical turk in data processing. The document is structured as follows: 1. It begins by describing the mechanical turk and the many ways in which it can be used. 2. it provides simple getting started instructions that allows a new user to access the mechanical turk system and begin a new project. 3. We give an example of a project with sample code.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==What is Mechanical Turk==&lt;br /&gt;
Mechanical Turk (Mturk) is a system that allows people to outsource work to many different people in an efficient way. For the purposes of the McNair center, we will be focused on the use of Mturk for the acquisition and cleaning of data. This is a great way to look up or clean data when you have a small number of easily understood steps that need to be repeated many times. If you data task fits this definition, then it is worth thinking about turning it into a Mturk task. In the example below, we think about how to find all the Twitter handles for a set of companies in a spreadsheet. If you were to do this by hand as an RA, you would start with the spreadsheet and go through each row searching on either google or twitter for each company. In Mturk, you would create a project. In that project, you would create a task template that would provide a set of overall instructions as well as hooks to fill in specific information about one row from your spreadsheet. When the turker receives their assignment, or HIT, they will see both the overall instructions and the specific information for that row of data in your spreadsheet. The Mturk system allows many people to work on your spreadsheet in parallel allowing the work to be completed much more quickly. If this is confusing, we will provide a concrete example below. For now, just bear in mind some essential vocabulary.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
;Mechanical Turk Vocabulary&lt;br /&gt;
: ''Requester:'' the people posting work on the system&lt;br /&gt;
: ''HIT:'' one task completed by a worker&lt;br /&gt;
: ''Project:'' a collection of HITs&lt;br /&gt;
: ''Turker:'' a worker on Mturk&lt;br /&gt;
&lt;br /&gt;
==Accessing the Mechanical Turk Platform==&lt;br /&gt;
* go to [https://requester.mturk.com/ The Mechanical Turk Requester page]&lt;br /&gt;
* Log into the system using the following{{clear}} &lt;br /&gt;
: email: esi@rice.edu&lt;br /&gt;
: pass:  9Million!&lt;br /&gt;
&lt;br /&gt;
* To create a new project, click on the Create link and follow the directions in the Create Project Example section below&lt;br /&gt;
* To modify an existing project, follow the directions in the Modify an Existing Project section below&lt;br /&gt;
&lt;br /&gt;
==Creating a New Project Example==&lt;br /&gt;
In the steps below, we describe the creation of a Turk project that asks Turk workers to find the twitter handles of companies. It will take as input a series of google search queries in csv form and the workers to enter the search strings into google and look to see if there are google handles that are returned on the first page of the search results. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Step 1, Project Info:''' Once you click on the create link, you will be brought to an interface with a number of text entry boxes. You want to summarize your project in ways that will be informative for the team as well as potential Turk workers choosing between projects. In the figure below, we describe a HIT Project FINISH.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Figure 1: Twitter Project Info{{clear}}&lt;br /&gt;
[[File:ProjectDescription.png]]&lt;br /&gt;
&lt;br /&gt;
 How to choose your data&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Step 2, Choosing Pay Level:''' Once you have named the project, you have to decide on pay scale (Reward per assignment) and the number of people working on each project (number of assignments per HIT). The higher the pay per HIT, the quicker your work will be completed by turkers, but you obviously do not want to waste money. A good rule of thumb is to work on the tasks you need completed by turkers for 30-60 minutes and then see how many rows you completed. We want the per HIT pay rate to roughly equal $6.00 - $10.00 in hourly wage to get things done efficiently on the system.  If you decide to have more than 1 worker per HIT, it will be because you believe that the data task requires a certain amount of human judgement and you want to make sure that you only accept results that have been &amp;quot;verified&amp;quot; by multiple people.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Figure 2: Cost Parameters in Mturk{{clear}}&lt;br /&gt;
[[File:Costing.png]]&lt;br /&gt;
&lt;br /&gt;
==Existing HIT Library==&lt;br /&gt;
create a list of existing hits and what they do&lt;br /&gt;
&lt;br /&gt;
==TDL with HITS==&lt;br /&gt;
* Data validation using javascript&lt;br /&gt;
* &lt;br /&gt;
&lt;br /&gt;
==Hash==&lt;br /&gt;
 import requests&lt;br /&gt;
 response = requests.get(&lt;br /&gt;
     &amp;quot;https://www.eventbriteapi.com/v3/organizers/2300226659/events/&amp;quot;,&lt;br /&gt;
     headers = {&lt;br /&gt;
         &amp;quot;Authorization&amp;quot;: &amp;quot;Bearer CRAQ5MAXEGHKEXSUSWXN&amp;quot;,&lt;br /&gt;
     },&lt;br /&gt;
     verify = True,&lt;br /&gt;
 )&lt;/div&gt;</summary>
		<author><name>DanFehder</name></author>
		
	</entry>
	<entry>
		<id>http://www.edegan.com/mediawiki/index.php?title=File:Costing.png&amp;diff=4616</id>
		<title>File:Costing.png</title>
		<link rel="alternate" type="text/html" href="http://www.edegan.com/mediawiki/index.php?title=File:Costing.png&amp;diff=4616"/>
		<updated>2016-07-08T15:15:18Z</updated>

		<summary type="html">&lt;p&gt;DanFehder: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>DanFehder</name></author>
		
	</entry>
	<entry>
		<id>http://www.edegan.com/mediawiki/index.php?title=Mechanical_Turk_(Tool)&amp;diff=4614</id>
		<title>Mechanical Turk (Tool)</title>
		<link rel="alternate" type="text/html" href="http://www.edegan.com/mediawiki/index.php?title=Mechanical_Turk_(Tool)&amp;diff=4614"/>
		<updated>2016-07-08T15:12:40Z</updated>

		<summary type="html">&lt;p&gt;DanFehder: /* Accessing the Mechanical Turk Platform */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{McNair Projects&lt;br /&gt;
|Project Title=Mechanical Turk (Tool),&lt;br /&gt;
|Topic Area=Entrepreneurship Ecosystems,&lt;br /&gt;
|Owner=Daniel Fehder,&lt;br /&gt;
|Start Term=Summer 2016,&lt;br /&gt;
|Status=Active,&lt;br /&gt;
}}&lt;br /&gt;
==Description==&lt;br /&gt;
The purpose of this page is to introduce people to the use of mechanical turk in data processing. The document is structured as follows: 1. It begins by describing the mechanical turk and the many ways in which it can be used. 2. it provides simple getting started instructions that allows a new user to access the mechanical turk system and begin a new project. 3. We give an example of a project with sample code.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==What is Mechanical Turk==&lt;br /&gt;
Mechanical Turk (Mturk) is a system that allows people to outsource work to many different people in an efficient way. For the purposes of the McNair center, we will be focused on the use of Mturk for the acquisition and cleaning of data. This is a great way to look up or clean data when you have a small number of easily understood steps that need to be repeated many times. If you data task fits this definition, then it is worth thinking about turning it into a Mturk task. In the example below, we think about how to find all the Twitter handles for a set of companies in a spreadsheet. If you were to do this by hand as an RA, you would start with the spreadsheet and go through each row searching on either google or twitter for each company. In Mturk, you would create a project. In that project, you would create a task template that would provide a set of overall instructions as well as hooks to fill in specific information about one row from your spreadsheet. When the turker receives their assignment, or HIT, they will see both the overall instructions and the specific information for that row of data in your spreadsheet. The Mturk system allows many people to work on your spreadsheet in parallel allowing the work to be completed much more quickly. If this is confusing, we will provide a concrete example below. For now, just bear in mind some essential vocabulary.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
;Mechanical Turk Vocabulary&lt;br /&gt;
: ''Requester:'' the people posting work on the system&lt;br /&gt;
: ''HIT:'' one task completed by a worker&lt;br /&gt;
: ''Project:'' a collection of HITs&lt;br /&gt;
: ''Turker:'' a worker on Mturk&lt;br /&gt;
&lt;br /&gt;
==Accessing the Mechanical Turk Platform==&lt;br /&gt;
* go to [https://requester.mturk.com/ The Mechanical Turk Requester page]&lt;br /&gt;
* Log into the system using the following{{clear}} &lt;br /&gt;
: email: esi@rice.edu&lt;br /&gt;
: pass:  9Million!&lt;br /&gt;
&lt;br /&gt;
* To create a new project, click on the Create link and follow the directions in the Create Project Example section below&lt;br /&gt;
* To modify an existing project, follow the directions in the Modify an Existing Project section below&lt;br /&gt;
&lt;br /&gt;
==Creating a New Project Example==&lt;br /&gt;
In the steps below, we describe the creation of a Turk project that asks Turk workers to find the twitter handles of companies. It will take as input a series of google search queries in csv form and the workers to enter the search strings into google and look to see if there are google handles that are returned on the first page of the search results. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Step 1, Project Info:''' Once you click on the create link, you will be brought to an interface with a number of text entry boxes. You want to summarize your project in ways that will be informative for the team as well as potential Turk workers choosing between projects. In the figure below, we describe a HIT Project FINISH.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Figure 1: Twitter Project Info{{clear}}&lt;br /&gt;
[[File:ProjectDescription.png]]&lt;br /&gt;
&lt;br /&gt;
 How to choose your data&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Step 2'''&lt;br /&gt;
&lt;br /&gt;
==Existing HIT Library==&lt;br /&gt;
create a list of existing hits and what they do&lt;br /&gt;
&lt;br /&gt;
==TDL with HITS==&lt;br /&gt;
* Data validation using javascript&lt;br /&gt;
* &lt;br /&gt;
&lt;br /&gt;
==Hash==&lt;br /&gt;
 import requests&lt;br /&gt;
 response = requests.get(&lt;br /&gt;
     &amp;quot;https://www.eventbriteapi.com/v3/organizers/2300226659/events/&amp;quot;,&lt;br /&gt;
     headers = {&lt;br /&gt;
         &amp;quot;Authorization&amp;quot;: &amp;quot;Bearer CRAQ5MAXEGHKEXSUSWXN&amp;quot;,&lt;br /&gt;
     },&lt;br /&gt;
     verify = True,&lt;br /&gt;
 )&lt;/div&gt;</summary>
		<author><name>DanFehder</name></author>
		
	</entry>
	<entry>
		<id>http://www.edegan.com/mediawiki/index.php?title=Mechanical_Turk_(Tool)&amp;diff=4612</id>
		<title>Mechanical Turk (Tool)</title>
		<link rel="alternate" type="text/html" href="http://www.edegan.com/mediawiki/index.php?title=Mechanical_Turk_(Tool)&amp;diff=4612"/>
		<updated>2016-07-08T15:11:38Z</updated>

		<summary type="html">&lt;p&gt;DanFehder: /* What is Mechanical Turk */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{McNair Projects&lt;br /&gt;
|Project Title=Mechanical Turk (Tool),&lt;br /&gt;
|Topic Area=Entrepreneurship Ecosystems,&lt;br /&gt;
|Owner=Daniel Fehder,&lt;br /&gt;
|Start Term=Summer 2016,&lt;br /&gt;
|Status=Active,&lt;br /&gt;
}}&lt;br /&gt;
==Description==&lt;br /&gt;
The purpose of this page is to introduce people to the use of mechanical turk in data processing. The document is structured as follows: 1. It begins by describing the mechanical turk and the many ways in which it can be used. 2. it provides simple getting started instructions that allows a new user to access the mechanical turk system and begin a new project. 3. We give an example of a project with sample code.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==What is Mechanical Turk==&lt;br /&gt;
Mechanical Turk (Mturk) is a system that allows people to outsource work to many different people in an efficient way. For the purposes of the McNair center, we will be focused on the use of Mturk for the acquisition and cleaning of data. This is a great way to look up or clean data when you have a small number of easily understood steps that need to be repeated many times. If you data task fits this definition, then it is worth thinking about turning it into a Mturk task. In the example below, we think about how to find all the Twitter handles for a set of companies in a spreadsheet. If you were to do this by hand as an RA, you would start with the spreadsheet and go through each row searching on either google or twitter for each company. In Mturk, you would create a project. In that project, you would create a task template that would provide a set of overall instructions as well as hooks to fill in specific information about one row from your spreadsheet. When the turker receives their assignment, or HIT, they will see both the overall instructions and the specific information for that row of data in your spreadsheet. The Mturk system allows many people to work on your spreadsheet in parallel allowing the work to be completed much more quickly. If this is confusing, we will provide a concrete example below. For now, just bear in mind some essential vocabulary.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
;Mechanical Turk Vocabulary&lt;br /&gt;
: ''Requester:'' the people posting work on the system&lt;br /&gt;
: ''HIT:'' one task completed by a worker&lt;br /&gt;
: ''Project:'' a collection of HITs&lt;br /&gt;
: ''Turker:'' a worker on Mturk&lt;br /&gt;
&lt;br /&gt;
==Accessing the Mechanical Turk Platform==&lt;br /&gt;
* go to [https://requester.mturk.com/ The Mechanical Turk Requester page]&lt;br /&gt;
* Log into the system using the following{{clear}} &lt;br /&gt;
: email: esi@rice.edu&lt;br /&gt;
: pass:  9Million!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* To create a new project, click on the Create link and follow the directions in the Create Project Example section below&lt;br /&gt;
* To modify an existing project, FINISH&lt;br /&gt;
&lt;br /&gt;
==Creating a New Project Example==&lt;br /&gt;
In the steps below, we describe the creation of a Turk project that asks Turk workers to find the twitter handles of companies. It will take as input a series of google search queries in csv form and the workers to enter the search strings into google and look to see if there are google handles that are returned on the first page of the search results. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Step 1, Project Info:''' Once you click on the create link, you will be brought to an interface with a number of text entry boxes. You want to summarize your project in ways that will be informative for the team as well as potential Turk workers choosing between projects. In the figure below, we describe a HIT Project FINISH.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Figure 1: Twitter Project Info{{clear}}&lt;br /&gt;
[[File:ProjectDescription.png]]&lt;br /&gt;
&lt;br /&gt;
 How to choose your data&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Step 2'''&lt;br /&gt;
&lt;br /&gt;
==Existing HIT Library==&lt;br /&gt;
create a list of existing hits and what they do&lt;br /&gt;
&lt;br /&gt;
==TDL with HITS==&lt;br /&gt;
* Data validation using javascript&lt;br /&gt;
* &lt;br /&gt;
&lt;br /&gt;
==Hash==&lt;br /&gt;
 import requests&lt;br /&gt;
 response = requests.get(&lt;br /&gt;
     &amp;quot;https://www.eventbriteapi.com/v3/organizers/2300226659/events/&amp;quot;,&lt;br /&gt;
     headers = {&lt;br /&gt;
         &amp;quot;Authorization&amp;quot;: &amp;quot;Bearer CRAQ5MAXEGHKEXSUSWXN&amp;quot;,&lt;br /&gt;
     },&lt;br /&gt;
     verify = True,&lt;br /&gt;
 )&lt;/div&gt;</summary>
		<author><name>DanFehder</name></author>
		
	</entry>
	<entry>
		<id>http://www.edegan.com/mediawiki/index.php?title=Mechanical_Turk_(Tool)&amp;diff=4611</id>
		<title>Mechanical Turk (Tool)</title>
		<link rel="alternate" type="text/html" href="http://www.edegan.com/mediawiki/index.php?title=Mechanical_Turk_(Tool)&amp;diff=4611"/>
		<updated>2016-07-08T04:50:09Z</updated>

		<summary type="html">&lt;p&gt;DanFehder: /* Accessing the Mechanical Turk Platform */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{McNair Projects&lt;br /&gt;
|Project Title=Mechanical Turk (Tool),&lt;br /&gt;
|Topic Area=Entrepreneurship Ecosystems,&lt;br /&gt;
|Owner=Daniel Fehder,&lt;br /&gt;
|Start Term=Summer 2016,&lt;br /&gt;
|Status=Active,&lt;br /&gt;
}}&lt;br /&gt;
==Description==&lt;br /&gt;
The purpose of this page is to introduce people to the use of mechanical turk in data processing. The document is structured as follows: 1. It begins by describing the mechanical turk and the many ways in which it can be used. 2. it provides simple getting started instructions that allows a new user to access the mechanical turk system and begin a new project. 3. We give an example of a project with sample code.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==What is Mechanical Turk==&lt;br /&gt;
describe&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
;Mechanical Turk Vocabulary&lt;br /&gt;
: ''Requester:'' the people posting work on the system&lt;br /&gt;
: ''HIT:'' one task completed by a worker&lt;br /&gt;
: ''Project:'' a collection of HITs&lt;br /&gt;
&lt;br /&gt;
==Accessing the Mechanical Turk Platform==&lt;br /&gt;
* go to [https://requester.mturk.com/ The Mechanical Turk Requester page]&lt;br /&gt;
* Log into the system using the following{{clear}} &lt;br /&gt;
: email: esi@rice.edu&lt;br /&gt;
: pass:  9Million!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* To create a new project, click on the Create link and follow the directions in the Create Project Example section below&lt;br /&gt;
* To modify an existing project, FINISH&lt;br /&gt;
&lt;br /&gt;
==Creating a New Project Example==&lt;br /&gt;
In the steps below, we describe the creation of a Turk project that asks Turk workers to find the twitter handles of companies. It will take as input a series of google search queries in csv form and the workers to enter the search strings into google and look to see if there are google handles that are returned on the first page of the search results. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Step 1, Project Info:''' Once you click on the create link, you will be brought to an interface with a number of text entry boxes. You want to summarize your project in ways that will be informative for the team as well as potential Turk workers choosing between projects. In the figure below, we describe a HIT Project FINISH.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Figure 1: Twitter Project Info{{clear}}&lt;br /&gt;
[[File:ProjectDescription.png]]&lt;br /&gt;
&lt;br /&gt;
 How to choose your data&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Step 2'''&lt;br /&gt;
&lt;br /&gt;
==Existing HIT Library==&lt;br /&gt;
create a list of existing hits and what they do&lt;br /&gt;
&lt;br /&gt;
==TDL with HITS==&lt;br /&gt;
* Data validation using javascript&lt;br /&gt;
* &lt;br /&gt;
&lt;br /&gt;
==Hash==&lt;br /&gt;
 import requests&lt;br /&gt;
 response = requests.get(&lt;br /&gt;
     &amp;quot;https://www.eventbriteapi.com/v3/organizers/2300226659/events/&amp;quot;,&lt;br /&gt;
     headers = {&lt;br /&gt;
         &amp;quot;Authorization&amp;quot;: &amp;quot;Bearer CRAQ5MAXEGHKEXSUSWXN&amp;quot;,&lt;br /&gt;
     },&lt;br /&gt;
     verify = True,&lt;br /&gt;
 )&lt;/div&gt;</summary>
		<author><name>DanFehder</name></author>
		
	</entry>
	<entry>
		<id>http://www.edegan.com/mediawiki/index.php?title=Mechanical_Turk_(Tool)&amp;diff=4610</id>
		<title>Mechanical Turk (Tool)</title>
		<link rel="alternate" type="text/html" href="http://www.edegan.com/mediawiki/index.php?title=Mechanical_Turk_(Tool)&amp;diff=4610"/>
		<updated>2016-07-08T04:49:03Z</updated>

		<summary type="html">&lt;p&gt;DanFehder: /* What is Mechanical Turk */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{McNair Projects&lt;br /&gt;
|Project Title=Mechanical Turk (Tool),&lt;br /&gt;
|Topic Area=Entrepreneurship Ecosystems,&lt;br /&gt;
|Owner=Daniel Fehder,&lt;br /&gt;
|Start Term=Summer 2016,&lt;br /&gt;
|Status=Active,&lt;br /&gt;
}}&lt;br /&gt;
==Description==&lt;br /&gt;
The purpose of this page is to introduce people to the use of mechanical turk in data processing. The document is structured as follows: 1. It begins by describing the mechanical turk and the many ways in which it can be used. 2. it provides simple getting started instructions that allows a new user to access the mechanical turk system and begin a new project. 3. We give an example of a project with sample code.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==What is Mechanical Turk==&lt;br /&gt;
describe&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
;Mechanical Turk Vocabulary&lt;br /&gt;
: ''Requester:'' the people posting work on the system&lt;br /&gt;
: ''HIT:'' one task completed by a worker&lt;br /&gt;
: ''Project:'' a collection of HITs&lt;br /&gt;
&lt;br /&gt;
==Accessing the Mechanical Turk Platform==&lt;br /&gt;
* go to [https://requester.mturk.com/ The Mechanical Turk Requester page]&lt;br /&gt;
* Log into the system using the following &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
;logon information:&lt;br /&gt;
: email: esi@rice.edu&lt;br /&gt;
: pass:  9Million!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* To create a new project, click on the Create link and follow the directions in the Create Project Example section below&lt;br /&gt;
* To modify an existing project, FINISH&lt;br /&gt;
&lt;br /&gt;
==Creating a New Project Example==&lt;br /&gt;
In the steps below, we describe the creation of a Turk project that asks Turk workers to find the twitter handles of companies. It will take as input a series of google search queries in csv form and the workers to enter the search strings into google and look to see if there are google handles that are returned on the first page of the search results. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Step 1, Project Info:''' Once you click on the create link, you will be brought to an interface with a number of text entry boxes. You want to summarize your project in ways that will be informative for the team as well as potential Turk workers choosing between projects. In the figure below, we describe a HIT Project FINISH.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Figure 1: Twitter Project Info{{clear}}&lt;br /&gt;
[[File:ProjectDescription.png]]&lt;br /&gt;
&lt;br /&gt;
 How to choose your data&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Step 2'''&lt;br /&gt;
&lt;br /&gt;
==Existing HIT Library==&lt;br /&gt;
create a list of existing hits and what they do&lt;br /&gt;
&lt;br /&gt;
==TDL with HITS==&lt;br /&gt;
* Data validation using javascript&lt;br /&gt;
* &lt;br /&gt;
&lt;br /&gt;
==Hash==&lt;br /&gt;
 import requests&lt;br /&gt;
 response = requests.get(&lt;br /&gt;
     &amp;quot;https://www.eventbriteapi.com/v3/organizers/2300226659/events/&amp;quot;,&lt;br /&gt;
     headers = {&lt;br /&gt;
         &amp;quot;Authorization&amp;quot;: &amp;quot;Bearer CRAQ5MAXEGHKEXSUSWXN&amp;quot;,&lt;br /&gt;
     },&lt;br /&gt;
     verify = True,&lt;br /&gt;
 )&lt;/div&gt;</summary>
		<author><name>DanFehder</name></author>
		
	</entry>
	<entry>
		<id>http://www.edegan.com/mediawiki/index.php?title=Mechanical_Turk_(Tool)&amp;diff=4609</id>
		<title>Mechanical Turk (Tool)</title>
		<link rel="alternate" type="text/html" href="http://www.edegan.com/mediawiki/index.php?title=Mechanical_Turk_(Tool)&amp;diff=4609"/>
		<updated>2016-07-08T04:48:17Z</updated>

		<summary type="html">&lt;p&gt;DanFehder: /* What is Mechanical Turk */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{McNair Projects&lt;br /&gt;
|Project Title=Mechanical Turk (Tool),&lt;br /&gt;
|Topic Area=Entrepreneurship Ecosystems,&lt;br /&gt;
|Owner=Daniel Fehder,&lt;br /&gt;
|Start Term=Summer 2016,&lt;br /&gt;
|Status=Active,&lt;br /&gt;
}}&lt;br /&gt;
==Description==&lt;br /&gt;
The purpose of this page is to introduce people to the use of mechanical turk in data processing. The document is structured as follows: 1. It begins by describing the mechanical turk and the many ways in which it can be used. 2. it provides simple getting started instructions that allows a new user to access the mechanical turk system and begin a new project. 3. We give an example of a project with sample code.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==What is Mechanical Turk==&lt;br /&gt;
describe&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
;Mechanical Turk Vocabulary&lt;br /&gt;
: Requester: the people posting work on the system&lt;br /&gt;
: HIT: one task completed by a worker&lt;br /&gt;
: Project: a collection of HITs&lt;br /&gt;
&lt;br /&gt;
==Accessing the Mechanical Turk Platform==&lt;br /&gt;
* go to [https://requester.mturk.com/ The Mechanical Turk Requester page]&lt;br /&gt;
* Log into the system using the following &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
;logon information:&lt;br /&gt;
: email: esi@rice.edu&lt;br /&gt;
: pass:  9Million!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* To create a new project, click on the Create link and follow the directions in the Create Project Example section below&lt;br /&gt;
* To modify an existing project, FINISH&lt;br /&gt;
&lt;br /&gt;
==Creating a New Project Example==&lt;br /&gt;
In the steps below, we describe the creation of a Turk project that asks Turk workers to find the twitter handles of companies. It will take as input a series of google search queries in csv form and the workers to enter the search strings into google and look to see if there are google handles that are returned on the first page of the search results. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Step 1, Project Info:''' Once you click on the create link, you will be brought to an interface with a number of text entry boxes. You want to summarize your project in ways that will be informative for the team as well as potential Turk workers choosing between projects. In the figure below, we describe a HIT Project FINISH.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Figure 1: Twitter Project Info{{clear}}&lt;br /&gt;
[[File:ProjectDescription.png]]&lt;br /&gt;
&lt;br /&gt;
 How to choose your data&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Step 2'''&lt;br /&gt;
&lt;br /&gt;
==Existing HIT Library==&lt;br /&gt;
create a list of existing hits and what they do&lt;br /&gt;
&lt;br /&gt;
==TDL with HITS==&lt;br /&gt;
* Data validation using javascript&lt;br /&gt;
* &lt;br /&gt;
&lt;br /&gt;
==Hash==&lt;br /&gt;
 import requests&lt;br /&gt;
 response = requests.get(&lt;br /&gt;
     &amp;quot;https://www.eventbriteapi.com/v3/organizers/2300226659/events/&amp;quot;,&lt;br /&gt;
     headers = {&lt;br /&gt;
         &amp;quot;Authorization&amp;quot;: &amp;quot;Bearer CRAQ5MAXEGHKEXSUSWXN&amp;quot;,&lt;br /&gt;
     },&lt;br /&gt;
     verify = True,&lt;br /&gt;
 )&lt;/div&gt;</summary>
		<author><name>DanFehder</name></author>
		
	</entry>
	<entry>
		<id>http://www.edegan.com/mediawiki/index.php?title=Mechanical_Turk_(Tool)&amp;diff=4608</id>
		<title>Mechanical Turk (Tool)</title>
		<link rel="alternate" type="text/html" href="http://www.edegan.com/mediawiki/index.php?title=Mechanical_Turk_(Tool)&amp;diff=4608"/>
		<updated>2016-07-08T04:45:56Z</updated>

		<summary type="html">&lt;p&gt;DanFehder: /* Creating a New Project Example */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{McNair Projects&lt;br /&gt;
|Project Title=Mechanical Turk (Tool),&lt;br /&gt;
|Topic Area=Entrepreneurship Ecosystems,&lt;br /&gt;
|Owner=Daniel Fehder,&lt;br /&gt;
|Start Term=Summer 2016,&lt;br /&gt;
|Status=Active,&lt;br /&gt;
}}&lt;br /&gt;
==Description==&lt;br /&gt;
The purpose of this page is to introduce people to the use of mechanical turk in data processing. The document is structured as follows: 1. It begins by describing the mechanical turk and the many ways in which it can be used. 2. it provides simple getting started instructions that allows a new user to access the mechanical turk system and begin a new project. 3. We give an example of a project with sample code.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==What is Mechanical Turk==&lt;br /&gt;
describe&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Accessing the Mechanical Turk Platform==&lt;br /&gt;
* go to [https://requester.mturk.com/ The Mechanical Turk Requester page]&lt;br /&gt;
* Log into the system using the following &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
;logon information:&lt;br /&gt;
: email: esi@rice.edu&lt;br /&gt;
: pass:  9Million!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* To create a new project, click on the Create link and follow the directions in the Create Project Example section below&lt;br /&gt;
* To modify an existing project, FINISH&lt;br /&gt;
&lt;br /&gt;
==Creating a New Project Example==&lt;br /&gt;
In the steps below, we describe the creation of a Turk project that asks Turk workers to find the twitter handles of companies. It will take as input a series of google search queries in csv form and the workers to enter the search strings into google and look to see if there are google handles that are returned on the first page of the search results. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Step 1, Project Info:''' Once you click on the create link, you will be brought to an interface with a number of text entry boxes. You want to summarize your project in ways that will be informative for the team as well as potential Turk workers choosing between projects. In the figure below, we describe a HIT Project FINISH.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Figure 1: Twitter Project Info{{clear}}&lt;br /&gt;
[[File:ProjectDescription.png]]&lt;br /&gt;
&lt;br /&gt;
 How to choose your data&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Step 2'''&lt;br /&gt;
&lt;br /&gt;
==Existing HIT Library==&lt;br /&gt;
create a list of existing hits and what they do&lt;br /&gt;
&lt;br /&gt;
==TDL with HITS==&lt;br /&gt;
* Data validation using javascript&lt;br /&gt;
* &lt;br /&gt;
&lt;br /&gt;
==Hash==&lt;br /&gt;
 import requests&lt;br /&gt;
 response = requests.get(&lt;br /&gt;
     &amp;quot;https://www.eventbriteapi.com/v3/organizers/2300226659/events/&amp;quot;,&lt;br /&gt;
     headers = {&lt;br /&gt;
         &amp;quot;Authorization&amp;quot;: &amp;quot;Bearer CRAQ5MAXEGHKEXSUSWXN&amp;quot;,&lt;br /&gt;
     },&lt;br /&gt;
     verify = True,&lt;br /&gt;
 )&lt;/div&gt;</summary>
		<author><name>DanFehder</name></author>
		
	</entry>
	<entry>
		<id>http://www.edegan.com/mediawiki/index.php?title=Mechanical_Turk_(Tool)&amp;diff=4607</id>
		<title>Mechanical Turk (Tool)</title>
		<link rel="alternate" type="text/html" href="http://www.edegan.com/mediawiki/index.php?title=Mechanical_Turk_(Tool)&amp;diff=4607"/>
		<updated>2016-07-08T04:45:29Z</updated>

		<summary type="html">&lt;p&gt;DanFehder: /* Creating a New Project Example */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{McNair Projects&lt;br /&gt;
|Project Title=Mechanical Turk (Tool),&lt;br /&gt;
|Topic Area=Entrepreneurship Ecosystems,&lt;br /&gt;
|Owner=Daniel Fehder,&lt;br /&gt;
|Start Term=Summer 2016,&lt;br /&gt;
|Status=Active,&lt;br /&gt;
}}&lt;br /&gt;
==Description==&lt;br /&gt;
The purpose of this page is to introduce people to the use of mechanical turk in data processing. The document is structured as follows: 1. It begins by describing the mechanical turk and the many ways in which it can be used. 2. it provides simple getting started instructions that allows a new user to access the mechanical turk system and begin a new project. 3. We give an example of a project with sample code.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==What is Mechanical Turk==&lt;br /&gt;
describe&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Accessing the Mechanical Turk Platform==&lt;br /&gt;
* go to [https://requester.mturk.com/ The Mechanical Turk Requester page]&lt;br /&gt;
* Log into the system using the following &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
;logon information:&lt;br /&gt;
: email: esi@rice.edu&lt;br /&gt;
: pass:  9Million!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* To create a new project, click on the Create link and follow the directions in the Create Project Example section below&lt;br /&gt;
* To modify an existing project, FINISH&lt;br /&gt;
&lt;br /&gt;
==Creating a New Project Example==&lt;br /&gt;
In the steps below, we describe the creation of a Turk project that asks Turk workers to find the twitter handles of companies. It will take as input a series of google search queries in csv form and the workers to enter the search strings into google and look to see if there are google handles that are returned on the first page of the search results. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Step 1, Project Info:''' Once you click on the create link, you will be brought to an interface with a number of text entry boxes. You want to summarize your project in ways that will be informative for the team as well as potential Turk workers choosing between projects. In the figure below, we describe a HIT Project FINISH.{{clear}}{{clear}}&lt;br /&gt;
&lt;br /&gt;
Figure 1: Twitter Project Info{{clear}}&lt;br /&gt;
[[File:ProjectDescription.png]]&lt;br /&gt;
&lt;br /&gt;
 How to choose your data&lt;br /&gt;
&lt;br /&gt;
'''Step 2'''&lt;br /&gt;
&lt;br /&gt;
==Existing HIT Library==&lt;br /&gt;
create a list of existing hits and what they do&lt;br /&gt;
&lt;br /&gt;
==TDL with HITS==&lt;br /&gt;
* Data validation using javascript&lt;br /&gt;
* &lt;br /&gt;
&lt;br /&gt;
==Hash==&lt;br /&gt;
 import requests&lt;br /&gt;
 response = requests.get(&lt;br /&gt;
     &amp;quot;https://www.eventbriteapi.com/v3/organizers/2300226659/events/&amp;quot;,&lt;br /&gt;
     headers = {&lt;br /&gt;
         &amp;quot;Authorization&amp;quot;: &amp;quot;Bearer CRAQ5MAXEGHKEXSUSWXN&amp;quot;,&lt;br /&gt;
     },&lt;br /&gt;
     verify = True,&lt;br /&gt;
 )&lt;/div&gt;</summary>
		<author><name>DanFehder</name></author>
		
	</entry>
	<entry>
		<id>http://www.edegan.com/mediawiki/index.php?title=Mechanical_Turk_(Tool)&amp;diff=4606</id>
		<title>Mechanical Turk (Tool)</title>
		<link rel="alternate" type="text/html" href="http://www.edegan.com/mediawiki/index.php?title=Mechanical_Turk_(Tool)&amp;diff=4606"/>
		<updated>2016-07-08T04:44:52Z</updated>

		<summary type="html">&lt;p&gt;DanFehder: /* Creating a New Project Example */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{McNair Projects&lt;br /&gt;
|Project Title=Mechanical Turk (Tool),&lt;br /&gt;
|Topic Area=Entrepreneurship Ecosystems,&lt;br /&gt;
|Owner=Daniel Fehder,&lt;br /&gt;
|Start Term=Summer 2016,&lt;br /&gt;
|Status=Active,&lt;br /&gt;
}}&lt;br /&gt;
==Description==&lt;br /&gt;
The purpose of this page is to introduce people to the use of mechanical turk in data processing. The document is structured as follows: 1. It begins by describing the mechanical turk and the many ways in which it can be used. 2. it provides simple getting started instructions that allows a new user to access the mechanical turk system and begin a new project. 3. We give an example of a project with sample code.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==What is Mechanical Turk==&lt;br /&gt;
describe&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Accessing the Mechanical Turk Platform==&lt;br /&gt;
* go to [https://requester.mturk.com/ The Mechanical Turk Requester page]&lt;br /&gt;
* Log into the system using the following &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
;logon information:&lt;br /&gt;
: email: esi@rice.edu&lt;br /&gt;
: pass:  9Million!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* To create a new project, click on the Create link and follow the directions in the Create Project Example section below&lt;br /&gt;
* To modify an existing project, FINISH&lt;br /&gt;
&lt;br /&gt;
==Creating a New Project Example==&lt;br /&gt;
In the steps below, we describe the creation of a Turk project that asks Turk workers to find the twitter handles of companies. It will take as input a series of google search queries in csv form and the workers to enter the search strings into google and look to see if there are google handles that are returned on the first page of the search results. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Step 1, Project Info:''' Once you click on the create link, you will be brought to an interface with a number of text entry boxes. You want to summarize your project in ways that will be informative for the team as well as potential Turk workers choosing between projects. In the figure below, we describe a HIT Project FINISH.{{clear}}&lt;br /&gt;
&lt;br /&gt;
Figure 1: Twitter Project Info{{clear}}&lt;br /&gt;
[[File:ProjectDescription.png]]&lt;br /&gt;
&lt;br /&gt;
 How to choose your data&lt;br /&gt;
&lt;br /&gt;
'''Step 2'''&lt;br /&gt;
&lt;br /&gt;
==Existing HIT Library==&lt;br /&gt;
create a list of existing hits and what they do&lt;br /&gt;
&lt;br /&gt;
==TDL with HITS==&lt;br /&gt;
* Data validation using javascript&lt;br /&gt;
* &lt;br /&gt;
&lt;br /&gt;
==Hash==&lt;br /&gt;
 import requests&lt;br /&gt;
 response = requests.get(&lt;br /&gt;
     &amp;quot;https://www.eventbriteapi.com/v3/organizers/2300226659/events/&amp;quot;,&lt;br /&gt;
     headers = {&lt;br /&gt;
         &amp;quot;Authorization&amp;quot;: &amp;quot;Bearer CRAQ5MAXEGHKEXSUSWXN&amp;quot;,&lt;br /&gt;
     },&lt;br /&gt;
     verify = True,&lt;br /&gt;
 )&lt;/div&gt;</summary>
		<author><name>DanFehder</name></author>
		
	</entry>
	<entry>
		<id>http://www.edegan.com/mediawiki/index.php?title=Mechanical_Turk_(Tool)&amp;diff=4605</id>
		<title>Mechanical Turk (Tool)</title>
		<link rel="alternate" type="text/html" href="http://www.edegan.com/mediawiki/index.php?title=Mechanical_Turk_(Tool)&amp;diff=4605"/>
		<updated>2016-07-08T04:43:43Z</updated>

		<summary type="html">&lt;p&gt;DanFehder: /* Creating a New Project Example */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{McNair Projects&lt;br /&gt;
|Project Title=Mechanical Turk (Tool),&lt;br /&gt;
|Topic Area=Entrepreneurship Ecosystems,&lt;br /&gt;
|Owner=Daniel Fehder,&lt;br /&gt;
|Start Term=Summer 2016,&lt;br /&gt;
|Status=Active,&lt;br /&gt;
}}&lt;br /&gt;
==Description==&lt;br /&gt;
The purpose of this page is to introduce people to the use of mechanical turk in data processing. The document is structured as follows: 1. It begins by describing the mechanical turk and the many ways in which it can be used. 2. it provides simple getting started instructions that allows a new user to access the mechanical turk system and begin a new project. 3. We give an example of a project with sample code.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==What is Mechanical Turk==&lt;br /&gt;
describe&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Accessing the Mechanical Turk Platform==&lt;br /&gt;
* go to [https://requester.mturk.com/ The Mechanical Turk Requester page]&lt;br /&gt;
* Log into the system using the following &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
;logon information:&lt;br /&gt;
: email: esi@rice.edu&lt;br /&gt;
: pass:  9Million!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* To create a new project, click on the Create link and follow the directions in the Create Project Example section below&lt;br /&gt;
* To modify an existing project, FINISH&lt;br /&gt;
&lt;br /&gt;
==Creating a New Project Example==&lt;br /&gt;
In the steps below, we describe the creation of a Turk project that asks Turk workers to find the twitter handles of companies. It will take as input a series of google search queries in csv form and the workers to enter the search strings into google and look to see if there are google handles that are returned on the first page of the search results. {{clear}}&lt;br /&gt;
&lt;br /&gt;
'''Step 1, Project Info:''' Once you click on the create link, you will be brought to an interface with a number of text entry boxes. You want to summarize your project in ways that will be informative for the team as well as potential Turk workers choosing between projects. In the figure below, we describe a HIT Project &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Figure 1: Twitter Project Info{{clear}}&lt;br /&gt;
[[File:ProjectDescription.png]]&lt;br /&gt;
&lt;br /&gt;
 How to choose your data&lt;br /&gt;
&lt;br /&gt;
'''Step 2'''&lt;br /&gt;
&lt;br /&gt;
==Existing HIT Library==&lt;br /&gt;
create a list of existing hits and what they do&lt;br /&gt;
&lt;br /&gt;
==TDL with HITS==&lt;br /&gt;
* Data validation using javascript&lt;br /&gt;
* &lt;br /&gt;
&lt;br /&gt;
==Hash==&lt;br /&gt;
 import requests&lt;br /&gt;
 response = requests.get(&lt;br /&gt;
     &amp;quot;https://www.eventbriteapi.com/v3/organizers/2300226659/events/&amp;quot;,&lt;br /&gt;
     headers = {&lt;br /&gt;
         &amp;quot;Authorization&amp;quot;: &amp;quot;Bearer CRAQ5MAXEGHKEXSUSWXN&amp;quot;,&lt;br /&gt;
     },&lt;br /&gt;
     verify = True,&lt;br /&gt;
 )&lt;/div&gt;</summary>
		<author><name>DanFehder</name></author>
		
	</entry>
	<entry>
		<id>http://www.edegan.com/mediawiki/index.php?title=Mechanical_Turk_(Tool)&amp;diff=4604</id>
		<title>Mechanical Turk (Tool)</title>
		<link rel="alternate" type="text/html" href="http://www.edegan.com/mediawiki/index.php?title=Mechanical_Turk_(Tool)&amp;diff=4604"/>
		<updated>2016-07-08T04:43:02Z</updated>

		<summary type="html">&lt;p&gt;DanFehder: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{McNair Projects&lt;br /&gt;
|Project Title=Mechanical Turk (Tool),&lt;br /&gt;
|Topic Area=Entrepreneurship Ecosystems,&lt;br /&gt;
|Owner=Daniel Fehder,&lt;br /&gt;
|Start Term=Summer 2016,&lt;br /&gt;
|Status=Active,&lt;br /&gt;
}}&lt;br /&gt;
==Description==&lt;br /&gt;
The purpose of this page is to introduce people to the use of mechanical turk in data processing. The document is structured as follows: 1. It begins by describing the mechanical turk and the many ways in which it can be used. 2. it provides simple getting started instructions that allows a new user to access the mechanical turk system and begin a new project. 3. We give an example of a project with sample code.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==What is Mechanical Turk==&lt;br /&gt;
describe&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Accessing the Mechanical Turk Platform==&lt;br /&gt;
* go to [https://requester.mturk.com/ The Mechanical Turk Requester page]&lt;br /&gt;
* Log into the system using the following &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
;logon information:&lt;br /&gt;
: email: esi@rice.edu&lt;br /&gt;
: pass:  9Million!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* To create a new project, click on the Create link and follow the directions in the Create Project Example section below&lt;br /&gt;
* To modify an existing project, FINISH&lt;br /&gt;
&lt;br /&gt;
==Creating a New Project Example==&lt;br /&gt;
In the steps below, we describe the creation of a Turk project that asks Turk workers to find the twitter handles of companies. It will take as input a series of google search queries in csv form and the workers to enter the search strings into google and look to see if there are google handles that are returned on the first page of the search results. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''step 1, Project Info:''' Once you click on the create link, you will be brought to an interface with a number of text entry boxes. You want to summarize your project in ways that will be informative for the team as well as potential Turk workers choosing between projects. In the figure below, we describe a HIT Project &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Figure 1: Twitter Project Info{{clear}}&lt;br /&gt;
[[File:ProjectDescription.png]]&lt;br /&gt;
&lt;br /&gt;
 How to choose your data&lt;br /&gt;
&lt;br /&gt;
'''step 2'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Existing HIT Library==&lt;br /&gt;
create a list of existing hits and what they do&lt;br /&gt;
&lt;br /&gt;
==TDL with HITS==&lt;br /&gt;
* Data validation using javascript&lt;br /&gt;
* &lt;br /&gt;
&lt;br /&gt;
==Hash==&lt;br /&gt;
 import requests&lt;br /&gt;
 response = requests.get(&lt;br /&gt;
     &amp;quot;https://www.eventbriteapi.com/v3/organizers/2300226659/events/&amp;quot;,&lt;br /&gt;
     headers = {&lt;br /&gt;
         &amp;quot;Authorization&amp;quot;: &amp;quot;Bearer CRAQ5MAXEGHKEXSUSWXN&amp;quot;,&lt;br /&gt;
     },&lt;br /&gt;
     verify = True,&lt;br /&gt;
 )&lt;/div&gt;</summary>
		<author><name>DanFehder</name></author>
		
	</entry>
	<entry>
		<id>http://www.edegan.com/mediawiki/index.php?title=Mechanical_Turk_(Tool)&amp;diff=4603</id>
		<title>Mechanical Turk (Tool)</title>
		<link rel="alternate" type="text/html" href="http://www.edegan.com/mediawiki/index.php?title=Mechanical_Turk_(Tool)&amp;diff=4603"/>
		<updated>2016-07-08T04:41:23Z</updated>

		<summary type="html">&lt;p&gt;DanFehder: /* Creating a New Project Example */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{McNair Projects&lt;br /&gt;
|Project Title=Mechanical Turk (Tool),&lt;br /&gt;
|Topic Area=Entrepreneurship Ecosystems,&lt;br /&gt;
|Owner=Daniel Fehder,&lt;br /&gt;
|Start Term=Summer 2016,&lt;br /&gt;
|Status=Active,&lt;br /&gt;
}}&lt;br /&gt;
==Description==&lt;br /&gt;
The purpose of this page is to introduce people to the use of mechanical turk in data processing. The document is structured as follows: 1. It begins by describing the mechanical turk and the many ways in which it can be used. 2. it provides simple getting started instructions that allows a new user to access the mechanical turk system and begin a new project. 3. We give an example of a project with sample code.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==What is Mechanical Turk==&lt;br /&gt;
describe&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Accessing the Mechanical Turk Platform==&lt;br /&gt;
* go to [https://requester.mturk.com/ The Mechanical Turk Requester page]&lt;br /&gt;
* Log into the system using the following &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
;logon information:&lt;br /&gt;
: email: esi@rice.edu&lt;br /&gt;
: pass:  9Million!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* To create a new project, click on the Create link and follow the directions in the Create Project Example section below&lt;br /&gt;
* To modify an existing project, FINISH&lt;br /&gt;
&lt;br /&gt;
==Creating a New Project Example==&lt;br /&gt;
In the steps below, we describe the creation of a Turk project that asks Turk workers to find the twitter handles of companies. It will take as input a series of google search queries in csv form and the workers to enter the search strings into google and look to see if there are google handles that are returned on the first page of the search results. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''step 1, Project Info:''' Once you click on the create link, you will be brought to an interface with a number of text entry boxes. You want to summarize your project in ways that will be informative for the team as well as potential Turk workers choosing between projects. In the figure below, we describe a HIT Project &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Figure 1: Twitter Project Info{{clear}}&lt;br /&gt;
[[File:ProjectDescription.png]]&lt;br /&gt;
&lt;br /&gt;
 How to choose your data&lt;br /&gt;
&lt;br /&gt;
'''step 2'''&lt;br /&gt;
&lt;br /&gt;
==Example==&lt;br /&gt;
do&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==HIT Library==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==TDL with HITS==&lt;br /&gt;
* Data validation using javascript&lt;br /&gt;
* &lt;br /&gt;
&lt;br /&gt;
==Hash==&lt;br /&gt;
 import requests&lt;br /&gt;
 response = requests.get(&lt;br /&gt;
     &amp;quot;https://www.eventbriteapi.com/v3/organizers/2300226659/events/&amp;quot;,&lt;br /&gt;
     headers = {&lt;br /&gt;
         &amp;quot;Authorization&amp;quot;: &amp;quot;Bearer CRAQ5MAXEGHKEXSUSWXN&amp;quot;,&lt;br /&gt;
     },&lt;br /&gt;
     verify = True,&lt;br /&gt;
 )&lt;/div&gt;</summary>
		<author><name>DanFehder</name></author>
		
	</entry>
	<entry>
		<id>http://www.edegan.com/mediawiki/index.php?title=Mechanical_Turk_(Tool)&amp;diff=4602</id>
		<title>Mechanical Turk (Tool)</title>
		<link rel="alternate" type="text/html" href="http://www.edegan.com/mediawiki/index.php?title=Mechanical_Turk_(Tool)&amp;diff=4602"/>
		<updated>2016-07-08T04:35:15Z</updated>

		<summary type="html">&lt;p&gt;DanFehder: /* Creating a New Project Example */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{McNair Projects&lt;br /&gt;
|Project Title=Mechanical Turk (Tool),&lt;br /&gt;
|Topic Area=Entrepreneurship Ecosystems,&lt;br /&gt;
|Owner=Daniel Fehder,&lt;br /&gt;
|Start Term=Summer 2016,&lt;br /&gt;
|Status=Active,&lt;br /&gt;
}}&lt;br /&gt;
==Description==&lt;br /&gt;
The purpose of this page is to introduce people to the use of mechanical turk in data processing. The document is structured as follows: 1. It begins by describing the mechanical turk and the many ways in which it can be used. 2. it provides simple getting started instructions that allows a new user to access the mechanical turk system and begin a new project. 3. We give an example of a project with sample code.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==What is Mechanical Turk==&lt;br /&gt;
describe&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Accessing the Mechanical Turk Platform==&lt;br /&gt;
* go to [https://requester.mturk.com/ The Mechanical Turk Requester page]&lt;br /&gt;
* Log into the system using the following &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
;logon information:&lt;br /&gt;
: email: esi@rice.edu&lt;br /&gt;
: pass:  9Million!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* To create a new project, click on the Create link and follow the directions in the Create Project Example section below&lt;br /&gt;
* To modify an existing project, FINISH&lt;br /&gt;
&lt;br /&gt;
==Creating a New Project Example==&lt;br /&gt;
In the steps below, we &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''step 1''' Once you click on the create link, you will be brought to an interface with a number of text entry boxes. You want to summarize your project in ways that will be informative for the team as well as potential Turk workers choosing between projects. In the figure below, we describe a HIT Project &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Figure 1: Twitter Project Info{{clear}}&lt;br /&gt;
[[File:ProjectDescription.png]]&lt;br /&gt;
&lt;br /&gt;
 How to choose your data&lt;br /&gt;
&lt;br /&gt;
'''step 2'''&lt;br /&gt;
&lt;br /&gt;
==Example==&lt;br /&gt;
do&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==HIT Library==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==TDL with HITS==&lt;br /&gt;
* Data validation using javascript&lt;br /&gt;
* &lt;br /&gt;
&lt;br /&gt;
==Hash==&lt;br /&gt;
 import requests&lt;br /&gt;
 response = requests.get(&lt;br /&gt;
     &amp;quot;https://www.eventbriteapi.com/v3/organizers/2300226659/events/&amp;quot;,&lt;br /&gt;
     headers = {&lt;br /&gt;
         &amp;quot;Authorization&amp;quot;: &amp;quot;Bearer CRAQ5MAXEGHKEXSUSWXN&amp;quot;,&lt;br /&gt;
     },&lt;br /&gt;
     verify = True,&lt;br /&gt;
 )&lt;/div&gt;</summary>
		<author><name>DanFehder</name></author>
		
	</entry>
	<entry>
		<id>http://www.edegan.com/mediawiki/index.php?title=Mechanical_Turk_(Tool)&amp;diff=4601</id>
		<title>Mechanical Turk (Tool)</title>
		<link rel="alternate" type="text/html" href="http://www.edegan.com/mediawiki/index.php?title=Mechanical_Turk_(Tool)&amp;diff=4601"/>
		<updated>2016-07-08T04:32:14Z</updated>

		<summary type="html">&lt;p&gt;DanFehder: /* Creating a New Project Example */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{McNair Projects&lt;br /&gt;
|Project Title=Mechanical Turk (Tool),&lt;br /&gt;
|Topic Area=Entrepreneurship Ecosystems,&lt;br /&gt;
|Owner=Daniel Fehder,&lt;br /&gt;
|Start Term=Summer 2016,&lt;br /&gt;
|Status=Active,&lt;br /&gt;
}}&lt;br /&gt;
==Description==&lt;br /&gt;
The purpose of this page is to introduce people to the use of mechanical turk in data processing. The document is structured as follows: 1. It begins by describing the mechanical turk and the many ways in which it can be used. 2. it provides simple getting started instructions that allows a new user to access the mechanical turk system and begin a new project. 3. We give an example of a project with sample code.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==What is Mechanical Turk==&lt;br /&gt;
describe&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Accessing the Mechanical Turk Platform==&lt;br /&gt;
* go to [https://requester.mturk.com/ The Mechanical Turk Requester page]&lt;br /&gt;
* Log into the system using the following &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
;logon information:&lt;br /&gt;
: email: esi@rice.edu&lt;br /&gt;
: pass:  9Million!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* To create a new project, click on the Create link and follow the directions in the Create Project Example section below&lt;br /&gt;
* To modify an existing project, FINISH&lt;br /&gt;
&lt;br /&gt;
==Creating a New Project Example==&lt;br /&gt;
In the steps below, we &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''step 1''' Once you click on the create link, you will be brought to an interface with a number of text entry boxes. You want to summarize your project in ways that will be informative for the team as well as potential Turk workers choosing between projects. In the figure below, we describe a HIT Project &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Figure 1: Twitter Project Info&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:ProjectDescription.png]]&lt;br /&gt;
&lt;br /&gt;
 How to choose your data&lt;br /&gt;
&lt;br /&gt;
'''step 2'''&lt;br /&gt;
&lt;br /&gt;
==Example==&lt;br /&gt;
do&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==HIT Library==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==TDL with HITS==&lt;br /&gt;
* Data validation using javascript&lt;br /&gt;
* &lt;br /&gt;
&lt;br /&gt;
==Hash==&lt;br /&gt;
 import requests&lt;br /&gt;
 response = requests.get(&lt;br /&gt;
     &amp;quot;https://www.eventbriteapi.com/v3/organizers/2300226659/events/&amp;quot;,&lt;br /&gt;
     headers = {&lt;br /&gt;
         &amp;quot;Authorization&amp;quot;: &amp;quot;Bearer CRAQ5MAXEGHKEXSUSWXN&amp;quot;,&lt;br /&gt;
     },&lt;br /&gt;
     verify = True,&lt;br /&gt;
 )&lt;/div&gt;</summary>
		<author><name>DanFehder</name></author>
		
	</entry>
	<entry>
		<id>http://www.edegan.com/mediawiki/index.php?title=Mechanical_Turk_(Tool)&amp;diff=4600</id>
		<title>Mechanical Turk (Tool)</title>
		<link rel="alternate" type="text/html" href="http://www.edegan.com/mediawiki/index.php?title=Mechanical_Turk_(Tool)&amp;diff=4600"/>
		<updated>2016-07-08T04:31:56Z</updated>

		<summary type="html">&lt;p&gt;DanFehder: /* Creating a New Project Example */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{McNair Projects&lt;br /&gt;
|Project Title=Mechanical Turk (Tool),&lt;br /&gt;
|Topic Area=Entrepreneurship Ecosystems,&lt;br /&gt;
|Owner=Daniel Fehder,&lt;br /&gt;
|Start Term=Summer 2016,&lt;br /&gt;
|Status=Active,&lt;br /&gt;
}}&lt;br /&gt;
==Description==&lt;br /&gt;
The purpose of this page is to introduce people to the use of mechanical turk in data processing. The document is structured as follows: 1. It begins by describing the mechanical turk and the many ways in which it can be used. 2. it provides simple getting started instructions that allows a new user to access the mechanical turk system and begin a new project. 3. We give an example of a project with sample code.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==What is Mechanical Turk==&lt;br /&gt;
describe&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Accessing the Mechanical Turk Platform==&lt;br /&gt;
* go to [https://requester.mturk.com/ The Mechanical Turk Requester page]&lt;br /&gt;
* Log into the system using the following &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
;logon information:&lt;br /&gt;
: email: esi@rice.edu&lt;br /&gt;
: pass:  9Million!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* To create a new project, click on the Create link and follow the directions in the Create Project Example section below&lt;br /&gt;
* To modify an existing project, FINISH&lt;br /&gt;
&lt;br /&gt;
==Creating a New Project Example==&lt;br /&gt;
In the steps below, we &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''step 1''' Once you click on the create link, you will be brought to an interface with a number of text entry boxes. You want to summarize your project in ways that will be informative for the team as well as potential Turk workers choosing between projects. In the figure below, we describe a HIT Project &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Figure 1: Twitter Project Info&lt;br /&gt;
[[File:ProjectDescription.png]]&lt;br /&gt;
&lt;br /&gt;
 How to choose your data&lt;br /&gt;
&lt;br /&gt;
'''step 2'''&lt;br /&gt;
&lt;br /&gt;
==Example==&lt;br /&gt;
do&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==HIT Library==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==TDL with HITS==&lt;br /&gt;
* Data validation using javascript&lt;br /&gt;
* &lt;br /&gt;
&lt;br /&gt;
==Hash==&lt;br /&gt;
 import requests&lt;br /&gt;
 response = requests.get(&lt;br /&gt;
     &amp;quot;https://www.eventbriteapi.com/v3/organizers/2300226659/events/&amp;quot;,&lt;br /&gt;
     headers = {&lt;br /&gt;
         &amp;quot;Authorization&amp;quot;: &amp;quot;Bearer CRAQ5MAXEGHKEXSUSWXN&amp;quot;,&lt;br /&gt;
     },&lt;br /&gt;
     verify = True,&lt;br /&gt;
 )&lt;/div&gt;</summary>
		<author><name>DanFehder</name></author>
		
	</entry>
	<entry>
		<id>http://www.edegan.com/mediawiki/index.php?title=Mechanical_Turk_(Tool)&amp;diff=4599</id>
		<title>Mechanical Turk (Tool)</title>
		<link rel="alternate" type="text/html" href="http://www.edegan.com/mediawiki/index.php?title=Mechanical_Turk_(Tool)&amp;diff=4599"/>
		<updated>2016-07-08T04:31:03Z</updated>

		<summary type="html">&lt;p&gt;DanFehder: /* Creating a New Project Example */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{McNair Projects&lt;br /&gt;
|Project Title=Mechanical Turk (Tool),&lt;br /&gt;
|Topic Area=Entrepreneurship Ecosystems,&lt;br /&gt;
|Owner=Daniel Fehder,&lt;br /&gt;
|Start Term=Summer 2016,&lt;br /&gt;
|Status=Active,&lt;br /&gt;
}}&lt;br /&gt;
==Description==&lt;br /&gt;
The purpose of this page is to introduce people to the use of mechanical turk in data processing. The document is structured as follows: 1. It begins by describing the mechanical turk and the many ways in which it can be used. 2. it provides simple getting started instructions that allows a new user to access the mechanical turk system and begin a new project. 3. We give an example of a project with sample code.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==What is Mechanical Turk==&lt;br /&gt;
describe&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Accessing the Mechanical Turk Platform==&lt;br /&gt;
* go to [https://requester.mturk.com/ The Mechanical Turk Requester page]&lt;br /&gt;
* Log into the system using the following &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
;logon information:&lt;br /&gt;
: email: esi@rice.edu&lt;br /&gt;
: pass:  9Million!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* To create a new project, click on the Create link and follow the directions in the Create Project Example section below&lt;br /&gt;
* To modify an existing project, FINISH&lt;br /&gt;
&lt;br /&gt;
==Creating a New Project Example==&lt;br /&gt;
In the steps below, we &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''step 1''' Once you click on the create link, you will be brought to an interface with a number of text entry boxes. You want to summarize your project in ways that will be informative for the team as well as potential Turk workers choosing between projects. In the figure below, we describe a HIT Project &lt;br /&gt;
&lt;br /&gt;
Figure 1: Twitter Project Info&lt;br /&gt;
[[File:ProjectDescription.png]]&lt;br /&gt;
&lt;br /&gt;
 How to choose your data&lt;br /&gt;
&lt;br /&gt;
'''step 2'''&lt;br /&gt;
&lt;br /&gt;
==Example==&lt;br /&gt;
do&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==HIT Library==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==TDL with HITS==&lt;br /&gt;
* Data validation using javascript&lt;br /&gt;
* &lt;br /&gt;
&lt;br /&gt;
==Hash==&lt;br /&gt;
 import requests&lt;br /&gt;
 response = requests.get(&lt;br /&gt;
     &amp;quot;https://www.eventbriteapi.com/v3/organizers/2300226659/events/&amp;quot;,&lt;br /&gt;
     headers = {&lt;br /&gt;
         &amp;quot;Authorization&amp;quot;: &amp;quot;Bearer CRAQ5MAXEGHKEXSUSWXN&amp;quot;,&lt;br /&gt;
     },&lt;br /&gt;
     verify = True,&lt;br /&gt;
 )&lt;/div&gt;</summary>
		<author><name>DanFehder</name></author>
		
	</entry>
	<entry>
		<id>http://www.edegan.com/mediawiki/index.php?title=Mechanical_Turk_(Tool)&amp;diff=4598</id>
		<title>Mechanical Turk (Tool)</title>
		<link rel="alternate" type="text/html" href="http://www.edegan.com/mediawiki/index.php?title=Mechanical_Turk_(Tool)&amp;diff=4598"/>
		<updated>2016-07-08T04:25:06Z</updated>

		<summary type="html">&lt;p&gt;DanFehder: /* Creating a New Project Example */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{McNair Projects&lt;br /&gt;
|Project Title=Mechanical Turk (Tool),&lt;br /&gt;
|Topic Area=Entrepreneurship Ecosystems,&lt;br /&gt;
|Owner=Daniel Fehder,&lt;br /&gt;
|Start Term=Summer 2016,&lt;br /&gt;
|Status=Active,&lt;br /&gt;
}}&lt;br /&gt;
==Description==&lt;br /&gt;
The purpose of this page is to introduce people to the use of mechanical turk in data processing. The document is structured as follows: 1. It begins by describing the mechanical turk and the many ways in which it can be used. 2. it provides simple getting started instructions that allows a new user to access the mechanical turk system and begin a new project. 3. We give an example of a project with sample code.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==What is Mechanical Turk==&lt;br /&gt;
describe&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Accessing the Mechanical Turk Platform==&lt;br /&gt;
* go to [https://requester.mturk.com/ The Mechanical Turk Requester page]&lt;br /&gt;
* Log into the system using the following &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
;logon information:&lt;br /&gt;
: email: esi@rice.edu&lt;br /&gt;
: pass:  9Million!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* To create a new project, click on the Create link and follow the directions in the Create Project Example section below&lt;br /&gt;
* To modify an existing project, FINISH&lt;br /&gt;
&lt;br /&gt;
==Creating a New Project Example==&lt;br /&gt;
'''step 1''' Once you click on the create link, you will be brought to an interface with a number of choices. In the section below, you will choose &lt;br /&gt;
[[File:ProjectDescription.png]]&lt;br /&gt;
&lt;br /&gt;
 How to choose your data&lt;br /&gt;
&lt;br /&gt;
'''step 2'''&lt;br /&gt;
&lt;br /&gt;
==Example==&lt;br /&gt;
do&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==HIT Library==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==TDL with HITS==&lt;br /&gt;
* Data validation using javascript&lt;br /&gt;
* &lt;br /&gt;
&lt;br /&gt;
==Hash==&lt;br /&gt;
 import requests&lt;br /&gt;
 response = requests.get(&lt;br /&gt;
     &amp;quot;https://www.eventbriteapi.com/v3/organizers/2300226659/events/&amp;quot;,&lt;br /&gt;
     headers = {&lt;br /&gt;
         &amp;quot;Authorization&amp;quot;: &amp;quot;Bearer CRAQ5MAXEGHKEXSUSWXN&amp;quot;,&lt;br /&gt;
     },&lt;br /&gt;
     verify = True,&lt;br /&gt;
 )&lt;/div&gt;</summary>
		<author><name>DanFehder</name></author>
		
	</entry>
	<entry>
		<id>http://www.edegan.com/mediawiki/index.php?title=Mechanical_Turk_(Tool)&amp;diff=4597</id>
		<title>Mechanical Turk (Tool)</title>
		<link rel="alternate" type="text/html" href="http://www.edegan.com/mediawiki/index.php?title=Mechanical_Turk_(Tool)&amp;diff=4597"/>
		<updated>2016-07-08T04:23:18Z</updated>

		<summary type="html">&lt;p&gt;DanFehder: /* Creating a New Project Example */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{McNair Projects&lt;br /&gt;
|Project Title=Mechanical Turk (Tool),&lt;br /&gt;
|Topic Area=Entrepreneurship Ecosystems,&lt;br /&gt;
|Owner=Daniel Fehder,&lt;br /&gt;
|Start Term=Summer 2016,&lt;br /&gt;
|Status=Active,&lt;br /&gt;
}}&lt;br /&gt;
==Description==&lt;br /&gt;
The purpose of this page is to introduce people to the use of mechanical turk in data processing. The document is structured as follows: 1. It begins by describing the mechanical turk and the many ways in which it can be used. 2. it provides simple getting started instructions that allows a new user to access the mechanical turk system and begin a new project. 3. We give an example of a project with sample code.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==What is Mechanical Turk==&lt;br /&gt;
describe&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Accessing the Mechanical Turk Platform==&lt;br /&gt;
* go to [https://requester.mturk.com/ The Mechanical Turk Requester page]&lt;br /&gt;
* Log into the system using the following &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
;logon information:&lt;br /&gt;
: email: esi@rice.edu&lt;br /&gt;
: pass:  9Million!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* To create a new project, click on the Create link and follow the directions in the Create Project Example section below&lt;br /&gt;
* To modify an existing project, FINISH&lt;br /&gt;
&lt;br /&gt;
==Creating a New Project Example==&lt;br /&gt;
'''step 1''' Once you click on the create link, you will be brought to an interface with a number of choices. In the section below, you will choose &lt;br /&gt;
[[File:ProjectDescription.png]]&lt;br /&gt;
&lt;br /&gt;
(space) How to choose your data&lt;br /&gt;
&lt;br /&gt;
'''step 2'''&lt;br /&gt;
&lt;br /&gt;
==Example==&lt;br /&gt;
do&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==HIT Library==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==TDL with HITS==&lt;br /&gt;
* Data validation using javascript&lt;br /&gt;
* &lt;br /&gt;
&lt;br /&gt;
==Hash==&lt;br /&gt;
 import requests&lt;br /&gt;
 response = requests.get(&lt;br /&gt;
     &amp;quot;https://www.eventbriteapi.com/v3/organizers/2300226659/events/&amp;quot;,&lt;br /&gt;
     headers = {&lt;br /&gt;
         &amp;quot;Authorization&amp;quot;: &amp;quot;Bearer CRAQ5MAXEGHKEXSUSWXN&amp;quot;,&lt;br /&gt;
     },&lt;br /&gt;
     verify = True,&lt;br /&gt;
 )&lt;/div&gt;</summary>
		<author><name>DanFehder</name></author>
		
	</entry>
	<entry>
		<id>http://www.edegan.com/mediawiki/index.php?title=Mechanical_Turk_(Tool)&amp;diff=4596</id>
		<title>Mechanical Turk (Tool)</title>
		<link rel="alternate" type="text/html" href="http://www.edegan.com/mediawiki/index.php?title=Mechanical_Turk_(Tool)&amp;diff=4596"/>
		<updated>2016-07-08T04:20:29Z</updated>

		<summary type="html">&lt;p&gt;DanFehder: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{McNair Projects&lt;br /&gt;
|Project Title=Mechanical Turk (Tool),&lt;br /&gt;
|Topic Area=Entrepreneurship Ecosystems,&lt;br /&gt;
|Owner=Daniel Fehder,&lt;br /&gt;
|Start Term=Summer 2016,&lt;br /&gt;
|Status=Active,&lt;br /&gt;
}}&lt;br /&gt;
==Description==&lt;br /&gt;
The purpose of this page is to introduce people to the use of mechanical turk in data processing. The document is structured as follows: 1. It begins by describing the mechanical turk and the many ways in which it can be used. 2. it provides simple getting started instructions that allows a new user to access the mechanical turk system and begin a new project. 3. We give an example of a project with sample code.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==What is Mechanical Turk==&lt;br /&gt;
describe&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Accessing the Mechanical Turk Platform==&lt;br /&gt;
* go to [https://requester.mturk.com/ The Mechanical Turk Requester page]&lt;br /&gt;
* Log into the system using the following &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
;logon information:&lt;br /&gt;
: email: esi@rice.edu&lt;br /&gt;
: pass:  9Million!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* To create a new project, click on the Create link and follow the directions in the Create Project Example section below&lt;br /&gt;
* To modify an existing project, FINISH&lt;br /&gt;
&lt;br /&gt;
==Creating a New Project Example==&lt;br /&gt;
'''step 1''' Once you click on the create link, you will be brought to an interface with a number of choices. In the section below, you will choose &lt;br /&gt;
[[File:ProjectDescription.png]]&lt;br /&gt;
&lt;br /&gt;
'''step 2''' &lt;br /&gt;
&lt;br /&gt;
==Example==&lt;br /&gt;
do&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==HIT Library==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==TDL with HITS==&lt;br /&gt;
* Data validation using javascript&lt;br /&gt;
* &lt;br /&gt;
&lt;br /&gt;
==Hash==&lt;br /&gt;
 import requests&lt;br /&gt;
 response = requests.get(&lt;br /&gt;
     &amp;quot;https://www.eventbriteapi.com/v3/organizers/2300226659/events/&amp;quot;,&lt;br /&gt;
     headers = {&lt;br /&gt;
         &amp;quot;Authorization&amp;quot;: &amp;quot;Bearer CRAQ5MAXEGHKEXSUSWXN&amp;quot;,&lt;br /&gt;
     },&lt;br /&gt;
     verify = True,&lt;br /&gt;
 )&lt;/div&gt;</summary>
		<author><name>DanFehder</name></author>
		
	</entry>
	<entry>
		<id>http://www.edegan.com/mediawiki/index.php?title=Mechanical_Turk_(Tool)&amp;diff=4595</id>
		<title>Mechanical Turk (Tool)</title>
		<link rel="alternate" type="text/html" href="http://www.edegan.com/mediawiki/index.php?title=Mechanical_Turk_(Tool)&amp;diff=4595"/>
		<updated>2016-07-08T04:18:21Z</updated>

		<summary type="html">&lt;p&gt;DanFehder: /* Creating a New Project */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{McNair Projects&lt;br /&gt;
|Project Title=Mechanical Turk (Tool),&lt;br /&gt;
|Topic Area=Entrepreneurship Ecosystems,&lt;br /&gt;
|Owner=Daniel Fehder,&lt;br /&gt;
|Start Term=Summer 2016,&lt;br /&gt;
|Status=Active,&lt;br /&gt;
}}&lt;br /&gt;
==Description==&lt;br /&gt;
The purpose of this page is to introduce people to the use of mechanical turk in data processing. The document is structured as follows: 1. It begins by describing the mechanical turk and the many ways in which it can be used. 2. it provides simple getting started instructions that allows a new user to access the mechanical turk system and begin a new project. 3. We give an example of a project with sample code.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==What is Mechanical Turk==&lt;br /&gt;
describe&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Accessing the Mechanical Turk Platform==&lt;br /&gt;
* go to [https://requester.mturk.com/ The Mechanical Turk Requester page]&lt;br /&gt;
* Log into the system using the following &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
;logon information:&lt;br /&gt;
: email: esi@rice.edu&lt;br /&gt;
: pass:  9Million!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* To create a new project, click on the Create link and follow the directions in the Create Project section below&lt;br /&gt;
* To modify an existing project, FINISH&lt;br /&gt;
&lt;br /&gt;
===Creating a New Project===&lt;br /&gt;
'''step 1''' Once you click on the create link, you will be brought to an interface with a number of choices&lt;br /&gt;
[[File:ProjectDescription.png]]&lt;br /&gt;
&lt;br /&gt;
'''step 2'''&lt;br /&gt;
&lt;br /&gt;
==Example==&lt;br /&gt;
do&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==HIT Library==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==TDL with HITS==&lt;br /&gt;
* Data validation using javascript&lt;br /&gt;
* &lt;br /&gt;
&lt;br /&gt;
==Hash==&lt;br /&gt;
 import requests&lt;br /&gt;
 response = requests.get(&lt;br /&gt;
     &amp;quot;https://www.eventbriteapi.com/v3/organizers/2300226659/events/&amp;quot;,&lt;br /&gt;
     headers = {&lt;br /&gt;
         &amp;quot;Authorization&amp;quot;: &amp;quot;Bearer CRAQ5MAXEGHKEXSUSWXN&amp;quot;,&lt;br /&gt;
     },&lt;br /&gt;
     verify = True,&lt;br /&gt;
 )&lt;/div&gt;</summary>
		<author><name>DanFehder</name></author>
		
	</entry>
	<entry>
		<id>http://www.edegan.com/mediawiki/index.php?title=File:ProjectDescription.png&amp;diff=4594</id>
		<title>File:ProjectDescription.png</title>
		<link rel="alternate" type="text/html" href="http://www.edegan.com/mediawiki/index.php?title=File:ProjectDescription.png&amp;diff=4594"/>
		<updated>2016-07-08T04:17:28Z</updated>

		<summary type="html">&lt;p&gt;DanFehder: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>DanFehder</name></author>
		
	</entry>
	<entry>
		<id>http://www.edegan.com/mediawiki/index.php?title=Mechanical_Turk_(Tool)&amp;diff=4593</id>
		<title>Mechanical Turk (Tool)</title>
		<link rel="alternate" type="text/html" href="http://www.edegan.com/mediawiki/index.php?title=Mechanical_Turk_(Tool)&amp;diff=4593"/>
		<updated>2016-07-08T04:14:38Z</updated>

		<summary type="html">&lt;p&gt;DanFehder: /* Accessing the Mechanical Turk Platform */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{McNair Projects&lt;br /&gt;
|Project Title=Mechanical Turk (Tool),&lt;br /&gt;
|Topic Area=Entrepreneurship Ecosystems,&lt;br /&gt;
|Owner=Daniel Fehder,&lt;br /&gt;
|Start Term=Summer 2016,&lt;br /&gt;
|Status=Active,&lt;br /&gt;
}}&lt;br /&gt;
==Description==&lt;br /&gt;
The purpose of this page is to introduce people to the use of mechanical turk in data processing. The document is structured as follows: 1. It begins by describing the mechanical turk and the many ways in which it can be used. 2. it provides simple getting started instructions that allows a new user to access the mechanical turk system and begin a new project. 3. We give an example of a project with sample code.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==What is Mechanical Turk==&lt;br /&gt;
describe&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Accessing the Mechanical Turk Platform==&lt;br /&gt;
* go to [https://requester.mturk.com/ The Mechanical Turk Requester page]&lt;br /&gt;
* Log into the system using the following &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
;logon information:&lt;br /&gt;
: email: esi@rice.edu&lt;br /&gt;
: pass:  9Million!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* To create a new project, click on the Create link and follow the directions in the Create Project section below&lt;br /&gt;
* To modify an existing project, FINISH&lt;br /&gt;
&lt;br /&gt;
===Creating a New Project===&lt;br /&gt;
'''step 1''' Once you click on the create link, you will be brought to an interface with a number of choices&lt;br /&gt;
[[File:FileInfo.png]]&lt;br /&gt;
&lt;br /&gt;
'''step 2'''&lt;br /&gt;
&lt;br /&gt;
==Example==&lt;br /&gt;
do&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==HIT Library==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==TDL with HITS==&lt;br /&gt;
* Data validation using javascript&lt;br /&gt;
* &lt;br /&gt;
&lt;br /&gt;
==Hash==&lt;br /&gt;
 import requests&lt;br /&gt;
 response = requests.get(&lt;br /&gt;
     &amp;quot;https://www.eventbriteapi.com/v3/organizers/2300226659/events/&amp;quot;,&lt;br /&gt;
     headers = {&lt;br /&gt;
         &amp;quot;Authorization&amp;quot;: &amp;quot;Bearer CRAQ5MAXEGHKEXSUSWXN&amp;quot;,&lt;br /&gt;
     },&lt;br /&gt;
     verify = True,&lt;br /&gt;
 )&lt;/div&gt;</summary>
		<author><name>DanFehder</name></author>
		
	</entry>
	<entry>
		<id>http://www.edegan.com/mediawiki/index.php?title=Mechanical_Turk_(Tool)&amp;diff=4592</id>
		<title>Mechanical Turk (Tool)</title>
		<link rel="alternate" type="text/html" href="http://www.edegan.com/mediawiki/index.php?title=Mechanical_Turk_(Tool)&amp;diff=4592"/>
		<updated>2016-07-08T04:04:12Z</updated>

		<summary type="html">&lt;p&gt;DanFehder: /* Accessing the Mechanical Turk Platform */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{McNair Projects&lt;br /&gt;
|Project Title=Mechanical Turk (Tool),&lt;br /&gt;
|Topic Area=Entrepreneurship Ecosystems,&lt;br /&gt;
|Owner=Daniel Fehder,&lt;br /&gt;
|Start Term=Summer 2016,&lt;br /&gt;
|Status=Active,&lt;br /&gt;
}}&lt;br /&gt;
==Description==&lt;br /&gt;
The purpose of this page is to introduce people to the use of mechanical turk in data processing. The document is structured as follows: 1. It begins by describing the mechanical turk and the many ways in which it can be used. 2. it provides simple getting started instructions that allows a new user to access the mechanical turk system and begin a new project. 3. We give an example of a project with sample code.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==What is Mechanical Turk==&lt;br /&gt;
describe&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Accessing the Mechanical Turk Platform==&lt;br /&gt;
* go to [https://requester.mturk.com/ The Mechanical Turk Requester page]&lt;br /&gt;
* Log into the system using the following &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
;logon information:&lt;br /&gt;
: email: esi@rice.edu&lt;br /&gt;
: pass:  9Million!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* To create a new project, click on the Create link&lt;br /&gt;
*&lt;br /&gt;
&lt;br /&gt;
==Example==&lt;br /&gt;
do&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==HIT Library==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==TDL with HITS==&lt;br /&gt;
* Data validation using javascript&lt;br /&gt;
* &lt;br /&gt;
&lt;br /&gt;
==Hash==&lt;br /&gt;
 import requests&lt;br /&gt;
 response = requests.get(&lt;br /&gt;
     &amp;quot;https://www.eventbriteapi.com/v3/organizers/2300226659/events/&amp;quot;,&lt;br /&gt;
     headers = {&lt;br /&gt;
         &amp;quot;Authorization&amp;quot;: &amp;quot;Bearer CRAQ5MAXEGHKEXSUSWXN&amp;quot;,&lt;br /&gt;
     },&lt;br /&gt;
     verify = True,&lt;br /&gt;
 )&lt;/div&gt;</summary>
		<author><name>DanFehder</name></author>
		
	</entry>
	<entry>
		<id>http://www.edegan.com/mediawiki/index.php?title=Mechanical_Turk_(Tool)&amp;diff=4591</id>
		<title>Mechanical Turk (Tool)</title>
		<link rel="alternate" type="text/html" href="http://www.edegan.com/mediawiki/index.php?title=Mechanical_Turk_(Tool)&amp;diff=4591"/>
		<updated>2016-07-08T04:03:21Z</updated>

		<summary type="html">&lt;p&gt;DanFehder: /* Accessing the Mechanical Turk Platform */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{McNair Projects&lt;br /&gt;
|Project Title=Mechanical Turk (Tool),&lt;br /&gt;
|Topic Area=Entrepreneurship Ecosystems,&lt;br /&gt;
|Owner=Daniel Fehder,&lt;br /&gt;
|Start Term=Summer 2016,&lt;br /&gt;
|Status=Active,&lt;br /&gt;
}}&lt;br /&gt;
==Description==&lt;br /&gt;
The purpose of this page is to introduce people to the use of mechanical turk in data processing. The document is structured as follows: 1. It begins by describing the mechanical turk and the many ways in which it can be used. 2. it provides simple getting started instructions that allows a new user to access the mechanical turk system and begin a new project. 3. We give an example of a project with sample code.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==What is Mechanical Turk==&lt;br /&gt;
describe&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Accessing the Mechanical Turk Platform==&lt;br /&gt;
* go to [https://requester.mturk.com/ The Mechanical Turk Requester page]&lt;br /&gt;
* Log into the system using the following &lt;br /&gt;
&lt;br /&gt;
;logon information:&lt;br /&gt;
: email: esi@rice.edu&lt;br /&gt;
: pass:  9Million!&lt;br /&gt;
&lt;br /&gt;
* To create a new project, click on the Create link&lt;br /&gt;
*&lt;br /&gt;
&lt;br /&gt;
==Example==&lt;br /&gt;
do&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==HIT Library==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==TDL with HITS==&lt;br /&gt;
* Data validation using javascript&lt;br /&gt;
* &lt;br /&gt;
&lt;br /&gt;
==Hash==&lt;br /&gt;
 import requests&lt;br /&gt;
 response = requests.get(&lt;br /&gt;
     &amp;quot;https://www.eventbriteapi.com/v3/organizers/2300226659/events/&amp;quot;,&lt;br /&gt;
     headers = {&lt;br /&gt;
         &amp;quot;Authorization&amp;quot;: &amp;quot;Bearer CRAQ5MAXEGHKEXSUSWXN&amp;quot;,&lt;br /&gt;
     },&lt;br /&gt;
     verify = True,&lt;br /&gt;
 )&lt;/div&gt;</summary>
		<author><name>DanFehder</name></author>
		
	</entry>
	<entry>
		<id>http://www.edegan.com/mediawiki/index.php?title=Mechanical_Turk_(Tool)&amp;diff=4590</id>
		<title>Mechanical Turk (Tool)</title>
		<link rel="alternate" type="text/html" href="http://www.edegan.com/mediawiki/index.php?title=Mechanical_Turk_(Tool)&amp;diff=4590"/>
		<updated>2016-07-08T03:57:54Z</updated>

		<summary type="html">&lt;p&gt;DanFehder: /* Accessing the Mechanical Turk Platform */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{McNair Projects&lt;br /&gt;
|Project Title=Mechanical Turk (Tool),&lt;br /&gt;
|Topic Area=Entrepreneurship Ecosystems,&lt;br /&gt;
|Owner=Daniel Fehder,&lt;br /&gt;
|Start Term=Summer 2016,&lt;br /&gt;
|Status=Active,&lt;br /&gt;
}}&lt;br /&gt;
==Description==&lt;br /&gt;
The purpose of this page is to introduce people to the use of mechanical turk in data processing. The document is structured as follows: 1. It begins by describing the mechanical turk and the many ways in which it can be used. 2. it provides simple getting started instructions that allows a new user to access the mechanical turk system and begin a new project. 3. We give an example of a project with sample code.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==What is Mechanical Turk==&lt;br /&gt;
describe&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Accessing the Mechanical Turk Platform==&lt;br /&gt;
* go to [https://requester.mturk.com/ The Mechanical Turk Requester page]&lt;br /&gt;
* Log into the system using the following logon information:&lt;br /&gt;
&lt;br /&gt;
email: esi@rice.edu&lt;br /&gt;
pass:  9Million!&lt;br /&gt;
&lt;br /&gt;
* To create a new project, click on the Create link&lt;br /&gt;
*&lt;br /&gt;
&lt;br /&gt;
==Example==&lt;br /&gt;
do&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==HIT Library==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==TDL with HITS==&lt;br /&gt;
* Data validation using javascript&lt;br /&gt;
* &lt;br /&gt;
&lt;br /&gt;
==Hash==&lt;br /&gt;
 import requests&lt;br /&gt;
 response = requests.get(&lt;br /&gt;
     &amp;quot;https://www.eventbriteapi.com/v3/organizers/2300226659/events/&amp;quot;,&lt;br /&gt;
     headers = {&lt;br /&gt;
         &amp;quot;Authorization&amp;quot;: &amp;quot;Bearer CRAQ5MAXEGHKEXSUSWXN&amp;quot;,&lt;br /&gt;
     },&lt;br /&gt;
     verify = True,&lt;br /&gt;
 )&lt;/div&gt;</summary>
		<author><name>DanFehder</name></author>
		
	</entry>
	<entry>
		<id>http://www.edegan.com/mediawiki/index.php?title=Mechanical_Turk_(Tool)&amp;diff=4589</id>
		<title>Mechanical Turk (Tool)</title>
		<link rel="alternate" type="text/html" href="http://www.edegan.com/mediawiki/index.php?title=Mechanical_Turk_(Tool)&amp;diff=4589"/>
		<updated>2016-07-08T03:53:12Z</updated>

		<summary type="html">&lt;p&gt;DanFehder: /* Accessing the Mechanical Turk Platform */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{McNair Projects&lt;br /&gt;
|Project Title=Mechanical Turk (Tool),&lt;br /&gt;
|Topic Area=Entrepreneurship Ecosystems,&lt;br /&gt;
|Owner=Daniel Fehder,&lt;br /&gt;
|Start Term=Summer 2016,&lt;br /&gt;
|Status=Active,&lt;br /&gt;
}}&lt;br /&gt;
==Description==&lt;br /&gt;
The purpose of this page is to introduce people to the use of mechanical turk in data processing. The document is structured as follows: 1. It begins by describing the mechanical turk and the many ways in which it can be used. 2. it provides simple getting started instructions that allows a new user to access the mechanical turk system and begin a new project. 3. We give an example of a project with sample code.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==What is Mechanical Turk==&lt;br /&gt;
describe&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Accessing the Mechanical Turk Platform==&lt;br /&gt;
* go to [https://requester.mturk.com/ The Mechanical Turk Requester page]&lt;br /&gt;
*&lt;br /&gt;
&lt;br /&gt;
==Example==&lt;br /&gt;
do&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==HIT Library==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==TDL with HITS==&lt;br /&gt;
* Data validation using javascript&lt;br /&gt;
* &lt;br /&gt;
&lt;br /&gt;
==Hash==&lt;br /&gt;
 import requests&lt;br /&gt;
 response = requests.get(&lt;br /&gt;
     &amp;quot;https://www.eventbriteapi.com/v3/organizers/2300226659/events/&amp;quot;,&lt;br /&gt;
     headers = {&lt;br /&gt;
         &amp;quot;Authorization&amp;quot;: &amp;quot;Bearer CRAQ5MAXEGHKEXSUSWXN&amp;quot;,&lt;br /&gt;
     },&lt;br /&gt;
     verify = True,&lt;br /&gt;
 )&lt;/div&gt;</summary>
		<author><name>DanFehder</name></author>
		
	</entry>
	<entry>
		<id>http://www.edegan.com/mediawiki/index.php?title=Mechanical_Turk_(Tool)&amp;diff=4588</id>
		<title>Mechanical Turk (Tool)</title>
		<link rel="alternate" type="text/html" href="http://www.edegan.com/mediawiki/index.php?title=Mechanical_Turk_(Tool)&amp;diff=4588"/>
		<updated>2016-07-08T03:51:44Z</updated>

		<summary type="html">&lt;p&gt;DanFehder: /* Accessing the Mechanical Turk Platform */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{McNair Projects&lt;br /&gt;
|Project Title=Mechanical Turk (Tool),&lt;br /&gt;
|Topic Area=Entrepreneurship Ecosystems,&lt;br /&gt;
|Owner=Daniel Fehder,&lt;br /&gt;
|Start Term=Summer 2016,&lt;br /&gt;
|Status=Active,&lt;br /&gt;
}}&lt;br /&gt;
==Description==&lt;br /&gt;
The purpose of this page is to introduce people to the use of mechanical turk in data processing. The document is structured as follows: 1. It begins by describing the mechanical turk and the many ways in which it can be used. 2. it provides simple getting started instructions that allows a new user to access the mechanical turk system and begin a new project. 3. We give an example of a project with sample code.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==What is Mechanical Turk==&lt;br /&gt;
describe&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Accessing the Mechanical Turk Platform==&lt;br /&gt;
* go to https://requester.mturk.com/&lt;br /&gt;
*&lt;br /&gt;
&lt;br /&gt;
==Example==&lt;br /&gt;
do&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==HIT Library==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==TDL with HITS==&lt;br /&gt;
* Data validation using javascript&lt;br /&gt;
* &lt;br /&gt;
&lt;br /&gt;
==Hash==&lt;br /&gt;
 import requests&lt;br /&gt;
 response = requests.get(&lt;br /&gt;
     &amp;quot;https://www.eventbriteapi.com/v3/organizers/2300226659/events/&amp;quot;,&lt;br /&gt;
     headers = {&lt;br /&gt;
         &amp;quot;Authorization&amp;quot;: &amp;quot;Bearer CRAQ5MAXEGHKEXSUSWXN&amp;quot;,&lt;br /&gt;
     },&lt;br /&gt;
     verify = True,&lt;br /&gt;
 )&lt;/div&gt;</summary>
		<author><name>DanFehder</name></author>
		
	</entry>
	<entry>
		<id>http://www.edegan.com/mediawiki/index.php?title=Mechanical_Turk_(Tool)&amp;diff=4587</id>
		<title>Mechanical Turk (Tool)</title>
		<link rel="alternate" type="text/html" href="http://www.edegan.com/mediawiki/index.php?title=Mechanical_Turk_(Tool)&amp;diff=4587"/>
		<updated>2016-07-08T03:05:07Z</updated>

		<summary type="html">&lt;p&gt;DanFehder: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{McNair Projects&lt;br /&gt;
|Project Title=Mechanical Turk (Tool),&lt;br /&gt;
|Topic Area=Entrepreneurship Ecosystems,&lt;br /&gt;
|Owner=Daniel Fehder,&lt;br /&gt;
|Start Term=Summer 2016,&lt;br /&gt;
|Status=Active,&lt;br /&gt;
}}&lt;br /&gt;
==Description==&lt;br /&gt;
The purpose of this page is to introduce people to the use of mechanical turk in data processing. The document is structured as follows: 1. It begins by describing the mechanical turk and the many ways in which it can be used. 2. it provides simple getting started instructions that allows a new user to access the mechanical turk system and begin a new project. 3. We give an example of a project with sample code.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==What is Mechanical Turk==&lt;br /&gt;
describe&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Accessing the Mechanical Turk Platform==&lt;br /&gt;
do&lt;br /&gt;
&lt;br /&gt;
==Example==&lt;br /&gt;
do&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==HIT Library==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==TDL with HITS==&lt;br /&gt;
* Data validation using javascript&lt;br /&gt;
* &lt;br /&gt;
&lt;br /&gt;
==Hash==&lt;br /&gt;
 import requests&lt;br /&gt;
 response = requests.get(&lt;br /&gt;
     &amp;quot;https://www.eventbriteapi.com/v3/organizers/2300226659/events/&amp;quot;,&lt;br /&gt;
     headers = {&lt;br /&gt;
         &amp;quot;Authorization&amp;quot;: &amp;quot;Bearer CRAQ5MAXEGHKEXSUSWXN&amp;quot;,&lt;br /&gt;
     },&lt;br /&gt;
     verify = True,&lt;br /&gt;
 )&lt;/div&gt;</summary>
		<author><name>DanFehder</name></author>
		
	</entry>
	<entry>
		<id>http://www.edegan.com/mediawiki/index.php?title=Mechanical_Turk_(Tool)&amp;diff=4586</id>
		<title>Mechanical Turk (Tool)</title>
		<link rel="alternate" type="text/html" href="http://www.edegan.com/mediawiki/index.php?title=Mechanical_Turk_(Tool)&amp;diff=4586"/>
		<updated>2016-07-08T02:56:53Z</updated>

		<summary type="html">&lt;p&gt;DanFehder: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{McNair Projects&lt;br /&gt;
|Project Title=Mechanical Turk (Tool),&lt;br /&gt;
|Topic Area=Entrepreneurship Ecosystems,&lt;br /&gt;
|Owner=Daniel Fehder,&lt;br /&gt;
|Start Term=Summer 2016,&lt;br /&gt;
|Status=Active,&lt;br /&gt;
}}&lt;br /&gt;
==Description==&lt;br /&gt;
The purpose of this page is to introduce people to the use of mechanical turk in data processing. The document is structured as follows: 1. It begins by describing the mechanical turk and the many ways in which it can be used. 2. it provides simple getting started instructions that allows a new user to access the mechanical turk system and begin a new project. 3. We give an example of a project with sample code.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==What is Mechanical Turk==&lt;br /&gt;
describe&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Accessing the Mechanical Turk Platform==&lt;br /&gt;
do&lt;br /&gt;
&lt;br /&gt;
==Example==&lt;br /&gt;
do&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Hash==&lt;br /&gt;
 import requests&lt;br /&gt;
 response = requests.get(&lt;br /&gt;
     &amp;quot;https://www.eventbriteapi.com/v3/organizers/2300226659/events/&amp;quot;,&lt;br /&gt;
     headers = {&lt;br /&gt;
         &amp;quot;Authorization&amp;quot;: &amp;quot;Bearer CRAQ5MAXEGHKEXSUSWXN&amp;quot;,&lt;br /&gt;
     },&lt;br /&gt;
     verify = True,&lt;br /&gt;
 )&lt;/div&gt;</summary>
		<author><name>DanFehder</name></author>
		
	</entry>
	<entry>
		<id>http://www.edegan.com/mediawiki/index.php?title=Mechanical_Turk_(Tool)&amp;diff=4585</id>
		<title>Mechanical Turk (Tool)</title>
		<link rel="alternate" type="text/html" href="http://www.edegan.com/mediawiki/index.php?title=Mechanical_Turk_(Tool)&amp;diff=4585"/>
		<updated>2016-07-08T02:55:27Z</updated>

		<summary type="html">&lt;p&gt;DanFehder: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{McNair Projects&lt;br /&gt;
|Project Title=Mechanical Turk (Tool),&lt;br /&gt;
|Topic Area=Entrepreneurship Ecosystems,&lt;br /&gt;
|Owner=Daniel Fehder,&lt;br /&gt;
|Start Term=Summer 2016,&lt;br /&gt;
|Status=Active,&lt;br /&gt;
}}&lt;br /&gt;
==Description==&lt;br /&gt;
The purpose of this page is to introduce people to the use of mechanical turk in data processing. The document is structured as follows: 1. It begins by describing the mechanical turk and the many ways in which it can be used. 2. it provides simple getting started instructions that allows a new user to access the mechanical turk system and begin a new project. 3. We give an example of a project with sample code.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 import requests&lt;br /&gt;
 response = requests.get(&lt;br /&gt;
     &amp;quot;https://www.eventbriteapi.com/v3/organizers/2300226659/events/&amp;quot;,&lt;br /&gt;
     headers = {&lt;br /&gt;
         &amp;quot;Authorization&amp;quot;: &amp;quot;Bearer CRAQ5MAXEGHKEXSUSWXN&amp;quot;,&lt;br /&gt;
     },&lt;br /&gt;
     verify = True,&lt;br /&gt;
 )&lt;/div&gt;</summary>
		<author><name>DanFehder</name></author>
		
	</entry>
	<entry>
		<id>http://www.edegan.com/mediawiki/index.php?title=Mechanical_Turk_(Tool)&amp;diff=4584</id>
		<title>Mechanical Turk (Tool)</title>
		<link rel="alternate" type="text/html" href="http://www.edegan.com/mediawiki/index.php?title=Mechanical_Turk_(Tool)&amp;diff=4584"/>
		<updated>2016-07-08T02:51:44Z</updated>

		<summary type="html">&lt;p&gt;DanFehder: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{McNair Projects&lt;br /&gt;
|Project Title=Mechanical Turk (Tool),&lt;br /&gt;
|Topic Area=Entrepreneurship Ecosystems,&lt;br /&gt;
|Owner=Daniel Fehder,&lt;br /&gt;
|Start Term=Summer 2016,&lt;br /&gt;
|Status=Active,&lt;br /&gt;
}}&lt;br /&gt;
==Description==&lt;br /&gt;
The purpose of this page is to introduce people to the use of mechanical turk in data processing. The document is structured as follows: 1. It begins by describing the mechanical turk and the many ways in which it can be used. 2. it provides simple getting started instructions that allows a new user to access the mechanical turk system and begin a new project. 3. We give an example of a project with sample code.&lt;/div&gt;</summary>
		<author><name>DanFehder</name></author>
		
	</entry>
	<entry>
		<id>http://www.edegan.com/mediawiki/index.php?title=Mechanical_Turk_(Tool)&amp;diff=4583</id>
		<title>Mechanical Turk (Tool)</title>
		<link rel="alternate" type="text/html" href="http://www.edegan.com/mediawiki/index.php?title=Mechanical_Turk_(Tool)&amp;diff=4583"/>
		<updated>2016-07-08T02:47:19Z</updated>

		<summary type="html">&lt;p&gt;DanFehder: Created page with &amp;quot;{{McNair Projects |Project Title=Mechanical Turk (Tool), |Topic Area=Entrepreneurship Ecosystems, |Owner=Daniel Fehder, |Start Term=Summer 2016, |Status=Active, }} ==Descripti...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{McNair Projects&lt;br /&gt;
|Project Title=Mechanical Turk (Tool),&lt;br /&gt;
|Topic Area=Entrepreneurship Ecosystems,&lt;br /&gt;
|Owner=Daniel Fehder,&lt;br /&gt;
|Start Term=Summer 2016,&lt;br /&gt;
|Status=Active,&lt;br /&gt;
}}&lt;br /&gt;
==Description==&lt;br /&gt;
'''Notes''':&lt;/div&gt;</summary>
		<author><name>DanFehder</name></author>
		
	</entry>
	<entry>
		<id>http://www.edegan.com/mediawiki/index.php?title=Accelerator_Industry_Classification_(Data)&amp;diff=3234</id>
		<title>Accelerator Industry Classification (Data)</title>
		<link rel="alternate" type="text/html" href="http://www.edegan.com/mediawiki/index.php?title=Accelerator_Industry_Classification_(Data)&amp;diff=3234"/>
		<updated>2016-06-21T14:08:07Z</updated>

		<summary type="html">&lt;p&gt;DanFehder: /* Introduction and steps */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{McNair Projects&lt;br /&gt;
|Project Title=Accelerator Industry Classification (Data),&lt;br /&gt;
|Topic Area=Entrepreneurship Ecosystems,&lt;br /&gt;
|Owner=Veeral Shah,&lt;br /&gt;
|Start Term=Summer 2016,&lt;br /&gt;
|Keywords=Mechanical Turk,&lt;br /&gt;
|Primary Billing=AccNBER01,&lt;br /&gt;
}}&lt;br /&gt;
Accelerators classified by the industry of which the accelerators' cohorts typically reside in.&lt;br /&gt;
&lt;br /&gt;
==Introduction and steps==&lt;br /&gt;
&lt;br /&gt;
The purpose of this project is to be able to give a NAICS code to each startup in our sample of startups that have attended accelerators. This will allow us to determine the specialization (if any) of each of the startup accelerators in our sample. The first few steps of the process are meant to get you up to speed. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Step 1: Retrieve URLs for each of the companies'''&lt;br /&gt;
&lt;br /&gt;
For the first task, we will get the URLs for the company websites of every company that entered an accelerator. To do so, we will use “Porfolio Firms” Tab of the Google Sheet called “Accelerator-Portfolio-NAICS”.  &lt;br /&gt;
&lt;br /&gt;
The link to the google sheet is here: https://docs.google.com/spreadsheets/d/1Bw3qX7xLs5lSv577pS9YUtURDofYdqOza2MuP4dbthw/edit?usp=sharing&lt;br /&gt;
&lt;br /&gt;
Here are the steps, each refers step refers to this sheet explicitely:&lt;br /&gt;
&lt;br /&gt;
1. Look for a row that does not have the URL column filled out&lt;br /&gt;
&lt;br /&gt;
2. Check to make sure that no one else is working on that row by seeing if someone has placed their cursor on that row&lt;br /&gt;
&lt;br /&gt;
3. Now put your cursor on that row by clicking on the row’s Name column (this will make sure no one duplicates your work)&lt;br /&gt;
&lt;br /&gt;
4. Now copy the Accelerator and Name columns of that row&lt;br /&gt;
&lt;br /&gt;
5. Paste them into the google search box and search&lt;br /&gt;
&lt;br /&gt;
6. Find a website that references both the accelerator name and the startup name&lt;br /&gt;
&lt;br /&gt;
7. Click on that website’s link in google&lt;br /&gt;
&lt;br /&gt;
8. See if the webpage includes a URL for the startup&lt;br /&gt;
&lt;br /&gt;
9. Copy the company’s URL to the URL column in the row of the startup in the “Accelerator-Portfolio-NAICS” sheet&lt;br /&gt;
&lt;br /&gt;
10. Put your initials (first, middle and last) in the “URL-ENTERER” column of the spreadsheet&lt;br /&gt;
&lt;br /&gt;
11. If you have time, go back to step 1 and repeat&lt;br /&gt;
&lt;br /&gt;
'''Step 2: Measure your productivity at Step 1'''&lt;br /&gt;
&lt;br /&gt;
1. Repeat Step 1 for 1.5 - 2 hours while keeping track of how many rows you have completed (I do it by noting start and end row throughout this period).  For this period of work, really try to focus and see how well you can do. We are trying to establish a top end of the productivity possible when running this task in this way.&lt;br /&gt;
&lt;br /&gt;
2. Make note of your production for that time period both overall and in terms of per minute completion rate in the lab notes section below.&lt;br /&gt;
&lt;br /&gt;
3. In addition to the simple fact of how fast you were able to complete rows of data, please make notes of what took the most amount of time on average for each step. Essentially, I want you to do a rough version of a &amp;quot;time motion&amp;quot; study (feel free to look that up) that will reveal potential sources of productivity gain if we could automate them.&lt;br /&gt;
&lt;br /&gt;
'''Step 3: Install a new piece of software into the server system'''&lt;br /&gt;
&lt;br /&gt;
1. Find time with Ed to install the software provided at the links below onto the system&lt;br /&gt;
&lt;br /&gt;
https://www.dropbox.com/s/egau7yuho3wkjlo/gscript.py?dl=0&lt;br /&gt;
&lt;br /&gt;
https://www.dropbox.com/s/afqzcpsxvvl1k2n/glink.py?dl=0&lt;br /&gt;
&lt;br /&gt;
1a. While you wait for Ed to help you with the installation, I want you to read through the code in these two programs. I want you to really puzzle through how this all works until you think you understand it. As you do this, I want you to keep good notes on the wiki (including potentially screenshots) under the lab notebook tab. Also, I want you to freely message me with questions as you go.&lt;br /&gt;
&lt;br /&gt;
'''Step 4: Run the new software on a limited batch of the spreadsheet above'''&lt;br /&gt;
&lt;br /&gt;
1. Call me before you do this, but this step should be self explanatory&lt;br /&gt;
&lt;br /&gt;
2. The program will output the same sheet you inputted but with appended search results. This should make it simpler to find a URL for the website&lt;br /&gt;
&lt;br /&gt;
3. Create a set of steps that use the output of the program to find company URLS and note those steps in your lab notes&lt;br /&gt;
&lt;br /&gt;
==Lab Notes==&lt;br /&gt;
&lt;br /&gt;
==Women==&lt;br /&gt;
&lt;br /&gt;
==International==&lt;/div&gt;</summary>
		<author><name>DanFehder</name></author>
		
	</entry>
	<entry>
		<id>http://www.edegan.com/mediawiki/index.php?title=Accelerator_Industry_Classification_(Data)&amp;diff=3233</id>
		<title>Accelerator Industry Classification (Data)</title>
		<link rel="alternate" type="text/html" href="http://www.edegan.com/mediawiki/index.php?title=Accelerator_Industry_Classification_(Data)&amp;diff=3233"/>
		<updated>2016-06-21T13:55:41Z</updated>

		<summary type="html">&lt;p&gt;DanFehder: /* Energy/Environmental */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{McNair Projects&lt;br /&gt;
|Project Title=Accelerator Industry Classification (Data),&lt;br /&gt;
|Topic Area=Entrepreneurship Ecosystems,&lt;br /&gt;
|Owner=Veeral Shah,&lt;br /&gt;
|Start Term=Summer 2016,&lt;br /&gt;
|Keywords=Mechanical Turk,&lt;br /&gt;
|Primary Billing=AccNBER01,&lt;br /&gt;
}}&lt;br /&gt;
Accelerators classified by the industry of which the accelerators' cohorts typically reside in.&lt;br /&gt;
&lt;br /&gt;
==Introduction and steps==&lt;br /&gt;
&lt;br /&gt;
The purpose of this project is to be able to give a NAICS code to each startup in our sample of startups that have attended accelerators. This will allow us to determine the specialization (if any) of each of the startup accelerators in our sample. The first few steps of the process are meant to get you up to speed. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Step 1: Retrieve URLs for each of the companies'''&lt;br /&gt;
&lt;br /&gt;
For the first task, we will get the URLs for the company websites of every company that entered an accelerator. To do so, we will use “Porfolio Firms” Tab of the Google Sheet called “Accelerator-Portfolio-NAICS”.  &lt;br /&gt;
&lt;br /&gt;
The link to the google sheet is here: https://docs.google.com/spreadsheets/d/1Bw3qX7xLs5lSv577pS9YUtURDofYdqOza2MuP4dbthw/edit?usp=sharing&lt;br /&gt;
&lt;br /&gt;
Here are the steps, each refers step refers to this sheet explicitely:&lt;br /&gt;
&lt;br /&gt;
1. Look for a row that does not have the URL column filled out&lt;br /&gt;
&lt;br /&gt;
2. Check to make sure that no one else is working on that row by seeing if someone has placed their cursor on that row&lt;br /&gt;
&lt;br /&gt;
3. Now put your cursor on that row by clicking on the row’s Name column (this will make sure no one duplicates your work)&lt;br /&gt;
&lt;br /&gt;
4. Now copy the Accelerator and Name columns of that row&lt;br /&gt;
&lt;br /&gt;
5. Paste them into the google search box and search&lt;br /&gt;
&lt;br /&gt;
6. Find a website that references both the accelerator name and the startup name&lt;br /&gt;
&lt;br /&gt;
7. Click on that website’s link in google&lt;br /&gt;
&lt;br /&gt;
8. See if the webpage includes a URL for the startup&lt;br /&gt;
&lt;br /&gt;
9. Copy the company’s URL to the URL column in the row of the startup in the “Accelerator-Portfolio-NAICS” sheet&lt;br /&gt;
&lt;br /&gt;
10. Put your initials (first, middle and last) in the “URL-ENTERER” column of the spreadsheet&lt;br /&gt;
&lt;br /&gt;
11. If you have time, go back to step 1 and repeat&lt;br /&gt;
&lt;br /&gt;
'''Step 2: Measure your productivity at Step 1'''&lt;br /&gt;
&lt;br /&gt;
1. Repeat Step 1 for 1.5 - 2 hours while keeping track of how many rows you have completed (I do it by noting start and end row throughout this period).  For this period of work, really try to focus and see how well you can do. We are trying to establish a top end of the productivity possible when running this task in this way.&lt;br /&gt;
&lt;br /&gt;
2. Make note of your production for that time period both overall and in terms of per minute completion rate in the lab notes section below.&lt;br /&gt;
&lt;br /&gt;
3.&lt;br /&gt;
&lt;br /&gt;
==Lab Notes==&lt;br /&gt;
&lt;br /&gt;
==Women==&lt;br /&gt;
&lt;br /&gt;
==International==&lt;/div&gt;</summary>
		<author><name>DanFehder</name></author>
		
	</entry>
	<entry>
		<id>http://www.edegan.com/mediawiki/index.php?title=Accelerator_Industry_Classification_(Data)&amp;diff=3232</id>
		<title>Accelerator Industry Classification (Data)</title>
		<link rel="alternate" type="text/html" href="http://www.edegan.com/mediawiki/index.php?title=Accelerator_Industry_Classification_(Data)&amp;diff=3232"/>
		<updated>2016-06-21T13:55:17Z</updated>

		<summary type="html">&lt;p&gt;DanFehder: /* Introduction and steps */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{McNair Projects&lt;br /&gt;
|Project Title=Accelerator Industry Classification (Data),&lt;br /&gt;
|Topic Area=Entrepreneurship Ecosystems,&lt;br /&gt;
|Owner=Veeral Shah,&lt;br /&gt;
|Start Term=Summer 2016,&lt;br /&gt;
|Keywords=Mechanical Turk,&lt;br /&gt;
|Primary Billing=AccNBER01,&lt;br /&gt;
}}&lt;br /&gt;
Accelerators classified by the industry of which the accelerators' cohorts typically reside in.&lt;br /&gt;
&lt;br /&gt;
==Introduction and steps==&lt;br /&gt;
&lt;br /&gt;
The purpose of this project is to be able to give a NAICS code to each startup in our sample of startups that have attended accelerators. This will allow us to determine the specialization (if any) of each of the startup accelerators in our sample. The first few steps of the process are meant to get you up to speed. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Step 1: Retrieve URLs for each of the companies'''&lt;br /&gt;
&lt;br /&gt;
For the first task, we will get the URLs for the company websites of every company that entered an accelerator. To do so, we will use “Porfolio Firms” Tab of the Google Sheet called “Accelerator-Portfolio-NAICS”.  &lt;br /&gt;
&lt;br /&gt;
The link to the google sheet is here: https://docs.google.com/spreadsheets/d/1Bw3qX7xLs5lSv577pS9YUtURDofYdqOza2MuP4dbthw/edit?usp=sharing&lt;br /&gt;
&lt;br /&gt;
Here are the steps, each refers step refers to this sheet explicitely:&lt;br /&gt;
&lt;br /&gt;
1. Look for a row that does not have the URL column filled out&lt;br /&gt;
&lt;br /&gt;
2. Check to make sure that no one else is working on that row by seeing if someone has placed their cursor on that row&lt;br /&gt;
&lt;br /&gt;
3. Now put your cursor on that row by clicking on the row’s Name column (this will make sure no one duplicates your work)&lt;br /&gt;
&lt;br /&gt;
4. Now copy the Accelerator and Name columns of that row&lt;br /&gt;
&lt;br /&gt;
5. Paste them into the google search box and search&lt;br /&gt;
&lt;br /&gt;
6. Find a website that references both the accelerator name and the startup name&lt;br /&gt;
&lt;br /&gt;
7. Click on that website’s link in google&lt;br /&gt;
&lt;br /&gt;
8. See if the webpage includes a URL for the startup&lt;br /&gt;
&lt;br /&gt;
9. Copy the company’s URL to the URL column in the row of the startup in the “Accelerator-Portfolio-NAICS” sheet&lt;br /&gt;
&lt;br /&gt;
10. Put your initials (first, middle and last) in the “URL-ENTERER” column of the spreadsheet&lt;br /&gt;
&lt;br /&gt;
11. If you have time, go back to step 1 and repeat&lt;br /&gt;
&lt;br /&gt;
'''Step 2: Measure your productivity at Step 1'''&lt;br /&gt;
&lt;br /&gt;
1. Repeat Step 1 for 1.5 - 2 hours while keeping track of how many rows you have completed (I do it by noting start and end row throughout this period).  For this period of work, really try to focus and see how well you can do. We are trying to establish a top end of the productivity possible when running this task in this way.&lt;br /&gt;
&lt;br /&gt;
2. Make note of your production for that time period both overall and in terms of per minute completion rate in the lab notes section below.&lt;br /&gt;
&lt;br /&gt;
3.&lt;br /&gt;
&lt;br /&gt;
==Energy/Environmental==&lt;br /&gt;
&lt;br /&gt;
==Women==&lt;br /&gt;
&lt;br /&gt;
==International==&lt;/div&gt;</summary>
		<author><name>DanFehder</name></author>
		
	</entry>
	<entry>
		<id>http://www.edegan.com/mediawiki/index.php?title=Accelerator_Industry_Classification_(Data)&amp;diff=3142</id>
		<title>Accelerator Industry Classification (Data)</title>
		<link rel="alternate" type="text/html" href="http://www.edegan.com/mediawiki/index.php?title=Accelerator_Industry_Classification_(Data)&amp;diff=3142"/>
		<updated>2016-06-20T16:53:20Z</updated>

		<summary type="html">&lt;p&gt;DanFehder: /* Introduction and steps */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{McNair Projects&lt;br /&gt;
|Project Title=Accelerator Industry Classification (Data),&lt;br /&gt;
|Topic Area=Entrepreneurship Ecosystems,&lt;br /&gt;
|Owner=Veeral Shah,&lt;br /&gt;
|Start Term=Summer 2016,&lt;br /&gt;
|Keywords=Mechanical Turk,&lt;br /&gt;
|Primary Billing=AccNBER01,&lt;br /&gt;
}}&lt;br /&gt;
Accelerators classified by the industry of which the accelerators' cohorts typically reside in.&lt;br /&gt;
&lt;br /&gt;
==Introduction and steps==&lt;br /&gt;
&lt;br /&gt;
The purpose of this project is to be able to give a NAICS code to each startup in our sample of startups that have attended accelerators. This will allow us to determine the specialization (if any) of each of the startup accelerators in our sample. The first few steps of the process are meant to get you up to speed. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Step 1: Retrieve URLs for each of the companies&lt;br /&gt;
&lt;br /&gt;
For the first task, we will get the URLs for the company websites of every company that entered an accelerator. To do so, we will use “Porfolio Firms” Tab of the Google Sheet called “Accelerator-Portfolio-NAICS”.  &lt;br /&gt;
&lt;br /&gt;
The link to the google sheet is here: https://docs.google.com/spreadsheets/d/1Bw3qX7xLs5lSv577pS9YUtURDofYdqOza2MuP4dbthw/edit?usp=sharing&lt;br /&gt;
&lt;br /&gt;
Here are the steps, each refers step refers to this sheet explicitely:&lt;br /&gt;
&lt;br /&gt;
1. Look for a row that does not have the URL column filled out&lt;br /&gt;
&lt;br /&gt;
2. Check to make sure that no one else is working on that row by seeing if someone has placed their cursor on that row&lt;br /&gt;
&lt;br /&gt;
3. Now put your cursor on that row by clicking on the row’s Name column (this will make sure no one duplicates your work)&lt;br /&gt;
&lt;br /&gt;
4. Now copy the Accelerator and Name columns of that row&lt;br /&gt;
&lt;br /&gt;
5. Paste them into the google search box and search&lt;br /&gt;
&lt;br /&gt;
6. Find a website that references both the accelerator name and the startup name&lt;br /&gt;
&lt;br /&gt;
7. Click on that website’s link in google&lt;br /&gt;
&lt;br /&gt;
8. See if the webpage includes a URL for the startup&lt;br /&gt;
&lt;br /&gt;
9. Copy the company’s URL to the URL column in the row of the startup in the “Accelerator-Portfolio-NAICS” sheet&lt;br /&gt;
&lt;br /&gt;
10. Put your initials (first, middle and last) in the “URL-ENTERER” column of the spreadsheet&lt;br /&gt;
&lt;br /&gt;
11. If you have time, go back to step 1 and repeat&lt;br /&gt;
&lt;br /&gt;
==Energy/Environmental==&lt;br /&gt;
&lt;br /&gt;
==Women==&lt;br /&gt;
&lt;br /&gt;
==International==&lt;/div&gt;</summary>
		<author><name>DanFehder</name></author>
		
	</entry>
</feed>