tripal_cv_admin.tpl.php 3.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. <br><h3>Tripal Controlled Vocabulary Administrative Tools Quick Links</h3>
  2. <ul>
  3. <li><?php print l('Add a Vocabulary', 'admin/tripal/tripal_cv/cv/add') ?></li>
  4. <li><?php print l('Edit a Vocabulary', 'admin/tripal/tripal_cv/cv/edit') ?></li>
  5. <li><?php print l('Load ontology with OBO file', 'admin/tripal/tripal_cv/obo_loader') ?></li>
  6. <li><?php print l('Add a Term', 'admin/tripal/tripal_cv/cvterm/add') ?></li>
  7. <li><?php print l('Edit a Term', 'admin/tripal/tripal_cv/cvterm/edit') ?></li>
  8. <li><?php print l('Update cvtermpath', 'admin/tripal/tripal_cv/cvtermpath') ?></li>
  9. </ul>
  10. <h3>Module Description:</h3>
  11. <p>The Tripal CV (Controlled Vocabularies) Module provides
  12. functionality for managing controlled vocabularies and the terms they are
  13. comprised of. The flexibility and extendibility of the chado schema depends
  14. on controlled vocabularies. For example, by using a controlled vocabulary for
  15. feature types the chado schema can describe features of any type, even those
  16. we have not concieved of yet.</p>
  17. <h3>Setup Instructions:</h3>
  18. <p>After installation of the controlled vocabulary module, the following tasks should be performed:</p>
  19. <ol>
  20. <li><p><b>Set Permissions</b>: By default only the site administrator account has access to create, edit, delete
  21. or administer vocabularies and terms. Navigate to the <?php print l('permissions page', 'admin/user/permissions')?> and set the
  22. permissions under the 'tripal_cv' section as appropriate for your site. For a simple setup, allow anonymous
  23. users access to view content and create a special role for creating, editing and other administrative tasks.</p></li>
  24. <li><p><b>Loading of Ontologies/Controlled Vocabularies</b>: You can access this loader at <?php
  25. print l('Admin->Tripal Management->Tripal CV->Load Ontology With OBO File', 'admin/tripal/tripal_cv/obo_loader')
  26. ?>. This loader allows you to choose from a list of common ontologies or
  27. enter the URL or location to an OBO file. Even the list of common
  28. ontologies is using a URL ensuring you get the most up to date ontology.</p>
  29. <p>NOTE: in some cases, community developed ontologies for your
  30. data may not yet be developed. In this case, it is suggested that you begin
  31. developement of an ontology using one of the online tools. You might find
  32. that many researchers are trying to deal with the same data and are willing
  33. to help you in this endevor. </p></li>
  34. </ol>
  35. <h3>Features of this Module:</h3>
  36. <p>Aside from the data loading described above, the Tripal Controlled Vocabulary (CV) module also provides the following functionality:</p>
  37. <ul>
  38. <li><p><b>Create/Update/Delete A Controlled Vocaulbulary</b>: to create your own controlled vocabulary go to
  39. <?php l('the page for adding a vocbulary', 'admin/tripal/tripal_cv/cv/add') ?> and
  40. fill out the form provided. To Update/Delete a controlled vocabulary go to
  41. <?php print l('the page for editing a vocuabulary', 'admin/tripal/tripal_cv/cv/edit') ?>,
  42. select the existing vocabulary you want to modify and then
  43. edit it as desired. This only modifies the vocabulary itself. See the next section for adding, removing, editing
  44. the terms of a vocabulary.</p></li>
  45. <li><p><b>Create a Controlled Vocaulbulary Term</b>: Use
  46. <?php print l('the page for adding a new CV term', 'admin/tripal/tripal_cv/cvterm/add') ?>,
  47. select the controlled vocabulary you want to add terms to and then fill
  48. out the form.</p></li>
  49. </ul>