~ubuntu-branches/ubuntu/raring/bioperl/raring

« back to all changes in this revision

Viewing changes to Bio/Biblio/MedlineJournalArticle.pm

  • Committer: Bazaar Package Importer
  • Author(s): Charles Plessy
  • Date: 2008-03-18 14:44:57 UTC
  • mfrom: (4 hardy)
  • mto: This revision was merged to the branch mainline in revision 6.
  • Revision ID: james.westby@ubuntu.com-20080318144457-1jjoztrvqwf0gruk
* debian/control:
  - Removed MIA Matt Hope (dopey) from the Uploaders field.
    Thank you for your work, Matt. I hope you are doing well.
  - Downgraded some recommended package to the 'Suggests' priority,
    according to the following discussion on Upstream's mail list.
    http://bioperl.org/pipermail/bioperl-l/2008-March/027379.html
    (Closes: #448890)
* debian/copyright converted to machine-readable format.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# $Id: MedlineJournalArticle.pm,v 1.5 2003/05/30 15:33:00 jason Exp $
 
1
# $Id: MedlineJournalArticle.pm,v 1.10.4.3 2006/10/02 23:10:12 sendu Exp $
2
2
#
3
3
# BioPerl module for Bio::Biblio::MedlineJournalArticle
4
4
#
15
15
 
16
16
    $obj = new Bio::Biblio::MedlineJournalArticle (
17
17
                  -title => 'Thermal adaptation analyzed by comparison of protein sequences from mesophilic and extremely thermophilic Methanococcus species.',
18
 
                  -journal => new Bio::Biblio::MedlineJournal (-issn => '0027-8424'),
19
 
                  -volume => 96,
20
 
                  -issue => 7);
 
18
                  -journal => new Bio::Biblio::MedlineJournal (-issn => '0027-8424'),
 
19
                  -volume => 96,
 
20
                  -issue => 7);
21
21
  #--- OR ---
22
22
 
23
23
    $obj = new Bio::Biblio::MedlineJournalArticle;
28
28
 
29
29
A storage object for a MEDLINE journal article.
30
30
See its place in the class hierarchy in
31
 
http://industry.ebi.ac.uk/openBQS/images/bibobjects_perl.gif
 
31
http://www.ebi.ac.uk/~senger/openbqs/images/bibobjects_perl.gif
32
32
 
33
33
=head2 Attributes
34
34
 
43
43
 
44
44
=item *
45
45
 
46
 
OpenBQS home page: http://industry.ebi.ac.uk/openBQS
 
46
OpenBQS home page: http://www.ebi.ac.uk/~senger/openbqs/
47
47
 
48
48
=item *
49
49
 
50
 
Comments to the Perl client: http://industry.ebi.ac.uk/openBQS/Client_perl.html
 
50
Comments to the Perl client: http://www.ebi.ac.uk/~senger/openbqs/Client_perl.html
51
51
 
52
52
=back
53
53
 
59
59
Bioperl modules. Send your comments and suggestions preferably to
60
60
the Bioperl mailing list.  Your participation is much appreciated.
61
61
 
62
 
  bioperl-l@bioperl.org              - General discussion
63
 
  http://bioperl.org/MailList.shtml  - About the mailing lists
 
62
  bioperl-l@bioperl.org                  - General discussion
 
63
  http://bioperl.org/wiki/Mailing_lists  - About the mailing lists
64
64
 
65
65
=head2 Reporting Bugs
66
66
 
67
67
Report bugs to the Bioperl bug tracking system to help us keep track
68
 
of the bugs and their resolution. Bug reports can be submitted via
69
 
email or the web:
 
68
of the bugs and their resolution. Bug reports can be submitted via the
 
69
web:
70
70
 
71
 
  bioperl-bugs@bioperl.org
72
 
  http://bugzilla.bioperl.org/
 
71
  http://bugzilla.open-bio.org/
73
72
 
74
73
=head1 AUTHORS
75
74
 
76
 
Heikki Lehvaslaiho (heikki@ebi.ac.uk),
 
75
Heikki Lehvaslaiho (heikki-at-bioperl-dot-org),
77
76
Martin Senger (senger@ebi.ac.uk)
78
77
 
79
78
=head1 COPYRIGHT
97
96
use strict;
98
97
use vars qw(@ISA);
99
98
 
100
 
use Bio::Biblio::JournalArticle;
101
 
use Bio::Biblio::MedlineArticle;
102
99
 
103
 
@ISA = qw(Bio::Biblio::MedlineArticle Bio::Biblio::JournalArticle);
 
100
use base qw(Bio::Biblio::MedlineArticle Bio::Biblio::JournalArticle);
104
101
 
105
102
#
106
103
# a closure with a list of allowed attribute names (these names