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=154960&ordering=-year
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 157150,
    "next": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=154980&ordering=-year",
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=154940&ordering=-year",
    "results": [
        {
            "id": 128642,
            "title": "Cycloxygenasehemmer und Phosphodiesterasehemmer als Kombinationstherapie bei peripherer Arteriosklerose - Ergebniss einer Doppelblindstudie",
            "abstract": null,
            "authors": [
                "Pilger,E",
                "Biffl,E",
                "Hagenauer,E",
                "Friess,J",
                ""
            ],
            "year": 1983,
            "source": "4.Gemeinsame Jahrestagung der Angiologische Gesellschaften Deutschlands, Östererichs und der Schweiz; OKT  13 -15, 1983; Wien. 1983. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "128642-51541"
            ],
            "imported": "2013-05-31T19:17:06+02:00",
            "journal": null,
            "issn": null,
            "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": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": true,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 128643,
            "title": "Platelet sensitivity und cerebral blood flow in migraine",
            "abstract": null,
            "authors": [
                "Lechner,H",
                "Ott,E",
                "Fazekas,F",
                "Marguc,K",
                "Pilger,E",
                ""
            ],
            "year": 1983,
            "source": "11th Int. Conference of the Worl federation of Neurology; SEP 23-25, 1983; Salzburg. 1983. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "128643-51541"
            ],
            "imported": "2013-05-31T19:19:14+02:00",
            "journal": null,
            "issn": null,
            "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": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": true,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": true,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 137812,
            "title": "Möglichkeiten der ambulanten Chemotherapie maligner Lymphome",
            "abstract": null,
            "authors": [
                "Linkesch, W."
            ],
            "year": 1983,
            "source": "Gesellschaft der Ärzte in Wien; Juni, 11, 1983; Wien, AUSTRIA. 1983. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2014-07-09T16:35:32+02:00",
            "journal": null,
            "issn": null,
            "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": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": true,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 7897,
            "title": "Human pial vascular reactions to intravenous Nimodipine-infusion during EC-IC bypass surgery.",
            "abstract": null,
            "authors": [
                "Auer, LM",
                "Oberbauer, RW",
                "Schalk, HV"
            ],
            "year": 1983,
            "source": "Stroke. 1983; 14(2):210-213",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1983QH59100010",
            "pubmed": "6836645",
            "doi": "10.1161/01.STR.14.2.210",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "STROKE",
            "issn": "0039-2499",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 4.526,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.952,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "CLINICAL NEUROLOGY",
            "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": 149857,
            "title": "Evaluation of biological effects of a new material for matrix-retard-tablets in tissue culture.",
            "abstract": null,
            "authors": [
                "Pfragner, R",
                "Korsatko, W",
                "Wabnegg, B",
                "Walser, V"
            ],
            "year": 1983,
            "source": "Joint Congress of the European Tissue Culture Society (ETCS) and the European Reticuloendothelial Society (EURES); MAY 9-13, 1983; Budapest, Hungary. 1983. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2016-01-27T13:33:22+01:00",
            "journal": null,
            "issn": null,
            "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": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": true,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 8077,
            "title": "Phenyldiguanide and capsaicin stimulate functionally different populations of afferent C-fibers.",
            "abstract": null,
            "authors": [
                "Skofitsch, G",
                "Saria, A",
                "Lembeck, F"
            ],
            "year": 1983,
            "source": "NEUROSCI LETT. 1983; 42(1): 89-94. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1983RW01400016",
            "pubmed": "6657151",
            "doi": "10.1016/0304-3940(83)90427-5",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2009-10-08T16:18:33+02:00",
            "journal": "NEUROSCI LETT",
            "issn": "0304-3940",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.703,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.618811881188119,
            "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": 163157,
            "title": "Uptake and Distribution of TDM 85530 in Mouse Macrophages and Rat Fibroblasts.",
            "abstract": null,
            "authors": [
                "Tatzber, F",
                "Lam, C",
                "Zenebergh, A",
                "Schuster, I",
                "Tulkens, P"
            ],
            "year": 1983,
            "source": "Proceedings of the 13th International Congress of Radiotherapy. 1983; -13th International Congress of Radiotherapy; AUG 28-SEP 2, 1983; Vienna, Austria. ",
            "category": 2,
            "document_type": 19,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2017-10-26T12:16:28+02:00",
            "journal": null,
            "issn": null,
            "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": null,
            "conference_name": true,
            "conference_place": true,
            "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": 117499,
            "title": "Absorption of phosphate in the jejunum of patients with chronic renal failure before and after correction of vitamin D deficiency.",
            "abstract": null,
            "authors": [
                "Davis, GR",
                "Zerwekh, JE",
                "Parker, TF",
                "Krejs, GJ",
                "Pak, CY",
                "Fordtran, JS"
            ],
            "year": 1983,
            "source": "Gastroenterology. 1983; 85(4):908-916",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1983RH85500017",
            "pubmed": "6688402",
            "doi": "10.1016/0016-5085(83)90443-2",
            "pmc": null,
            "organizations": [],
            "persons": [
                "117499-51534-6"
            ],
            "imported": "2012-02-15T01:00:00+01:00",
            "journal": "Gastroenterology",
            "issn": "0016-5085",
            "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": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 19464,
            "title": "Neopterin as a new biochemical marker for diagnosis of allograft rejection. Experience based upon evaluation of 100 consecutive cases.",
            "abstract": null,
            "authors": [
                "Margreiter, R",
                "Fuchs, D",
                "Hausen, A",
                "Huber, C",
                "Reibnegger, G",
                "Spielberger, M",
                "Wachter, H"
            ],
            "year": 1983,
            "source": "Transplantation. 1983; 36(6):650-653",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1983RV04000013",
            "pubmed": "6362141",
            "doi": "10.1097/00007890-198336060-00013",
            "pmc": null,
            "organizations": [],
            "persons": [
                "19464-50569-6"
            ],
            "imported": null,
            "journal": "TRANSPLANTATION",
            "issn": "0041-1337",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.929,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.9765625,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "SURGERY",
            "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": 60977,
            "title": "Characterization of non-lymphoid cells in Peyer's patches of the rat.",
            "abstract": null,
            "authors": [
                "Sminia, T",
                "Wilders, MM",
                "Janse, EM",
                "Hoefsmit, EC"
            ],
            "year": 1983,
            "source": "Immunobiology. 1983; 164(2):136-143",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1983QL44700005",
            "pubmed": "6574104",
            "doi": "10.1016/S0171-2985(83)80005-9",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2006-11-13T01:00:00+01:00",
            "journal": "Immunobiology",
            "issn": "0171-2985",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.088,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.433333333333333,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "IMMUNOLOGY",
            "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": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 19475,
            "title": "Pteridines as a new marker to detect human T cells activated by allogeneic or modified self major histocompatibility complex (MHC) determinants.",
            "abstract": null,
            "authors": [
                "Huber, C",
                "Fuchs, D",
                "Hausen, A",
                "Margreiter, R",
                "Reibnegger, G",
                "Spielberger, M",
                "Wachter, H"
            ],
            "year": 1983,
            "source": "J Immunol. 1983; 130(3):1047-1050",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1983QC72100009",
            "pubmed": "6296230",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "19475-50569-6"
            ],
            "imported": null,
            "journal": "J IMMUNOL",
            "issn": "0022-1767",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 7.383,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.941666666666667,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "IMMUNOLOGY",
            "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": 7938,
            "title": "Studies on the role of specific cell surface receptors in the removal of lipoprotein (a) in man.",
            "abstract": null,
            "authors": [
                "Krempler, F",
                "Kostner, GM",
                "Roscher, A",
                "Haslauer, F",
                "Bolzano, K",
                "Sandhofer, F"
            ],
            "year": 1983,
            "source": "J Clin Invest. 1983; 71(5):1431-1441",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1983QR78900042",
            "pubmed": "6304146",
            "doi": "10.1172/JCI110896",
            "pmc": "PMC437007",
            "organizations": [],
            "persons": [
                "7938-51669-6"
            ],
            "imported": null,
            "journal": "J CLIN INVEST",
            "issn": "0021-9738",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 8.467,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.972222222222222,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "MEDICINE, RESEARCH & EXPERIMENTAL",
            "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": 19467,
            "title": "Elevated urinary neopterin levels in patients with the acquired immunodeficiency syndrome (AIDS). A preliminary report.",
            "abstract": null,
            "authors": [
                "Wachter, H",
                "Fuchs, D",
                "Hausen, A",
                "Huber, C",
                "Knosp, O",
                "Reibnegger, G",
                "Spira, TJ"
            ],
            "year": 1983,
            "source": "Hoppe Seylers Z Physiol Chem. 1983; 364(9):1345-1346",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1983RH92400432",
            "pubmed": "6629341",
            "doi": "10.1515/bchm2.1983.364.2.1345",
            "pmc": null,
            "organizations": [],
            "persons": [
                "19467-50569-6"
            ],
            "imported": null,
            "journal": "HOPPE-SEYLERS Z PHYSIOL CHEM",
            "issn": "0018-4888",
            "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": 19469,
            "title": "Urinary neopterin excretion in coeliac disease.",
            "abstract": null,
            "authors": [
                "Fuchs, D",
                "Granditsch, G",
                "Hausen, A",
                "Reibnegger, G",
                "Wachter, H"
            ],
            "year": 1983,
            "source": "Lancet. 1983; 2(8347):463-464",
            "category": 1,
            "document_type": 2,
            "sci": "ISI:A1983RD19300059",
            "pubmed": "6135954",
            "doi": "10.1016/S0140-6736(83)90437-3",
            "pmc": null,
            "organizations": [],
            "persons": [
                "19469-50569-6"
            ],
            "imported": null,
            "journal": "LANCET",
            "issn": "0140-6736",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 17.332,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.990654205607477,
            "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": 193689,
            "title": "Ergebnisse der chirurgischen Therapie der chronischen Pankreatitis in zehn Jahren.",
            "abstract": null,
            "authors": [
                "Zalaudek G, Giebler A, Mischinger HJ"
            ],
            "year": 1983,
            "source": "2. Colloquium pankreatologicum; 03.02.1983; Bad Kühlungsborn, DDR. 1983. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "193689-51595"
            ],
            "imported": "2022-02-28T12:45:07+01:00",
            "journal": null,
            "issn": null,
            "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": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": true,
            "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": 193690,
            "title": "Wert der Sono- und Computertomographie für die Operationsindikation bei nekrotischer Pankreatitis.",
            "abstract": null,
            "authors": [
                "Zalaudek G, Tölly E, Schneider H, Mischinger HJ, Steindorfer P"
            ],
            "year": 1983,
            "source": "3. Grazer Radiologisches Symposion; 03.10.1983; Graz, Österreich. 1983. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "193690-51595"
            ],
            "imported": "2022-02-28T12:50:55+01:00",
            "journal": null,
            "issn": null,
            "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": null,
            "conference_name": true,
            "conference_place": true,
            "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": 7912,
            "title": "Release of histamine by neuropeptides from the perfused rat hindquarter.",
            "abstract": null,
            "authors": [
                "Skofitsch, G",
                "Donnerer, J",
                "Petronijevic, S",
                "Saria, A",
                "Lembeck, F"
            ],
            "year": 1983,
            "source": "Naunyn Schmiedebergs Arch Pharmacol. 1983; 322(2):153-157",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1983QL57200010",
            "pubmed": "6191225",
            "doi": "10.1007/BF00512389",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "NAUNYN-SCHMIED ARCH PHARMACOL",
            "issn": "0028-1298",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.813,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.831460674157303,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "PHARMACOLOGY & PHARMACY",
            "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": 7906,
            "title": "Accidental fatal formaldehyde poisoning",
            "abstract": null,
            "authors": [
                "Eichler, HG",
                "Hruby, K",
                "Katschnig, MJ",
                "Leinzinger, P"
            ],
            "year": 1983,
            "source": "Wien Klin Wochenschr. 1983; 95(7):243-245",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1983QK41500006",
            "pubmed": "6880208",
            "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": true,
            "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": 7872,
            "title": "Risk factors for peripheral atherosclerosis. Retrospective evaluation by stepwise discriminant analysis.",
            "abstract": null,
            "authors": [
                "Pilger, E",
                "Pristautz, H",
                "Pfeiffer, KP",
                "Kostner, G"
            ],
            "year": 1983,
            "source": "Arteriosclerosis. 1983; 3(1):57-63",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1983PZ41800007",
            "pubmed": "6401992",
            "doi": "10.1161/01.ATV.3.1.57",
            "pmc": null,
            "organizations": [],
            "persons": [
                "7872-51541-2",
                "7872-51669-6"
            ],
            "imported": null,
            "journal": "ARTERIOSCLEROSIS-J VASC BIOL",
            "issn": "0276-5047",
            "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": 7754,
            "title": "Site and origin of squamous cervical cancer: a histomorphologic study.",
            "abstract": null,
            "authors": [
                "Burghardt, E",
                "Ostör, AG"
            ],
            "year": 1983,
            "source": "Obstet Gynecol. 1983; 62(1):117-127",
            "category": 1,
            "document_type": 3,
            "sci": "ISI:A1983QX82400024",
            "pubmed": "6856213",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "OBSTET GYNECOL",
            "issn": "0029-7844",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.087,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.886792452830189,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "OBSTETRICS & GYNECOLOGY",
            "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
        }
    ]
}