"research_context"
Bootstrap 4.1.1 Snippet by collazoa

<link href="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js"></script> <script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script> <!------ Include the above in your HEAD tag ----------> <b>Research context</b><br><br> <!-- Multiple Radios --> <div class="form-group"> <label class="col-md-4 control-label" for="radios"><b>1.</b>Was the name of first author indicative of female gender?</label> <div class="col-md-4"> <div class="radio"> <label for="radios-0"> <input type="radio" name="radios" id="radios-0" value="1" checked="checked"> Yes </label> </div> <div class="radio"> <label for="radios-1"> <input type="radio" name="radios" id="radios-1" value="2"> No </label> </div> </div> </div><br> <!-- Multiple Radios --> <div class="form-group"> <label class="col-md-4 control-label" for="radios"><b>2.</b> Was the name of last author indicative of female gender?</label> <div class="col-md-4"> <div class="radio"> <label for="radios-0"> <input type="radio" name="radios" id="radios-0" value="1" checked="checked"> Yes </label> </div> <div class="radio"> <label for="radios-1"> <input type="radio" name="radios" id="radios-1" value="2"> No </label> </div> </div> </div><br> <!-- Textarea --> <div class="form-group"> <label class="col-md-4 control-label" for="textarea"><b>3.</b> Please extract country affiliaton of last author</label> <div class="col-md-4"> <textarea class="form-control" id="textarea" name="textarea"></textarea> </div> </div>

Related: See More


Questions / Comments: