Skip to content

Commit

Permalink
Merge pull request #654 from tripal/docs-remove-extra-table-column
Browse files Browse the repository at this point in the history
 remove extra comma and thus extra column from  creating content guide table
  • Loading branch information
spficklin committed Sep 16, 2018
2 parents 386a887 + fc5523e commit b83136a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/user_guide/creating_content.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Tripal v3 comes with some pre-defined content types, however you have the abilit
Find a Controlled Vocabulary (CV) Term
---------------------------------------

Before creating a new content type for your site you must identify a CV term that best matches the content type you would like to create. CVs are plentiful and at times selection of the correct term from the right vocabulary can be challenging. If there is any doubt about what term to use, then it is best practice to reach out to others to confirm your selection. The Tripal User community is a great place to do this by posting a description of your content type and your proposed term on the `Tripal Issue Queue <https://github.com/tripal/tripal/issues>`_. Confirming your term with others will also encourage re-use across Tripal sites and improve data exchagnge capabilities.
Before creating a new content type for your site you must identify a CV term that best matches the content type you would like to create. CVs are plentiful and at times selection of the correct term from the right vocabulary can be challenging. If there is any doubt about what term to use, then it is best practice to reach out to others to confirm your selection. The Tripal User community is a great place to do this by posting a description of your content type and your proposed term on the `Tripal Issue Queue <https://github.com/tripal/tripal/issues>`_. Confirming your term with others will also encourage re-use across Tripal sites and improve data exchange capabilities.

The `EBI's Ontology Lookup Service <http://www.ebi.ac.uk/ols/index>`_ is a great place to locate terms from public vocabularies. At this site you can search for terms for your content type. If you can not find an appropriate term in a public vocabulary or via discussion with others then you create a new **local** term within the **local** vocabulary that comes with Tripal.

Expand Down Expand Up @@ -85,15 +85,15 @@ Perhaps we want to be more specific with our genetic marker pages and create pag
To accomplish this we can walk through the content type creation form and set the following values:

.. csv-table::
:header: 'Field', 'Value'
:header: Field, Value

"Content Type", "SNP (SO:0000694)"
"Storage Backend", "Chado"
"Chado Table", "feature"
"Are all records in the 'feature' table of type 'genetic_marker'?", "No"
"Type column", "--None--",
"Do you want to use the 'featureprop' table to distinguish between content types?", "Yes"
"Base Type", "genetic_marker (SO:0001645)"
"Are all records in the ``feature`` table of type 'genetic_marker'?", "No"
"Type column", "--None--"
"Do you want to use the ``featureprop`` table to distinguish between content types?", "Yes"
"Base Type", "'genetic_marker' (SO:0001645)"
"Property Type", "type (rdfs:type)"
"Property Value", "SNP"

Expand Down

0 comments on commit b83136a

Please sign in to comment.