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=1600&ordering=-year
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 157135,
    "next": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=1620&ordering=-year",
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=1580&ordering=-year",
    "results": [
        {
            "id": 217794,
            "title": "Eröffnung.",
            "abstract": null,
            "authors": [
                "Fuchsjäger, M",
                "Helbich, T"
            ],
            "year": 2025,
            "source": "Summer School Breast Imaging 2025; SEP 4-7, 2025; Pörtschach, AUSTRIA. 2025. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "217794-14104"
            ],
            "persons": [
                "217794-82111"
            ],
            "imported": "2025-09-15T13:17:56+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": 217011,
            "title": "Ein mikrobieller Reiseführer durch die Galaxis",
            "abstract": null,
            "authors": [
                "Mahnert, A"
            ],
            "year": 2025,
            "source": "Die Wiener Volkshochschulen (VHS) Science ; JAN 24, 2025; Vienna, AUSTRIA. 2025. ",
            "category": 20,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "217011-14023"
            ],
            "persons": [
                "217011-100035"
            ],
            "imported": "2025-07-10T16:11: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": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 216514,
            "title": "Palliative tumorspezifische Therapie – wann ist es genug?",
            "abstract": null,
            "authors": [
                "Trutnovsky, G"
            ],
            "year": 2025,
            "source": "Wissenschaftliche Tagung der Arbeitsgemeinschaft für Gynäkologische Onkologie (AGO) der OEGGG 2025; May, 7-10, 2025; Salzburg, Austria. 2025. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "216514-14063"
            ],
            "persons": [
                "216514-50853"
            ],
            "imported": "2025-06-03T16:21:58+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": 216392,
            "title": "SUNRISE - SUstainable healthy NutRition In nurSing homEs.",
            "abstract": null,
            "authors": [
                "Eglseer, D"
            ],
            "year": 2025,
            "source": ". 2025",
            "category": 12,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "216392-14509"
            ],
            "persons": [
                "216392-82963"
            ],
            "imported": "2025-05-26T11:07:35+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": 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": 216819,
            "title": "Suicide among older adult nursing home residents in Austria: A national retrospective cohort study (2019-2023)",
            "abstract": null,
            "authors": [
                "Stolz, E",
                "Schultz, A",
                "Pötz, E",
                "Watzka, C",
                "Jagsch, C",
                "Erlangsen, A"
            ],
            "year": 2025,
            "source": "https://www.iasp.info/vienna2025. 2025; -ISAP Tagung ; Juni 10-13,2025; Wien. ",
            "category": 2,
            "document_type": 19,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "216819-29484"
            ],
            "persons": [
                "216819-71002"
            ],
            "imported": "2025-06-26T13:17:42+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": false,
            "keynote_speaker": false,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 217992,
            "title": "Atrial fibrillation in end-stage heart failure: Cellular mechanisms behind CASTLE-HTx.",
            "abstract": null,
            "authors": [
                "Knierim, M",
                "Hartmann, N",
                "Maurer, W",
                "Pabel, S",
                "Sedej, S",
                "von, Lewinski, D",
                "Gummert, J",
                "Sohns, C",
                "Streckfuss-Bömeke, K",
                "Sossalla, S"
            ],
            "year": 2025,
            "source": "Eur J Heart Fail. 2025; 27(11):2195-2197",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:001574247400001",
            "pubmed": "40961162",
            "doi": "10.1002/ejhf.70051",
            "pmc": "PMC12765460",
            "organizations": [
                "217992-14083"
            ],
            "persons": [
                "217992-60041-6",
                "217992-59317-6"
            ],
            "imported": "2025-09-29T09:23:39+02:00",
            "journal": "EUR J HEART FAIL",
            "issn": "1388-9842",
            "collection_publisher": null,
            "collection_title": "EUROPEAN JOURNAL OF HEART FAILURE; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 10.8,
            "impactfactor_year": 2025,
            "impactfactor_norm": 0.924,
            "impactfactor_norm_year": 2025,
            "impactfactor_norm_category": "CARDIAC & CARDIOVASCULAR SYSTEMS-SCIE",
            "impactfactor_norm_super": 0.972,
            "impactfactor_norm_super_year": 2023,
            "impactfactor_norm_super_category": "CARDIAC + CARDIOVASCULAR SYSTEMS-SCIE",
            "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": true,
            "local_affiliation": true
        },
        {
            "id": 218868,
            "title": "Pneumo- und Meningokokken.",
            "abstract": null,
            "authors": [
                "Kohlfürst, DS"
            ],
            "year": 2025,
            "source": " https://www.universimed.com\r\nePaper ALLGEMEINE+ 2/25.. 2025",
            "category": 12,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "218868-14092"
            ],
            "persons": [
                "218868-54341"
            ],
            "imported": "2025-12-02T18:28:03+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": 218663,
            "title": "Knie: Verletzungsmuster des Kniegelenks",
            "abstract": null,
            "authors": [
                "Stranger, N"
            ],
            "year": 2025,
            "source": "Radiologisches Seminar Graz; OKT 16-18, 2025; Graz, AUSTRIA. 2025. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "218663-14106"
            ],
            "persons": [
                "218663-118927"
            ],
            "imported": "2025-11-17T08:57:46+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": 218392,
            "title": "Bewährte und neue Liquor/Blutbiomarker zur Diagnose und Prognose bei MS",
            "abstract": null,
            "authors": [
                "Khalil, M"
            ],
            "year": 2025,
            "source": "MS Akademie der ÖGN; OCT 17-18, 2025; Mondsee, AUSTRIA. 2025. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "218392-14051"
            ],
            "persons": [
                "218392-57435"
            ],
            "imported": "2025-10-24T18:01:25+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": 215671,
            "title": "MSK-Tumoren: schwierige Fälle einfach gelöst",
            "abstract": null,
            "authors": [
                "Igrec, M"
            ],
            "year": 2025,
            "source": "Radiologie Oberlech, Röntgenseminar-Postgradueller Workshop; APR 9-12, 2025; Oberlech. 2025. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "215671-14054"
            ],
            "persons": [
                "215671-100618"
            ],
            "imported": "2025-04-16T22:12: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": 216823,
            "title": "Finerenone According to Frailty in Heart Failure: A Prespecified Analysis of the FINEARTS-HF Randomized Clinical Trial.",
            "abstract": null,
            "authors": [
                "Butt, JH",
                "Jhund, PS",
                "Henderson, AD",
                "Claggett, BL",
                "Chiang, CE",
                "Linssen, GCM",
                "Saldarriaga, CI",
                "Saraiva, JFK",
                "Sato, N",
                "Schou, M",
                "von, Lewinski, D",
                "Lay-Flurrie, J",
                "Scalise, A",
                "Rohwedder, K",
                "Desai, AS",
                "Lam, CSP",
                "Senni, M",
                "Shah, SJ",
                "Zannad, F",
                "Pitt, B",
                "Vaduganathan, M",
                "Solomon, SD",
                "McMurray, JJV"
            ],
            "year": 2025,
            "source": "JAMA Cardiol. 2025; 10(8):829-840",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:001512483000001",
            "pubmed": "40531488",
            "doi": "10.1001/jamacardio.2025.1775",
            "pmc": "PMC12177723",
            "organizations": [
                "216823-14083"
            ],
            "persons": [
                "216823-59317-6"
            ],
            "imported": "2025-06-26T02:00:00+02:00",
            "journal": "JAMA Cardiol",
            "issn": "2380-6583",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 14.1,
            "impactfactor_year": 2025,
            "impactfactor_norm": 0.958,
            "impactfactor_norm_year": 2025,
            "impactfactor_norm_category": "CARDIAC & CARDIOVASCULAR SYSTEMS-SCIE",
            "impactfactor_norm_super": 0.972,
            "impactfactor_norm_super_year": 2022,
            "impactfactor_norm_super_category": "CARDIAC + CARDIOVASCULAR SYSTEMS-SCIE",
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 217615,
            "title": "Schmerzen während der Sectio",
            "abstract": null,
            "authors": [
                "Bornemann-Cimenti, H"
            ],
            "year": 2025,
            "source": "Abteilungsfortbildung - Klin. Abt. für allgemeine Anästhesiologie und Intensivmedizin 1; AUG 27, 2025; Graz, AUSTRIA. 2025. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "217615-14069"
            ],
            "persons": [
                "217615-58422"
            ],
            "imported": "2025-09-01T15:50:17+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": 218257,
            "title": "Melorheostose oder doch Osteosarkom",
            "abstract": null,
            "authors": [
                "Stranger, N"
            ],
            "year": 2025,
            "source": "OERG - BRG Kongress 2025; OCT 2-4; Salzburg, AUSTRIA. 2025. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "218257-14106"
            ],
            "persons": [
                "218257-118927"
            ],
            "imported": "2025-10-19T12:18:57+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": false,
            "keynote_speaker": false,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 218311,
            "title": "Applying DanGer Shock Eligibility Criteria to a Real-World Cohort of Cardiogenic Shock Patients.",
            "abstract": null,
            "authors": [
                "Planka, RM",
                "Herold, L",
                "Glantschnig, T",
                "Sommer, G",
                "Pavek, J",
                "Hatzl, S",
                "Verheyen, N",
                "Strohhofer, C",
                "Gollmer, J",
                "Kolesnik, E",
                "Benedikt, M",
                "Wallner, M",
                "Zirlik, A",
                "Toth-Gayor, G",
                "von, Lewinski, D"
            ],
            "year": 2025,
            "source": "Catheter Cardiovasc Interv. 2025; 106(7):3617-3627",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:001591178700001",
            "pubmed": "41077835",
            "doi": "10.1002/ccd.70239",
            "pmc": "PMC12679520",
            "organizations": [
                "218311-14083"
            ],
            "persons": [
                "218311-100805-6",
                "218311-105862-6",
                "218311-124177-6",
                "218311-101322-6",
                "218311-113098-6",
                "218311-72301-6",
                "218311-81519-6",
                "218311-89154-6",
                "218311-91265-6",
                "218311-94596-6",
                "218311-98851-6",
                "218311-59317-4"
            ],
            "imported": "2025-10-22T10:02:38+02:00",
            "journal": "CATHETER CARDIO INTE",
            "issn": "1522-1946",
            "collection_publisher": null,
            "collection_title": "CATHETERIZATION AND CARDIOVASCULAR INTERVENTIONS; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.9,
            "impactfactor_year": 2025,
            "impactfactor_norm": 0.285,
            "impactfactor_norm_year": 2025,
            "impactfactor_norm_category": "CARDIAC & CARDIOVASCULAR SYSTEMS-SCIE",
            "impactfactor_norm_super": 0.361,
            "impactfactor_norm_super_year": 2023,
            "impactfactor_norm_super_category": "CARDIAC + CARDIOVASCULAR SYSTEMS-SCIE",
            "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": 215285,
            "title": "Clinical assessment of the patient with unstable pelvic injury",
            "abstract": null,
            "authors": [
                "Puchwein, P"
            ],
            "year": 2025,
            "source": "AO Trauma Course - Pelvic and Acetabular Fracture Management (with human anatomical specimens); FEB 12-14, 2025; Graz, AUSTRIA. 2025. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "215285-14052"
            ],
            "persons": [
                "215285-62925"
            ],
            "imported": "2025-03-18T12:36: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": 214329,
            "title": "Update Neonatales Abstinenzsyndrom\r\n\r\n \r\n\r\n",
            "abstract": null,
            "authors": [
                "Windisch, B"
            ],
            "year": 2025,
            "source": "Fortbildung der Klinischen Abteilung für Neonatologie Graz; JAN 21, 2025; 2025. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "214329-14094"
            ],
            "persons": [
                "214329-81196"
            ],
            "imported": "2025-02-13T16:49:56+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": 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": 215287,
            "title": "Interprofessionelle Gesundheitswissenschaften - Masterstudium für Gesundheitsfachberufe an der Medizinischen Universität Graz.",
            "abstract": null,
            "authors": [
                "Großschädl, F"
            ],
            "year": 2025,
            "source": "18. Konferenz des Fachbereichstags Gesundheitswissenschaften; MAR 17, 2025; Berlin, GERMANY. 2025. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "215287-14509"
            ],
            "persons": [
                "215287-66488"
            ],
            "imported": "2025-03-18T14:27:53+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": 216450,
            "title": "Is the rate of PJI higher in patients who have prior UKA and are undergoing conversion TKA?",
            "abstract": null,
            "authors": [
                "Sadoghi, P"
            ],
            "year": 2025,
            "source": "Abstractbook des ICM Consensus Meeting 2025. 2025; -ICM Consensus Meeting 2025; MAY 9, 2025; Istanbul, TURKEY. ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "216450-14052"
            ],
            "persons": [
                "216450-59379"
            ],
            "imported": "2025-05-30T12:22:36+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": true,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 219441,
            "title": "Klinische Perspektiven Konferenz:  Vorsorgedialog im Krankenhaus–Konzept der ARGE Ethik der ÖGARI zur Vermeidung von Übertherapie",
            "abstract": null,
            "authors": [
                "Friesenecker, B",
                "Steinwendtner, A",
                "Fruhwald, S",
                "Dier, H"
            ],
            "year": 2025,
            "source": "Anaesthesie Nachrichten. 2025; (2025): 1-10. ",
            "category": 1,
            "document_type": 3,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "219441-14070"
            ],
            "persons": [
                "219441-51938"
            ],
            "imported": "2025-12-30T12:49: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": 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": 214681,
            "title": "Paro-Chirurgie in der Praxis - Idealismus, Realismus, Exorzismus?",
            "abstract": null,
            "authors": [
                "Arefnia, B"
            ],
            "year": 2025,
            "source": "Konservierendes Symposium, ARGE Zahnerhaltung; JAN 16-18, 2025; Schladming, AUSTRIA. 2025. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "214681-14111"
            ],
            "persons": [
                "214681-83202"
            ],
            "imported": "2025-02-24T14: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": true,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        }
    ]
}