List publications.

Fields

id (integer)

Primary key.

name (string)

Name of doctoral school.

emails (string[])

Contact emails.

Expansions

To activate relation expansion add the desired fields as a comma separated list to the expand query parameter like this:

?expand=<field>,<field>,<field>,...

The following relational fields can be expanded:

  • persons
  • category
  • document
  • organization_authorship

Filters

To filter for exact value matches:

?<fieldname>=<value>

Possible exact filters:

  • year
  • category
  • document
  • persons

For advanced filtering use lookups:

?<fieldname>__<lookup>=<value>

All fields with advanced lookups can also be used for exact value matches as described above.

Possible advanced lookups:

  • year: gt, gte, lt, lte
  • sci: iexact, contains, icontains, startswith, istartswith
  • pubmed: iexact, contains, icontains, startswith, istartswith
  • doi: iexact, contains, icontains, startswith, istartswith
  • pmc: iexact, contains, icontains, startswith, istartswith
  • organization_authorship: in
  • impact: isnull, gt, gte, lt, lte
  • imported: isnull, gt, gte, lt, lte, date
GET /v1/research/publication/?format=api&offset=151780&ordering=-year
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 156889,
    "next": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=151800&ordering=-year",
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=151760&ordering=-year",
    "results": [
        {
            "id": 9228,
            "title": "Effect of auranofin on resorption, prostaglandin synthesis and ultrastructure of bone cells in cultured mouse calvaria.",
            "abstract": null,
            "authors": [
                "Klaushofer, K",
                "Hoffmann, O",
                "Hörandner, H",
                "Karasegh, S",
                "Fratzl-Zelman, N",
                "Leis, HJ",
                "Gleispach, H",
                "Koller, K",
                "Peterlik, M"
            ],
            "year": 1989,
            "source": "J Rheumatol. 1989; 16(6):749-756",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1989AE60300009",
            "pubmed": "2778756",
            "doi": null,
            "pmc": null,
            "organizations": [
                "9228-14048"
            ],
            "persons": [],
            "imported": null,
            "journal": "J RHEUMATOL",
            "issn": "0315-162X",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.276,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.894736842105263,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "RHEUMATOLOGY",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 9229,
            "title": "Myocardial damage following lightning injury",
            "abstract": null,
            "authors": [
                "Eber, B",
                "Himmel, G",
                "Schubert, B",
                "Zeuschner, J",
                "Dusleag, J",
                "Seerainer, C",
                "Antoni, H",
                "Gasser, R",
                "Lind, P",
                "Eber, O"
            ],
            "year": 1989,
            "source": "Z KARDIOL. 1989; 78(6): 402-404. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1989AE95800008",
            "pubmed": "2756737",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "9229-51533-6"
            ],
            "imported": "2010-04-14T17:27:42+02:00",
            "journal": "Z KARDIOL",
            "issn": "0300-5860",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 0.715,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.532258064516129,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "CARDIAC & CARDIOVASCULAR SYSTEMS",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 9230,
            "title": "Multinucleate cell angiohistiocytoma: a clinicopathological, immunohistochemical and ultrastructural study.",
            "abstract": null,
            "authors": [
                "Smolle, J",
                "Auboeck, L",
                "Gogg-Retzer, I",
                "Soyer, HP",
                "Kerl, H"
            ],
            "year": 1989,
            "source": "BRIT J DERMATOL 1989 121: 113-121.",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1989AF02900015",
            "pubmed": "2547420",
            "doi": "10.1111/j.1365-2133.1989.tb01407.x",
            "pmc": null,
            "organizations": [],
            "persons": [
                "9230-51617-1",
                "9230-51620-6"
            ],
            "imported": null,
            "journal": "BRIT J DERMATOL",
            "issn": "0007-0963",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.871,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.914285714285714,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "DERMATOLOGY, VENERAL DISEASES",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 9232,
            "title": "Changes in occlusion and condylar positioning during retention with a gnathologic positioner.",
            "abstract": null,
            "authors": [
                "Droschl, H",
                "Permann, I",
                "Bantleon, HP"
            ],
            "year": 1989,
            "source": "EUR J ORTHODONT. 1989; 11(3): 221-227. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1989AQ24100005",
            "pubmed": "2676570",
            "doi": "10.1093/oxfordjournals.ejo.a035989",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2010-04-14T17:26:46+02:00",
            "journal": "EUR J ORTHODONT",
            "issn": "0141-5387",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": 0.111111111111111,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "DENTISTRY, ORAL SURGERY & MEDICINE",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 9233,
            "title": "FUNCTIONAL DIAGNOSIS OF BILIARY DRAINAGE ENDOPROSTHESIS BY HEPATOBILIARY SCINTIGRAPHY - REPLY",
            "abstract": null,
            "authors": [
                "RANNER, G"
            ],
            "year": 1989,
            "source": "RADIOLOGE 1989 29: 462-462.",
            "category": 1,
            "document_type": 2,
            "sci": "ISI:A1989AQ34000014",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "RADIOLOGE",
            "issn": "0033-832X",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.306,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.177215189873418,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "RADIOLOGY, NUCLEAR MEDICINE & MEDICAL IMAGING",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": false,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 9234,
            "title": "Tl-201 myocardial SPECT in silent myocardial ischemia and angiographically proven coronary heart disease",
            "abstract": null,
            "authors": [
                "Eber, B",
                "Lind, P",
                "Dusleag, J",
                "Langsteger, W",
                "Eber, O",
                "Klein, W"
            ],
            "year": 1989,
            "source": "Wien Klin Wochenschr. 1989; 101(17):574-579",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1989AQ75300003",
            "pubmed": "2815772",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "WIEN KLIN WOCHENSCHR",
            "issn": "0043-5325",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.268,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.551401869158878,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "MEDICINE, GENERAL & INTERNAL",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 9235,
            "title": "Molecular genetic detection of polyclonal immune response in autoimmune thyroiditis and inflammatory bowel diseases",
            "abstract": null,
            "authors": [
                "Kaulfersch, W",
                "Baker, JR",
                "Burman, KD",
                "Fiocchi, C",
                "Ahmann, AJ",
                "D'Avis, JC",
                "Waldmann, TA"
            ],
            "year": 1989,
            "source": "Monatsschr Kinderheilkd. 1989; 137(9):610-615",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1989AR51100010",
            "pubmed": "2554127",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "MONATSSCHR KINDERHEILK",
            "issn": "0026-9298",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.163,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.112676056338028,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "PEDIATRICS",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 9236,
            "title": "Three-dimensional irradiation planing",
            "abstract": null,
            "authors": [
                "Leitner, H"
            ],
            "year": 1989,
            "source": "Strahlenther Onkol. 1989; 165(8):599-603",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1989AR89500006",
            "pubmed": "2772817",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "STRAHLENTHER ONKOL",
            "issn": "0039-2073",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 9237,
            "title": "Do thrombocyte aggregation inhibitors modify silent episodes of unstable angina pectoris in combined anti-angina therapy?",
            "abstract": null,
            "authors": [
                "Eber, B",
                "Klein, W",
                "Fluch, N",
                "Dusleag, J",
                "Weinrauch, V",
                "Rotman, B",
                "Gasser, R",
                "Kronberger-Schaffer, E"
            ],
            "year": 1989,
            "source": "Z KARDIOL. 1989; 78 Suppl 2(6): 150-154. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1989AT66900038",
            "pubmed": "2686256",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "9237-51533-6"
            ],
            "imported": "2010-04-14T17:29:42+02:00",
            "journal": "Z KARDIOL",
            "issn": "0300-5860",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.715,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.532258064516129,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "CARDIAC & CARDIOVASCULAR SYSTEMS",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 9240,
            "title": "General and advanced aspects of treatment of vulvovaginal mycosis",
            "abstract": null,
            "authors": [
                "Ginter, G",
                "Pupp, C"
            ],
            "year": 1989,
            "source": "Wien Med Wochenschr. 1989; 139(15-16):345-349",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1989AU23500003",
            "pubmed": "2688319",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "WIEN MED WOCHENSCHR",
            "issn": "0043-5341",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": false,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 9241,
            "title": "Retrospective study of mycotic and other colpitis pathogens",
            "abstract": null,
            "authors": [
                "Pupp, C",
                "Ginter, G"
            ],
            "year": 1989,
            "source": "Wien Med Wochenschr. 1989; 139(15-16):366-368",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1989AU23500011",
            "pubmed": "2688322",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "WIEN MED WOCHENSCHR",
            "issn": "0043-5341",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": false,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 9242,
            "title": "Lp(a) lipoprotein concentration in serum of patients with heavy proteinuria of different origin.",
            "abstract": null,
            "authors": [
                "Karádi, I",
                "Romics, L",
                "Pálos, G",
                "Domán, J",
                "Kaszás, I",
                "Hesz, A",
                "Kostner, GM"
            ],
            "year": 1989,
            "source": "CLIN CHEM. 1989; 35(10): 2121-2123. ",
            "category": 1,
            "document_type": 10,
            "sci": "ISI:A1989AU64900022",
            "pubmed": "2529062",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "9242-51669-6"
            ],
            "imported": "2010-05-25T15:23:18+02:00",
            "journal": "CLIN CHEM",
            "issn": "0009-9147",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.377,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.923076923076923,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "MEDICAL LABORATORY TECHNOLOGY",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 9245,
            "title": "Characterization of the antidiarrhoeal loperamide by gas chromatography-mass spectrometry and application of the Hofmann degradation and Cope elimination reaction.",
            "abstract": null,
            "authors": [
                "Leis, HJ",
                "Gleispach, H"
            ],
            "year": 1989,
            "source": "J Chromatogr. 1989; 494(4):324-330",
            "category": 1,
            "document_type": 10,
            "sci": "ISI:A1989AW25500033",
            "pubmed": "2584329",
            "doi": "10.1016/S0378-4347(00)82683-3",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "J CHROMATOGR-BIOMED APPL",
            "issn": "0378-4347",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.209,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.615384615384615,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "CHEMISTRY, ANALYTICAL",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 9247,
            "title": "A massively dilated ductus choledochus in choledocholithiasis following cholecystectomy and choledochojejunostomy",
            "abstract": null,
            "authors": [
                "Petri, H",
                "Flückiger, F"
            ],
            "year": 1989,
            "source": "Rofo. 1989; 151(4):496-497",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1989AX47500021",
            "pubmed": "2554393",
            "doi": "10.1055/s-2008-1047224",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "FORTSCHR RONTGENSTRAHL NEUEN",
            "issn": "0936-6652",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 0.428,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.493670886075949,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "RADIOLOGY, NUCLEAR MEDICINE & MEDICAL IMAGING",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": false,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 9248,
            "title": "Topical versus systemic capsaicin desensitization: specific and unspecific effects as indicated by modification or reflex micturition in rats.",
            "abstract": null,
            "authors": [
                "Maggi, CA",
                "Lippe, IT",
                "Giuliani, S",
                "Abelli, L",
                "Somma, V",
                "Geppetti, P",
                "Jancsó, G",
                "Santicioli, P",
                "Meli, A"
            ],
            "year": 1989,
            "source": "Neuroscience. 1989; 31(3):745-756",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1989AY13800016",
            "pubmed": "2480553",
            "doi": "10.1016/0306-4522(89)90438-7",
            "pmc": null,
            "organizations": [],
            "persons": [
                "9248-51832-6"
            ],
            "imported": null,
            "journal": "NEUROSCIENCE",
            "issn": "0306-4522",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 4.626,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.841584158415842,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "NEUROSCIENCES",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 9249,
            "title": "In vivo and in vitro suppression of lymphocyte function in Aspergillus sinusitis.",
            "abstract": null,
            "authors": [
                "Loidolt, D",
                "Mangge, H",
                "Wilders-Truschnig, M",
                "Beaufort, F",
                "Schauenstein, K"
            ],
            "year": 1989,
            "source": "Arch Otorhinolaryngol. 1989; 246(5):321-323",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1989AY19400026",
            "pubmed": "2686597",
            "doi": "10.1007/BF00463585",
            "pmc": null,
            "organizations": [],
            "persons": [
                "9249-51638-1",
                "9249-52854-6"
            ],
            "imported": null,
            "journal": "ARCH OTO-RHINO-LARYNGOL",
            "issn": "0302-9530",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 9250,
            "title": "Treatment of DIDMOAD syndrome with thiamine.",
            "abstract": null,
            "authors": [
                "Schwingshandl, J",
                "Borkenstein, M"
            ],
            "year": 1989,
            "source": "J PEDIAT. 1989; 115(5 Pt 1): 834-834. ",
            "category": 1,
            "document_type": 2,
            "sci": "ISI:A1989AY22300035",
            "pubmed": "2809920",
            "doi": "10.1016/S0022-3476(89)80677-8",
            "pmc": null,
            "organizations": [],
            "persons": [
                "9250-51654-6"
            ],
            "imported": "2010-06-01T17:56:26+02:00",
            "journal": "J PEDIAT",
            "issn": "0022-3476",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.609,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.957746478873239,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "PEDIATRICS",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 9251,
            "title": "Reducing secretions in enteral nutrition.",
            "abstract": null,
            "authors": [
                "Petritsch, W",
                "Smolle, KH",
                "Krejs, GJ"
            ],
            "year": 1989,
            "source": "Z Gastroenterol. 1989; 27 Suppl 2(31-32):75-77",
            "category": 1,
            "document_type": 3,
            "sci": "ISI:A1989AY67600020",
            "pubmed": "2575306",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "9251-51534-6",
                "9251-51536-2"
            ],
            "imported": null,
            "journal": "Z GASTROENTEROL",
            "issn": "0044-2771",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.68,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.431818181818182,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "GASTROENTEROLOGY & HEPATOLOGY",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": false,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 9252,
            "title": "Randomized comparison between gallopamil and diltiazem in angiography verified coronary heart disease",
            "abstract": null,
            "authors": [
                "Zenker, GD",
                "Rödl, S",
                "Genger, K"
            ],
            "year": 1989,
            "source": "Z KARDIOL. 1989; 78:  94-97. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1989AZ36900016",
            "pubmed": "2698570",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "9252-51709-6"
            ],
            "imported": "2010-06-22T17:10:46+02:00",
            "journal": "Z KARDIOL",
            "issn": "0300-5860",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.715,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.532258064516129,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "CARDIAC & CARDIOVASCULAR SYSTEMS",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 9254,
            "title": "The effects of the propranolol enantiomers on the intracardiac electrophysiological activities of Langendorff perfused hearts.",
            "abstract": null,
            "authors": [
                "Stark, G",
                "Stark, U",
                "Lueger, A",
                "Bertuch, H",
                "Pilger, E",
                "Pietsch, B",
                "Tritthart, HA",
                "Lindner, W"
            ],
            "year": 1989,
            "source": "Basic Res Cardiol. 1989; 84(5):461-468",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1989AZ40600002",
            "pubmed": "2818446",
            "doi": "10.1007/BF01908198",
            "pmc": null,
            "organizations": [],
            "persons": [
                "9254-51519-6",
                "9254-51541-6",
                "9254-51809-6"
            ],
            "imported": null,
            "journal": "BASIC RES CARDIOL",
            "issn": "0300-8428",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.873,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.693548387096774,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "CARDIAC & CARDIOVASCULAR SYSTEMS",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        }
    ]
}