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=148900&ordering=imported
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 157904,
    "next": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=148920&ordering=imported",
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=148880&ordering=imported",
    "results": [
        {
            "id": 221464,
            "title": "Closure of Defects: From underlay to vascularized flaps.",
            "abstract": null,
            "authors": [
                "Braun, H"
            ],
            "year": 2025,
            "source": "60th Graz Course on Rhinosurgery; JUL 9-12, 2025; Graz, AUSTRIA. 2025. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "221464-14066"
            ],
            "persons": [
                "221464-51725"
            ],
            "imported": "2026-02-13T09:56: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": 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": 221465,
            "title": "Live-Dissection: Endoscopic approach to the Sella, Planum sphenoidale & Clivus.",
            "abstract": null,
            "authors": [
                "Braun, H",
                "Micko A"
            ],
            "year": 2025,
            "source": "60th Graz Course on Rhinosurgery; JUL 9-12, 2025; Graz, AUSTRIA. 2025. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "221465-14050",
                "221465-14066"
            ],
            "persons": [
                "221465-113630",
                "221465-51725"
            ],
            "imported": "2026-02-13T09:58: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": false,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": true,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 221466,
            "title": "VEXNET-UK MDT progress",
            "abstract": null,
            "authors": [
                "Pietsch, D"
            ],
            "year": 2025,
            "source": "2nd national VEXNET-UK meeting; NOV 28, 2025; York, UNITED KINGDOM. 2025. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "221466-14086"
            ],
            "persons": [
                "221466-101167"
            ],
            "imported": "2026-02-13T10:02:28+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": 221467,
            "title": "Duraverschluss.",
            "abstract": null,
            "authors": [
                "Braun, H"
            ],
            "year": 2025,
            "source": "Endonasale CHirurgie der Nase & der Nasennebenhöhlen.; JAN 22-24, 2025; Fulda, GERMANY. 2025. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "221467-14066"
            ],
            "persons": [
                "221467-51725"
            ],
            "imported": "2026-02-13T10:04:29+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": 221468,
            "title": "Immunohistochemical evaluation of the effect of neurotrophic factors on the bladder of rats with infravesical obstruction after administration of biologically active compositions.",
            "abstract": null,
            "authors": [
                "Godlevska, O",
                "Globa, V",
                "Bozhok, G",
                "Legach, E",
                "Samburg, Y",
                "Vlasenko, O"
            ],
            "year": 2024,
            "source": "Ukrainian Journal of Nephrology and Dialysis. 2024. 49-56. (ISSN: 2304-0238) ",
            "category": 11,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "221468-14080"
            ],
            "persons": [
                "221468-114471"
            ],
            "imported": "2026-02-13T10:16:32+01:00",
            "journal": "Ukrainian Journal of Nephrology and Dialysis",
            "issn": "2304-0238",
            "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": false
        },
        {
            "id": 221470,
            "title": "Duraverschluss.",
            "abstract": null,
            "authors": [
                "Braun, H"
            ],
            "year": 2024,
            "source": "Endonasale Chirurgie der Nase & der Nasennebenhöhlen; JAN 24-26, 2024; Fulda, GERMANY. 2024. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "221470-14066"
            ],
            "persons": [
                "221470-51725"
            ],
            "imported": "2026-02-13T10:27:36+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": 221471,
            "title": "Development of the Graz FESS Concept.",
            "abstract": null,
            "authors": [
                "Braun, H"
            ],
            "year": 2024,
            "source": "59th Graz Course on Rhinosurgery; JUL 10-13, 2024; Graz, AUSTRIA. 2024. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "221471-14066"
            ],
            "persons": [
                "221471-51725"
            ],
            "imported": "2026-02-13T10:35: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": 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": 221472,
            "title": "The Graz Sinus-CT Checklist.",
            "abstract": null,
            "authors": [
                "Braun, H"
            ],
            "year": 2024,
            "source": "59th Graz Course on Rhinosurgery; JUL 10-13, 2024; Graz, AUSTRIA. 2024. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "221472-14066"
            ],
            "persons": [
                "221472-51725"
            ],
            "imported": "2026-02-13T10:38:18+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": 221473,
            "title": "Live Demonstration Dissection.",
            "abstract": null,
            "authors": [
                "Braun, H"
            ],
            "year": 2024,
            "source": "59th Graz Course on Rhinosurgery; JUL 10-13, 2024; Graz, AUSTRIA. 2024. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "221473-14066"
            ],
            "persons": [
                "221473-51725"
            ],
            "imported": "2026-02-13T10:41:51+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": true,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 221474,
            "title": "Endoscopic orbital & optic nerve decompression.",
            "abstract": null,
            "authors": [
                "Braun, H"
            ],
            "year": 2024,
            "source": "59th Graz Course on Rhinosurgery; JUL 10-13, 2024; Graz, AUSTRIA. 2024. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "221474-14066"
            ],
            "persons": [
                "221474-51725"
            ],
            "imported": "2026-02-13T10:44:25+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": 221475,
            "title": "Endoscopic removal of an orbital tumor.",
            "abstract": null,
            "authors": [
                "Braun, H"
            ],
            "year": 2024,
            "source": "59th Graz Course on Rhinosurgery; JUL 10-13, 2024; Graz, AUSTRIA. 2024. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "221475-14066"
            ],
            "persons": [
                "221475-51725"
            ],
            "imported": "2026-02-13T10:46:19+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": 221476,
            "title": "The Graz Model of \"RhinoNeuroSurgery\".",
            "abstract": null,
            "authors": [
                "Braun, H"
            ],
            "year": 2024,
            "source": "59th Graz Course on Rhinosurgery; JUL 10-13, 2024; Graz, AUSTRIA. 2024. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "221476-14066"
            ],
            "persons": [
                "221476-51725"
            ],
            "imported": "2026-02-13T10:48:47+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": 221487,
            "title": "Closure of Defects: From Underlay to Vascularized Flaps.",
            "abstract": null,
            "authors": [
                "Braun, H"
            ],
            "year": 2024,
            "source": "59th Graz Course on Rhinosurgery; JUL 10-13, 2024; Graz, AUSTRIA. 2024. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "221487-14066"
            ],
            "persons": [
                "221487-51725"
            ],
            "imported": "2026-02-13T10:50:55+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": 221488,
            "title": "Live Dissection: Endoscopic Approach to the Sella, Planum sphenoidale & Clivus.",
            "abstract": null,
            "authors": [
                "Braun, H",
                "Micko, A"
            ],
            "year": 2024,
            "source": "59th Graz Course on Rhinosurgery; JUL 10-13, 2024; Graz, AUSTRIA. 2024. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "221488-14050",
                "221488-14066"
            ],
            "persons": [
                "221488-51725",
                "221488-113630"
            ],
            "imported": "2026-02-13T10:53:08+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": true,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 221489,
            "title": "Extracellular vesicle isolation from rat plasma: Method comparison",
            "abstract": null,
            "authors": [
                "Riahi, Z",
                "Verma, D",
                "Filosa, A",
                "Michenthaler,H ",
                "Moyschewitz, E",
                "Zopf, V",
                "Vejzovic, D",
                "Stoiber, M",
                "Pernitsch, D",
                "Darnhofer, B",
                "Heuser, T",
                "Jacob, S",
                "Kolb, D",
                "Wadsack, C",
                "Eisenberg, T",
                "Mussbacher, M",
                "Rinner, B",
                "Schreiber, R",
                "Sedej, S",
                "Prokesch, A"
            ],
            "year": 2025,
            "source": "Doctoral day; 12.02.2025; Medical University of Graz. 2025. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2026-02-13T11:01:44+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": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": true,
            "local_affiliation": true
        },
        {
            "id": 221490,
            "title": "Extracellular vesicle isolation from plasma of rats: yield, purity and functionality. ",
            "abstract": null,
            "authors": [
                "Riahi, Z",
                "Verma, D",
                "Filosa, A",
                "Michenthaler,H ",
                "Moyschewitz, E",
                "Zopf, V",
                "Vejzovic, D",
                "Stoiber, M",
                "Pernitsch, D",
                "Darnhofer, B",
                "Heuser, T",
                "Jacob, S",
                "Kolb, D",
                "Wadsack, C",
                "Eisenberg, T",
                "Mussbacher, M",
                "Rinner, B",
                "Schreiber, R",
                "Sedej, S",
                "Prokesch, A\r\n"
            ],
            "year": 2025,
            "source": "Austrian Atherosclerosis Society annual meeting; May 9-10, 2025; Hotel Mondi in Grundlsee. 2025. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "221490-14017",
                "221490-14020",
                "221490-14022",
                "221490-14038",
                "221490-14083",
                "221490-17225",
                "221490-25164"
            ],
            "persons": [
                "221490-102513",
                "221490-108473",
                "221490-113409",
                "221490-119109",
                "221490-126115",
                "221490-58881",
                "221490-60041",
                "221490-89979",
                "221490-99904",
                "221490-113972",
                "221490-50442",
                "221490-50826",
                "221490-63257",
                "221490-84104",
                "221490-85979"
            ],
            "imported": "2026-02-13T11:09:47+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": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": true,
            "local_affiliation": true
        },
        {
            "id": 221491,
            "title": "Extracellular vesicle isolation from rat plasma: Method comparison.",
            "abstract": null,
            "authors": [
                "Riahi, Z",
                "Verma, D",
                "Filosa, A",
                "Michenthaler,H ",
                "Moyschewitz, E",
                "Zopf, V",
                "Vejzovic, D",
                "Stoiber, M",
                "Pernitsch, D",
                "Darnhofer, B",
                "Heuser, T",
                "Jacob, S",
                "Kolb, D",
                "Wadsack, C",
                "Eisenberg, T",
                "Mussbacher, M",
                "Rinner, B",
                "Schreiber, R",
                "Sedej, S",
                "Prokesch, A"
            ],
            "year": 2025,
            "source": "Doctoral day; Feb 13, 2025; Med. 2025. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "221491-14017",
                "221491-14020",
                "221491-14022",
                "221491-14038",
                "221491-14083",
                "221491-17225",
                "221491-25164"
            ],
            "persons": [
                "221491-102513",
                "221491-113409",
                "221491-113972",
                "221491-50442",
                "221491-58881",
                "221491-85979",
                "221491-108473",
                "221491-119109",
                "221491-126115",
                "221491-50826",
                "221491-60041",
                "221491-63257",
                "221491-84104",
                "221491-89979",
                "221491-99904"
            ],
            "imported": "2026-02-13T11:24:07+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": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": true,
            "local_affiliation": true
        },
        {
            "id": 2499,
            "title": "[The anesthesiologic risk patient. Preoperative evaluation, intraoperative management and postoperative monitoring].",
            "abstract": null,
            "authors": [
                "Prause, G",
                "List, WF"
            ],
            "year": 1997,
            "source": "Chirurg. 1997; 68(8):775-779",
            "category": 1,
            "document_type": 3,
            "sci": "ISI:A1997XV28100006",
            "pubmed": "9377987",
            "doi": "10.1007/s001040050269",
            "pmc": null,
            "organizations": [
                "2499-14044"
            ],
            "persons": [
                "2499-51986-2"
            ],
            "imported": null,
            "journal": "CHIRURG",
            "issn": "0009-4722",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.757,
            "impactfactor_year": 1997,
            "impactfactor_norm": 0.6171875,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "SURGERY",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 15302,
            "title": "Hepatic and renal ABC transporter expression as critical determinants of ursodeoxycholic acid-induced bile infarcts in bile duct-ligated mice.",
            "abstract": null,
            "authors": [
                "Wagner, M",
                "Fickert, P",
                "Fuchsbichler, A",
                "Silbert, D",
                "Gumhold, J",
                "Zollner, G",
                "Zatloukal, K",
                "Marschall, HU",
                "Schuetz, JD",
                "Gonzalez, FJ",
                "Denk, H",
                "Trauner, M"
            ],
            "year": 2003,
            "source": "HEPATOLOGY 2003 38: 688A-689A.",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:000185816701105",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "15302-14020",
                "15302-14081"
            ],
            "persons": [
                "15302-50626",
                "15302-51515",
                "15302-51663",
                "15302-52938",
                "15302-54247",
                "15302-57230",
                "15302-57377"
            ],
            "imported": null,
            "journal": "HEPATOLOGY",
            "issn": "0270-9139",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 9.503,
            "impactfactor_year": 2003,
            "impactfactor_norm": 0.978723404255319,
            "impactfactor_norm_year": 2003,
            "impactfactor_norm_category": "GASTROENTEROLOGY & HEPATOLOGY",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": true,
            "conference_place": true,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 15303,
            "title": "Induction of intestinal multidrug resistance-associated proteins 2 and 3 (Mrp2, Mrp3) by cholic acid (CA) and ursodeoxycholic acid (UDCA) in mice.",
            "abstract": null,
            "authors": [
                "Zollner, G",
                "Fickert, P",
                "Wagner, M",
                "Fuchsbichler, A",
                "Silbert, D",
                "Gumhold, J",
                "Zatloukal, K",
                "Denk, H",
                "Trauner, M"
            ],
            "year": 2003,
            "source": "HEPATOLOGY 2003 38: 689A-689A.",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:000185816701106",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "15303-14020",
                "15303-14081"
            ],
            "persons": [
                "15303-50626",
                "15303-51515",
                "15303-51663",
                "15303-52938",
                "15303-54247",
                "15303-57230",
                "15303-57377"
            ],
            "imported": null,
            "journal": "HEPATOLOGY",
            "issn": "0270-9139",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 9.503,
            "impactfactor_year": 2003,
            "impactfactor_norm": 0.978723404255319,
            "impactfactor_norm_year": 2003,
            "impactfactor_norm_category": "GASTROENTEROLOGY & HEPATOLOGY",
            "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": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        }
    ]
}