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=154720&ordering=imported
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 157186,
    "next": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=154740&ordering=imported",
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=154700&ordering=imported",
    "results": [
        {
            "id": 7553,
            "title": "CEFOPERAZONE IN COMPLICATED URINARY-TRACT INFECTIONS",
            "abstract": null,
            "authors": [
                "ZANGGER, J",
                "TAUFER, M",
                "KRATOCHVIL, K"
            ],
            "year": 1981,
            "source": "INFECTION 1981 9: S40-S43.",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1981MC60200009",
            "pubmed": null,
            "doi": "10.1007/BF01641038",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "INFECTION",
            "issn": "0300-8126",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.915,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.388888888888889,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "INFECTIOUS DISEASES",
            "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": 7554,
            "title": "Cutaneous malignant lymphomata. Older ideas and newer concepts (author's transl)",
            "abstract": null,
            "authors": [
                "Kresbach, H"
            ],
            "year": 1981,
            "source": "MMW Munch Med Wochenschr. 1981; 123(35):1291-1296",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1981MC83300012",
            "pubmed": "6793847",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "MUNCHEN MED WOCHENSCHR",
            "issn": "0341-3098",
            "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": 6040,
            "title": "Addendum - 4th Symposium in Graz Blood-Transfusion and Blood-Coagulation in the Perioperative Phase - Foreword",
            "abstract": null,
            "authors": [
                "Gombotz, H",
                "Schramm, W"
            ],
            "year": 1997,
            "source": "INFUSIONSTHERAPIE    1997 24: 38-38.",
            "category": 1,
            "document_type": 4,
            "sci": "ISI:A1997WR12200007",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "6040-14044"
            ],
            "persons": [],
            "imported": null,
            "journal": "INFUSIONSTHERAPIE   ",
            "issn": "1019-8466",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.231,
            "impactfactor_year": 1997,
            "impactfactor_norm": 0.0677966101694915,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "HEMATOLOGY",
            "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": 6039,
            "title": "Exchange transfusion for severe falciparum malaria?",
            "abstract": null,
            "authors": [
                "Reisinger, EC",
                "Silly, HL",
                "Smolle, KH",
                "Krejs, GJ"
            ],
            "year": 1992,
            "source": "Infection. 1992; 20(3):174-175",
            "category": 1,
            "document_type": 2,
            "sci": "ISI:A1992JC83100019",
            "pubmed": "1644497",
            "doi": "10.1007/BF01704617",
            "pmc": null,
            "organizations": [],
            "persons": [
                "6039-51534-6",
                "6039-51857-6"
            ],
            "imported": null,
            "journal": "INFECTION           ",
            "issn": "0300-8126",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 0.915,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.388888888888889,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "INFECTIOUS 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": 6038,
            "title": "Plague and Glasnost. First information about human cases in the USSR in 1989 and 1990.",
            "abstract": null,
            "authors": [
                "Velimirovic, B"
            ],
            "year": 1990,
            "source": "Infection. 1990; 18(6):388-393",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1990EQ93100018",
            "pubmed": "2076913",
            "doi": "10.1007/BF01646417",
            "pmc": null,
            "organizations": [
                "6038-14024"
            ],
            "persons": [],
            "imported": null,
            "journal": "INFECTION           ",
            "issn": "0300-8126",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.915,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.388888888888889,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "INFECTIOUS 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": 7557,
            "title": "COMMENT ON THE PROTON-PROTON T MATRIX FOR THE GRAZ SEPARABLE INTERACTION",
            "abstract": null,
            "authors": [
                "VANHAERINGEN, H",
                "KOK, LP",
                "PLESSAS, W"
            ],
            "year": 1981,
            "source": "J PHYS G-NUCL PARTICLE PHYS 1981 7: -.",
            "category": 1,
            "document_type": 2,
            "sci": "ISI:A1981MD95500001",
            "pubmed": null,
            "doi": "10.1088/0305-4616/7/9/001",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "J PHYS G-NUCL PARTICLE PHYS",
            "issn": "0954-3899",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.142,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.555555555555556,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "PHYSICS, NUCLEAR",
            "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": 6035,
            "title": "Bone marrow granulomas in hairy cell leukaemia.",
            "abstract": null,
            "authors": [
                "Schmidt, HH",
                "Höfler, G",
                "Beham-Schmid, C",
                "Sill, H",
                "Linkesch, W"
            ],
            "year": 1996,
            "source": "Histopathology. 1996; 29(3):291-292",
            "category": 1,
            "document_type": 2,
            "sci": "ISI:A1996VH05000016",
            "pubmed": "8884362",
            "doi": "10.1111/j.1365-2559.1996.tb01409.x",
            "pmc": null,
            "organizations": [
                "6035-14020"
            ],
            "persons": [
                "6035-51857-6",
                "6035-52903-2"
            ],
            "imported": null,
            "journal": "HISTOPATHOLOGY      ",
            "issn": "0309-0167",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.734,
            "impactfactor_year": 1996,
            "impactfactor_norm": 0.75,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "PATHOLOGY",
            "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": 6034,
            "title": "Micronodular hyperplasia of type II pneumocytes.",
            "abstract": null,
            "authors": [
                "Popper, HH"
            ],
            "year": 1992,
            "source": "Histopathology. 1992; 20(3):281-281",
            "category": 1,
            "document_type": 2,
            "sci": "ISI:A1992HK97200019",
            "pubmed": "1563720",
            "doi": "10.1111/j.1365-2559.1992.tb00979.x",
            "pmc": null,
            "organizations": [
                "6034-14020"
            ],
            "persons": [],
            "imported": null,
            "journal": "HISTOPATHOLOGY      ",
            "issn": "0309-0167",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 1.829,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.75,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "PATHOLOGY",
            "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": 7558,
            "title": "Increase in tissue concentrations of histamine and 5-hydroxytryptamine following capsaicin treatment of newborn rats.",
            "abstract": null,
            "authors": [
                "Holzer, P",
                "Saria, A",
                "Skofitsch, G",
                "Lembeck, F"
            ],
            "year": 1981,
            "source": "LIFE SCI 1981 29: 1099-1105.",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1981ME12200004",
            "pubmed": "7289775",
            "doi": "10.1016/0024-3205(81)90197-1",
            "pmc": null,
            "organizations": [
                "7558-14022"
            ],
            "persons": [
                "7558-51529-2"
            ],
            "imported": null,
            "journal": "LIFE SCI",
            "issn": "0024-3205",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.5,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.803370786516854,
            "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": 7560,
            "title": "Valproic acid -- clinical efficiency and serum concentration in the treatment of petit mal epilepsy in childhood (author's transl)",
            "abstract": null,
            "authors": [
                "Fritsch, G",
                "Haidvogl, M",
                "Gleispach, H",
                "Ladurner, G"
            ],
            "year": 1981,
            "source": "Padiatr Padol. 1981; 16(4):481-488",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1981ML83500014",
            "pubmed": "6795573",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "PADIATR PADOL",
            "issn": "0030-9338",
            "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": 6030,
            "title": "Clear cell carcinoma arising in extragonadal endometriosis in a Caeserean section scar during pregnancy.",
            "abstract": null,
            "authors": [
                "Gücer, F",
                "Pieber, D"
            ],
            "year": 1999,
            "source": "Gynecol Oncol. 1999; 73(2):337-337",
            "category": 1,
            "document_type": 2,
            "sci": "ISI:000080325000030",
            "pubmed": "10329059",
            "doi": "10.1006/gyno.1999.5389",
            "pmc": null,
            "organizations": [
                "6030-14038"
            ],
            "persons": [],
            "imported": null,
            "journal": "GYNECOL ONCOL       ",
            "issn": "0090-8258",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.86,
            "impactfactor_year": 1999,
            "impactfactor_norm": 0.803571428571429,
            "impactfactor_norm_year": 1999,
            "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
        },
        {
            "id": 6029,
            "title": "Diagnostic and Therapeutic Management of B19 Parvovirus Infections During Pregnancy",
            "abstract": null,
            "authors": [
                "Muller, T",
                "Rempen, A"
            ],
            "year": 1997,
            "source": "GEBURTSH FRAUENHEILK 1997 57:  M201-M201.",
            "category": 1,
            "document_type": 2,
            "sci": "ISI:A1997YD43100018",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "6029-14038"
            ],
            "persons": [],
            "imported": null,
            "journal": "GEBURTSH FRAUENHEILK",
            "issn": "0016-5751",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.395,
            "impactfactor_year": 1997,
            "impactfactor_norm": 0.169811320754717,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "OBSTETRICS & GYNECOLOGY",
            "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": 7562,
            "title": "Double meningiomas with arachnoidal cyst. A rare combination",
            "abstract": null,
            "authors": [
                "Lepuschütz, H",
                "Sager, WD",
                "Schröttner, O"
            ],
            "year": 1981,
            "source": "Computertomographie. 1981; 1(1):33-34",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1981MM12100006",
            "pubmed": "7186836",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "COMPUTERTOMOGRAPHIE",
            "issn": "0720-0501",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "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": 6027,
            "title": "Human low density lipoprotein as a target of hypochlorite generated by myeloperoxidase.",
            "abstract": null,
            "authors": [
                "Jerlich, A",
                "Fabjan, JS",
                "Tschabuschnig, S",
                "Smirnova, AV",
                "Horakova, L",
                "Hayn, M",
                "Auer, H",
                "Guttenberger, H",
                "Leis, HJ",
                "Tatzber, F",
                "Waeg, G",
                "Schaur, RJ"
            ],
            "year": 1998,
            "source": "Free Radic Biol Med. 1998; 24(7-8):1139-1148",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000073801200010",
            "pubmed": "9626568",
            "doi": "10.1016/S0891-5849(97)00439-5",
            "pmc": null,
            "organizations": [
                "6027-14048"
            ],
            "persons": [],
            "imported": null,
            "journal": "FREE RADICAL BIO MED",
            "issn": "0891-5849",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 4.348,
            "impactfactor_year": 1998,
            "impactfactor_norm": 0.879518072289157,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "ENDOCRINOLOGY & METABOLISM",
            "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": 6026,
            "title": "Trp Proteins Form Store-Operated Cation Channels in Human Vascular Endothelial-Cells (Vol 437, Pg 101, 1998)",
            "abstract": null,
            "authors": [
                "Groschner, K",
                "Hingel, S",
                "Lintschinger, B",
                "Balzer, M",
                "Romanin, C",
                "Zhu, X",
                "Schreibmayer, W"
            ],
            "year": 1999,
            "source": "FEBS LETT            1999 442: 122-122.",
            "category": 1,
            "document_type": 8,
            "sci": "ISI:000078002600027",
            "pubmed": null,
            "doi": "10.1016/S0014-5793(98)01580-4",
            "pmc": null,
            "organizations": [
                "6026-14011"
            ],
            "persons": [
                "6026-78591-2"
            ],
            "imported": null,
            "journal": "FEBS LETT           ",
            "issn": "0014-5793",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 3.72,
            "impactfactor_year": 1999,
            "impactfactor_norm": 0.854545454545455,
            "impactfactor_norm_year": 1999,
            "impactfactor_norm_category": "BIOPHYSICS",
            "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": 6025,
            "title": "Environmental influence on age-related changes of human lymphocyte membrane viscosity using severe combined immunodeficiency mice as an in vivo model.",
            "abstract": null,
            "authors": [
                "Maczek, C",
                "Böck, G",
                "Jürgens, G",
                "Schönitzer, D",
                "Dietrich, H",
                "Wick, G"
            ],
            "year": 1998,
            "source": "Exp Gerontol. 1998; 33(5):485-498",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000075060400010",
            "pubmed": "9762526",
            "doi": "10.1016/S0531-5565(98)00011-4",
            "pmc": null,
            "organizations": [
                "6025-14013"
            ],
            "persons": [
                "6025-51511-6"
            ],
            "imported": null,
            "journal": "EXP GERONTOL        ",
            "issn": "0531-5565",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.639,
            "impactfactor_year": 1998,
            "impactfactor_norm": 0.863636363636364,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "GERIATRICS & GERONTOLOGY",
            "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": 6023,
            "title": "Dangers of recreational helmet use in playgrounds.",
            "abstract": null,
            "authors": [
                "Triebl, K",
                "Dittrich, S",
                "Nöres, H",
                "Mayr, J"
            ],
            "year": 1997,
            "source": "Eur J Pediatr. 1997; 156(11):895-895",
            "category": 1,
            "document_type": 2,
            "sci": "ISI:A1997YF78500021",
            "pubmed": "9392411",
            "doi": "10.1007/BF03260100",
            "pmc": null,
            "organizations": [
                "6023-14049"
            ],
            "persons": [],
            "imported": null,
            "journal": "EUR J PEDIATR       ",
            "issn": "0340-6199",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 0.926,
            "impactfactor_year": 1997,
            "impactfactor_norm": 0.732394366197183,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "PEDIATRICS",
            "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": 7566,
            "title": "Chemotherapy of non-hodgkin's lymphomas (author's transl)",
            "abstract": null,
            "authors": [
                "Fereberger, W",
                "Neubauer, M"
            ],
            "year": 1981,
            "source": "Acta Med Austriaca. 1981; 8(1):1-6",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1981MM81100001",
            "pubmed": "7234308",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "ACTA MED AUST",
            "issn": "0303-8173",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.368,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.504672897196262,
            "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": 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": 6020,
            "title": "Hypersensitivity reaction to intranasal gonadotropin-releasing hormone.",
            "abstract": null,
            "authors": [
                "Mayr, J",
                "Aigner, R"
            ],
            "year": 1995,
            "source": "EUR J PEDIATR        1995 154: 248-248.",
            "category": 1,
            "document_type": 2,
            "sci": "ISI:A1995QH20400027",
            "pubmed": "7758533",
            "doi": "10.1007%2FBF01954288",
            "pmc": null,
            "organizations": [
                "6020-14049",
                "6020-14054"
            ],
            "persons": [
                "6020-51727-6"
            ],
            "imported": null,
            "journal": "EUR J PEDIATR       ",
            "issn": "0340-6199",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 1.073,
            "impactfactor_year": 1995,
            "impactfactor_norm": 0.732394366197183,
            "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": 6019,
            "title": "Sticker causing airway obstruction.",
            "abstract": null,
            "authors": [
                "Mayr, J",
                "Purtscher, K",
                "Noeres, H",
                "Mayr-Koci, M"
            ],
            "year": 1996,
            "source": "Eur J Pediatr. 1996; 155(3):254-255",
            "category": 1,
            "document_type": 2,
            "sci": "ISI:A1996TV24200025",
            "pubmed": "8929739",
            "doi": "10.1007%2FBF01953950",
            "pmc": null,
            "organizations": [
                "6019-14049"
            ],
            "persons": [],
            "imported": null,
            "journal": "EUR J PEDIATR       ",
            "issn": "0340-6199",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 1.127,
            "impactfactor_year": 1996,
            "impactfactor_norm": 0.732394366197183,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "PEDIATRICS",
            "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
        }
    ]
}