<% /** * Subjects page * * @author Jeroen Wesbeek * @since 20100113 * @package wizard * @see dbnp.studycapturing.WizardTagLib::previousNext * @see dbnp.studycapturing.WizardController * * Revision information: * $Rev: 455 $ * $Author: duh $ * $Date: 2010-05-24 21:48:40 +0000 (ma, 24 mei 2010) $ */ %> Add subjects to your study Describe the subjects studied with all details available. Use the template that contains the necessary fields. New templates can be defined (based on existing templates). To add subjects to the study, select the correct species and template, input the number of subjects you want to add, and click 'Add'. They will appear below the 'Add' button. As multiple species may be studied within one study, there is no hard link between the template and the species.
Note that you can edit multiple subjects at once by selecting multiple rows by either ctrl-clicking them or dragging a selection over them in the space between the fields.
Note that depending on the size of your browser window and the template, additional fields can be reached by the slider at the bottom of the page.
The number of subjects to add to your study The species of the subjects you would like to add to your study The template to use for these subjects

${subjectTemplate.getValue().name} template

#
${subjectId + 1}
Known issues
  • autocomplete fields (like ontologies) deselect the selected rows and hence don't replicate
  • ontology fields should replicate value and hidden fields
  • ontology hidden fields should be processed by the back-end as well (not yet implemented)
  • ontology fields now show suggestions for all available ontologies. This has to be narrowed down in the future.
  • ontology hidden fields should be handled by the taglibrary / controller as well