ADD: more information to publications from conferences

This commit is contained in:
Dominik Meyer 2016-03-02 17:59:17 +01:00
parent 80752961d3
commit 5e27a3efdd
1 changed files with 2 additions and 0 deletions

View File

@ -59,6 +59,8 @@ sub generate {
$pub{author}=\@last;
if ($entry->type eq "mastersthesis" || $entry->type eq "phdthesis") {
$pub{title}=$entry->get('title') . ", " . $entry->get('school') . ", " . $entry->get('address');
} elsif($entry->type eq "inproceedings") {
$pub{title}=$entry->get('title') . ", " .$entry->get('booktitle') . ", ". $entry->get('address');
} else {
$pub{title}=$entry->get('title');
}