[Biojava-l] references
Mark Schreiber
mark_s@sanger.otago.ac.nz
Wed, 31 May 2000 08:36:10 +1200 (NZST)
On Tue, 30 May 2000, Matthew Pocock wrote:
Prehaps a URL object containing the medline abstract or some such thing
would be better unless you really want all the author detail in you
programs / databases.
Mark
> 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
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Mark Schreiber Ph: 64 3 4797875
Rm 218 email mark_s@sanger.otago.ac.nz
Department of Biochemistry email m.schreiber@clear.net.nz
University of Otago
PO Box 56
Dunedin
New Zealand
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~