(
  "IDA publicerade artiklar, kategori I, under: " 
      (agprop |collection| object) (tp) (tp) 

(loopentd (condnot skip (condincluded object

        "Institution: IDA"
  (tp)  "Fakultet: *"
  (tp)  "Rapportklass: *"
  (tp)  "Huvudförfattarens institution: IDA"
  (tp)  "Ämne: " labs

 (cond doctype (condval doctype
 (|journalpapers|
  (tp)  "Tidskrift: "
           (cond series 
              (display (series |journals|)
                (cond fullname fullname)
                (condnot fullname topic)))
           (condnot series 
                (cond serexpl serexpl)
                (condnot serexpl "*"))
  (tp)  "Årtal: "
           (cond year year)
           (condnot year "*")
  (tp)  "Volym: "
           (cond volume volume)
           (condnot volume "*")
  (tp)  "Sidnr: "
           (cond pages pages)
           (condnot pages "*"))

 (|confpapers| 
  (tp)  "Konferens: "
           (cond series 
              (display (series |conferences|)
                (cond fullname fullname)
                (condnot fullname
                    (cond topic topic)
                    (condnot topic object))))
           (condnot series 
                (cond serexpl serexpl)
                (condnot serexpl "*"))
  (tp)  "Årtal: "
           (cond volume volume)
           (condnot volume "*")
  (tp)  "Volym: *"
  (tp)  "Sidnr: "
           (cond pages pages)
           (condnot pages "*"))
     ))

 (condnot doctype 
  (tp)  "Referens: " 
           (cond r-publ (linearize r-publ))
           (condnot r-publ "*")
  (tp)  "Tidskrift: *"
  (tp)  "Ärtal: *"
  (tp)  "Volym: *"
  (tp)  "Sidnr: *")


  (tp)   "Rubrik: " 
              (cond title title)
              (condnot title (linearize r-title))
  (tp)   (author-univ-rep)
         "ISBN: *"
  (tp)  "Publicerings-=inrapporteringår: " 
              (agprop |collection| object)
  (tp)  "Användarnamn: *"
  (tp)  "ID: *"
  (tp)
  (tp)
    ))))