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=154740&ordering=-year
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 157167,
    "next": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=154760&ordering=-year",
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=154720&ordering=-year",
    "results": [
        {
            "id": 7970,
            "title": "Rare forms of extraperitoneal abscess and fistula formation",
            "abstract": null,
            "authors": [
                "Ornig, H",
                "Lechner, P"
            ],
            "year": 1984,
            "source": "Zentralbl Chir. 1984; 109(10):675-680",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1984SW10400006",
            "pubmed": "6485611",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "ZBL CHIR",
            "issn": "0044-409X",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 0.128,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.28125,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "SURGERY",
            "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": 7971,
            "title": "The timing of amniotomy: its effect on mother and infant",
            "abstract": null,
            "authors": [
                "Motter, WJ",
                "Weiss, PA"
            ],
            "year": 1984,
            "source": "Wien Klin Wochenschr. 1984; 96(12):446-450",
            "category": 1,
            "document_type": 3,
            "sci": "ISI:A1984SW39300002",
            "pubmed": "6475070",
            "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": 7972,
            "title": "Reconstructive surgery for tracheobronchial injuries including complete disruption of the right main bronchus.",
            "abstract": null,
            "authors": [
                "Jüttner, FM",
                "Pinter, H",
                "Popper, H",
                "Ratschek, M",
                "Friehs, GB"
            ],
            "year": 1984,
            "source": "Thorac Cardiovasc Surg. 1984; 32(3):174-177",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1984SW55400009",
            "pubmed": "6206598",
            "doi": "10.1055/s-2007-1023377",
            "pmc": null,
            "organizations": [],
            "persons": [
                "7972-51615-2"
            ],
            "imported": null,
            "journal": "THORAC CARDIOVASC SURG",
            "issn": "0171-6425",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 0.453,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.421875,
            "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": 7973,
            "title": "Immunoreactive substance P in the tubero-hypophyseal system of the rat: selective decrease in the neural lobe after dehydration and sodium loading.",
            "abstract": null,
            "authors": [
                "Holzbauer, M",
                "Donnerer, J",
                "Holzer, P",
                "Schluet, W",
                "Lembeck, F",
                "Sharman, DF"
            ],
            "year": 1984,
            "source": "Neurosci Lett. 1984; 47(1):23-28",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1984SW56800004",
            "pubmed": "6205329",
            "doi": "10.1016/0304-3940(84)90380-X",
            "pmc": null,
            "organizations": [
                "7973-14022"
            ],
            "persons": [
                "7973-51529-6"
            ],
            "imported": null,
            "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": 7974,
            "title": "HISTOGENESIS OF CERVICAL INTRAEPITHELIAL NEOPLASIA - REPLY.",
            "abstract": null,
            "authors": [
                "BURGHARDT, E",
                "OSTOR, AG"
            ],
            "year": 1984,
            "source": "OBSTET GYNECOL. 1984; 63(5): 756-757. ",
            "category": 1,
            "document_type": 2,
            "sci": "ISI:A1984SW66000028",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "7974-14038"
            ],
            "persons": [],
            "imported": "2009-04-29T11:36:18+02:00",
            "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": 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": 7975,
            "title": "Diabetic osteoarthropathy",
            "abstract": null,
            "authors": [
                "Ulreich, A",
                "Stradner, F",
                "Schreyer, H",
                "Rainer, F"
            ],
            "year": 1984,
            "source": "Wien Med Wochenschr. 1984; 134(11):265-269",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1984SW96800004",
            "pubmed": "6464472",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "WIEN MED WOCHENSCHR",
            "issn": "0043-5341",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": 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": 7976,
            "title": "Venous valves in the large branches of superior vena cava",
            "abstract": null,
            "authors": [
                "Anderhuber, F"
            ],
            "year": 1984,
            "source": "ACTA ANAT. 1984; 119(3): 184-192. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1984SX04500010",
            "pubmed": "6380191",
            "doi": "10.1159/000145883",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2009-10-08T16:51:33+02:00",
            "journal": "ACTA ANAT",
            "issn": "0001-5180",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.64,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.529411764705882,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "ANATOMY & MORPHOLOGY",
            "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": 7977,
            "title": "CARDIAC AMYLOIDOSIS - DIAGNOSTICS BY TWO-DIMENSIONAL ECHOCARDIOGRAPHY - A CASE-REPORT",
            "abstract": null,
            "authors": [
                "ZENKER, G",
                "BLANKE, M",
                "HARNONCOURT, K"
            ],
            "year": 1984,
            "source": "HERZ KREISLAUF 1984 16: 100-103.",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1984SY11600006",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "HERZ KREISLAUF",
            "issn": "0046-7324",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.044,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.0769230769230769,
            "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": 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": 7978,
            "title": "Results of a screening program for prenatal infections in low-birth weight infants",
            "abstract": null,
            "authors": [
                "Rosanelli, K",
                "Mayer, O",
                "Stünzner, D",
                "Zeichen, H"
            ],
            "year": 1984,
            "source": "Zentralbl Gynakol. 1984; 106(11):721-724",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1984SY21700004",
            "pubmed": "6475382",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "ZBL GYNAKOL",
            "issn": "0044-4197",
            "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": 7979,
            "title": "Therapy of proximal trochanteric fractures using elastic round nails",
            "abstract": null,
            "authors": [
                "Resch, M",
                "Wetl, K",
                "Klösch, W"
            ],
            "year": 1984,
            "source": "Zentralbl Chir. 1984; 109(11):731-736",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1984SY21800003",
            "pubmed": "6475346",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "ZBL CHIR",
            "issn": "0044-409X",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.128,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.28125,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "SURGERY",
            "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": 7980,
            "title": "Fetal insulin balance: gestational diabetes and postpartal screening.",
            "abstract": null,
            "authors": [
                "Weiss, PA",
                "Hofmann, H",
                "Pürstner, P",
                "Winter, R",
                "Lichtenegger, W"
            ],
            "year": 1984,
            "source": "Obstet Gynecol. 1984; 64(1):65-68",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1984SY31100013",
            "pubmed": "6377146",
            "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
        },
        {
            "id": 7981,
            "title": "The effect of nerve growth factor (NGF) on the catecholamine contents of two human pheochromocytomas in tissue culture.",
            "abstract": null,
            "authors": [
                "Pfragner, R",
                "Sadjak, A",
                "Walser, V"
            ],
            "year": 1984,
            "source": "EXP PATHOL. 1984; 26(1): 21-31. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1984SY88700003",
            "pubmed": "6383859",
            "doi": "10.1016/S0232-1513(84)80065-1",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2009-10-12T17:48:51+02:00",
            "journal": "EXP PATHOL",
            "issn": "0014-4908",
            "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": 7983,
            "title": "Effect of griseofulvin treatment and neoplastic transformation on transglutaminase activity in mouse liver.",
            "abstract": null,
            "authors": [
                "Denk, H",
                "Bernklau, G",
                "Krepler, R"
            ],
            "year": 1984,
            "source": "Liver. 1984; 4(3):208-213",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1984SZ07700007",
            "pubmed": "6146914",
            "doi": "10.1111/j.1600-0676.1984.tb00929.x",
            "pmc": null,
            "organizations": [],
            "persons": [
                "7983-51515-2"
            ],
            "imported": null,
            "journal": "LIVER",
            "issn": "0106-9543",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.267,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.545454545454545,
            "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": 7984,
            "title": "High-dose methylprednisolone in the treatment of terminal cancer patients",
            "abstract": null,
            "authors": [
                "Beaufort, F",
                "Lammer, J",
                "Stammberger, H"
            ],
            "year": 1984,
            "source": "Wien Klin Wochenschr. 1984; 96(14):549-551",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1984SZ81800006",
            "pubmed": "6540930",
            "doi": null,
            "pmc": null,
            "organizations": [
                "7984-14066"
            ],
            "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": true
        },
        {
            "id": 7986,
            "title": "Sonographic demonstration of an ectopic ureter orifice",
            "abstract": null,
            "authors": [
                "Tölly, E",
                "Ebner, F",
                "Wandschneider, G"
            ],
            "year": 1984,
            "source": "DIGITALE BILDDIAGN. 1984; 4(2): 63-65. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1984TA02500005",
            "pubmed": "6467814",
            "doi": null,
            "pmc": null,
            "organizations": [
                "7986-14108"
            ],
            "persons": [],
            "imported": "2009-10-22T13:39:13+02:00",
            "journal": "DIGITALE BILDDIAGN",
            "issn": "0724-7591",
            "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": true
        },
        {
            "id": 7987,
            "title": "The effects of carbon dioxide- and neodymium-YAG lasers on the central and peripheral nervous systems, and cerebral blood vessels.",
            "abstract": null,
            "authors": [
                "Walter, GF",
                "Ascher, PW",
                "Ingolitsch, E"
            ],
            "year": 1984,
            "source": "J NEUROL NEUROSURG PSYCHIAT. 1984; 47(7): 745-749. ",
            "category": 1,
            "document_type": 10,
            "sci": "ISI:A1984TA05400018",
            "pubmed": "6540297",
            "doi": "10.1136/jnnp.47.7.745",
            "pmc": "PMC1027908",
            "organizations": [],
            "persons": [],
            "imported": "2009-10-22T13:42:50+02:00",
            "journal": "J NEUROL NEUROSURG PSYCHIAT",
            "issn": "0022-3050",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.534,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.953125,
            "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": 7988,
            "title": "Calcitonin in bone-metastasizing breast carcinoma. Results of a pilot study",
            "abstract": null,
            "authors": [
                "Beaufort, F",
                "Gölles, M"
            ],
            "year": 1984,
            "source": "Onkologie. 1984; 7(3):137-140",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1984TA38600002",
            "pubmed": "6205336",
            "doi": "10.1159/000215425",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "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": 7989,
            "title": "EFFECT OF PIRENZIPIN ON THE LOWER ESOPHAGUS SPHINCTER",
            "abstract": null,
            "authors": [
                "KOHEK, PH",
                "REHAK, PH",
                "FRIEHS, GB"
            ],
            "year": 1984,
            "source": "MED WELT. 1984; 35:  943-945. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1984TA46000008",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2009-10-12T17:29:52+02:00",
            "journal": "MED WELT",
            "issn": "0025-8512",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.056,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.0373831775700935,
            "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": 7990,
            "title": "Histological technics in dermatology",
            "abstract": null,
            "authors": [
                "Smolle, J"
            ],
            "year": 1984,
            "source": "Z HAUTKRANKHEITEN HG. 1984; 59(15): 990-1004. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1984TB66200003",
            "pubmed": "6207672",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "7990-51617-2"
            ],
            "imported": "2009-10-22T13:32:25+02:00",
            "journal": "Z HAUTKRANKHEITEN HG",
            "issn": "0301-0481",
            "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": 7991,
            "title": "NONINVASIVE EVALUATION OF VALVULAR INSUFFICIENCY BY RADIOISOTOPES",
            "abstract": null,
            "authors": [
                "BRANDT, D",
                "NICOLETTI, R",
                "KLEIN, W",
                "FUEGER, GF"
            ],
            "year": 1984,
            "source": "HERZ KREISLAUF. 1984; 16:  3-8. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1984TB90300001",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2009-10-08T16:53:11+02:00",
            "journal": "HERZ KREISLAUF",
            "issn": "0046-7324",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.044,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.0769230769230769,
            "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": false
        }
    ]
}