[Biojava-l] references

Jeffrey Chang jchang@SMI.Stanford.EDU
Tue, 30 May 2000 09:37:45 -0700 (PDT)


It's also important to save any identifying information, such as pubmed
id, so that people can retrieve the actual citation from a database.

Jeff


On Tue, 30 May 2000, Matthew Pocock wrote:

> Dear all,
> 
> References to literature are things that need representing in EMBL,
> GENBANK, SwissProt entries (and almost certainly in other contexts). It
> would be nice if we could supply a Reference interface under
> org.biojava.utils - what should the interface contain?
> 
> interface Reference {
>   // a List of Author objects
>   List getAuthors();
> 
>   String getJournal();
>   int getVolume();
>   int getStartPage();
>   int getEndPage();
> }
> 
> interface Author {
>   char [] getInitials();
>   String getSurname();
> }
> 
> What is missing? What shouldn't be here? Is it needed at all?
> 
> Matthew
> 
> --
> Joon: You're out of your tree
> Sam:  It wasn't my tree
>                                                  (Benny & Joon)
> 
> 
> 
> _______________________________________________
> Biojava-l mailing list  -  Biojava-l@biojava.org
> http://biojava.org/mailman/listinfo/biojava-l
>