Difference between revisions of "WormBase Model:Author"

From WormBaseWiki
Jump to navigationJump to search
(Created page with '__TOC__ WormBase Models == Curator Comments/Description == == Model == <pre> </pre> == Proposed Changes ==')
 
 
Line 11: Line 11:
 
== Model ==
 
== Model ==
 
<pre>
 
<pre>
 +
//////////////////
 +
// Author class //
 +
//////////////////
 +
 +
?Author Full_name Text
 +
        Also_known_as Text
 +
// Need to keep Laboratory connected to Author since People haven't been connected to Labs yet
 +
        Old_lab ?Laboratory
 +
        Possible_person ?Person XREF Possibly_publishes_as
 +
        Address Mail Text  // this address section for Authors not yet connected to Person
 +
                E_mail Text
 +
                Phone Text
 +
                Fax  Text
 +
        Paper ?Paper
 +
        Sequence ?Sequence XREF From_author
 +
        Keyword ?Keyword
  
 
</pre>
 
</pre>
  
 
== Proposed Changes ==
 
== Proposed Changes ==
 +
 +
Should probably utilise the #Address hash

Latest revision as of 11:06, 10 August 2010

WormBase Models

Curator Comments/Description

Model

//////////////////
// Author class //
//////////////////

?Author Full_name Text
        Also_known_as Text
// Need to keep Laboratory connected to Author since People haven't been connected to Labs yet
        Old_lab ?Laboratory
        Possible_person ?Person XREF Possibly_publishes_as
        Address Mail Text  // this address section for Authors not yet connected to Person
                E_mail Text
                Phone Text
                Fax   Text
        Paper ?Paper
        Sequence ?Sequence XREF From_author
        Keyword ?Keyword

Proposed Changes

Should probably utilise the #Address hash