From: Dobrica Pavlinusic Date: Thu, 24 Mar 2016 16:32:31 +0000 (+0100) Subject: Affiliation X-Git-Url: http://git.rot13.org/?p=star2016;a=commitdiff_plain;h=97b2b62199fd0222c408e13cc09c8c40fbf425e2 Affiliation --- diff --git a/star2016-abstracts.pl b/star2016-abstracts.pl index 0c5b827..0c58a04 100755 --- a/star2016-abstracts.pl +++ b/star2016-abstracts.pl @@ -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');