tripal_pub_admin.tpl.php 4.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. <br /><h3>Tripal Publication Administrative Tools Quick Links</h3>
  2. <ul>
  3. <li><?php print l('Configuration', 'admin/tripal/tripal_pub/configuration') ?></li>
  4. </ul>
  5. <h3>Module Description:</h3>
  6. <p>The Tripal Publication Module provides the functionality for adding, editing, deleting and
  7. accessing academic publications, entered by the user.This module also allows a time limited search,
  8. specified by the user, which searches the PubMed extracts and saves acedemic puplications.
  9. </p>
  10. <h3>Setup Instructions:</h3>
  11. <ol>
  12. <li><p><b>Set Permissions</b>: The publication module supports the Drupal user permissions interface for
  13. controlling access to publlication content and functions. These permissions include viewing,
  14. creating, editing or administering of
  15. publication content. The default is that only the original site administrator has these
  16. permissions. You can <a href="<?php print url('admin/user/roles') ?>">add roles</a> for classifying users,
  17. <a href="<?php print url('admin/user/user') ?>">assign users to roles</a> and
  18. <a href="<?php print url('admin/user/permissions') ?>">assign permissions</a> for the publication content to
  19. those roles. For a simple setup, allow anonymous users access to view publication content and
  20. allow the site administrator all other permissions.</p></li>
  21. <li><p><b>Set Publication Type Controlled Vocabulary</b>: The select list for setting the publication
  22. type is controlled be a controlled vocabulary (cv)
  23. <ul><li>Before you can add any publications you need
  24. to create/load this cv. There is a limited cv included in this module. To use it, you need to
  25. load it using the <a href="<?php print url('admin/tripal/tripal_cv/obo_loader') ?>">OBO Loader included with Tripal</a>.</li>
  26. <li>After the controlled vocabulary is loaded you need to set it to be used for the publication
  27. module. To do this, go to <a href="<?php print url('admin/tripal/tripal_pub/configuration') ?>">Publication->Configuration</a>, select it in the controlled vocabulary '
  28. select list and click save configuration.</p></li></ul>
  29. </ol>
  30. <h3>Features of this Module:</h3>
  31. <ul>
  32. <li><p><b>Configuration (Search For Academic Publications):</b> The search capability implemented in
  33. this module allows a user to search, by remote connection , the PubMEd database for articles
  34. that relate to key search words, chosen by the user.The "search keys" are used to search through
  35. Publication titles and when one of the key words is matched in a title, the recognized article will
  36. be saved to the database.
  37. <ul>
  38. <li><b>Choose a Controlled Vocabulary:</b>The controlled vocabulary list is a set of terms
  39. <li><b>Set Search Key Words:</b>The search keywords, are the user entered key terms, in which
  40. the publications in the PubMed database can be recognized by. The user may enter any number
  41. of search terms, as by adding more search terms, the search will limit the results to those
  42. in which all of the search terms appear in the publication title.
  43. <li><b>Set a time search interval:</b>The search term interval represents a pre-set ammount
  44. of time for the search. The time search interval must be entered in minutes. This allows
  45. the module to automatically search the PubMed database in a predetermined time interval.
  46. </ul>
  47. </p></li>
  48. <li><b>Creating a Publication:</b>
  49. <p>To <b>Create,update/delete a given property of a publication</b>:When Creating a Publication
  50. it is neccessary to enter the requried fields in the form. These are marked with an astrix and
  51. if they are not entered upon completion a warning will be issued and the user is forced to fill
  52. in these entries. The author field, requires a given/surname/suffix to be entered. To add the
  53. author to the publication, the add author button is to be pushed. The user is able to add as
  54. many authors to the publication as needed.
  55. </p>