remove some fields
authorDobrica Pavlinusic <dpavlin@rot13.org>
Mon, 9 May 2016 15:23:58 +0000 (17:23 +0200)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Mon, 9 May 2016 15:23:58 +0000 (17:23 +0200)
star2016-contributions.pl

index fd6ad2a..24731b2 100755 (executable)
@@ -130,9 +130,9 @@ sub abstract2doc {
                $doc->appendParagraph(text => $p, style => 'Abstract');
        }
 
-       $doc->appendParagraph(text => "\nTheme: " . $abstract->{Theme}->[0], style => 'Theme');
+#      $doc->appendParagraph(text => "\nTheme: " . $abstract->{Theme}->[0], style => 'Theme');
 
-       $doc->appendParagraph(text => "\nContributionType: " . $abstract->{ContributionType}->[0], style => 'Quotations');
+#      $doc->appendParagraph(text => "\nContributionType: " . $abstract->{ContributionType}->[0], style => 'Quotations');
 
        $doc->appendParagraph(text => "\nID: " . $abstract->{Id}->[0], style => 'Abstract');