The information has been taken from the IDA publication register. Articles are listed under the year when they were reported to the database, which was often when the article was accepted for publication, not necessarily the year when it was actually published. This is also the reason why exact page numbers etc. are sometimes missing.
"
(linpunct h-authors ", " ".") "
" (tp)
""
(cond title title)
(condnot title (linearize r-title))
".
" (tp)
(cond doctype (condval doctype
(|journalpapers|
(cond volume "Published ")
(condnot volume "Accepted for publication ")
(cond series "in the " (cond add-jc "journal ")
(display (series |journals|)
(cond fullname fullname)
(condnot fullname topic)))
(condnot series (cond serexpl "in the " (cond add-jc "journal ")
serexpl))
(cond volume "Vol. " volume)
(cond pages ", pp. " pages)
". "
(cond remark remark ". "))
(|confpapers|
(condnot noproceedings
(cond pages "Published in the proceedings of the ")
(condnot pages
"Accepted for publication in the proceedings of the "))
(cond noproceedings
(cond pages "Presented at the ")
(condnot pages "Accepted for presentation at the "))
(cond series
(cond volume volume " ")
(cond add-jc "conference ")
(display (series |conferences|)
(cond fullname fullname)
(condnot fullname
(cond topic topic)
(connot topic object))))
(condnot series
(cond serexpl
(cond add-jc "conference ") serexpl))
(cond pages ", pp. " pages)
". "
(cond remark remark ". "))
(|techreports|
"Published as a departmental technical report.")
(|fpa|
"Published by the Linköping University
Electronic Press.")
) "
" (tp))
(condnot doctype (cond r-publ (linearize r-publ) "
" (tp)))
(cond secpubl (linearize secpubl) "
" (tp))
(cond abstract
"[abstract] " (tp))
(cond postscript
"[postscript] " (tp))
(cond pdf
"[PDF] " (tp))
(cond ecp
"[ECP] " (tp))
(cond alp
"[ALP] " (tp))
(cond (labs labs))
"
" (tp)(tp) ))) )