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=760&ordering=-impactfactor_norm
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 156963,
    "next": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=780&ordering=-impactfactor_norm",
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=740&ordering=-impactfactor_norm",
    "results": [
        {
            "id": 66821,
            "title": "An artist, an oncologist, a patient - a dialogue",
            "abstract": null,
            "authors": [
                "Heller, A",
                "Bauernhofer, T",
                "N, N"
            ],
            "year": 2006,
            "source": "PSYCHO-ONCOL.  2006; 15(2):S71-S72.-8th World Congress of Psych-Oncology; OCT 16-21, 2006; Ferrara-Venice, Italy. ",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:000242413900170",
            "pubmed": null,
            "doi": "10.1002/pon",
            "pmc": null,
            "organizations": [
                "66821-14085"
            ],
            "persons": [
                "66821-51692"
            ],
            "imported": "2007-04-17T19:46:22+02:00",
            "journal": "PSYCHO-ONCOL",
            "issn": "1057-9249",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.772,
            "impactfactor_year": 2006,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": false,
            "conference_name": true,
            "conference_place": true,
            "conference_international": true,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 1825,
            "title": "Nitrogen and amino acid balance during total parenteral nutrition and continuous arteriovenous hemofiltration in critically ill anuric children.",
            "abstract": null,
            "authors": [
                "Kuttnig, M",
                "Zobel, G",
                "Ring, E",
                "Grubbauer, HM",
                "Kurz, R"
            ],
            "year": 1991,
            "source": "Child Nephrol Urol. 1991; 11(2):74-78",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1991GG89100004",
            "pubmed": "1756524",
            "doi": null,
            "pmc": null,
            "organizations": [
                "1825-14048"
            ],
            "persons": [],
            "imported": null,
            "journal": "CHILD NEPHROL UROL",
            "issn": "1012-6694",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.279,
            "impactfactor_year": 1994,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 220299,
            "title": "Communication with the patient and between specialists",
            "abstract": null,
            "authors": [
                "Ramirez-Obermayer, A",
                "Wagner-Skacel, J"
            ],
            "year": 2025,
            "source": "Diabetes and Obesity - EASD Course by the Romanian Society of Diabetes, Nutrition and Metabolic Diseases (SRDNBM); DEZ 5-6, 2025; Bucharest, ROMANIA. 2025. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "220299-29447"
            ],
            "persons": [
                "220299-59288",
                "220299-61990"
            ],
            "imported": "2026-01-28T11:08:49+01:00",
            "journal": null,
            "issn": null,
            "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": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": true,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 220303,
            "title": "Lungenfunktionsdiagnostik.",
            "abstract": null,
            "authors": [
                "Eber, E"
            ],
            "year": 2025,
            "source": "Seminar der Österreichischen Gesellschaft für Kinder- und Jugendheilkunde (ÖGKJ); Nov 28, 2025; Vienna, AUTRIA. 2025. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "220303-14095"
            ],
            "persons": [
                "220303-51713"
            ],
            "imported": "2026-01-28T11:52:30+01:00",
            "journal": null,
            "issn": null,
            "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": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 220305,
            "title": "Brief des ÖGKJ Kongresspräsidiums.",
            "abstract": null,
            "authors": [
                "Eber, E",
                "Plecko, B",
                "Benesch, M",
                "Pichler, G",
                "Sallmon, H"
            ],
            "year": 2025,
            "source": "Arzt und Praxis. 2025; 79:  6-8. ",
            "category": 1,
            "document_type": 2,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "220305-14091",
                "220305-14092",
                "220305-14093",
                "220305-14094",
                "220305-14095"
            ],
            "persons": [
                "220305-119047",
                "220305-50907",
                "220305-51713",
                "220305-51369",
                "220305-51875"
            ],
            "imported": "2026-01-28T11:58:40+01:00",
            "journal": null,
            "issn": null,
            "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": 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": 220304,
            "title": "Lungenfunktionsdiagnostik.",
            "abstract": null,
            "authors": [
                "Eber, E"
            ],
            "year": 2025,
            "source": "Seminar der Österreichischen Gesellschaft für Kinder- und Jugendheilkunde (ÖGKJ); NOV 29, 2025; Vienna, AUSTRIA. 2025. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "220304-14095"
            ],
            "persons": [
                "220304-51713"
            ],
            "imported": "2026-01-28T11:53:48+01:00",
            "journal": null,
            "issn": null,
            "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": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 178358,
            "title": "Prevalence of comorbidity in cancer patients scheduled for systemic anticancer treatment in Austria A cross-sectional multicentre observational study",
            "abstract": null,
            "authors": [
                "Balic, M",
                "Hilbe, W",
                "Gusel, S",
                "Fiegl, M",
                "Ludwig, H",
                "Mayrbaurl, B",
                "Thaler, J",
                "Samonigg, H",
                "Hegenbarth, K",
                "Eisner, F",
                "Mlineritsch, B",
                "Greil, R",
                "Schandl, MJ",
                "Weltermann, A",
                "Petzer, A",
                "Fuchs, D",
                "Stangl, W",
                "Krippl, P",
                "Stauder, R",
                "Stoger, H"
            ],
            "year": 2019,
            "source": "MEMO-MAG EUR MED ONC. 2019; ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000494754500003",
            "pubmed": null,
            "doi": "10.1007/s12254-019-00542-7",
            "pmc": null,
            "organizations": [
                "178358-14085"
            ],
            "persons": [
                "178358-50919-6",
                "178358-51045-6",
                "178358-51532-6",
                "178358-51538-6",
                "178358-59188-2"
            ],
            "imported": "2019-12-02T10:04:52+01:00",
            "journal": "MEMO-MAG EUR MED ONC",
            "issn": "1865-5041",
            "collection_publisher": null,
            "collection_title": "MEMO-MAGAZINE OF EUROPEAN MEDICAL ONCOLOGY; ",
            "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": 218708,
            "title": "Anatomical and functional findings: upper and lower airways.",
            "abstract": null,
            "authors": [
                "Eber, E"
            ],
            "year": 2025,
            "source": "ERS Skills Course Paediatric Bronchoscopy; MAR 17-19, 2023; Neapel, ITALY. 2025. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "218708-14095"
            ],
            "persons": [
                "218708-51713"
            ],
            "imported": "2025-11-21T12:34:41+01:00",
            "journal": null,
            "issn": null,
            "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": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": true,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 220298,
            "title": "Molecular biomarkers of dietary intake – Das Ernährungsprotokoll war gestern",
            "abstract": null,
            "authors": [
                "Diener, C"
            ],
            "year": 2026,
            "source": "51. DACH Symposium für pädiatrische Präventiv- und Ernährungsmedizin\r\n; JAN 22-24, 2026; Obergurgl, AUSTRIA. 2026. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "220298-14023"
            ],
            "persons": [
                "220298-125176"
            ],
            "imported": "2026-01-28T10:49:40+01:00",
            "journal": null,
            "issn": null,
            "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": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": true,
            "local_affiliation": true
        },
        {
            "id": 215947,
            "title": "Chest Physiotherapy - Airway Clearance.",
            "abstract": null,
            "authors": [
                "Wagner, M"
            ],
            "year": 2025,
            "source": "The American Austrian Foundation. 2025; -CHOP Seminar in Pediatric Pulmonology ; APR 27 - MAY 3, 2025; Salzburg, AUSTRIA. ",
            "category": 2,
            "document_type": 27,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "215947-14095"
            ],
            "persons": [
                "215947-63489"
            ],
            "imported": "2025-05-07T14:20:38+02:00",
            "journal": null,
            "issn": null,
            "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": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 215201,
            "title": "Kontroversen jenseits der Leitlinien: Deine Stunde der Wahrheit für die Diagnostik des Stridors.",
            "abstract": null,
            "authors": [
                "Eber, E"
            ],
            "year": 2025,
            "source": "46. Jahrestagung der Gesellschaft für Pädiatrische Pneumologie (GPP); MAR 12-15, 2025; Leipzig, GERMANY. 2025. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "215201-14095"
            ],
            "persons": [
                "215201-51713"
            ],
            "imported": "2025-03-14T12:12:04+01:00",
            "journal": null,
            "issn": null,
            "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": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": true,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 218709,
            "title": "Anatomical and functional findings: upper and lower airways.",
            "abstract": null,
            "authors": [
                "Eber, E"
            ],
            "year": 2025,
            "source": "ERS Skills Course Paediatric Bronchoscopy; OCT 12-15, 2025; Neapel, ITALY. 2025. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "218709-14095"
            ],
            "persons": [
                "218709-51713"
            ],
            "imported": "2025-11-21T12:43:35+01:00",
            "journal": null,
            "issn": null,
            "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": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": true,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 217279,
            "title": "Congenital malformations.",
            "abstract": null,
            "authors": [
                "Eber, E"
            ],
            "year": 2025,
            "source": "Academy of paediatric respiratory medicine; JUN 17-19, 2025; Lausanne, SWITZERLAND. 2025. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "217279-14095"
            ],
            "persons": [
                "217279-51713"
            ],
            "imported": "2025-08-07T14:31:08+02:00",
            "journal": null,
            "issn": null,
            "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": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": true,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 220296,
            "title": "Role of the autophagy inhibitor Rubicon in a PSC mouse model  ",
            "abstract": null,
            "authors": [
                "Gulden, L",
                "Katz, L",
                "Voško, L",
                "Fickert, P",
                "Panzitt, K",
                "Wagner, M"
            ],
            "year": 2025,
            "source": "The Liver Meeting 2025 AASLD; Nov 7-11, 2025; Washington D.C., USA. 2025. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "220296-14020",
                "220296-14081"
            ],
            "persons": [
                "220296-111969",
                "220296-123430",
                "220296-50593",
                "220296-57377",
                "220296-52938"
            ],
            "imported": "2026-01-28T08:08:27+01:00",
            "journal": null,
            "issn": null,
            "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": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": true,
            "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": 220295,
            "title": "Placenta-derived SVEP1 may be involved in maternal platelet priming during pregnancy.",
            "abstract": null,
            "authors": [
                "Lyssy, F",
                "Forstner, D",
                "Guettler, J",
                "Neuper, L",
                "Daxboeck, C",
                "Gruber, M",
                "Gauster, M"
            ],
            "year": 2025,
            "source": "Loke Centre for Trophoblast Research Annual Meeting; JUL 7-8, 2025; 2025. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "220295-14017"
            ],
            "persons": [
                "220295-106163",
                "220295-53232",
                "220295-90214",
                "220295-93683",
                "220295-100900",
                "220295-50394"
            ],
            "imported": "2026-01-27T17:55:02+01:00",
            "journal": null,
            "issn": null,
            "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": null,
            "conference_name": true,
            "conference_place": null,
            "conference_international": true,
            "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": 220294,
            "title": "Ulcus cruris unter Therapie mit Hydroxyurea",
            "abstract": null,
            "authors": [
                "Schirl, C",
                "Gressenberger, P",
                "Binder, B"
            ],
            "year": 2024,
            "source": "Jahrestagung der Österreichischen Gesellschaft für Dermatologie und Venerologie; Nov 28-30, 2024; Graz. 2024. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "220294-14047"
            ],
            "persons": [
                "220294-53009",
                "220294-111027",
                "220294-98007"
            ],
            "imported": "2026-01-27T16:34:10+01:00",
            "journal": null,
            "issn": null,
            "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": null,
            "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": true
        },
        {
            "id": 176922,
            "title": "[Use of smartphone apps in secondary stroke prevention].",
            "abstract": null,
            "authors": [
                "Fruhwirth, V",
                "Enzinger, C",
                "Weiss, E",
                "Schwerdtfeger, A",
                "Gattringer, T",
                "Pinter, D"
            ],
            "year": 2020,
            "source": "Wien Med Wochenschr. 2020; 170(1-2):41-54",
            "category": 1,
            "document_type": 3,
            "sci": "ISI:000518337800007",
            "pubmed": "31535230",
            "doi": "10.1007/s10354-019-00707-3",
            "pmc": null,
            "organizations": [
                "176922-14051",
                "176922-14108"
            ],
            "persons": [
                "176922-50173-6",
                "176922-66708-4",
                "176922-70680-6"
            ],
            "imported": "2019-09-20T02:00:00+02:00",
            "journal": "Wien Med Wochenschr",
            "issn": "0043-5341",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 166391,
            "title": "Survey on current practice within the European Low-Grade Glioma Network: where do we stand and what is the next step?",
            "abstract": null,
            "authors": [
                "Mandonnet, E",
                "Wager, M",
                "Almairac, F",
                "Baron, MH",
                "Blonski, M",
                "Freyschlag, CF",
                "Barone, F",
                "Fontaine, D",
                "Pallud, J",
                "Hegi, M",
                "Viegas, C",
                "Zetterling, M",
                "Spena, G",
                "Goodden, J",
                "Rutten, GJ",
                "Taillandier, L",
                "Foroglu, N",
                "Darlix, A",
                "Skrap, M",
                "Martino, J",
                "von Campe, G",
                "Madadaki, C",
                "Gayat, E",
                "de Witt Hamer, P",
                "Gil Robles, S",
                "Sarubbo, S",
                "Santarius, T",
                "Bello, L",
                "Forster, MT",
                "Duffau, H"
            ],
            "year": 2017,
            "source": "Neurooncol Pract. 2017; 4(4):241-247",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000424543500006",
            "pubmed": "31386020",
            "doi": "10.1093/nop/npw031",
            "pmc": "PMC6655513",
            "organizations": [
                "166391-14050"
            ],
            "persons": [],
            "imported": "2018-02-27T10:51:16+01:00",
            "journal": "NEURO-ONCOL PRACT",
            "issn": "2054-2577",
            "collection_publisher": null,
            "collection_title": "NEURO-ONCOLOGY PRACTICE; ",
            "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": 199278,
            "title": "Synthesis and biological activity of (22R,25R)-5 alpha-furostan-2 alpha,3 alpha,26-triol",
            "abstract": null,
            "authors": [
                "Iglesias-Arteaga, MA",
                "Gil, RP",
                "Lara, VL",
                "Martinez, CSP",
                "Manchado, FC"
            ],
            "year": 1996,
            "source": "J CHEM RES. 1996; (11): 504-505. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1996WB38200015",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2022-12-13T13:45:34+01:00",
            "journal": "J CHEM RES",
            "issn": "1747-5198",
            "collection_publisher": null,
            "collection_title": "JOURNAL OF CHEMICAL RESEARCH; ",
            "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": false
        },
        {
            "id": 159413,
            "title": "[Cognitive impairments accompanying the burnout syndrome - a review].",
            "abstract": null,
            "authors": [
                "Riedrich, K",
                "Weiss, EM",
                "Dalkner, N",
                "Reininghaus, E",
                "Papousek, I",
                "Schwerdtfeger, A",
                "Lackner, HK",
                "Reininghaus, B"
            ],
            "year": 2017,
            "source": "Neuropsychiatr. 2017; 31(1):24-31",
            "category": 1,
            "document_type": 3,
            "sci": "ISI:000397820900004",
            "pubmed": "28251576",
            "doi": "10.1007/s40211-017-0217-2",
            "pmc": null,
            "organizations": [
                "159413-14010",
                "159413-29444"
            ],
            "persons": [
                "159413-50654-6",
                "159413-64295-6",
                "159413-79733-6"
            ],
            "imported": "2017-03-11T01:00:00+01:00",
            "journal": "Neuropsychiatr",
            "issn": "0948-6259",
            "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
        }
    ]
}