Tripal v1.0 (6.x-1.0)
tripal_cv_admin.tpl.php
Go to the documentation of this file.
00001 <br><h3>Tripal Controlled Vocabulary Administrative Tools Quick Links</h3>
00002     <ul>
00003       <li><?php print l('Add a Vocabulary', 'admin/tripal/tripal_cv/cv/add') ?></li>
00004       <li><?php print l('Edit a Vocabulary', 'admin/tripal/tripal_cv/cv/edit') ?></li>
00005       <li><?php print l('Load ontology with OBO file', 'admin/tripal/tripal_cv/obo_loader') ?></li>
00006       <li><?php print l('Add a Term', 'admin/tripal/tripal_cv/cvterm/add') ?></li>
00007       <li><?php print l('Edit a Term', 'admin/tripal/tripal_cv/cvterm/edit') ?></li>      
00008       <li><?php print l('Update cvtermpath', 'admin/tripal/tripal_cv/cvtermpath') ?></li>
00009     </ul>
00010 
00011 
00012   <h3>Module Description:</h3>
00013   <p>The Tripal CV (Controlled Vocabularies) Module provides
00014     functionality for managing controlled vocabularies and the terms they are
00015     comprised of. The flexibility and extendibility of the chado schema depends
00016     on controlled vocabularies. For example, by using a controlled vocabulary for
00017     feature types the chado schema can describe features of any type, even those
00018     we have not concieved of yet.</p>
00019 
00020   <h3>Setup Instructions:</h3>
00021   <p>After installation of the controlled vocabulary module, the following tasks should be performed:</p>
00022     <ol>
00023         <li><p><b>Set Permissions</b>: By default only the site administrator account has access to create, edit, delete
00024    or administer vocabularies and terms. Navigate to the <?php print l('permissions page', 'admin/user/permissions')?> and set the
00025    permissions under the 'tripal_cv' section as appropriate for your site. For a simple setup, allow anonymous 
00026    users access to view content and create a special role for creating, editing and other administrative tasks.</p></li>
00027 
00028       <li><b>Loading of Ontologies/Controlled Vocabularies</b>: You can access this loader at <?php 
00029         print l('Admin->Tripal Management->Tripal CV->Load Ontology With OBO File', 'admin/tripal/tripal_cv/obo_loader')
00030         ?>. This loader allows you to choose from a list of common ontologies or
00031         enter the URL or location to an OBO file. Even the list of common
00032         ontologies is using a URL ensuring you get the most up to date ontology.</p>      
00033       <p>NOTE: in some cases, community developed ontologies for your
00034         data may not yet be developed. In this case, it is suggested that you begin
00035         developement of an ontology using one of the online tools. You might find
00036         that many researchers are trying to deal with the same data and are willing
00037         to help you in this endevor. </p></li>
00038     </ol>
00039 
00040   <h3>Features of this Module:</h3>
00041   <p>Aside from the data loading described above, the Tripal Controlled Vocabulary (CV) module also provides the following functionality:</p>
00042     <ul>
00043       <li><p><b>Create/Update/Delete A Controlled Vocaulbulary</b>: to create your own controlled vocabulary go to 
00044         <?php l('the page for adding a vocbulary', 'admin/tripal/tripal_cv/cv/add') ?> and 
00045         fill out the form provided. To Update/Delete a controlled vocabulary go to 
00046         <?php print l('the page for editing a vocuabulary', 'admin/tripal/tripal_cv/cv/edit') ?>, 
00047         select the existing vocabulary you want to modify and then
00048         edit it as desired. This only modifies the vocabulary itself. See the next section for adding, removing, editing
00049         the terms of a vocabulary.</p></li>
00050 
00051       <li><p><b>Create a Controlled Vocaulbulary Term</b>: Use 
00052         <?php print l('the page for adding a new CV term', 'admin/tripal/tripal_cv/cvterm/add') ?>, 
00053         select the controlled vocabulary you want to add terms to and then fill
00054         out the form.</p></li>      
00055       
00056     </ul>
 All Classes Files Functions Variables