/[webpac2]/trunk/lib/WebPAC/Input/ISI.pm
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/lib/WebPAC/Input/ISI.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1193 by dpavlin, Wed Nov 28 22:52:01 2007 UTC revision 1194 by dpavlin, Wed May 27 09:31:35 2009 UTC
# Line 57  path to ISI export file Line 57  path to ISI export file
57    
58  my $subfields = {  my $subfields = {
59          'CR' => sub {          'CR' => sub {
60                  my @v = split(/, /, shift);                  my $full_cr = shift;
61                  my $f;                  my @v = split(/, /, $full_cr);
62                    my $f = { full => $full_cr };
63                  foreach ( qw/author year reference volume page/ ) {                  foreach ( qw/author year reference volume page/ ) {
64                          if ( my $tmp = shift @v ) {                          if ( my $tmp = shift @v ) {
65                                  $f->{$_} = $tmp;                                  $f->{$_} = $tmp;

Legend:
Removed from v.1193  
changed lines
  Added in v.1194

  ViewVC Help
Powered by ViewVC 1.1.26