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=149760&ordering=-impactfactor_norm
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 157573,
    "next": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=149780&ordering=-impactfactor_norm",
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=149740&ordering=-impactfactor_norm",
    "results": [
        {
            "id": 923,
            "title": "Promoting remyelination as a future therapeutic principle in multiple sclerosis?",
            "abstract": null,
            "authors": [
                "Pöhlau, D",
                "Aktas, O",
                "Epplen, C",
                "Hartung, HP",
                "Hoffmann, V",
                "Przuntek, H"
            ],
            "year": 1998,
            "source": "Nervenarzt. 1998; 69(10):841-850",
            "category": 1,
            "document_type": 3,
            "sci": "ISI:000076457300002",
            "pubmed": "9834472",
            "doi": "10.1007/s001150050352",
            "pmc": null,
            "organizations": [
                "923-14051"
            ],
            "persons": [],
            "imported": null,
            "journal": "NERVENARZT",
            "issn": "0028-2804",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.696,
            "impactfactor_year": 1998,
            "impactfactor_norm": 0.350649350649351,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "PSYCHIATRY",
            "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": 65433,
            "title": "L-dopa therapy of parkinson syndrome",
            "abstract": null,
            "authors": [
                "Kapfhammer, HP",
                "Kuss, HJ",
                "Rüther, E"
            ],
            "year": 1985,
            "source": "Nervenarzt. 1985; 56(2): 57-68. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1985AHJ1700001",
            "pubmed": "3920542",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "65433-51907-1"
            ],
            "imported": "2007-02-12T01:00:00+01:00",
            "journal": "Nervenarzt",
            "issn": "0028-2804",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.5,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.350649350649351,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "CLINICAL NEUROLOGY",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 7473,
            "title": "Patients' complaints and electro-nystagmographic changes following lumbar puncture (author's transl)",
            "abstract": null,
            "authors": [
                "Hofferberth, B",
                "Moser, M"
            ],
            "year": 1981,
            "source": "Nervenarzt. 1981; 52(1):56-59",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1981LB08100010",
            "pubmed": "7219615",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "NERVENARZT",
            "issn": "0028-2804",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.5,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.350649350649351,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "CLINICAL NEUROLOGY",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 9109,
            "title": "Disorders of micturition in multiple sclerosis",
            "abstract": null,
            "authors": [
                "Primus, G",
                "Fuchs, S"
            ],
            "year": 1988,
            "source": "Nervenarzt. 1988; 59(7):415-418",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1988P212800009",
            "pubmed": "3405351",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "NERVENARZT",
            "issn": "0028-2804",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.5,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.350649350649351,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "CLINICAL NEUROLOGY",
            "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": 65431,
            "title": "Dopamine agonists in the therapy of parkinson syndrome",
            "abstract": null,
            "authors": [
                "Kapfhammer, HP",
                "Rüther, E"
            ],
            "year": 1985,
            "source": "Nervenarzt. 1985; 56(2): 69-81. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1985AHJ1700002",
            "pubmed": "3982566",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "65431-51907-1"
            ],
            "imported": "2007-02-12T01:00:00+01:00",
            "journal": "Nervenarzt",
            "issn": "0028-2804",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.5,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.350649350649351,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "CLINICAL NEUROLOGY",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 7412,
            "title": "Acquaintance with epilepsy and stereotypes of epileptics among schoolteachers (author's transl)",
            "abstract": null,
            "authors": [
                "Gallhofer, B",
                "Raab, E",
                "Ladurner, G",
                "Lechner, H"
            ],
            "year": 1980,
            "source": "Nervenarzt. 1980; 51(10):616-618",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1980KL92000005",
            "pubmed": "7453863",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "NERVENARZT",
            "issn": "0028-2804",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.5,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.350649350649351,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "CLINICAL NEUROLOGY",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 7393,
            "title": "Pain and depressive mood in the long term prognosis of lumbar disk prolapse",
            "abstract": null,
            "authors": [
                "Ladurner, G",
                "Jeindl, E",
                "Auer, L",
                "Justich, E",
                "Lechner, H"
            ],
            "year": 1982,
            "source": "Nervenarzt. 1982; 53(8):442-444",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1982PC31600003",
            "pubmed": "7133244",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "NERVENARZT",
            "issn": "0028-2804",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.5,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.350649350649351,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "CLINICAL NEUROLOGY",
            "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": 1004,
            "title": "Evaluation of vascular risk factors in patients with Parkinson syndrome",
            "abstract": null,
            "authors": [
                "Horner, S",
                "Niederkorn, K",
                "Ni, XS",
                "Fischer, R",
                "Fazekas, F",
                "Schmidt, R",
                "Duft, M",
                "Augustin, M",
                "Homann, N",
                "Ott, E"
            ],
            "year": 1997,
            "source": "Nervenarzt. 1997; 68(12):967-971",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000071008700006",
            "pubmed": "9465339",
            "doi": "10.1007/s001150050224",
            "pmc": null,
            "organizations": [
                "1004-14051"
            ],
            "persons": [
                "1004-51545-2",
                "1004-51546-6"
            ],
            "imported": null,
            "journal": "NERVENARZT",
            "issn": "0028-2804",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.621,
            "impactfactor_year": 1997,
            "impactfactor_norm": 0.350649350649351,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "PSYCHIATRY",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 7998,
            "title": "Hyperlipidemia and angiographic findings in ischemic insult",
            "abstract": null,
            "authors": [
                "Tschinkel, M",
                "Ladurner, G",
                "Hollasek, A",
                "Schreyer, H",
                "Lechner, H"
            ],
            "year": 1985,
            "source": "Nervenarzt. 1985; 56(2):94-97",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1985AHJ1700005",
            "pubmed": "3982569",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "NERVENARZT",
            "issn": "0028-2804",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.5,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.350649350649351,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "CLINICAL NEUROLOGY",
            "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": 8804,
            "title": "Interaction of the vascular wall, cerebral blood flow and hemorheology in patients with cerebrovascular insufficiency",
            "abstract": null,
            "authors": [
                "Lechner, H",
                "Niederkorn, K",
                "Ott, E"
            ],
            "year": 1987,
            "source": "Nervenarzt. 1987; 58(3):187-189",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1987G357600011",
            "pubmed": "3587452",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "8804-51546-6"
            ],
            "imported": null,
            "journal": "NERVENARZT",
            "issn": "0028-2804",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.5,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.350649350649351,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "CLINICAL NEUROLOGY",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 7796,
            "title": "The relevance of psychiatric and neurologic symptoms in chronic subdural hematoma",
            "abstract": null,
            "authors": [
                "Stix, P",
                "Ladurner, G",
                "Flaschka, G",
                "Lechner, H"
            ],
            "year": 1982,
            "source": "NERVENARZT. 1982; 53(10): 580-583. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1982PM06800004",
            "pubmed": "7144984",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "7796-51506-1"
            ],
            "imported": "2009-09-02T16:50:46+02:00",
            "journal": "NERVENARZT",
            "issn": "0028-2804",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.5,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.350649350649351,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "CLINICAL NEUROLOGY",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 65455,
            "title": "Artifactual disorders--between deception and self-mutilation. Experiences in consultation psychiatry at a university clinic",
            "abstract": null,
            "authors": [
                "Kapfhammer, HP",
                "Rothenhäusler, HB",
                "Dietrich, E",
                "Dobmeier, P",
                "Mayer, C"
            ],
            "year": 1998,
            "source": "Nervenarzt. 1998; 69(5): 401-409. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000073811700005",
            "pubmed": "9629556",
            "doi": "10.1007/s001150050289",
            "pmc": null,
            "organizations": [],
            "persons": [
                "65455-50097-6",
                "65455-51907-2"
            ],
            "imported": "2007-02-12T01:00:00+01:00",
            "journal": "Nervenarzt",
            "issn": "0028-2804",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.696,
            "impactfactor_year": 1998,
            "impactfactor_norm": 0.350649350649351,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "PSYCHIATRY",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 162568,
            "title": "Fractal drainage model - a new approach to determinate the complexity of watershed",
            "abstract": null,
            "authors": [
                "Diaconu, DC",
                "Andronache, I",
                "Ahammer, H",
                "Ciobotaru, AM",
                "Zelenakova, M",
                "Dinescu, R",
                "Pozdnyakov, AV",
                "Chupikova, SA"
            ],
            "year": 2017,
            "source": "ACTA MONTAN SLOVACA. 2017; 22(1): 12-21. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000410998400002",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "162568-14011"
            ],
            "persons": [
                "162568-51753-6"
            ],
            "imported": "2017-10-03T14:16:48+02:00",
            "journal": "ACTA MONTAN SLOVACA",
            "issn": "1335-1788",
            "collection_publisher": null,
            "collection_title": "ACTA MONTANISTICA SLOVACA; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.973,
            "impactfactor_year": 2017,
            "impactfactor_norm": 0.35,
            "impactfactor_norm_year": 2017,
            "impactfactor_norm_category": "MINING & MINERAL PROCESSING-SCI",
            "impactfactor_norm_super": 0.4,
            "impactfactor_norm_super_year": 2016,
            "impactfactor_norm_super_category": "MINING + MINERAL PROCESSING-SCI",
            "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": 196654,
            "title": "Novel Suberoylanilide Hydroxamic Acid Analogs Inhibit Angiogenesis and Induce Apoptosis in Breast Cancer Cells",
            "abstract": null,
            "authors": [
                "Moku, G",
                "Vangala, S",
                "Yakati, V",
                "Gali, CC",
                "Saha, S",
                "Madamsetty, VS",
                "Vyas, A"
            ],
            "year": 2022,
            "source": "ANTI-CANCER AGENT ME. 2022; 22(5): 914-925. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000820716500011",
            "pubmed": "34488592",
            "doi": "10.2174/1871520621666210901102425",
            "pmc": null,
            "organizations": [
                "196654-14014"
            ],
            "persons": [],
            "imported": "2022-07-25T09:56:30+02:00",
            "journal": "ANTI-CANCER AGENT ME",
            "issn": "1871-5206",
            "collection_publisher": null,
            "collection_title": "ANTI-CANCER AGENTS IN MEDICINAL CHEMISTRY; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.8,
            "impactfactor_year": 2022,
            "impactfactor_norm": 0.35,
            "impactfactor_norm_year": 2022,
            "impactfactor_norm_category": "CHEMISTRY, MEDICINAL-SCIE",
            "impactfactor_norm_super": 0.35,
            "impactfactor_norm_super_year": 2022,
            "impactfactor_norm_super_category": "CHEMISTRY, MEDICINAL-SCIE",
            "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": 211486,
            "title": "Human pharmacokinetics of high dose oral curcumin and its effect on heme oxygenase-1 expression in healthy male subjects.",
            "abstract": null,
            "authors": [
                "Klickovic, U",
                "Doberer, D",
                "Gouya, G",
                "Aschauer, S",
                "Weisshaar, S",
                "Storka, A",
                "Bilban, M",
                "Wolzt, M"
            ],
            "year": 2014,
            "source": "Biomed Res Int. 2014; 2014:  458592",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000330871800001",
            "pubmed": "24592391",
            "doi": "10.1155/2014/458592",
            "pmc": "PMC3925623",
            "organizations": [],
            "persons": [],
            "imported": "2024-10-09T02:00:00+02:00",
            "journal": "Biomed Res Int",
            "issn": "2314-6141",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.579,
            "impactfactor_year": 2014,
            "impactfactor_norm": 0.35,
            "impactfactor_norm_year": 2014,
            "impactfactor_norm_category": "BIOTECHNOLOGY & APPLIED MICROBIOLOGY-SCI",
            "impactfactor_norm_super": 0.35,
            "impactfactor_norm_super_year": 2014,
            "impactfactor_norm_super_category": "BIOTECHNOLOGY + APPLIED MICROBIOLOGY-SCI",
            "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": 168788,
            "title": "Long time enzyme replacement therapy stabilizes obstructive lung disease and alters peripheral immune cell subsets in Fabry patients.",
            "abstract": null,
            "authors": [
                "Odler, B",
                "Cseh, Á",
                "Constantin, T",
                "Fekete, G",
                "Losonczy, G",
                "Tamási, L",
                "Benke, K",
                "Szilveszter, B",
                "Müller, V"
            ],
            "year": 2017,
            "source": "Clin Respir J. 2017; 11(6): 942-950. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000415356900039",
            "pubmed": "26763180",
            "doi": "10.1111/crj.12446",
            "pmc": null,
            "organizations": [],
            "persons": [
                "168788-94970-1"
            ],
            "imported": "2018-08-20T02:00:00+02:00",
            "journal": "Clin Respir J",
            "issn": "1752-6981",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.211,
            "impactfactor_year": 2017,
            "impactfactor_norm": 0.35,
            "impactfactor_norm_year": 2017,
            "impactfactor_norm_category": "RESPIRATORY SYSTEM-SCI",
            "impactfactor_norm_super": 0.397,
            "impactfactor_norm_super_year": 2015,
            "impactfactor_norm_super_category": "RESPIRATORY SYSTEM-SCI",
            "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": 139231,
            "title": "Serum metal ion concentrations in paediatric patients following total knee arthroplasty using megaprostheses.",
            "abstract": null,
            "authors": [
                "Friesenbichler, J",
                "Sadoghi, P",
                "Maurer-Ertl, W",
                "Szkandera, J",
                "Glehr, M",
                "Ogris, K",
                "Wolf, M",
                "Weger, C",
                "Leithner, A"
            ],
            "year": 2014,
            "source": "Biomed Res Int. 2014; 2014(6):817257-817257",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000345781600001",
            "pubmed": "25276819",
            "doi": "10.1155/2014/817257",
            "pmc": "PMC4172978",
            "organizations": [
                "139231-14019",
                "139231-14052",
                "139231-14085"
            ],
            "persons": [
                "139231-53237-6",
                "139231-59379-4",
                "139231-69234-6"
            ],
            "imported": "2014-10-03T02:00:00+02:00",
            "journal": "Biomed Res Int",
            "issn": "2314-6133",
            "collection_publisher": null,
            "collection_title": "BIOMED RESEARCH INTERNATIONAL; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.579,
            "impactfactor_year": 2014,
            "impactfactor_norm": 0.35,
            "impactfactor_norm_year": 2014,
            "impactfactor_norm_category": "BIOTECHNOLOGY & APPLIED MICROBIOLOGY-SCI",
            "impactfactor_norm_super": 0.35,
            "impactfactor_norm_super_year": 2014,
            "impactfactor_norm_super_category": "BIOTECHNOLOGY + APPLIED MICROBIOLOGY-SCI",
            "citations": null,
            "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": 144542,
            "title": "Pulmonary tuberculosis.",
            "abstract": null,
            "authors": [
                "Brunner, M",
                "Thurnher, D"
            ],
            "year": 2007,
            "source": "Wien Klin Wochenschr. 2007; 119(13-14):404-404",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000248623100003",
            "pubmed": "17671820",
            "doi": "10.1007/s00508-007-0826-z",
            "pmc": null,
            "organizations": [],
            "persons": [
                "144542-91899-6"
            ],
            "imported": "2015-04-01T15:22:56+02:00",
            "journal": "WIEN KLIN WOCHENSCHR",
            "issn": "0043-5325",
            "collection_publisher": null,
            "collection_title": "WIENER KLINISCHE WOCHENSCHRIFT; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 0.885,
            "impactfactor_year": 2007,
            "impactfactor_norm": 0.35,
            "impactfactor_norm_year": 2007,
            "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": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 214920,
            "title": "Cardioprotection: A Review of Current Practice in Global Ischemia and Future Translational Perspective",
            "abstract": null,
            "authors": [
                "Habertheuer, A",
                "Kocher, A",
                "Laufer, G",
                "Andreas, M",
                "Szeto, WY",
                "Petzelbauer, P",
                "Ehrlich, M",
                "Wiedemann, D"
            ],
            "year": 2014,
            "source": "BIOMED RES INT. 2014; 2014:  325725",
            "category": 1,
            "document_type": 3,
            "sci": "ISI:000345777700001",
            "pubmed": "25276778",
            "doi": "10.1155/2014/325725",
            "pmc": null,
            "organizations": [],
            "persons": [
                "214920-131297-6"
            ],
            "imported": "2025-03-06T09:44:57+01:00",
            "journal": "BIOMED RES INT",
            "issn": "2314-6133",
            "collection_publisher": null,
            "collection_title": "BIOMED RESEARCH INTERNATIONAL; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.579,
            "impactfactor_year": 2014,
            "impactfactor_norm": 0.35,
            "impactfactor_norm_year": 2014,
            "impactfactor_norm_category": "BIOTECHNOLOGY & APPLIED MICROBIOLOGY-SCI",
            "impactfactor_norm_super": 0.35,
            "impactfactor_norm_super_year": 2014,
            "impactfactor_norm_super_category": "BIOTECHNOLOGY + APPLIED MICROBIOLOGY-SCI",
            "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": 144551,
            "title": "High expression of integrin beta1 correlates with high proliferation capacity in oral keratinocytes.",
            "abstract": null,
            "authors": [
                "Stein, E",
                "Blaimauer, K",
                "Bauer, S",
                "Erovic, BM",
                "Turhani, D",
                "Thurnher, D"
            ],
            "year": 2007,
            "source": "Wien Klin Wochenschr. 2007; 119(9-10):318-322",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000247281300010",
            "pubmed": "17571237",
            "doi": "10.1007/s00508-007-0783-6",
            "pmc": null,
            "organizations": [],
            "persons": [
                "144551-91899-6"
            ],
            "imported": "2015-04-01T15:22:56+02:00",
            "journal": "WIEN KLIN WOCHENSCHR",
            "issn": "0043-5325",
            "collection_publisher": null,
            "collection_title": "WIENER KLINISCHE WOCHENSCHRIFT; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.885,
            "impactfactor_year": 2007,
            "impactfactor_norm": 0.35,
            "impactfactor_norm_year": 2007,
            "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": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        }
    ]
}