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=155140&ordering=-year
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 157136,
    "next": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=155160&ordering=-year",
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=155120&ordering=-year",
    "results": [
        {
            "id": 7877,
            "title": "Early diagnosis of central respiratory disorders in infants to avoid postoperative complications",
            "abstract": null,
            "authors": [
                "Kurz, R",
                "Schneeweiss, S",
                "Haidmayer, R",
                "Kenner, T",
                "Pfeiffer, KP"
            ],
            "year": 1983,
            "source": "KLIN PADIAT. 1983; 195(1): 29-32. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1983QB05500007",
            "pubmed": "6834735",
            "doi": "10.1055/s-2008-1034036",
            "pmc": null,
            "organizations": [],
            "persons": [
                "7877-51524-6"
            ],
            "imported": "2009-09-04T16:22:53+02:00",
            "journal": "KLIN PADIAT",
            "issn": "0300-8630",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.321,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.309859154929577,
            "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": 7878,
            "title": "Myocardial protection in valve replacement procedures: moderate systemic hypothermia versus cold cardioplegic arrest - a 4 1/2 years' experience.",
            "abstract": null,
            "authors": [
                "Kraft-Kinz, J",
                "Rigler, B",
                "Stenzl, W",
                "Tscheliessnigg, KH",
                "Dacar, D"
            ],
            "year": 1983,
            "source": "Thorac Cardiovasc Surg. 1983; 31(1):26-30",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1983QB78600005",
            "pubmed": "6189247",
            "doi": "10.1055/s-2007-1020287",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2009-09-04T16:22:13+02:00",
            "journal": "THORAC CARDIOVASC SURG",
            "issn": "0171-6425",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "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": 7879,
            "title": "Treatment of postsurgical chylothorax with fibrin glue.",
            "abstract": null,
            "authors": [
                "Stenzl, W",
                "Rigler, B",
                "Tscheliessnigg, KH",
                "Beitzke, A",
                "Metzler, H"
            ],
            "year": 1983,
            "source": "Thorac Cardiovasc Surg. 1983; 31(1):35-36",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1983QB78600007",
            "pubmed": "6189249",
            "doi": "10.1055/s-2007-1020289",
            "pmc": null,
            "organizations": [],
            "persons": [
                "7879-51611-6"
            ],
            "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": 7880,
            "title": "Prenatal diagnosis of fetal malformations from the obstetrician's viewpoint",
            "abstract": null,
            "authors": [
                "Winter, R"
            ],
            "year": 1983,
            "source": "WIEN KLIN WOCHENSCHR. 1983; 95(3): 67-78. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1983QB86600001",
            "pubmed": "6190319",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2009-10-08T16:46:34+02:00",
            "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": 7881,
            "title": "LACK OF ANTICHOLINERGIC AND CARDIOVASCULAR EFFECTS OF MIANSERIN - STUDIES IN HEALTHY-SUBJECTS AND HEART-PATIENTS",
            "abstract": null,
            "authors": [
                "KOPERA, H"
            ],
            "year": 1983,
            "source": "ACTA PSYCHIAT SCAND 1983 67: 81-89.",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1983QB90600008",
            "pubmed": null,
            "doi": "10.1111/j.1600-0447.1983.tb00361.x",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "ACTA PSYCHIAT SCAND",
            "issn": "0001-690X",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.495,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.662337662337662,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "PSYCHIATRY",
            "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": 7882,
            "title": "Treatment of ovarian cysts by laparoscopic aspiration",
            "abstract": null,
            "authors": [
                "Burmucic, R",
                "Kömetter, R",
                "Schrödl, P",
                "Zeichen, E"
            ],
            "year": 1983,
            "source": "Geburtshilfe Frauenheilkd. 1983; 43(2):100-102",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1983QD36500008",
            "pubmed": "6220937",
            "doi": "10.1055/s-2008-1037067",
            "pmc": null,
            "organizations": [],
            "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.366,
            "impactfactor_year": 1994,
            "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": 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": 7883,
            "title": "Computer tomography of the orbit",
            "abstract": null,
            "authors": [
                "Schneider, GH"
            ],
            "year": 1983,
            "source": "Wien Klin Wochenschr. 1983; 95(4):113-115",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1983QD72500002",
            "pubmed": "6405543",
            "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": 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": 7884,
            "title": "Gas-liquid chromatographic determination of N(O,S)-trifluoroacetyl n-propyl esters of protein and non-protein amino acids.",
            "abstract": null,
            "authors": [
                "Gamerith, G"
            ],
            "year": 1983,
            "source": "J Chromatogr. 1983; 256(2):267-281",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1983QD92100008",
            "pubmed": "6833417",
            "doi": "10.1016/S0021-9673(01)88239-X",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "J CHROMATOGR",
            "issn": "0021-9673",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.523,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.876923076923077,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "CHEMISTRY, ANALYTICAL",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 7885,
            "title": "DERIVATIZATION OF AMINO-ACIDS TO THEIR N(O,S)-ACYL ALKYL ESTERS FOR GAS-LIQUID-CHROMATOGRAPHIC DETERMINATION",
            "abstract": null,
            "authors": [
                "GAMERITH, G"
            ],
            "year": 1983,
            "source": "J CHROMATOGR 1983 256: 326-330.",
            "category": 1,
            "document_type": 10,
            "sci": "ISI:A1983QD92100014",
            "pubmed": null,
            "doi": "10.1016/S0021-9673(01)88245-5",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "J CHROMATOGR",
            "issn": "0021-9673",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.523,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.876923076923077,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "CHEMISTRY, ANALYTICAL",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 7886,
            "title": "Immune complexes in breast cancer",
            "abstract": null,
            "authors": [
                "Beaufort, F",
                "Auner, H"
            ],
            "year": 1983,
            "source": "Wien Med Wochenschr. 1983; 133(3):55-58",
            "category": 1,
            "document_type": 3,
            "sci": "ISI:A1983QE09600001",
            "pubmed": "6342277",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "WIEN MED WOCHENSCHR",
            "issn": "0043-5341",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": false,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 7888,
            "title": "Results of postoperative treatment of ileus in infants and children by means of gastrocecal tube splinting of the intestine.",
            "abstract": null,
            "authors": [
                "Sauer, H",
                "Menardi, G"
            ],
            "year": 1983,
            "source": "Surg Gynecol Obstet. 1983; 156(3):341-344",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1983QE79800013",
            "pubmed": "6828980",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "SURG GYNECOL OBSTET",
            "issn": "0039-6087",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.302,
            "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": false
        },
        {
            "id": 7889,
            "title": "Comparison of adrenaline-induced hyper- and hypoglycaemia by histological and biochemical investigation.",
            "abstract": null,
            "authors": [
                "Porta, S",
                "Klingenberg, HG",
                "Egger, G",
                "Sattelberger, R",
                "Sadjak, T"
            ],
            "year": 1983,
            "source": "EXP PATHOL. 1983; 23(2): 115-120. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1983QE82000007",
            "pubmed": "6682799",
            "doi": "10.1016/S0232-1513(83)80048-6",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2009-09-11T12:05:41+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": 7890,
            "title": "Systemic arterial collateral vessels as a cause of pulmonary hypertension in an infant with transposition of the great arteries",
            "abstract": null,
            "authors": [
                "Beitzke, A",
                "Justich, E",
                "Suppan, C"
            ],
            "year": 1983,
            "source": "Herz. 1983; 8(1):55-62",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1983QF59700007",
            "pubmed": "6832693",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "HERZ",
            "issn": "0340-9937",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 0.7,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.451612903225806,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "CARDIAC & CARDIOVASCULAR SYSTEMS",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": 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": 7891,
            "title": "Hemorrhagic complications of L-asparaginase therapy.",
            "abstract": null,
            "authors": [
                "Muntean, W"
            ],
            "year": 1983,
            "source": "J Pediatr. 1983; 102(3):483-484",
            "category": 1,
            "document_type": 2,
            "sci": "ISI:A1983QF66500040",
            "pubmed": "6572244",
            "doi": "10.1016/S0022-3476(83)80685-4",
            "pmc": null,
            "organizations": [],
            "persons": [
                "7891-51651-2"
            ],
            "imported": null,
            "journal": "J PEDIAT",
            "issn": "0022-3476",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.609,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.957746478873239,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "PEDIATRICS",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 7892,
            "title": "Free programmable image functions (windows) for computer tomography",
            "abstract": null,
            "authors": [
                "Gell, G",
                "Sager, WD",
                "Tölly, E"
            ],
            "year": 1983,
            "source": "COMPUTERTOMOGRAPHIE SONOGRAPH. 1983; 3(1): 11-13. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1983QG07100002",
            "pubmed": "6688758",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "7892-51553-2"
            ],
            "imported": "2009-09-03T16:57:24+02:00",
            "journal": "COMPUTERTOMOGRAPHIE SONOGRAPH",
            "issn": "0720-0501",
            "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": 7893,
            "title": "Effects of capsaicin on inflammation and on the substance P content of nervous tissues in rats with adjuvant arthritis.",
            "abstract": null,
            "authors": [
                "Colpaert, FC",
                "Donnerer, J",
                "Lembeck, F"
            ],
            "year": 1983,
            "source": "Life Sci. 1983; 32(16):1827-1834",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1983QH02200005",
            "pubmed": "6188016",
            "doi": "10.1016/0024-3205(83)90060-7",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "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": 7894,
            "title": "BEE VENOM ANAPHYLAXIS-POSSIBLE IGGSTS MEDIATED",
            "abstract": null,
            "authors": [
                "KLEINERT, R",
                "POPPER, H",
                "PONGRATZ, M"
            ],
            "year": 1983,
            "source": "ALLERGOLOGIE. 1983; 6:  108-111. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1983QH16200009",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2009-09-03T17:05:55+02:00",
            "journal": "ALLERGOLOGIE",
            "issn": "0344-5062",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.101,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.411764705882353,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "ALLERGY",
            "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": 7895,
            "title": "Primary breast tuberculosis",
            "abstract": null,
            "authors": [
                "Schneider, GH",
                "Steiner, H"
            ],
            "year": 1983,
            "source": "Rofo. 1983; 138(3):365-366",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1983QH41000019",
            "pubmed": "6403433",
            "doi": "10.1055/s-2008-1055741",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "FORTSCHR RONTGENSTRAHL NUKL",
            "issn": "0340-1618",
            "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": 7896,
            "title": "Relation between multiple infarcts and vascular (multi-infarct) dementia",
            "abstract": null,
            "authors": [
                "Ladurner, G",
                "Jeindl, E",
                "Schneider, G"
            ],
            "year": 1983,
            "source": "Fortschr Neurol Psychiatr. 1983; 51(3):124-127",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1983QH58800002",
            "pubmed": "6852762",
            "doi": "10.1055/s-2007-1002221",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "FORTSCHR NEUROL PSYCHIAT",
            "issn": "0720-4299",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.617,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.208,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "CLINICAL NEUROLOGY",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 7898,
            "title": "A combined bone marrow and spinal fluid aspiration technique using disposable spinal needles.",
            "abstract": null,
            "authors": [
                "Urban, C",
                "Borgna-Pignatti, C",
                "Kaulfersch, W",
                "Mutz, ID"
            ],
            "year": 1983,
            "source": "CLIN PEDIAT. 1983; 22(4): 304-305. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1983QH83700012",
            "pubmed": "6825378",
            "doi": null,
            "pmc": null,
            "organizations": [
                "7898-14092"
            ],
            "persons": [],
            "imported": "2009-10-08T16:32:22+02:00",
            "journal": "CLIN PEDIAT",
            "issn": "0009-9228",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.441,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.408450704225352,
            "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": true
        }
    ]
}