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=860
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 157087,
    "next": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=880",
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=840",
    "results": [
        {
            "id": 1047,
            "title": "False positive prostate specific antigen values in the sera of women with renal cell carcinoma.",
            "abstract": null,
            "authors": [
                "Pummer, K",
                "Wirnsberger, G",
                "Pürstner, P",
                "Stettner, H",
                "Wandschneider, G"
            ],
            "year": 1992,
            "source": "J Urol. 1992; 148(1):21-23",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1992JB43400004",
            "pubmed": "1377289",
            "doi": "10.1016/S0022-5347(17)36497-2",
            "pmc": null,
            "organizations": [
                "1047-14020",
                "1047-14038"
            ],
            "persons": [
                "1047-53053-2",
                "1047-51739-6"
            ],
            "imported": null,
            "journal": "J UROL",
            "issn": "0022-5347",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.539,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.878048780487805,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "UROLOGY & NEPHROLOGY",
            "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": 1048,
            "title": "Familial dysalbuminemic hyperthyroxinemia in long-term amiodarone treated patients",
            "abstract": null,
            "authors": [
                "Sternad, H",
                "Eber, B",
                "Langsteger, W",
                "Prohaska, R",
                "Költringer, P",
                "Wawschinek, O",
                "Klein, W",
                "Eber, O"
            ],
            "year": 1994,
            "source": "Acta Med Austriaca. 1994; 21(1):8-10",
            "category": 1,
            "document_type": 3,
            "sci": "ISI:A1994NL54400002",
            "pubmed": "8017165",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "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": 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": 1049,
            "title": "Familial haemophagocytic lymphohistiocytosis. A report of three cases with unusual lung involvement.",
            "abstract": null,
            "authors": [
                "Popper, HH",
                "Zenz, W",
                "Mache, C",
                "Ohlinger, W"
            ],
            "year": 1994,
            "source": "Histopathology. 1994; 25(5):439-445",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1994PT75000005",
            "pubmed": "7868084",
            "doi": "10.1111/j.1365-2559.1994.tb00005.x",
            "pmc": null,
            "organizations": [
                "1049-14020",
                "1049-14048"
            ],
            "persons": [
                "1049-51877-6",
                "1049-51647-6"
            ],
            "imported": null,
            "journal": "HISTOPATHOLOGY",
            "issn": "0309-0167",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 1.829,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.75,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "PATHOLOGY",
            "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": 1050,
            "title": "Familial hemophagocytic lymphohistiocytosis associated with disseminated T-cell lymphoma: a report of two siblings.",
            "abstract": null,
            "authors": [
                "Mache, CJ",
                "Slavc, I",
                "Schmid, C",
                "Hoefler, G",
                "Urban, CE",
                "Schwinger, W",
                "Winter, E",
                "Hulla, W",
                "Zenz, W",
                "Holter, W"
            ],
            "year": 1994,
            "source": "Ann Hematol. 1994; 69(2):85-91",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1994PD97700008",
            "pubmed": "8080885",
            "doi": "10.1007/BF01698488",
            "pmc": null,
            "organizations": [
                "1050-14020",
                "1050-14048"
            ],
            "persons": [
                "1050-51877-2",
                "1050-51647-6",
                "1050-51859-6"
            ],
            "imported": null,
            "journal": "ANN HEMATOL",
            "issn": "0939-5555",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 1.496,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.508474576271186,
            "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": true
        },
        {
            "id": 1051,
            "title": "Famotidine versus omeprazole in combination with clarithromycin and metronidazole for eradication of Helicobacter pylori--a randomized, controlled trial.",
            "abstract": null,
            "authors": [
                "Gschwantler, M",
                "Dragosics, B",
                "Schütze, K",
                "Wurzer, H",
                "Hirschl, AM",
                "Pasching, E",
                "Wimmer, M",
                "Klimpfinger, M",
                "Oberhuber, G",
                "Brandstätter, G",
                "Hentschel, E",
                "Weiss, W"
            ],
            "year": 1999,
            "source": "Aliment Pharmacol Ther. 1999; 13(8):1063-1069",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000082101900011",
            "pubmed": "10468682",
            "doi": "10.1046/j.1365-2036.1999.00563.x",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "ALIMENT PHARMACOL THERAPEUT",
            "issn": "0269-2813",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 3.057,
            "impactfactor_year": 1999,
            "impactfactor_norm": 0.885714285714286,
            "impactfactor_norm_year": 1999,
            "impactfactor_norm_category": "PHARMACOLOGY & PHARMACY",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 1052,
            "title": "Fas and Fas-ligand are expressed in the uteroplacental unit of first-trimester pregnancy.",
            "abstract": null,
            "authors": [
                "Hammer, A",
                "Blaschitz, A",
                "Daxböck, C",
                "Walcher, W",
                "Dohr, G"
            ],
            "year": 1999,
            "source": "Am J Reprod Immunol. 1999; 41(1):41-51",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000079086700005",
            "pubmed": "10097786",
            "doi": "10.1111/j.1600-0897.1999.tb00074.x",
            "pmc": null,
            "organizations": [
                "1052-14017",
                "1052-14038"
            ],
            "persons": [
                "1052-51634-6",
                "1052-51666-6",
                "1052-51714-2"
            ],
            "imported": null,
            "journal": "AMER J REPROD IMMUNOL",
            "issn": "8755-8920",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.448,
            "impactfactor_year": 1999,
            "impactfactor_norm": 0.772727272727273,
            "impactfactor_norm_year": 1999,
            "impactfactor_norm_category": "REPRODUCTIVE BIOLOGY",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "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": 1053,
            "title": "Fast multislice T(1) and t(1sat) imaging using a phase acquisition of composite echoes (PACE) technique.",
            "abstract": null,
            "authors": [
                "Ropele, S",
                "Stollberger, R",
                "Kapeller, P",
                "Hartung, HP",
                "Fazekas, F"
            ],
            "year": 1999,
            "source": "MAGN RESON MED. 1999; 42(6): 1089-1097. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000083959300013",
            "pubmed": "10571930",
            "doi": "10.1002%2F%28SICI%291522-2594%28199912%2942%3A6%3C1089%3A%3AAID-MRM13%3E3.0.CO%3B2-6",
            "pmc": null,
            "organizations": [
                "1053-14051",
                "1053-14054"
            ],
            "persons": [
                "1053-51279-2",
                "1053-51744-6"
            ],
            "imported": "2009-11-16T10:16:00+01:00",
            "journal": "MAGN RESON MED",
            "issn": "0740-3194",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 3.757,
            "impactfactor_year": 1999,
            "impactfactor_norm": 0.961538461538462,
            "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": 1055,
            "title": "Fatal missile injury from the rotating knife of an agricultural mower.",
            "abstract": null,
            "authors": [
                "Roll, P",
                "Klintschar, M"
            ],
            "year": 1998,
            "source": "Forensic Sci Int. 1998; 94(1-2):1-8",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000074699500001",
            "pubmed": "9670476",
            "doi": "10.1016%2FS0379-0738%2898%2900039-5",
            "pmc": null,
            "organizations": [
                "1055-14019"
            ],
            "persons": [
                "1055-51680-1"
            ],
            "imported": null,
            "journal": "FORENSIC SCI INT",
            "issn": "0379-0738",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 0.818,
            "impactfactor_year": 1998,
            "impactfactor_norm": 0.666666666666667,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "MEDICINE, LEGAL",
            "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": 1056,
            "title": "Fatal pulmonary involvement in a patient with familial hemophagocytic lymphohistiocytosis.",
            "abstract": null,
            "authors": [
                "Zenz, WM",
                "Urban, CE",
                "Popper, HH",
                "Holter, W",
                "Petek, W",
                "Zach, MS"
            ],
            "year": 1994,
            "source": "Pediatr Pulmonol. 1994; 17(3):197-201",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1994MY96300009",
            "pubmed": "8197001",
            "doi": "10.1002/ppul.1950170310",
            "pmc": null,
            "organizations": [
                "1056-14013",
                "1056-14020",
                "1056-14048"
            ],
            "persons": [
                "1056-51647-2"
            ],
            "imported": null,
            "journal": "PEDIAT PULM",
            "issn": "8755-6863",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 1.184,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.676056338028169,
            "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": true
        },
        {
            "id": 1057,
            "title": "Feasibility of peripheral blood stem cell (PBSC) and peripheral blood mononuclear cell (PBMNC) separation in children with a body weight below 20 KG.",
            "abstract": null,
            "authors": [
                "Urban, C",
                "Schwinger, W",
                "Benesch, M",
                "Lackner, H",
                "Kerbl, R",
                "Gilli, R",
                "Pätzold, U",
                "Burdach, S"
            ],
            "year": 1997,
            "source": "Med Pediatr Oncol. 1997; 29(2):115-120",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1997XC43000009",
            "pubmed": "9180913",
            "doi": "10.1002%2F%28SICI%291096-911X%28199708%2929%3A2%3C115%3A%3AAID-MPO9%3E3.0.CO%3B2-H",
            "pmc": null,
            "organizations": [
                "1057-14058",
                "1057-14092"
            ],
            "persons": [
                "1057-51369-6",
                "1057-51821-6",
                "1057-51859-6"
            ],
            "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.693,
            "impactfactor_year": 1997,
            "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": true
        },
        {
            "id": 1059,
            "title": "Female genital tract malignancies during puberty. Uterine and cervical malignancies.",
            "abstract": null,
            "authors": [
                "Tscherne, G"
            ],
            "year": 1997,
            "source": "Ann N Y Acad Sci. 1997; 816(2):331-337",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1997BJ18G00036",
            "pubmed": "9238284",
            "doi": "10.1111/j.1749-6632.1997.tb52158.x",
            "pmc": null,
            "organizations": [
                "1059-14038"
            ],
            "persons": [],
            "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.903,
            "impactfactor_year": 1997,
            "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": 184824,
            "title": "The Impacts of the Presence of an Unfamiliar Dog on Emerging Adults' Physiological and Behavioral Responses Following Social Exclusion.",
            "abstract": null,
            "authors": [
                "Papousek, I",
                "Reiter-Scheidl, K",
                "Lackner, HK",
                "Weiss, EM",
                "Perchtold-Stefan, CM",
                "Aydin, N"
            ],
            "year": 2020,
            "source": "Behav Sci (Basel). 2020; 10(12):",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000601699800001",
            "pubmed": "33327481",
            "doi": "10.3390/bs10120191",
            "pmc": "PMC7764974",
            "organizations": [
                "184824-14010"
            ],
            "persons": [
                "184824-64295-6"
            ],
            "imported": "2020-12-18T01:00:00+01:00",
            "journal": "Behav Sci (Basel)",
            "issn": "2076-328X",
            "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": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 1061,
            "title": "Femtomole analysis of 9-oxononanoyl cholesterol by high performance liquid chromatography.",
            "abstract": null,
            "authors": [
                "Karten, B",
                "Boechzelt, H",
                "Abuja, PM",
                "Mittelbach, M",
                "Oettl, K",
                "Sattler, W"
            ],
            "year": 1998,
            "source": "J LIPID RES 1998 39: 1508-1519.",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000074816400022",
            "pubmed": "9684755",
            "doi": "10.1016/S0022-2275(20)32533-5",
            "pmc": null,
            "organizations": [
                "1061-14012",
                "1061-14013"
            ],
            "persons": [
                "1061-51705-4",
                "1061-51929-6"
            ],
            "imported": null,
            "journal": "J LIPID RES",
            "issn": "0022-2275",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 3.284,
            "impactfactor_year": 1998,
            "impactfactor_norm": 0.776271186440678,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "BIOCHEMISTRY & MOLECULAR BIOLOGY",
            "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": 1063,
            "title": "Fetal development of the human orbit.",
            "abstract": null,
            "authors": [
                "Haas, A",
                "Weiglein, A",
                "Faschinger, C",
                "Müllner, K"
            ],
            "year": 1993,
            "source": "GRAEF ARCH CLIN EXP OPHTHAL. 1993; 231(4): 217-220. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1993KV91500005",
            "pubmed": "8486303",
            "doi": "10.1007/BF00918844",
            "pmc": null,
            "organizations": [
                "1063-14018",
                "1063-14043"
            ],
            "persons": [
                "1063-51585-6",
                "1063-51850-2"
            ],
            "imported": "2010-07-09T16:33:12+02:00",
            "journal": "GRAEF ARCH CLIN EXP OPHTHAL",
            "issn": "0721-832X",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.577,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.642857142857143,
            "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": 1064,
            "title": "Fetal pulse oximetry and visual on-line signal identification in the second stage of labor.",
            "abstract": null,
            "authors": [
                "Haeusler, MC",
                "Arikan, G",
                "Haas, J",
                "Kainer, F"
            ],
            "year": 1996,
            "source": "Am J Obstet Gynecol. 1996; 175(4 Pt 1):1071-1074",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1996VQ86500055",
            "pubmed": "8885778",
            "doi": "10.1016/S0002-9378(96)80055-X",
            "pmc": null,
            "organizations": [
                "1064-14038"
            ],
            "persons": [
                "1064-51627-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.642,
            "impactfactor_year": 1996,
            "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": 1065,
            "title": "Fiberoptic intubation in 327 neurosurgical patients with lesions of the cervical spine.",
            "abstract": null,
            "authors": [
                "Fuchs, G",
                "Schwarz, G",
                "Baumgartner, A",
                "Kaltenböck, F",
                "Voit-Augustin, H",
                "Planinz, W"
            ],
            "year": 1999,
            "source": "J Neurosurg Anesthesiol. 1999; 11(1):11-16",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000078288700003",
            "pubmed": "9890380",
            "doi": "10.1097/00008506-199901000-00003",
            "pmc": null,
            "organizations": [
                "1065-14044",
                "1065-14054"
            ],
            "persons": [
                "1065-51073-6",
                "1065-51604-2",
                "1065-51757-6",
                "1065-51944-6"
            ],
            "imported": null,
            "journal": "J NEUROSURG ANESTHESIOL",
            "issn": "0898-4921",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.934,
            "impactfactor_year": 1999,
            "impactfactor_norm": 0.555555555555556,
            "impactfactor_norm_year": 1999,
            "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": true
        },
        {
            "id": 1067,
            "title": "Fibrinogen values in patients with and without restenosis following percutaneous transluminal coronary angiography.",
            "abstract": null,
            "authors": [
                "Schumacher, M",
                "Eber, B",
                "Tiran, A",
                "Toplak, H",
                "Luha, O",
                "Gasser, R",
                "Klein, W"
            ],
            "year": 1992,
            "source": "Cardiology. 1992; 80(5-6):345-348",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1992JZ13500006",
            "pubmed": "1451121",
            "doi": "10.1159/000175024",
            "pmc": null,
            "organizations": [],
            "persons": [
                "1067-51533-6",
                "1067-51699-2",
                "1067-51846-6"
            ],
            "imported": null,
            "journal": "CARDIOLOGY",
            "issn": "0008-6312",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.538,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.548387096774194,
            "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": true
        },
        {
            "id": 1068,
            "title": "Fibrinolytic Treatment of Deep Ileofemoral Venous Thrombosis with Different Doses of RT-Pa (Recombinant Tissue Plasminogen-Activator) - Pilot-Study",
            "abstract": null,
            "authors": [
                "Doder, A",
                "Pilger, E",
                "Obernosterer, A",
                "Decrinis, M",
                "Tischler, R",
                "Lafer, M",
                "Stark, G",
                "Aschauer, M"
            ],
            "year": 1992,
            "source": "VASA, J VASC DIS 1992 : -.",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1992KB38300018",
            "pubmed": "1481095",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "1068-51541-6"
            ],
            "imported": "2008-03-05T01:00:00+01:00",
            "journal": "VASA, J VASC DIS",
            "issn": "0301-1526",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.21,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.153846153846154,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "PERIPHERAL VASCULAR DISEASE",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": false,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 185359,
            "title": "Axillary artery dissection after scapular fracture.",
            "abstract": null,
            "authors": [
                "Cvjetko, I",
                "Staresinic, M",
                "Hlevnjak, D",
                "Bakota, B",
                "Dovzak, I"
            ],
            "year": 2011,
            "source": "Ann Vasc Surg. 2011; 25(6):837.e5-837.e7",
            "category": 1,
            "document_type": 5,
            "sci": "ISI:000293269500017",
            "pubmed": "21530158",
            "doi": "10.1016/j.avsg.2011.02.014",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2021-01-22T01:00:00+01:00",
            "journal": "Ann Vasc Surg",
            "issn": "0890-5096",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 1.035,
            "impactfactor_year": 2011,
            "impactfactor_norm": 0.372,
            "impactfactor_norm_year": 2011,
            "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": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 189645,
            "title": "Immunologically relevant Aspects of the New COVID-19 Vaccines A Position Paper of the Austrian Society for Allergology and Immunology (OEGAI) and the German Society for Applied Allergology (AeDA)",
            "abstract": null,
            "authors": [
                "Untersmayr, E",
                "Forster-Waldl, E",
                "Bonelli, M",
                "Boztug, K",
                "Brunner, PM",
                "Eiwegger, T",
                "Eller, K",
                "Goschl, L",
                "Grabmeier-Pfistershammer, K",
                "Hotzenecker, W",
                "Jordakieva, G",
                "Moschen, AR",
                "Pfaller, B",
                "Pickl, W",
                "Reinisch, W",
                "Wiedermann, U",
                "Klimek, L",
                "Bergmann, KC",
                "Brehler, R",
                "Novak, N",
                "Merk, H",
                "Rabe, U",
                "Schlenter, W",
                "Ring, J",
                "Wehrmann, W",
                "Mulleneisen, N",
                "Wrede, H",
                "Fuchs, T",
                "Jensen-Jarolim, E"
            ],
            "year": 2021,
            "source": "ALLERGO J. 2021; 30(5): 34-47. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000698568500012",
            "pubmed": "34393384",
            "doi": "10.1007/s40629-021-00178-2",
            "pmc": "PMC8349614",
            "organizations": [
                "189645-14084"
            ],
            "persons": [
                "189645-74174-6"
            ],
            "imported": "2021-10-04T10:09:03+02:00",
            "journal": "ALLERGO J",
            "issn": "0941-8849",
            "collection_publisher": null,
            "collection_title": "ALLERGO JOURNAL; ",
            "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": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        }
    ]
}