Astro-Bibcode

 view release on metacpan or  search on metacpan

Bibcode.pm  view on Meta::CPAN


sub _construct_bibcode {
  my $self = shift;

  Carp::confess "Bibcode construction is not yet implemented. It may be hard.";

}

=item B<_verify_year>

Check the year looks okay, return false if it does not, the year
if it looks okay.

=cut

sub _verify_year {
  my $self = shift;
  my $year = shift;
  return (($year =~ /^\d{4}$/) ? $year : () );
}

=item B<_verify_journalcode>

Check that the journal code looks okay. Returns the code if okay,
false otherwise.

Does not check to see if the journal code can be translated.

Trailing dots are removed from the input string.

=cut

sub _verify_journalcode {
  my $self = shift;

Bibcode.pm  view on Meta::CPAN

1991rvos.conf    Rapid Variability of OB-stars: Nature and Diagnostic Value
1960rgd..conf    Rarefied Gas Dynamics
1961rgd..conf    Rarefied Gas Dynamics
1963rgd1.conf    Rarefied Gas Dynamics, Volume 1
1965rgd1.conf    Rarefied Gas Dynamics, Volume 1
1967rgd1.conf    Rarefied Gas Dynamics, Volume 1
1963rgd2.conf    Rarefied Gas Dynamics, Volume 2
1965rgd2.conf    Rarefied Gas Dynamics, Volume 2
1967rgd2.conf    Rarefied Gas Dynamics, Volume 2
    rmus.nasa    Reanalysis of Mariner 9 UV Spectrometer Data for Ozone, Cloud, and Dust Abundances, and Their Interaction Over Climate Timescales
2000racc.conf    Recent Advances and Cross-Century Outlooks in Physics, Interplay between Theory and Experiment
1977agra.rept    Recent Advances in Gamma-Ray Astronomy
1982raoa.conf    Recent Advances in Observational Astronomy
1985rapm.book    Recent Advances in Planetary Meteorology
1982rdea.conf    Recent Developments in Electron-Atom and Electron-Molecule Collision
1962rdgr.book    Recent Developments in General Relativity
1996rdgm.conf    Recent Developments in Gravitation and Mathematical Physics
2001rdpp.conf    Recent Developments in Particle Physics and Cosmology
1999magr.meet    Recent Developments in Theoretical and Experimental General Relativity, Gravitation, and Relativistic Field Theories
1977moff.symp    Recent Results in Infrared Astrophysics
1985cava.rept    Recent Results on Cataclysmic Variables



( run in 0.439 second using v1.01-cache-2.11-cpan-64827b87656 )