Affiliation
authorDobrica Pavlinusic <dpavlin@rot13.org>
Thu, 24 Mar 2016 16:32:31 +0000 (17:32 +0100)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Thu, 24 Mar 2016 16:32:31 +0000 (17:32 +0100)
star2016-abstracts.pl

index 0c5b827..0c58a04 100755 (executable)
@@ -66,6 +66,7 @@ foreach my $abstract ( @$abstracts ) {
                $doc->appendParagraph(text => join(' ',
                        map { $a->{$_}->[0] } qw( FirstName FamilyName Email Affiliation )
                ), style => 'Heading 2');
+               push @{ $stat->{_Affiliation}->{ $a->{Affiliation}->[0] } }, $id;
        }
 
        $doc->appendParagraph(text => $abstract->{Content}->[0], style => 'Abstract');