Commit b036d0a5 authored by charniuk's avatar charniuk
Browse files

updated

parent 7e75a370
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -26,13 +26,13 @@
	  <h2 class="alert-heading"> <b> New project </b> </h2>
	  <hr>
	  <ul>
		  <li>You can upload your project here. You must fill in all fields (<em>project name </em> is optional). <b>best</b> and <b>worst</b> must not have the same definitions, or you can't submit your project.</li>
		  <li> Every uploaded file must have the format, in which each line contains only one item!. You'd better give each of your project a unique name!</li>
		  <li>You can upload your project here. You must fill in all the fields (<em>project name </em> is optional). <b>Best</b> and <b>worst</b> must not have the same definitions, otherwise you can't create your project.</li>
		  <li> Every uploaded file must have the format, in which each line contains only one item! You'd better give each of your projects a unique name!</li>
	  </ul>
	  <hr>
	  You have 2 options to have annotators:
	  <ul>
	  	<li> <strong>Option 1 </strong>: Local annotator system - you will get the number of keywords corresponding to the number of annotators you require. Who annotate your project is of your choice, give each of them a keyword and redirect them to our <a href="{{url_for('start')}}" style="color: darkgreen; text-decoration-line: underline; text-decoration-style: dotted;"> homepage </a> so that they can finish the annotations!</li>
	  	<li> <strong>Option 1 </strong>: Local annotator system - you will get the number of keywords corresponding to the number of annotators you require. Who annotate your project is of your choice, give each of them a keyword and redirect them to our <a href="{{url_for('start')}}" style="color: darkgreen; text-decoration-line: underline; text-decoration-style: dotted;"> homepage </a> so that they can do the annotations!</li>
	  	<li> <strong>Option 2 </strong>: Mechanical Turk - your annotations will be done on this platform with anonymous annotators.</li>
	  </ul>
	</div>
@@ -120,7 +120,7 @@
		
		<div class="form-row">
			<div class="form-group col-md-12" align="center">	
				<button type="submit" class="btn btn-danger btn-lg"><span class=" glyphicon glyphicon-flash"></span> Submit </button>
				<button type="submit" class="btn btn-danger btn-lg"><span class=" glyphicon glyphicon-flash"></span> Create </button>
				<a href="{{ url_for('user.profile', some_name=name) }}" class="btn btn-lg btn-primary"> <span class=" glyphicon glyphicon-remove"></span>  Cancel </a>
			</div>
	    </div>