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=151800&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=151820&ordering=-year",
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=151780&ordering=-year",
    "results": [
        {
            "id": 9256,
            "title": "Magnetic resonance imaging in children with acute hip pain.",
            "abstract": null,
            "authors": [
                "Ranner, G",
                "Ebner, F",
                "Fotter, R",
                "Linhart, W",
                "Justich, E"
            ],
            "year": 1989,
            "source": "PEDIAT RADIOL. 1989; 20:  67-71. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1989CA39300014",
            "pubmed": "2602019",
            "doi": "10.1007/BF02010637",
            "pmc": null,
            "organizations": [
                "9256-14108"
            ],
            "persons": [
                "9256-51557-6",
                "9256-51571-6"
            ],
            "imported": "2010-05-25T16:34:26+02:00",
            "journal": "PEDIAT RADIOL",
            "issn": "0301-0449",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.458,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.47887323943662,
            "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": true
        },
        {
            "id": 9257,
            "title": "Hypertrophic osteoarthropathy caused by lung metastasis of an osteosarcoma.",
            "abstract": null,
            "authors": [
                "Flueckiger, F",
                "Fotter, R",
                "Hausegger, K",
                "Urban, C"
            ],
            "year": 1989,
            "source": "PEDIAT RADIOL 1989 20: 128-130.",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1989CA39300037",
            "pubmed": "2602006",
            "doi": "10.1007/BF02010660",
            "pmc": null,
            "organizations": [],
            "persons": [
                "9257-51557-6"
            ],
            "imported": null,
            "journal": "PEDIAT RADIOL",
            "issn": "0301-0449",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 0.458,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.47887323943662,
            "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": 9258,
            "title": "Bone disease of primary hyperoxaluria in infancy.",
            "abstract": null,
            "authors": [
                "Ring, E",
                "Wendler, H",
                "Ratschek, M",
                "Zobel, G"
            ],
            "year": 1989,
            "source": "Pediatr Radiol. 1989; 20(1-2):131-133",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1989CA39300038",
            "pubmed": "2689979",
            "doi": "10.1007/BF02010661",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "PEDIAT RADIOL",
            "issn": "0301-0449",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 0.458,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.47887323943662,
            "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": 9259,
            "title": "MR findings in methotrexate-induced CNS abnormalities.",
            "abstract": null,
            "authors": [
                "Ebner, F",
                "Ranner, G",
                "Slavc, I",
                "Urban, C",
                "Kleinert, R",
                "Radner, H",
                "Einspieler, R",
                "Justich, E"
            ],
            "year": 1989,
            "source": "AJR Am J Roentgenol. 1989; 153(6):1283-1288",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1989CA65600033",
            "pubmed": "2816647",
            "doi": "10.2214/ajr.153.6.1283",
            "pmc": null,
            "organizations": [
                "9259-14108"
            ],
            "persons": [],
            "imported": null,
            "journal": "AMER J ROENTGENOL",
            "issn": "0361-803X",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 1.783,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.835443037974684,
            "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": 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": true
        },
        {
            "id": 9260,
            "title": "CHANGES IN THE OBSTETRICAL RISK OF ADOLESCENT PRIMIPARAS - A COMPARISON BETWEEN 1971-75 AND 1983-87",
            "abstract": null,
            "authors": [
                "WALCHER, W",
                "PETRU, E",
                "TSCHERNE, G",
                "TAMUSSINO, K"
            ],
            "year": 1989,
            "source": "ADOLESCENT PEDIAT GYNECOL. 1989; 2:  221-223. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1989CA71400003",
            "pubmed": null,
            "doi": "10.1016/S0932-8610(19)80098-1",
            "pmc": null,
            "organizations": [
                "9260-14063"
            ],
            "persons": [
                "9260-51634-2",
                "9260-51826-6",
                "9260-51624-6"
            ],
            "imported": "2010-06-22T17:00:57+02:00",
            "journal": "ADOLESCENT PEDIAT GYNECOL",
            "issn": "0932-8610",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.169,
            "impactfactor_year": 1994,
            "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": true
        },
        {
            "id": 9261,
            "title": "Vindesine-epirubicin versus vindesine-mitoxantrone in metastatic breast cancer.",
            "abstract": null,
            "authors": [
                "Hausmaninger, H",
                "Lehnert, M",
                "Steger, G",
                "Sevelda, P",
                "Michlmayr, G",
                "Hehenwarter, W",
                "Fridrik, M",
                "Samonigg, H",
                "Schiller, L",
                "Manfreda, D"
            ],
            "year": 1989,
            "source": "Onkologie. 1989; 12(5):225-229",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1989CB00200004",
            "pubmed": "2685688",
            "doi": "10.1159/000216651",
            "pmc": null,
            "organizations": [],
            "persons": [
                "9261-51532-6"
            ],
            "imported": null,
            "journal": "ONKOLOGIE",
            "issn": "0378-584X",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.38,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.173076923076923,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "ONCOLOGY",
            "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": 9262,
            "title": "The cardiac sodium channel shows a regular substate pattern indicating synchronized activity of several ion pathways instead of one.",
            "abstract": null,
            "authors": [
                "Schreibmayer, W",
                "Tritthart, HA",
                "Schindler, H"
            ],
            "year": 1989,
            "source": "Biochim Biophys Acta. 1989; 986(1):172-186",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1989CB37800025",
            "pubmed": "2573393",
            "doi": "10.1016/0005-2736(89)90288-5",
            "pmc": null,
            "organizations": [],
            "persons": [
                "9262-51519-6"
            ],
            "imported": null,
            "journal": "BIOCHIM BIOPHYS ACTA",
            "issn": "0006-3002",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.507,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.701754385964912,
            "impactfactor_norm_year": 1998,
            "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": 9263,
            "title": "A simple, one-step synthesis of N-acetyl-9-O-acetylneuraminic acid by enzymic transesterification mediated by porcine pancreas lipase in pyridine.",
            "abstract": null,
            "authors": [
                "Forstner, M",
                "Freytag, K",
                "Paschke, E"
            ],
            "year": 1989,
            "source": "CARBOHYD RES. 1989; 193(1): 294-295. ",
            "category": 1,
            "document_type": 10,
            "sci": "ISI:A1989CB39100029",
            "pubmed": "2611785",
            "doi": "10.1016/0008-6215(89)85130-4",
            "pmc": null,
            "organizations": [
                "9263-14048"
            ],
            "persons": [],
            "imported": "2010-05-25T14:01:54+02:00",
            "journal": "CARBOHYD RES",
            "issn": "0008-6215",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.569,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.829787234042553,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "CHEMISTRY, APPLIED",
            "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": 9264,
            "title": "Multiple apocrine hidrocystomas on the eyelids.",
            "abstract": null,
            "authors": [
                "Langer, K",
                "Konrad, K",
                "Smolle, J"
            ],
            "year": 1989,
            "source": "Am J Dermatopathol. 1989; 11(6):570-573",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1989CC04500011",
            "pubmed": "2604026",
            "doi": "10.1097/00000372-198912000-00011",
            "pmc": null,
            "organizations": [],
            "persons": [
                "9264-51617-6"
            ],
            "imported": null,
            "journal": "AMER J DERMATOPATHOL",
            "issn": "0193-1091",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 0.921,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.6,
            "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": 9265,
            "title": "In vitro chemosensitivity testing in the treatment of ovarian carcinoma.",
            "abstract": null,
            "authors": [
                "Auner, H",
                "Petru, E",
                "Hofmann, HM",
                "Pickel, H",
                "Pürstner, P"
            ],
            "year": 1989,
            "source": "Arch Gynecol Obstet. 1989; 246(4):227-231",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1989CD26400006",
            "pubmed": "2619337",
            "doi": "10.1007/BF00934523",
            "pmc": null,
            "organizations": [],
            "persons": [
                "9265-51624-6"
            ],
            "imported": null,
            "journal": "ARCH GYNECOL OBSTET",
            "issn": "0932-0067",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": 0.0377358490566038,
            "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
        },
        {
            "id": 9266,
            "title": "THE PATHOLOGIST IN THE OPERATION THEATER",
            "abstract": null,
            "authors": [
                "BEHAM, A",
                "URANUS, S"
            ],
            "year": 1989,
            "source": "AKTUEL CHIR. 1989; 24:  239-242. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1989CD29000004",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "9266-51612-6"
            ],
            "imported": "2010-03-04T16:03:28+01:00",
            "journal": "AKTUEL CHIR",
            "issn": "0001-785X",
            "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": 9267,
            "title": "Computed tomography of the larynx in the diagnosis of dysphonia",
            "abstract": null,
            "authors": [
                "Friedrich, G",
                "Kainz, J",
                "Schneider, GH",
                "Anderhuber, F"
            ],
            "year": 1989,
            "source": "Folia Phoniatr (Basel). 1989; 41(6):283-291",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1989CD36700005",
            "pubmed": "2599491",
            "doi": "10.1159/000265980",
            "pmc": null,
            "organizations": [],
            "persons": [
                "9267-51636-2"
            ],
            "imported": "2010-05-25T14:02:47+02:00",
            "journal": "FOLIA PHONIAT",
            "issn": "0015-5705",
            "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": 9268,
            "title": "Quantitative static and dynamic renal scintigraphy with diuresis stimulation in renovascular hypertension.",
            "abstract": null,
            "authors": [
                "Flueckiger, F",
                "Fueger, GF",
                "Hausegger, K",
                "Nicoletti, R",
                "Pogglitsch, H"
            ],
            "year": 1989,
            "source": "NUCL MED COMMUN. 1989; 10:  795-806. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1989CD65800004",
            "pubmed": "2689941",
            "doi": "10.1097/00006231-198911000-00004",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2010-05-25T14:01:03+02:00",
            "journal": "NUCL MED COMMUN",
            "issn": "0143-3636",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.078,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.544303797468354,
            "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": 9270,
            "title": "Is percutaneous liver biopsy using the Trucut (Travenol) needle superior to Menghini puncture?",
            "abstract": null,
            "authors": [
                "Judmaier, G",
                "Prior, C",
                "Klimpfinger, M",
                "Bernklau, E",
                "Vogel, W",
                "Dietze, O",
                "Denk, H"
            ],
            "year": 1989,
            "source": "Z Gastroenterol. 1989; 27(11):657-661",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1989CE23100002",
            "pubmed": "2618114",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "9270-51515-6"
            ],
            "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": 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": 9271,
            "title": "Perceived child rearing behavior by juvenile diabetics at the time of puberty",
            "abstract": null,
            "authors": [
                "Wisiak, UV",
                "Posch, C",
                "Kitzler, P"
            ],
            "year": 1989,
            "source": "PRAX KINDERPSYCHOL KINDERPSYC. 1989; 38(10): 354-357. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1989CE38800001",
            "pubmed": "2616532",
            "doi": "10.1097/00006199-198911000-00008",
            "pmc": null,
            "organizations": [],
            "persons": [
                "9271-51521-2"
            ],
            "imported": "2010-06-22T17:04:39+02:00",
            "journal": "PRAX KINDERPSYCHOL KINDERPSYC",
            "issn": "0032-7034",
            "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": 9272,
            "title": "Monitoring fluid shifts in humans: application of a new method.",
            "abstract": null,
            "authors": [
                "Hinghofer-Szalkay, H",
                "Haas, G",
                "Oser, H",
                "Kenner, T"
            ],
            "year": 1989,
            "source": "Aviat Space Environ Med. 1989; 60(1):23-28",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1989R653000004",
            "pubmed": "2923590",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "9272-51683-2"
            ],
            "imported": null,
            "journal": "AVIAT SPACE ENVIRON MED",
            "issn": "0095-6562",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.637,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.560747663551402,
            "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": 9273,
            "title": "Serial determination of anthracycline poisoning in children",
            "abstract": null,
            "authors": [
                "Stein, JI",
                "Langevin, A",
                "Benson, LN",
                "Souza, MD",
                "Wilson, G",
                "Chan, H"
            ],
            "year": 1989,
            "source": "Wien Klin Wochenschr. 1989; 101(1):45-48",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1989R675600009",
            "pubmed": "2913725",
            "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": 9274,
            "title": "Human papillomavirus 16 DNA in cervical cancers and in lymph nodes of cervical cancer patients: a diagnostic marker for early metastases?",
            "abstract": null,
            "authors": [
                "Fuchs, PG",
                "Girardi, F",
                "Pfister, H"
            ],
            "year": 1989,
            "source": "Int J Cancer. 1989; 43(1):41-44",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1989R739800009",
            "pubmed": "2536006",
            "doi": "10.1002/ijc.2910430110",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "INT J CANCER",
            "issn": "0020-7136",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 3.276,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.865384615384615,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "ONCOLOGY",
            "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": 9275,
            "title": "Evidence for an involvement of substance P, but not cholecystokinin-like peptides, in hexamethonium-resistant intestinal peristalsis.",
            "abstract": null,
            "authors": [
                "Barthó, L",
                "Holzer, P",
                "Leander, S",
                "Lembeck, F"
            ],
            "year": 1989,
            "source": "NEUROSCIENCE 1989 28: 211-217.",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1989R768100019",
            "pubmed": "2474770",
            "doi": "10.1016/0306-4522(89)90245-5",
            "pmc": null,
            "organizations": [
                "9275-14022"
            ],
            "persons": [
                "9275-51529-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": 9277,
            "title": "Is there any correlation between platelet aggregation, plasma lipoproteins, apoproteins and membrane fluidity of human blood platelets?",
            "abstract": null,
            "authors": [
                "Malle, E",
                "Gries, A",
                "Kostner, GM",
                "Pfeiffer, K",
                "Nimpf, J",
                "Hermetter, A"
            ],
            "year": 1989,
            "source": "Thromb Res. 1989; 53(2):181-190",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1989R922500008",
            "pubmed": "2922706",
            "doi": "10.1016/0049-3848(89)90378-2",
            "pmc": null,
            "organizations": [
                "9277-14010",
                "9277-14013"
            ],
            "persons": [
                "9277-51669-6",
                "9277-51833-2"
            ],
            "imported": null,
            "journal": "THROMB RES",
            "issn": "0049-3848",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.165,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.512820512820513,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "PERIPHERAL VASCULAR DISEASE",
            "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": true
        }
    ]
}