GeneX Development Supported By
|
GeneX-2.0 DB: Citation Table
|
GeneX-2.0 DB: Citation Table
|
| Table Type | Inherits | Comment |
| DATA | Identifiable | The Citation table represents a bibliographic reference to a publication. It is referenced only by the ExperimentSet table. The meanings of the columns are self-evident. |
| Column Information |
| Column Name | Full Name | Data Type | Not NULL | Comment |
| authors | Authors | text | true | format will be as given in the original publication |
| cit_pk | Accession Number | serial | false | |
| editor | Editor | char128 | false | |
| issue | Issue | int | false | |
| pages | Pages | char128 | true | |
| publication | Publication | char128 | true | journal or book |
| publisher | Publisher | char128 | true | |
| title | Title | text | true | |
| url | URL | char128 | false | |
| volume | Volume | int | false | |
| year | Year | int | true | |
| Primary Key Information |
| Column Name |
| cit_pk |
| Foreign Key Information |
| Column Name | Foreign Table | Primary Key in Foreign Table | Foreign Key Type |
| Unique Column Information |
| Column Names |
| title authors publication |
| Index Information |
| Name | Column Name |
|