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=150100&ordering=imported
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 157152,
    "next": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=150120&ordering=imported",
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=150080&ordering=imported",
    "results": [
        {
            "id": 2567,
            "title": "The internal challenges of medical informatics.",
            "abstract": null,
            "authors": [
                "Gell, G"
            ],
            "year": 1997,
            "source": "Int J Med Inform. 1997; 44(1):67-74",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1997XH03600010",
            "pubmed": "9265566",
            "doi": "10.1016/S1386-5056(97)01262-8",
            "pmc": null,
            "organizations": [
                "2567-14026"
            ],
            "persons": [
                "2567-51553-2"
            ],
            "imported": null,
            "journal": "INT J MED INFORM",
            "issn": "1386-5056",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.375,
            "impactfactor_year": 1998,
            "impactfactor_norm": 0.508474576271186,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "COMPUTER SCIENCE, INFORMATION 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": 2566,
            "title": "The interaction of Lp(a) with normal and LDL-receptor-deficient human skin fibroblasts.",
            "abstract": null,
            "authors": [
                "Kostner, GM",
                "Grillhofer, H"
            ],
            "year": 1994,
            "source": "Chem Phys Lipids. 1994; 67-68(2):153-159",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1994NB02900017",
            "pubmed": "8187209",
            "doi": "10.1016/0009-3084(94)90134-1",
            "pmc": null,
            "organizations": [
                "2566-14013"
            ],
            "persons": [
                "2566-51669-2"
            ],
            "imported": null,
            "journal": "CHEM PHYS LIPIDS",
            "issn": "0009-3084",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.281,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.666666666666667,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "BIOPHYSICS",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 8224,
            "title": "Aseptic bone healing disorders following tibial shaft fractures",
            "abstract": null,
            "authors": [
                "Szyszkowitz, R",
                "Fellinger, M"
            ],
            "year": 1984,
            "source": "Orthopade. 1984; 13(4):301-311",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1984TL11900010",
            "pubmed": "6493784",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "ORTHOPADE",
            "issn": "0085-4530",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.112,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.380952380952381,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "ORTHOPEDICS",
            "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": 2563,
            "title": "The influence of vascular diathesis on the localization of inflammatory foci in renal allografts with a specific antigranulocyte antibody.",
            "abstract": null,
            "authors": [
                "Lipp, RW",
                "Wirnsberger, GH",
                "Ratschek, M",
                "Stepan, V",
                "Holzer, H",
                "Leb, G"
            ],
            "year": 1996,
            "source": "Eur J Nucl Med. 1996; 23(4):395-400",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1996UE80200007",
            "pubmed": "8612659",
            "doi": "10.1007/BF01247367",
            "pmc": null,
            "organizations": [
                "2563-14020",
                "2563-14080",
                "2563-14084"
            ],
            "persons": [
                "2563-51528-6",
                "2563-51535-6",
                "2563-51948-2",
                "2563-52016-6",
                "2563-52443-6",
                "2563-51739-6"
            ],
            "imported": null,
            "journal": "EUR J NUCL MED",
            "issn": "0340-6997",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 3.097,
            "impactfactor_year": 1996,
            "impactfactor_norm": 0.89873417721519,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "RADIOLOGY, NUCLEAR MEDICINE & MEDICAL IMAGING",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 2562,
            "title": "The influence of the post-Chernobyl fallout on birth defects and abortion rates in Austria.",
            "abstract": null,
            "authors": [
                "Haeusler, MC",
                "Berghold, A",
                "Schoell, W",
                "Hofer, P",
                "Schaffer, M"
            ],
            "year": 1992,
            "source": "Am J Obstet Gynecol. 1992; 167(4 Pt 1):1025-1031",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1992JU06500030",
            "pubmed": "1415387",
            "doi": "10.1016/S0002-9378(12)80032-9",
            "pmc": null,
            "organizations": [
                "2562-14038"
            ],
            "persons": [
                "2562-51344-6",
                "2562-51941-6"
            ],
            "imported": null,
            "journal": "AMER J OBSTET GYNECOL",
            "issn": "0002-9378",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.247,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.943396226415094,
            "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": 2561,
            "title": "The Influence of the Help System on Yield Shear-Stress in Vascular-Disease",
            "abstract": null,
            "authors": [
                "Kowal, P",
                "Walzl, M",
                "Walzl, B",
                "Lechner, H"
            ],
            "year": 1993,
            "source": "CLIN HEMORHEOL 1993 13: 701-706.",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1993LY93300014",
            "pubmed": null,
            "doi": "10.3233/CH-1993-13514",
            "pmc": null,
            "organizations": [
                "2561-14051"
            ],
            "persons": [],
            "imported": null,
            "journal": "CLIN HEMORHEOL",
            "issn": "0271-5198",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.701,
            "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": 2560,
            "title": "The influence of occlusion time on measuring respiratory resistance and compliance in infants with bronchiolitis.",
            "abstract": null,
            "authors": [
                "Steinbrugger, B",
                "Fabian, J",
                "Zach, MS"
            ],
            "year": 1993,
            "source": "Pediatr Res. 1993; 33(3):273-277",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1993KP46300011",
            "pubmed": "8460064",
            "doi": "10.1203/00006450-199303000-00014",
            "pmc": null,
            "organizations": [
                "2560-14048"
            ],
            "persons": [],
            "imported": null,
            "journal": "PEDIAT RES",
            "issn": "0031-3998",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.664,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.971830985915493,
            "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": 2559,
            "title": "Effect of metoprolol on microcirculation and blood viscoelasticity",
            "abstract": null,
            "authors": [
                "Költringer, P",
                "Langsteger, W",
                "Pierer, G",
                "Lind, P",
                "Klima, G",
                "Reisecker, F",
                "Eber, O"
            ],
            "year": 1991,
            "source": "Acta Med Austriaca. 1991; 18(3):75-77",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1991GB65700006",
            "pubmed": "1950383",
            "doi": null,
            "pmc": null,
            "organizations": [
                "2559-14045"
            ],
            "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": 2556,
            "title": "The influence of different strategies on clinical outcome in patients undergoing total cavopulmonary connection.",
            "abstract": null,
            "authors": [
                "Knez, I",
                "Dacar, D",
                "Mächler, H",
                "Gamillscheg, A",
                "Beitzke, A",
                "Zobel, G",
                "Rödl, S",
                "Poier-Knez, A",
                "Gombotz, H",
                "Metzler, H",
                "Rehak, P",
                "Rigler, B"
            ],
            "year": 1999,
            "source": "Thorac Cardiovasc Surg. 1999; 47(2):101-105",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000080153600007",
            "pubmed": "10363609",
            "doi": "10.1055/s-2007-1013119",
            "pmc": null,
            "organizations": [
                "2556-14026",
                "2556-14044",
                "2556-14048",
                "2556-14075"
            ],
            "persons": [
                "2556-51592-6",
                "2556-51611-6",
                "2556-51709-6",
                "2556-51936-2"
            ],
            "imported": null,
            "journal": "THORAC CARDIOVASC SURG",
            "issn": "0171-6425",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.766,
            "impactfactor_year": 1999,
            "impactfactor_norm": 0.473282442748092,
            "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": 2555,
            "title": "The effect of 6% HES 200/0.6-0.66 on plasma volume and blood coagulation",
            "abstract": null,
            "authors": [
                "Kröll, W",
                "Gerner, P",
                "Colombo, T",
                "Ramschak, H",
                "Hinghofer-Szalkay, H",
                "List, WF"
            ],
            "year": 1992,
            "source": "Infusionsther Transfusionsmed. 1992; 19(4):171-180",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1992JV39200003",
            "pubmed": "1384845",
            "doi": "10.1159/000222617",
            "pmc": null,
            "organizations": [
                "2555-14010",
                "2555-14044",
                "2555-14056"
            ],
            "persons": [
                "2555-51683-6",
                "2555-51613-2"
            ],
            "imported": null,
            "journal": "INFUSIONSTHERAPIE",
            "issn": "1019-8466",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.333,
            "impactfactor_year": 1994,
            "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": 2552,
            "title": "Value of drug screening in granting leave of absence to prisoners",
            "abstract": null,
            "authors": [
                "Lapornik, R",
                "Zapotoczky, HG"
            ],
            "year": 1998,
            "source": "Wien Klin Wochenschr. 1998; 110(21):755-758",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000077412000005",
            "pubmed": "9871967",
            "doi": null,
            "pmc": null,
            "organizations": [
                "2552-29444"
            ],
            "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.583,
            "impactfactor_year": 1998,
            "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": 2551,
            "title": "The impact of sociodemographic, environmental, and behavioral factors, and cerebrovascular risk factors as potential predictors of the mattis dementia rating scale.",
            "abstract": null,
            "authors": [
                "Freidl, W",
                "Schmidt, R",
                "Stronegger, WJ",
                "Reinhart, B"
            ],
            "year": 1997,
            "source": "J GERONTOL SER A, BIOL SCI MED 1997 52:  M111-M116.",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1997WL79800015",
            "pubmed": "9060979",
            "doi": "10.1093/gerona/52A.2.M111",
            "pmc": null,
            "organizations": [
                "2551-14024",
                "2551-14051"
            ],
            "persons": [
                "2551-51741-6",
                "2551-51845-2"
            ],
            "imported": null,
            "journal": "J GERONTOL SER A, BIOL SCI MED",
            "issn": "1079-5006",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.695,
            "impactfactor_year": 1997,
            "impactfactor_norm": 0.454545454545455,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "GERIATRICS & GERONTOLOGY",
            "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": 2550,
            "title": "The Impact of Mode of Delivery (Vaginal Delivery Versus Cesarean-Section) on Outcome in Premature Births Less-Than-32 Weeks of Gestation in Vertex Presentation",
            "abstract": null,
            "authors": [
                "Weiss, PAM",
                "Walcher, W",
                "Rosegger, H",
                "Huttner, U",
                "Haas, J",
                "Winter, R"
            ],
            "year": 1998,
            "source": "GEBURTSH FRAUENHEILK 1998 58: 483-490.",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000075822800003",
            "pubmed": null,
            "doi": "10.1055/s-2007-1022747",
            "pmc": null,
            "organizations": [
                "2550-14038"
            ],
            "persons": [
                "2550-51627-6",
                "2550-51634-6"
            ],
            "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.33,
            "impactfactor_year": 1998,
            "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": 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": 2549,
            "title": "The Impact of Help on Hemorheology in Peripheral Arterial-Disease",
            "abstract": null,
            "authors": [
                "Lechner, P",
                "Walzl, M",
                "Walzl, B"
            ],
            "year": 1994,
            "source": "CLIN HEMORHEOL 1994 14: 181-188.",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1994ND47900003",
            "pubmed": null,
            "doi": "10.3233/CH-1994-14204",
            "pmc": null,
            "organizations": [
                "2549-14045",
                "2549-14051"
            ],
            "persons": [],
            "imported": null,
            "journal": "CLIN HEMORHEOL",
            "issn": "0271-5198",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.701,
            "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": 8225,
            "title": "Flow patterns at the site of extracranial to intracranial end to side anastomosis. An experimental rheological study.",
            "abstract": null,
            "authors": [
                "Auer, LM",
                "Ziegler, G",
                "Holzer, W",
                "Lukasser, J",
                "Heppner, F"
            ],
            "year": 1984,
            "source": "Acta Neurochir (Wien). 1984; 73(1-2):45-57",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1984TL22800005",
            "pubmed": "6496198",
            "doi": "10.1007/BF01401783",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "ACTA NEUROCHIR",
            "issn": "0001-6268",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.748,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.515625,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "SURGERY",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": false,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 8231,
            "title": "Pitfalls in the diagnosis of pemphigus vulgaris (early pemphigus vulgaris with features of bullous pemphigoid).",
            "abstract": null,
            "authors": [
                "Smolle, J",
                "Kerl, H"
            ],
            "year": 1984,
            "source": "Am J Dermatopathol. 1984; 6(5):429-435",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1984TN56900003",
            "pubmed": "6391245",
            "doi": "10.1097/00000372-198410000-00003",
            "pmc": null,
            "organizations": [],
            "persons": [
                "8231-51617-2",
                "8231-51620-6"
            ],
            "imported": null,
            "journal": "AMER J DERMATOPATHOL",
            "issn": "0193-1091",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 0.921,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.6,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "DERMATOLOGY, VENERAL DISEASES",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 8233,
            "title": "Effect of electric fields on performance and affect in healthy probands",
            "abstract": null,
            "authors": [
                "Hansl, G",
                "Riedl, H",
                "Möse, JR",
                "Fischer, G"
            ],
            "year": 1984,
            "source": "Z Exp Angew Psychol. 1984; 31(4):567-585",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1984TN94700003",
            "pubmed": "6495792",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "Z EXP ANGEW PSYCHOL",
            "issn": "0044-2712",
            "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": 2545,
            "title": "The immunopathogenesis of multiple sclerosis. A survey of recent advances and implications for future therapy.",
            "abstract": null,
            "authors": [
                "Kieseier, BC",
                "Archelos, JJ",
                "Storch, M",
                "Gold, R",
                "Hartung, HP"
            ],
            "year": 1999,
            "source": "Wien Klin Wochenschr. 1999; 111(17):728-737",
            "category": 1,
            "document_type": 3,
            "sci": "ISI:000083398100008",
            "pubmed": "10526397",
            "doi": null,
            "pmc": null,
            "organizations": [
                "2545-14051"
            ],
            "persons": [
                "2545-51987-6"
            ],
            "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.588,
            "impactfactor_year": 1999,
            "impactfactor_norm": 0.563636363636364,
            "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": false
        },
        {
            "id": 8235,
            "title": "Treatment of hypertension with calcium channel blockers: European data.",
            "abstract": null,
            "authors": [
                "Klein, WW"
            ],
            "year": 1984,
            "source": "Am J Med. 1984; 77(4A):143-146",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1984TN99900020",
            "pubmed": "6385698",
            "doi": "10.1016/S0002-9343(84)80050-9",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "AMER J MED",
            "issn": "0002-9343",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.703,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.934579439252336,
            "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": 8237,
            "title": "Course of atypical nodular sclerosing lymphogranulomatosis with intestinal polyposis in a 62-year-old female",
            "abstract": null,
            "authors": [
                "Smolle, KH",
                "Neubauer, M",
                "Kleinert, R"
            ],
            "year": 1984,
            "source": "Wien Med Wochenschr. 1984; 134(18):409-411",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1984TP69100003",
            "pubmed": "6506732",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "WIEN MED WOCHENSCHR",
            "issn": "0043-5341",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": 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
        }
    ]
}