Skip to content

Commit

Permalink
#76 more
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Mar 15, 2024
1 parent 889c166 commit b962f71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bibcop.pl
Expand Up @@ -669,7 +669,7 @@ sub fix_booktitle {
$value = 'Proceedings of the ' . $value;
}
$value =~ s/ (19|20)[0-9]{2} / /g;
my @orgs = qw/ACM IEEE ACM\/IEEE/;
my @orgs = qw/ACM IEEE ACM\/IEEE IEEE\/ACM/;
foreach my $org (@orgs) {
$value =~ s/ \Q$org\E / /g;
}
Expand Down

0 comments on commit b962f71

Please sign in to comment.