publist

managing my list of publications, talks, reviews
git clone https://a3nm.net/git/publist/
Log | Files | Refs | README | LICENSE

commit 3db3f2367ea6f08971fd76a8c309b6cbcc2d155d
parent 6d6325c557f3a92590b4257d5a016c0c40bc829b
Author: Antoine Amarilli <a3nm@a3nm.net>
Date:   Thu,  1 Sep 2022 08:47:38 +0200

acronyms for journal titles

Diffstat:
parserec.py | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/parserec.py b/parserec.py @@ -1,4 +1,4 @@ -#!/usr/bin/python3 +#'!/usr/bin/python3 import sys @@ -230,6 +230,8 @@ def getvenue(publi, lang, venuesz, short=False): fullname = venueo['fullname'] venue = mkvenuename(venueo, short) venue_no_year = mkvenuename(venueo, short, year=False) + if fullname and venue: + fullname += " (" + venue + ")" else: if 'venueurl' in publi.keys(): url = publi['venueurl']