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=150000&ordering=-impactfactor_norm
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 157186,
    "next": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=150020&ordering=-impactfactor_norm",
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=149980&ordering=-impactfactor_norm",
    "results": [
        {
            "id": 185902,
            "title": "Letter to the Editor regarding \"Liquid biopsy in oncology: a consensus statement of the Spanish society of pathology and the Spanish society of medical oncology\".",
            "abstract": null,
            "authors": [
                "Enko, D",
                "Kriegshäuser, G"
            ],
            "year": 2021,
            "source": "Clin Transl Oncol. 2021; 23(7):1494-1495",
            "category": 1,
            "document_type": 20,
            "sci": "ISI:000613960400001",
            "pubmed": "33528812",
            "doi": "10.1007/s12094-020-02527-z",
            "pmc": null,
            "organizations": [
                "185902-14028"
            ],
            "persons": [
                "185902-89193-1"
            ],
            "imported": "2021-02-03T01:00:00+01:00",
            "journal": "Clin Transl Oncol",
            "issn": "1699-048X",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 3.34,
            "impactfactor_year": 2021,
            "impactfactor_norm": 0.331,
            "impactfactor_norm_year": 2021,
            "impactfactor_norm_category": "ONCOLOGY-SCI",
            "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": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 170451,
            "title": "Improving Glucose Control and Treatment Satisfaction through Micro-Training and Insulin Dose Adaptation by means of \"Treat to Target\" in elderly and aged People with insulin-dependent Type-2 Diabetes mellitus",
            "abstract": null,
            "authors": [
                "Semlitsch, B",
                "Fleischhacker, E",
                "Tatschl, C",
                "Pieber, T"
            ],
            "year": 2018,
            "source": "WIEN KLIN WOCHENSCHR. 2018; 130: 345-345.",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:000448509500003",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "170451-14080"
            ],
            "persons": [
                "170451-50551",
                "170451-51831"
            ],
            "imported": "2018-11-21T10:31:11+01: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": 1.003,
            "impactfactor_year": 2018,
            "impactfactor_norm": 0.331,
            "impactfactor_norm_year": 2018,
            "impactfactor_norm_category": "MEDICINE, GENERAL & INTERNAL-SCI",
            "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": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 176219,
            "title": "[Depression Symptoms of Mothers and Fathers of Persons with Schizophrenia].",
            "abstract": null,
            "authors": [
                "Alexandrowicz, RW",
                "König, D",
                "Unger, A",
                "Klug, G",
                "Soulier, N",
                "Freidl, M",
                "Friedrich, F"
            ],
            "year": 2016,
            "source": "Psychiatr Prax. 2016; 43(4): 213-218. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000377200600007",
            "pubmed": "26158713",
            "doi": "10.1055/s-0035-1552629",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2019-08-07T02:00:00+02:00",
            "journal": "Psychiatr Prax",
            "issn": "0303-4259",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.302,
            "impactfactor_year": 2016,
            "impactfactor_norm": 0.331,
            "impactfactor_norm_year": 2016,
            "impactfactor_norm_category": "PSYCHIATRY-SSCI",
            "impactfactor_norm_super": 0.549,
            "impactfactor_norm_super_year": 2014,
            "impactfactor_norm_super_category": "PSYCHIATRY-SSCI",
            "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": 169553,
            "title": "Glucagon-like peptide 1 receptor signaling ameliorates renal ischemia/reperfusion injury",
            "abstract": null,
            "authors": [
                "Artinger, K",
                "Uhlig, M",
                "Kirsch, AH",
                "Schabhuttl, C",
                "Moschovaki-Fillipidou, F",
                "Aringer, I",
                "Eller, P",
                "Stojakovic, T",
                "Rosenkranz, AR",
                "Eller, K"
            ],
            "year": 2018,
            "source": "WIEN KLIN WOCHENSCHR. 2018; 130: 274-274.",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:000445120800041",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "169553-14028",
                "169553-14084"
            ],
            "persons": [
                "169553-72630",
                "169553-74174",
                "169553-74175",
                "169553-75657",
                "169553-86124",
                "169553-86588"
            ],
            "imported": "2018-10-09T16:37:25+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": 1.003,
            "impactfactor_year": 2018,
            "impactfactor_norm": 0.331,
            "impactfactor_norm_year": 2018,
            "impactfactor_norm_category": "MEDICINE, GENERAL & INTERNAL-SCI",
            "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": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": true,
            "local_affiliation": true
        },
        {
            "id": 170413,
            "title": "Use of the artificial Pancreas in Infants with Diabetes mellitus Type 1 KidsAP01",
            "abstract": null,
            "authors": [
                "Kojzar, H",
                "Frohlich-Reiterer, E",
                "Mader, JK",
                "Pottler, T",
                "Elsayed, H",
                "Jasser-Nitsche, H",
                "Rami-Merhar, B",
                "Fritsch, M",
                "Nagl, K",
                "Hofer, S",
                "Abt, D",
                "Binder, E",
                "Streichen, E",
                "Acerini, CL",
                "de Beaufort, C",
                "Campbell, F",
                "Kapellen, T",
                "Lawton, J",
                "Roze, S",
                "Sibayan, J",
                "Sonesson, A",
                "Allen, J",
                "Tauschmann, M",
                "Musolino, G",
                "Barber, N",
                "Wilinska, ME",
                "Hovorka, R"
            ],
            "year": 2018,
            "source": "WIEN KLIN WOCHENSCHR. 2018; 130: 347-348.",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:000448509500008",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "170413-14080",
                "170413-14091"
            ],
            "persons": [
                "170413-50659",
                "170413-50877",
                "170413-59231",
                "170413-87054",
                "170413-97866"
            ],
            "imported": "2018-11-21T10:31:11+01: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": 1.003,
            "impactfactor_year": 2018,
            "impactfactor_norm": 0.331,
            "impactfactor_norm_year": 2018,
            "impactfactor_norm_category": "MEDICINE, GENERAL & INTERNAL-SCI",
            "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": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": true,
            "local_affiliation": true
        },
        {
            "id": 170414,
            "title": "Quality of Life and Health Competence in Patients with Diabetes mellitus and other endocrine Diseases",
            "abstract": null,
            "authors": [
                "Ulm, S",
                "Fahrleitner-Pammer, A",
                "Pieber, T",
                "Dobnig, H",
                "Sourij, H",
                "Amrein, K"
            ],
            "year": 2018,
            "source": "WIEN KLIN WOCHENSCHR. 2018; 130: 360-360.",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:000448509500035",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "170414-14080"
            ],
            "persons": [
                "170414-50838",
                "170414-51063",
                "170414-51831",
                "170414-58615"
            ],
            "imported": "2018-11-21T10:31:11+01: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": 1.003,
            "impactfactor_year": 2018,
            "impactfactor_norm": 0.331,
            "impactfactor_norm_year": 2018,
            "impactfactor_norm_category": "MEDICINE, GENERAL & INTERNAL-SCI",
            "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": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 170415,
            "title": "Blood Glucose Management in hospitalized Patients with Type 2 Diabetes mellitus during Nursing Phases - A retrospective Study",
            "abstract": null,
            "authors": [
                "Rainer, R",
                "Elsayed, H",
                "Aberer, F",
                "Beck, P",
                "Pieber, TR",
                "Donsa, K",
                "Plank, J",
                "Mader, JK"
            ],
            "year": 2018,
            "source": "WIEN KLIN WOCHENSCHR. 2018; 130: 348-348.",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:000448509500009",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "170415-14080"
            ],
            "persons": [
                "170415-50877",
                "170415-51831",
                "170415-78894",
                "170415-97866"
            ],
            "imported": "2018-11-21T10:31:11+01: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": 1.003,
            "impactfactor_year": 2018,
            "impactfactor_norm": 0.331,
            "impactfactor_norm_year": 2018,
            "impactfactor_norm_category": "MEDICINE, GENERAL & INTERNAL-SCI",
            "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": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 170426,
            "title": "Vaccination rates against pneumococcal infection, influenza and pertussis in hospitalized cardiologic and pneumologic patients need to be improved",
            "abstract": null,
            "authors": [
                "Smolle, E",
                "Komarek, C",
                "Röblreiter, T",
                "Olschewski, H",
                "von Lewinski, D",
                "Fruhwald, F",
                "Flick H"
            ],
            "year": 2018,
            "source": "WIEN KLIN WOCHENSCHR. 2018; 130(19-20): 616-617. ",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:000448081200061",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "170426-14046",
                "170426-14083",
                "170426-14087"
            ],
            "persons": [
                "170426-51700",
                "170426-59317",
                "170426-65986",
                "170426-71794"
            ],
            "imported": "2018-11-21T10:31:11+01: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": 1.003,
            "impactfactor_year": 2018,
            "impactfactor_norm": 0.331,
            "impactfactor_norm_year": 2018,
            "impactfactor_norm_category": "MEDICINE, GENERAL & INTERNAL-SCI",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": false,
            "conference_name": true,
            "conference_place": true,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 170427,
            "title": "Pulmonary hypertension in hypersensitivity pneumonitis",
            "abstract": null,
            "authors": [
                "Tornyos, A",
                "Trinker, M",
                "Foris, V",
                "Pfeiffer, S",
                "Odler, B",
                "Douschan, P",
                "Avian, A",
                "Leitner, A",
                "Olschewski, A",
                "Kovacs, G",
                "Olschewski, H"
            ],
            "year": 2018,
            "source": "WIEN KLIN WOCHENSCHR. 2018; 130(19-20):621-621.-42. Jahrestagung der Österreichischen\r\nGesellschaft für Pneumologie\r\n2. Jahrestagung der Österreichischen\r\nGesellschaft für Thoraxchirurgie; OCT 18-20; Linz, AUSTRIA. ",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:000448081200072",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "170427-14026",
                "170427-14052",
                "170427-14087",
                "170427-14104"
            ],
            "persons": [
                "170427-53237",
                "170427-54345",
                "170427-59238",
                "170427-67207",
                "170427-79732",
                "170427-87980",
                "170427-93862",
                "170427-94970"
            ],
            "imported": "2018-11-21T10:31:11+01: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": 1.003,
            "impactfactor_year": 2018,
            "impactfactor_norm": 0.331,
            "impactfactor_norm_year": 2018,
            "impactfactor_norm_category": "MEDICINE, GENERAL & INTERNAL-SCI",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": false,
            "conference_name": true,
            "conference_place": true,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": true,
            "local_affiliation": true
        },
        {
            "id": 170428,
            "title": "Spontaneous pneumothorax: evaluation of the histology of wedge resections and clinico-pathological correlation",
            "abstract": null,
            "authors": [
                "Lindenmann, J",
                "Barthofer, K",
                "Fink-Neuboeck, N",
                "Porubsky, C",
                "Fediuk, M",
                "Gschwandtner, E",
                "Smolle-Juettner, FM",
                "Stacher-Priehse, E"
            ],
            "year": 2018,
            "source": "WIEN KLIN WOCHENSCHR. 2018; 130(19-20):622-622.-42. Jahrestagung der Österreichischen Gesellschaft für Pneumologie (ÖGP) und 2. Jahrestagung der Österreichischen Gesellschaft für Thoraxchirurgie (ÖGTC); OCT 18-20, 2018; Linz, AUSTRIA. ",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:000448081200073",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "170428-14020",
                "170428-14077"
            ],
            "persons": [
                "170428-50145",
                "170428-50477",
                "170428-51615"
            ],
            "imported": "2018-11-21T10:31:11+01: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": 1.003,
            "impactfactor_year": 2018,
            "impactfactor_norm": 0.331,
            "impactfactor_norm_year": 2018,
            "impactfactor_norm_category": "MEDICINE, GENERAL & INTERNAL-SCI",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": false,
            "conference_name": true,
            "conference_place": true,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 170435,
            "title": "Diastolic dysfunction and cardiopulmonary exercise capacity in patients with advanced liver disease-results from a prospective cross-sectional cohort",
            "abstract": null,
            "authors": [
                "Sassmann, T",
                "Kovacs, G",
                "Stauber, R",
                "Foris, V",
                "Pfeiffer, S",
                "Gruber, F",
                "Revelant, F",
                "Stadlbauer, V",
                "Kniepeiss, D",
                "Zollner, G",
                "Fickert, P",
                "Avian, A",
                "Olschewski, A",
                "Olschewski, H",
                "Douschan, P"
            ],
            "year": 2018,
            "source": "WIEN KLIN WOCHENSCHR. 2018; 130(19-20):627-627.-ÖGP Jahrestagung; OKT 18-20, 2018; Linz, Austria. ",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:000448081200086",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "170435-14026",
                "170435-14073",
                "170435-14081",
                "170435-14087"
            ],
            "persons": [
                "170435-50989",
                "170435-51530",
                "170435-52938",
                "170435-54345",
                "170435-57230",
                "170435-58323",
                "170435-59238",
                "170435-67207",
                "170435-79732",
                "170435-87980"
            ],
            "imported": "2018-11-21T10:31:11+01: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": 1.003,
            "impactfactor_year": 2018,
            "impactfactor_norm": 0.331,
            "impactfactor_norm_year": 2018,
            "impactfactor_norm_category": "MEDICINE, GENERAL & INTERNAL-SCI",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": false,
            "conference_name": true,
            "conference_place": true,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 170438,
            "title": "A Premature Baby with persistent Tachypnea and Heart Failure",
            "abstract": null,
            "authors": [
                "Tesch, V",
                "Pfleger, A",
                "Schweintzger, S",
                "Kurath-Koller, S",
                "Gamillscheg, A",
                "Pocivalnik, M",
                "Ulreich, R",
                "Popper, H",
                "Sorantin, E",
                "Eber, E"
            ],
            "year": 2018,
            "source": "WIEN KLIN WOCHENSCHR. 2018; 130(19-20):592-593.-42. Jahrestagung der ÖGP/ÖGTC; OCT 18-20, 2018; Linz, AUSTRIA. ",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:000448081200009",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "170438-14020",
                "170438-14093",
                "170438-14095",
                "170438-14106"
            ],
            "persons": [
                "170438-60829",
                "170438-51713",
                "170438-51913",
                "170438-54089",
                "170438-63507",
                "170438-72300",
                "170438-89213",
                "170438-59876"
            ],
            "imported": "2018-11-21T10:31:11+01: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": 1.003,
            "impactfactor_year": 2018,
            "impactfactor_norm": 0.331,
            "impactfactor_norm_year": 2018,
            "impactfactor_norm_category": "MEDICINE, GENERAL & INTERNAL-SCI",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": false,
            "conference_name": true,
            "conference_place": true,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 170439,
            "title": "Role of NKT cells in vascular remodelling in pulmonary fibrosis",
            "abstract": null,
            "authors": [
                "Jandl, K",
                "Marsh, LM",
                "Sinn, K",
                "Klepetko, W",
                "Olschewski, H",
                "Kwapiszewska, G"
            ],
            "year": 2018,
            "source": "WIEN KLIN WOCHENSCHR. 2018; 130(19-20):599-599.",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:000448081200023",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "170439-14087"
            ],
            "persons": [
                "170439-100911",
                "170439-82090",
                "170439-82595"
            ],
            "imported": "2018-11-21T10:31:11+01: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": 1.003,
            "impactfactor_year": 2018,
            "impactfactor_norm": 0.331,
            "impactfactor_norm_year": 2018,
            "impactfactor_norm_category": "MEDICINE, GENERAL & INTERNAL-SCI",
            "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": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": true,
            "local_affiliation": true
        },
        {
            "id": 170440,
            "title": "MicroRNA expression in A549 NSCLC cells and non-malignant bronchial epithelial cells under normoxic and hypoxic conditions",
            "abstract": null,
            "authors": [
                "Fadejeva, I",
                "Bertsch, A",
                "Panzitt, K",
                "Leithner, K",
                "Olschewski, H",
                "Hrzenjak, A"
            ],
            "year": 2018,
            "source": "WIEN KLIN WOCHENSCHR. 2018; 130(19-20):601-602.-Jahrestagung der Österreichischen Gesellschaft für Pneumologie (ÖGP); OKT 18-20, 2018; Linz, AUSTRIA. ",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:000448081200029",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "170440-14081",
                "170440-14087"
            ],
            "persons": [
                "170440-50593",
                "170440-50610",
                "170440-57557"
            ],
            "imported": "2018-11-21T10:31:11+01: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": 1.003,
            "impactfactor_year": 2018,
            "impactfactor_norm": 0.331,
            "impactfactor_norm_year": 2018,
            "impactfactor_norm_category": "MEDICINE, GENERAL & INTERNAL-SCI",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": false,
            "conference_name": true,
            "conference_place": true,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": true,
            "local_affiliation": true
        },
        {
            "id": 169618,
            "title": "Low Prevalence of Colonization with C. difficile in Residents of Graz Residential Care Facility for the Elderly",
            "abstract": null,
            "authors": [
                "Schreiner, E",
                "Leitner-Meyer, E",
                "Neuhold, M",
                "Pux, C",
                "Zollner-Schwetz, I",
                ""
            ],
            "year": 2018,
            "source": "WIEN KLIN WOCHENSCHR. 2018; 130: 262-263.",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:000445120800016",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "169618-29164"
            ],
            "persons": [
                "169618-54326"
            ],
            "imported": "2018-10-09T16:37:25+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": 1.003,
            "impactfactor_year": 2018,
            "impactfactor_norm": 0.331,
            "impactfactor_norm_year": 2018,
            "impactfactor_norm_category": "MEDICINE, GENERAL & INTERNAL-SCI",
            "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": 170465,
            "title": "Diabetic alert dogs: Medical and social assistance for patients with diabetes mellitus type 1",
            "abstract": null,
            "authors": [
                "Hochfellner, D",
                "Holler, V",
                "Sutter, S",
                "Kohler, G"
            ],
            "year": 2018,
            "source": "WIEN KLIN WOCHENSCHR. 2018; 130: 347-347.",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:000448509500007",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "170465-14080"
            ],
            "persons": [
                "170465-100301",
                "170465-50731"
            ],
            "imported": "2018-11-21T10:31:11+01: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": 1.003,
            "impactfactor_year": 2018,
            "impactfactor_norm": 0.331,
            "impactfactor_norm_year": 2018,
            "impactfactor_norm_category": "MEDICINE, GENERAL & INTERNAL-SCI",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": false,
            "conference_name": true,
            "conference_place": true,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 170470,
            "title": "A young woman with endometriosis and right sided pleural effusion successfully treated with sirolimus",
            "abstract": null,
            "authors": [
                "Smolle, E",
                "Polachova, J",
                "Olschewski, H",
                "Flick, H"
            ],
            "year": 2018,
            "source": "WIEN KLIN WOCHENSCHR. 2018; 130(19-20): 591-591. ",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:000448081200007",
            "pubmed": null,
            "doi": "10.1007/s00508-018-1396-y",
            "pmc": null,
            "organizations": [
                "170470-14046",
                "170470-14087"
            ],
            "persons": [
                "170470-65986",
                "170470-71794"
            ],
            "imported": "2018-11-21T10:31:11+01: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": 1.003,
            "impactfactor_year": 2018,
            "impactfactor_norm": 0.331,
            "impactfactor_norm_year": 2018,
            "impactfactor_norm_category": "MEDICINE, GENERAL & INTERNAL-SCI",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": false,
            "conference_name": true,
            "conference_place": true,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 170471,
            "title": "Vaccination against influenza, pertussis and pneumococcal infection may decrease the risk of upper respiratory tract infections in cardiologic and pneumologic patients-A follow-up survey",
            "abstract": null,
            "authors": [
                "Smolle, E",
                "Komarek, C",
                "Röblreiter, T",
                "Olschewski, H",
                "von Lewinski, D",
                "Fruhwald, F",
                "Flick H"
            ],
            "year": 2018,
            "source": "WIEN KLIN WOCHENSCHR. 2018; 130(19-20): 616-616. ",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:000448081200060",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "170471-14046",
                "170471-14083",
                "170471-14087"
            ],
            "persons": [
                "170471-51700",
                "170471-59317",
                "170471-65986",
                "170471-71794"
            ],
            "imported": "2018-11-21T10:31:11+01: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": 1.003,
            "impactfactor_year": 2018,
            "impactfactor_norm": 0.331,
            "impactfactor_norm_year": 2018,
            "impactfactor_norm_category": "MEDICINE, GENERAL & INTERNAL-SCI",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": false,
            "conference_name": true,
            "conference_place": true,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 170477,
            "title": "Basement membrane remodelling defines the progression of IPAH: the role of Collagen XVIIIA1*",
            "abstract": null,
            "authors": [
                "Jandl, K",
                "Marsh, L",
                "Hoffmann, J",
                "Bloch, W",
                "Sinn, K",
                "Klepetko, W",
                "Kovac, G",
                "Olschewski, A",
                "Olschewski, H",
                "Kwapiszewska, G"
            ],
            "year": 2018,
            "source": "WIEN KLIN WOCHENSCHR. 2018; 130(19-20):604-604.",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:000448081200035",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "170477-14010",
                "170477-14087"
            ],
            "persons": [
                "170477-100911",
                "170477-54345",
                "170477-82090",
                "170477-82595"
            ],
            "imported": "2018-11-21T10:31:11+01: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": 1.003,
            "impactfactor_year": 2018,
            "impactfactor_norm": 0.331,
            "impactfactor_norm_year": 2018,
            "impactfactor_norm_category": "MEDICINE, GENERAL & INTERNAL-SCI",
            "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": true,
            "keynote_speaker": false,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": true,
            "local_affiliation": true
        },
        {
            "id": 170488,
            "title": "Blockade of IL-1 signalling exacerbates Th2 inflammation in the Fra-2 transgenic mouse model of systemic sclerosis",
            "abstract": null,
            "authors": [
                "Gungl, A",
                "Slaven, C",
                "Biasin, V",
                "Marsh, LM",
                "Odler, B",
                "Sahu-Osen, A",
                "Brcic, L",
                "Ghanim, B",
                "Klepetko, W",
                "Graninger, W",
                "Olschewski, A",
                "Olschewski, H",
                "Kwapiszewska, G"
            ],
            "year": 2018,
            "source": "WIEN KLIN WOCHENSCHR. 2018; 130(19-20):605-606.",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:000448081200038",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "170488-14010",
                "170488-14020",
                "170488-14086",
                "170488-14087"
            ],
            "persons": [
                "170488-100911",
                "170488-54345",
                "170488-61540",
                "170488-73404",
                "170488-82090",
                "170488-94970"
            ],
            "imported": "2018-11-21T10:31:11+01: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": 1.003,
            "impactfactor_year": 2018,
            "impactfactor_norm": 0.331,
            "impactfactor_norm_year": 2018,
            "impactfactor_norm_category": "MEDICINE, GENERAL & INTERNAL-SCI",
            "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": true,
            "local_affiliation": true
        }
    ]
}