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=151020&ordering=imported
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 157096,
    "next": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=151040&ordering=imported",
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=151000&ordering=imported",
    "results": [
        {
            "id": 1948,
            "title": "Perioperative Coagulation Laboratory",
            "abstract": null,
            "authors": [
                "Ramschak, H"
            ],
            "year": 1997,
            "source": "INFUSIONSTHERAPIE 1997 24: 43-45.",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1997WR12200009",
            "pubmed": null,
            "doi": "10.1159/000223461",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "INFUSIONSTHERAPIE",
            "issn": "1019-8466",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.231,
            "impactfactor_year": 1997,
            "impactfactor_norm": 0.0677966101694915,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "HEMATOLOGY",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": 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": 1947,
            "title": "Perioperative catecholamine changes in cardiac risk patients.",
            "abstract": null,
            "authors": [
                "Sametz, W",
                "Metzler, H",
                "Gries, M",
                "Porta, S",
                "Sadjak, A",
                "Supanz, S",
                "Juan, H"
            ],
            "year": 1999,
            "source": "Eur J Clin Invest. 1999; 29(7):582-587",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000081443200004",
            "pubmed": "10411663",
            "doi": "10.1046/j.1365-2362.1999.00509.x",
            "pmc": null,
            "organizations": [
                "1947-14014",
                "1947-14044"
            ],
            "persons": [
                "1947-51611-6"
            ],
            "imported": null,
            "journal": "EUR J CLIN INVEST",
            "issn": "0014-2972",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.922,
            "impactfactor_year": 1999,
            "impactfactor_norm": 0.809090909090909,
            "impactfactor_norm_year": 1999,
            "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": 8009,
            "title": "THIN-LAYER CHROMATOGRAPHIC IDENTIFICATION AND GAS-LIQUID CHROMATOGRAPHIC-SEPARATION OF 7 AMINOBUTYRIC ACIDS IN THE PRESENCE OF PROTEIN AND NONPROTEIN AMINO-ACIDS",
            "abstract": null,
            "authors": [
                "GAMERITH, G",
                "BRANTNER, H"
            ],
            "year": 1986,
            "source": "J CHROMATOGR 1986 355: 273-280.",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1986A697200025",
            "pubmed": null,
            "doi": "10.1016/S0021-9673(01)97323-6",
            "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": 8014,
            "title": "Liver metastases: sonography or scintigraphy? A comparative prospective study",
            "abstract": null,
            "authors": [
                "Lammer, J",
                "Beaufort, F",
                "Tölly, E",
                "Hackl, A"
            ],
            "year": 1983,
            "source": "Wien Med Wochenschr. 1983; 133(17):433-436",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1983RJ42500004",
            "pubmed": "6227143",
            "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": 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": 5872,
            "title": "The role of anticardiolipin antibodies in the pathogenesis of arterial and venous thromboses",
            "abstract": null,
            "authors": [
                "Eber, B"
            ],
            "year": 1990,
            "source": "Acta Med Austriaca. 1990; 17(4):67-70",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1990EQ82800002",
            "pubmed": "2291381",
            "doi": null,
            "pmc": null,
            "organizations": [
                "5872-14048"
            ],
            "persons": [],
            "imported": null,
            "journal": "ACTA MED AUST       ",
            "issn": "0303-8173",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.368,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.504672897196262,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "MEDICINE, GENERAL & INTERNAL",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": 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": 1940,
            "title": "Perinatal manifestations of idiopathic long QT syndrome.",
            "abstract": null,
            "authors": [
                "Mache, CJ",
                "Beitzke, A",
                "Haidvogl, M",
                "Gamillscheg, A",
                "Suppan, C",
                "Stein, JI"
            ],
            "year": 1996,
            "source": "Pediatr Cardiol. 1996; 17(2):118-121",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1996TZ19300011",
            "pubmed": "8833499",
            "doi": "10.1007%2Fs002469900026",
            "pmc": null,
            "organizations": [
                "1940-14048"
            ],
            "persons": [
                "1940-51877-2"
            ],
            "imported": null,
            "journal": "PEDIAT CARDIOL",
            "issn": "0172-0643",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 0.363,
            "impactfactor_year": 1996,
            "impactfactor_norm": 0.422535211267606,
            "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": 1939,
            "title": "Pericardial sinuses and recesses: findings at electrocardiographically triggered electron-beam CT.",
            "abstract": null,
            "authors": [
                "Groell, R",
                "Schaffler, GJ",
                "Rienmueller, R"
            ],
            "year": 1999,
            "source": "Radiology. 1999; 212(1):69-73",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000081086900012",
            "pubmed": "10405723",
            "doi": "10.1148/radiology.212.1.r99jl0969",
            "pmc": null,
            "organizations": [
                "1939-14054"
            ],
            "persons": [
                "1939-51726-6"
            ],
            "imported": null,
            "journal": "RADIOLOGY",
            "issn": "0033-8419",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 4.621,
            "impactfactor_year": 1999,
            "impactfactor_norm": 0.974358974358974,
            "impactfactor_norm_year": 1999,
            "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": 1938,
            "title": "Perianal endometriosis with involvement of the external anal sphincter.",
            "abstract": null,
            "authors": [
                "Schweiger, W",
                "Bacher, H",
                "Cerwenka, H",
                "Mischinger, HJ"
            ],
            "year": 1999,
            "source": "Eur J Surg. 1999; 165(6):615-617",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000081870700019",
            "pubmed": "10433150",
            "doi": "10.1080/110241599750006569",
            "pmc": null,
            "organizations": [
                "1938-14045",
                "1938-14073"
            ],
            "persons": [
                "1938-51595-6",
                "1938-51760-6"
            ],
            "imported": null,
            "journal": "EUR J SURG",
            "issn": "1102-4151",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 0.687,
            "impactfactor_year": 1999,
            "impactfactor_norm": 0.412213740458015,
            "impactfactor_norm_year": 1999,
            "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": true
        },
        {
            "id": 1937,
            "title": "Performance of the automated COBAS AMPLICOR system for the detection of hepatitis C virus RNA.",
            "abstract": null,
            "authors": [
                "Kessler, HH",
                "Dragon, EA",
                "Pierer, K",
                "Santner, BI",
                "Liao, Y",
                "Stünzner, D",
                "Stelzl, E",
                "Marth, E"
            ],
            "year": 1997,
            "source": "Clin Diagn Virol. 1997; 7(3):139-145",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1997WT72400003",
            "pubmed": "9126682",
            "doi": "10.1016%2FS0928-0197%2896%2900263-2",
            "pmc": null,
            "organizations": [
                "1937-14023"
            ],
            "persons": [
                "1937-51803-6",
                "1937-51503-6",
                "1937-51812-2"
            ],
            "imported": null,
            "journal": "CLIN DIAGN VIROL",
            "issn": "0928-0197",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.52,
            "impactfactor_year": 1997,
            "impactfactor_norm": 0.2,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "VIROLOGY",
            "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": 1936,
            "title": "Perforated ventricular aneurysm in a male suffering from pneumonia.",
            "abstract": null,
            "authors": [
                "Eber, B",
                "Neumann, H",
                "Dusleag, J",
                "Rigler, B",
                "Klein, W"
            ],
            "year": 1991,
            "source": "Clin Cardiol. 1991; 14(10):853-856",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1991GJ44300012",
            "pubmed": "1954693",
            "doi": "10.1002/clc.4960141013",
            "pmc": null,
            "organizations": [
                "1936-14045"
            ],
            "persons": [],
            "imported": null,
            "journal": "CLIN CARDIOL",
            "issn": "0160-9289",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 0.528,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.564516129032258,
            "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": 1935,
            "title": "Percutaneous transluminal angioplasty of crural arteries.",
            "abstract": null,
            "authors": [
                "Flueckiger, F",
                "Lammer, J",
                "Klein, GE",
                "Hausegger, K",
                "Pilger, E",
                "Waltner, F",
                "Aschauer, M"
            ],
            "year": 1992,
            "source": "Acta Radiol. 1992; 33(2):152-155",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1992HP57700015",
            "pubmed": "1532899",
            "doi": "10.1080/02841859209173151",
            "pmc": null,
            "organizations": [
                "1935-14054"
            ],
            "persons": [
                "1935-51541-6",
                "1935-51876-6"
            ],
            "imported": null,
            "journal": "ACTA RADIOLOGICA",
            "issn": "0284-1851",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.626,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.417721518987342,
            "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": 8015,
            "title": "Substance P and capsaicin-induced contraction of human bronchi.",
            "abstract": null,
            "authors": [
                "Lundberg, JM",
                "Martling, CR",
                "Saria, A"
            ],
            "year": 1983,
            "source": "Acta Physiol Scand. 1983; 119(1):49-53",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1983RJ45200007",
            "pubmed": "6196939",
            "doi": "10.1111/j.1748-1716.1983.tb07304.x",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "ACTA PHYSIOL SCAND",
            "issn": "0001-6772",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.745,
            "impactfactor_year": 1994,
            "impactfactor_norm": 1.0,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "PHYSIOLOGY",
            "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": 8016,
            "title": "DEATH FOLLOWING BEESTING - 1ST EVIDENCE OF AN IGG4-MEDIATED ANAPHYLACTIC SHOCK - REPLY",
            "abstract": null,
            "authors": [
                "KLEINERT, R"
            ],
            "year": 1983,
            "source": "WIEN KLIN WOCHENSCHR 1983 95: 633-633.",
            "category": 1,
            "document_type": 2,
            "sci": "ISI:A1983RJ89700010",
            "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": 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": 1930,
            "title": "Penal and Civil Liability of the Medical Expert Witness in the Austrian Legal-System",
            "abstract": null,
            "authors": [
                "Leinzinger, EP"
            ],
            "year": 1999,
            "source": "FORENSIC SCI INT 1999 103:  S21-S23.",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000082901700004",
            "pubmed": null,
            "doi": "10.1016/S0379-0738(99)00067-5",
            "pmc": null,
            "organizations": [
                "1930-14019"
            ],
            "persons": [],
            "imported": null,
            "journal": "FORENSIC SCI INT",
            "issn": "0379-0738",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.394,
            "impactfactor_year": 1999,
            "impactfactor_norm": 0.6,
            "impactfactor_norm_year": 1999,
            "impactfactor_norm_category": "MEDICINE, LEGAL",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": false,
            "conference_name": true,
            "conference_place": true,
            "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": 1929,
            "title": "Pelvic lymphadenectomy in the surgical treatment of endometrial cancer.",
            "abstract": null,
            "authors": [
                "Girardi, F",
                "Petru, E",
                "Heydarfadai, M",
                "Haas, J",
                "Winter, R"
            ],
            "year": 1993,
            "source": "Gynecol Oncol. 1993; 49(2):177-180",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1993LG21300006",
            "pubmed": "8504985",
            "doi": "10.1006/gyno.1993.1103",
            "pmc": null,
            "organizations": [
                "1929-14038"
            ],
            "persons": [
                "1929-51627-6",
                "1929-51624-6"
            ],
            "imported": null,
            "journal": "GYNECOL ONCOL",
            "issn": "0090-8258",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.398,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.792452830188679,
            "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": 1928,
            "title": "Pelvic and parametrial lymph nodes in the quality control of the surgical treatment of cervical cancer.",
            "abstract": null,
            "authors": [
                "Girardi, F",
                "Pickel, H",
                "Winter, R"
            ],
            "year": 1993,
            "source": "Gynecol Oncol. 1993; 50(3):330-333",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1993MC19000012",
            "pubmed": "8406196",
            "doi": "10.1006/gyno.1993.1220",
            "pmc": null,
            "organizations": [
                "1928-14038"
            ],
            "persons": [],
            "imported": null,
            "journal": "GYNECOL ONCOL",
            "issn": "0090-8258",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.398,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.792452830188679,
            "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": 1927,
            "title": "Pediatric neurosurgery in Europe--is it feasible to have evolution and education operate in synchrony?",
            "abstract": null,
            "authors": [
                "Oberbauer, RW"
            ],
            "year": 1995,
            "source": "Childs Nerv Syst. 1995; 11(1):57-59",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1995PZ80100018",
            "pubmed": "7712506",
            "doi": "10.1007/BF00338431",
            "pmc": null,
            "organizations": [
                "1927-14050"
            ],
            "persons": [],
            "imported": null,
            "journal": "CHILD NERV SYST",
            "issn": "0256-7040",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.573,
            "impactfactor_year": 1995,
            "impactfactor_norm": 0.464788732394366,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "PEDIATRICS",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": false,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 8017,
            "title": "The influence of GAGPS on the viscosity of synovial fluid in activated arthrosis",
            "abstract": null,
            "authors": [
                "Rainer, F",
                "Ribitsch, V"
            ],
            "year": 1983,
            "source": "Z Rheumatol. 1983; 42(4):229-231",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1983RJ91800019",
            "pubmed": "6649932",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "Z RHEUMATOL",
            "issn": "0340-1855",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.303,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.368421052631579,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "RHEUMATOLOGY",
            "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": 5873,
            "title": "Necrotizing Enterocolitis - An Editorial",
            "abstract": null,
            "authors": [
                "Höllwarth, ME"
            ],
            "year": 1994,
            "source": "ACTA PAEDIATR        1994 83: 1-1.",
            "category": 1,
            "document_type": 4,
            "sci": "ISI:A1994NU45400001",
            "pubmed": null,
            "doi": "10.1111/j.1651-2227.1994.tb13231.x",
            "pmc": null,
            "organizations": [
                "5873-14049"
            ],
            "persons": [],
            "imported": null,
            "journal": "ACTA PAEDIATR       ",
            "issn": "0803-5253",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.852,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.661971830985916,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "PEDIATRICS",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": false,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 1923,
            "title": "Patterns of hepatitis C viremia in patients receiving hemodialysis.",
            "abstract": null,
            "authors": [
                "Umlauft, F",
                "Gruenewald, K",
                "Weiss, G",
                "Kessler, H",
                "Urbanek, M",
                "Haun, M",
                "Santner, B",
                "Koenig, P",
                "Keeffe, EB"
            ],
            "year": 1997,
            "source": "Am J Gastroenterol. 1997; 92(1):73-78",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1997WB76200013",
            "pubmed": "8995941",
            "doi": null,
            "pmc": null,
            "organizations": [
                "1923-14023"
            ],
            "persons": [
                "1923-51803-6",
                "1923-51812-6"
            ],
            "imported": null,
            "journal": "AMER J GASTROENTEROL",
            "issn": "0002-9270",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.344,
            "impactfactor_year": 1997,
            "impactfactor_norm": 0.840909090909091,
            "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
        }
    ]
}