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=151200&ordering=imported
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 156991,
    "next": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=151220&ordering=imported",
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=151180&ordering=imported",
    "results": [
        {
            "id": 5782,
            "title": "Polymorphonuclear leukocyte functions as predictive markers for infections after organ transplantation.",
            "abstract": null,
            "authors": [
                "Egger, G",
                "Burda, A",
                "Hengster, P",
                "Kunc, M",
                "Margreiter, R"
            ],
            "year": 2000,
            "source": "Transpl Int. 2000; 13(2):114-121",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000087078900004",
            "pubmed": "10836647",
            "doi": "10.1007%2Fs001470050671",
            "pmc": null,
            "organizations": [
                "5782-14014"
            ],
            "persons": [],
            "imported": null,
            "journal": "TRANSPLANT INT",
            "issn": "0934-0874",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.049,
            "impactfactor_year": 2000,
            "impactfactor_norm": 0.838235294117647,
            "impactfactor_norm_year": 2000,
            "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": 2282,
            "title": "Role of calcitonin gene-related peptide in gastrointestinal blood flow.",
            "abstract": null,
            "authors": [
                "Holzer, P",
                "Lippe, IT"
            ],
            "year": 1992,
            "source": "Ann N Y Acad Sci. 1992; 657(1):228-239",
            "category": 1,
            "document_type": 3,
            "sci": "ISI:A1992JL49900019",
            "pubmed": "1637087",
            "doi": "10.1111/j.1749-6632.1992.tb22771.x",
            "pmc": null,
            "organizations": [
                "2282-14022"
            ],
            "persons": [
                "2282-51529-2",
                "2282-51832-6"
            ],
            "imported": null,
            "journal": "ANN N Y ACAD SCI",
            "issn": "0077-8923",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.868,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.827160493827161,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "MULTIDISCIPLINARY SCIENCES",
            "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": 7910,
            "title": "The healing heat",
            "abstract": null,
            "authors": [
                "Heppner, F"
            ],
            "year": 1983,
            "source": "Fortschr Med. 1983; 101(14):621-623",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1983QL01400001",
            "pubmed": "6343208",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "FORTSCHR MED",
            "issn": "0015-8178",
            "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": 2280,
            "title": "Ritleng-lacrimal intubation system for injured canaliculi",
            "abstract": null,
            "authors": [
                "Müllner, K"
            ],
            "year": 1998,
            "source": "Klin Monatsbl Augenheilkd. 1998; 213(4):238-240",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000076950000011",
            "pubmed": "9848069",
            "doi": "10.1055/s-2008-1034979",
            "pmc": null,
            "organizations": [
                "2280-14043"
            ],
            "persons": [],
            "imported": null,
            "journal": "KLIN MONATSBL AUGENHEILK",
            "issn": "0023-2165",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.413,
            "impactfactor_year": 1998,
            "impactfactor_norm": 0.285714285714286,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "OPHTHALMOLOGY",
            "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": 5787,
            "title": "XY female with a dysgerminoma and no mutation in the coding sequence of the SRY gene.",
            "abstract": null,
            "authors": [
                "Morerio, C",
                "Calvari, V",
                "Rosanda, C",
                "Porta, S",
                "Gambini, C",
                "Panarello, C"
            ],
            "year": 2002,
            "source": "Cancer Genet Cytogenet. 2002; 136(1):58-61",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000177326500010",
            "pubmed": "12165453",
            "doi": "10.1016%2FS0165-4608%2801%2900662-8",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "CANCER GENET CYTOGENET",
            "issn": "0165-4608",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 1.713,
            "impactfactor_year": 2002,
            "impactfactor_norm": 0.429824561403509,
            "impactfactor_norm_year": 2002,
            "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": 2276,
            "title": "[Right ventricular assist device (RVAD) in septic, fulminating pulmonary artery embolism].",
            "abstract": null,
            "authors": [
                "Kaltenböck, F",
                "Gombotz, H",
                "Tscheliessnigg, KH",
                "Matzer, C",
                "Winkler, G",
                "Auer, T"
            ],
            "year": 1993,
            "source": "Anaesthesist. 1993; 42(11):807-810",
            "category": 1,
            "document_type": 5,
            "sci": "ISI:A1993MJ85500008",
            "pubmed": "8279694",
            "doi": null,
            "pmc": null,
            "organizations": [
                "2276-14044",
                "2276-14045"
            ],
            "persons": [
                "2276-51757-2"
            ],
            "imported": null,
            "journal": "ANAESTHESIST",
            "issn": "0003-2417",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 0.557,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.56,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "ANESTHESIOLOGY",
            "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": 5791,
            "title": "Cerebrospinal fluid tissue transglutaminase as a biochemical marker for Alzheimer's disease.",
            "abstract": null,
            "authors": [
                "Bonelli, RM",
                "Aschoff, A",
                "Niederwieser, G",
                "Heuberger, C",
                "Jirikowski, G"
            ],
            "year": 2002,
            "source": "Neurobiol Dis. 2002; 11(1):106-110",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000179314100009",
            "pubmed": "12460550",
            "doi": "10.1006/nbdi.2002.0535",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "NEUROBIOL DISEASE",
            "issn": "0969-9961",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 5.153,
            "impactfactor_year": 2002,
            "impactfactor_norm": 0.883248730964467,
            "impactfactor_norm_year": 2002,
            "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": 5797,
            "title": "Compactotomy in Huntington's chorea.",
            "abstract": null,
            "authors": [
                "Bonelli, RM",
                "Kenner, L",
                "Gruber, A",
                "Reisecker, F",
                "Költringer, P"
            ],
            "year": 2001,
            "source": "Med Hypotheses. 2001; 57(4):491-496",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000171981800019",
            "pubmed": "11601877",
            "doi": "10.1054/mehy.2001.1372",
            "pmc": null,
            "organizations": [
                "5797-14020"
            ],
            "persons": [],
            "imported": null,
            "journal": "MED HYPOTHESES",
            "issn": "0306-9877",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.745,
            "impactfactor_year": 2001,
            "impactfactor_norm": 0.266666666666667,
            "impactfactor_norm_year": 2001,
            "impactfactor_norm_category": "MEDICINE, RESEARCH & EXPERIMENTAL",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 7911,
            "title": "Calcium antagonists in the treatment of chronic arterial hypertension and hypertensive crisis",
            "abstract": null,
            "authors": [
                "Brandt, D"
            ],
            "year": 1983,
            "source": "Wien Med Wochenschr. 1983; 133(6):131-135",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1983QL48300002",
            "pubmed": "6134398",
            "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": 2273,
            "title": "Reversible Huntington's disease?",
            "abstract": null,
            "authors": [
                "Bonelli, RM",
                "Költringer, P",
                "Kenner, L",
                "Reisecker, F",
                "Bonelli, R"
            ],
            "year": 1998,
            "source": "Lancet. 1998; 352(9139):1520-1521",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000076862300014",
            "pubmed": "9820304",
            "doi": "10.1016/S0140-6736(05)60326-1",
            "pmc": null,
            "organizations": [
                "2273-14020"
            ],
            "persons": [],
            "imported": null,
            "journal": "LANCET",
            "issn": "0140-6736",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 11.793,
            "impactfactor_year": 1998,
            "impactfactor_norm": 0.990654205607477,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "MEDICINE, GENERAL & INTERNAL",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 2272,
            "title": "Reversal of Borrelia burgdorferi associated dilated cardiomyopathy by antibiotic treatment?",
            "abstract": null,
            "authors": [
                "Gasser, R",
                "Fruhwald, F",
                "Schumacher, M",
                "Seinost, G",
                "Reisinger, E",
                "Eber, B",
                "Keplinger, A",
                "Horvath, R",
                "Sedaj, B",
                "Klein, W",
                "Pierer, K"
            ],
            "year": 1996,
            "source": "Cardiovasc Drugs Ther. 1996; 10(3):351-360",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1996VE92100010",
            "pubmed": "8877079",
            "doi": null,
            "pmc": null,
            "organizations": [
                "2272-14023"
            ],
            "persons": [
                "2272-51533-2",
                "2272-51699-6",
                "2272-51700-6",
                "2272-52018-6"
            ],
            "imported": null,
            "journal": "CARDIOVASC DRUG THERAPY",
            "issn": "0920-3206",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.209,
            "impactfactor_year": 1996,
            "impactfactor_norm": 0.612903225806452,
            "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": 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": 7913,
            "title": "Release of neurotensin from rat spinal cord in vitro.",
            "abstract": null,
            "authors": [
                "Gamse, R",
                "Heuberger, S"
            ],
            "year": 1983,
            "source": "Neurosci Lett. 1983; 36(1):87-91",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1983QL89600016",
            "pubmed": "6134263",
            "doi": "10.1016/0304-3940(83)90491-3",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "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": 2269,
            "title": "Reticulohistiocytoma and multicentric reticulohistiocytosis. Histopathologic and immunophenotypic distinct entities.",
            "abstract": null,
            "authors": [
                "Zelger, B",
                "Cerio, R",
                "Soyer, HP",
                "Misch, K",
                "Orchard, G",
                "Wilson-Jones, E"
            ],
            "year": 1994,
            "source": "AMER J DERMATOPATHOL 1994 16: 577-584.",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1994PW17700001",
            "pubmed": "7864294",
            "doi": "10.1097/00000372-199412000-00001",
            "pmc": null,
            "organizations": [
                "2269-14047"
            ],
            "persons": [],
            "imported": null,
            "journal": "AMER J DERMATOPATHOL",
            "issn": "0193-1091",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "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": 2268,
            "title": "Reticular lentigo].",
            "abstract": null,
            "authors": [
                "Kaddu, S",
                "Soyer, HP",
                "Wolf, IH",
                "Rieger, E",
                "Kerl, H"
            ],
            "year": 1997,
            "source": "Hautarzt. 1997; 48(3):181-185",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1997WR41600006",
            "pubmed": "9182089",
            "doi": "10.1007/s001050050567",
            "pmc": null,
            "organizations": [
                "2268-14047"
            ],
            "persons": [
                "2268-51327-6",
                "2268-51620-6",
                "2268-53442-2"
            ],
            "imported": null,
            "journal": "HAUTARZT",
            "issn": "0017-8470",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.487,
            "impactfactor_year": 1997,
            "impactfactor_norm": 0.2,
            "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": true
        },
        {
            "id": 2267,
            "title": "Results of the Multicenter Evaluation of the Cedia(R) Theophylline Assay",
            "abstract": null,
            "authors": [
                "Klein, G",
                "Castineiras, MJ",
                "Collinsworth, W",
                "Courbe, A",
                "Delavenne, M",
                "Hanseler, E",
                "Hannak, D",
                "Kaspar, P",
                "Kattermann, R",
                "Knoke, A",
                "Mastropaolo, W",
                "Moia, F",
                "Nelson, P",
                "Oellerich, M",
                "Suigo, E",
                "Swanson, R",
                "Torralba, A",
                "Valdes, R",
                "Wilderstruschnig, M",
                "Wu, AHB"
            ],
            "year": 1992,
            "source": "WIEN KLIN WOCHENSCHR 1992 104: 31-37.",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1992JB75100008",
            "pubmed": null,
            "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": 7914,
            "title": "Immunologic status in infants and children following surgery.",
            "abstract": null,
            "authors": [
                "Kurz, R",
                "Pfeiffer, KP",
                "Sauer, H"
            ],
            "year": 1983,
            "source": "Infection. 1983; 11(2):104-113",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1983QM06900005",
            "pubmed": "6602772",
            "doi": "10.1007/BF01641075",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "INFECTION",
            "issn": "0300-8126",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.915,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.388888888888889,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "INFECTIOUS DISEASES",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": 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": 2265,
            "title": "Results of surgical treatment of 1028 cervical cancers studied with volumetry.",
            "abstract": null,
            "authors": [
                "Burghardt, E",
                "Baltzer, J",
                "Tulusan, AH",
                "Haas, J"
            ],
            "year": 1992,
            "source": "Cancer. 1992; 70(3):648-655",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1992JF19600015",
            "pubmed": "1623479",
            "doi": "10.1002/1097-0142(19920801)70:3<648::AID-CNCR2820700318>3.0.CO;2-R",
            "pmc": null,
            "organizations": [
                "2265-14038"
            ],
            "persons": [
                "2265-51627-6"
            ],
            "imported": null,
            "journal": "CANCER",
            "issn": "0008-543X",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.429,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.903846153846154,
            "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": 2264,
            "title": "Response of untreated stage IV Wilms' tumor to single dose carboplatin assessed by up front window therapy.",
            "abstract": null,
            "authors": [
                "Zoubek, A",
                "Kajtar, P",
                "Flucher-Wolfram, B",
                "Holzinger, B",
                "Mostbeck, G",
                "Thun-Hohenstein, L",
                "Fink, FM",
                "Urban, C",
                "Mutz, I",
                "Schuler, D"
            ],
            "year": 1995,
            "source": "Med Pediatr Oncol. 1995; 25(1):8-11",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1995QY66200002",
            "pubmed": "7753005",
            "doi": "10.1002/mpo.2950250103",
            "pmc": null,
            "organizations": [
                "2264-14048"
            ],
            "persons": [],
            "imported": null,
            "journal": "MED PEDIAT ONCOL",
            "issn": "0098-1532",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.543,
            "impactfactor_year": 1995,
            "impactfactor_norm": 0.929577464788732,
            "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": 7917,
            "title": "B-scan sonography of the carotid artery",
            "abstract": null,
            "authors": [
                "Tölly, E",
                "Dietrich, G",
                "Schreyer, H"
            ],
            "year": 1983,
            "source": "Radiologe. 1983; 23(4):179-184",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1983QM47700007",
            "pubmed": "6856813",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "RADIOLOGE",
            "issn": "0033-832X",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.306,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.177215189873418,
            "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": false
        },
        {
            "id": 2262,
            "title": "Respiration and heart rate variation in normal infants during quiet sleep in the first year of life.",
            "abstract": null,
            "authors": [
                "Litscher, G",
                "Pfurtscheller, G",
                "Bes, F",
                "Poiseau, E"
            ],
            "year": 1993,
            "source": "Klin Padiatr. 1993; 205(3):170-175",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1993LF63500009",
            "pubmed": "8350591",
            "doi": "10.1055/s-2007-1025222",
            "pmc": null,
            "organizations": [
                "2262-14044"
            ],
            "persons": [],
            "imported": null,
            "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
        }
    ]
}