ADD: more information to publications from conferences
This commit is contained in:
parent
80752961d3
commit
5e27a3efdd
@ -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');
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user