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;
|
$pub{author}=\@last;
|
||||||
if ($entry->type eq "mastersthesis" || $entry->type eq "phdthesis") {
|
if ($entry->type eq "mastersthesis" || $entry->type eq "phdthesis") {
|
||||||
$pub{title}=$entry->get('title') . ", " . $entry->get('school') . ", " . $entry->get('address');
|
$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 {
|
} else {
|
||||||
$pub{title}=$entry->get('title');
|
$pub{title}=$entry->get('title');
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user