- or download this
@book{Lee2000a,
abstract = {Abstract goes here},
...
title = {{Computer immunology}},
year = {1996}
}
- or download this
#!/usr/bin/perl
# http://search.cpan.org/~gerhard/BibTeX-Parser-0.62/lib/BibTeX/Parser
+.pm
...
#Debug
#print Dumper (\%bibliography);
- or download this
$VAR1 = {
'Lee2000a' => {},
'Forrest1996' => $VAR1->{'Lee2000a'}
};
- or download this
$VAR1 = {
'Lee2000a' => {
...
'year' => '1996'
}
};