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=1140&ordering=-year
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 157093,
    "next": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=1160&ordering=-year",
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=1120&ordering=-year",
    "results": [
        {
            "id": 219842,
            "title": "Bio-psycho-soziale Melanomforschung: Stress, Melanomrisikofaktoren und Immunsystem.",
            "abstract": null,
            "authors": [
                "Richtig, E"
            ],
            "year": 2025,
            "source": "ÖGPO - Kongress.; Jun 1-3, 2025; Pöllau, Österreich. 2025. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "219842-14047"
            ],
            "persons": [
                "219842-52274"
            ],
            "imported": "2026-01-14T11:03: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": 219843,
            "title": "Das Merkelzellkarzinom.",
            "abstract": null,
            "authors": [
                "Richtig, E"
            ],
            "year": 2025,
            "source": "MCC-Update.; Jun 4, 2025; Oberwart, Österreich. 2025. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "219843-14047"
            ],
            "persons": [
                "219843-52274"
            ],
            "imported": "2026-01-14T11:04:59+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": 219848,
            "title": "The Beta-Binomial Model",
            "abstract": null,
            "authors": [
                "Embacher, S",
                "Berghold, A"
            ],
            "year": 2025,
            "source": "Conference Book of the 34th Conference of the Austro-Swiss Region (ROeS). 2025; -34th Conference of the Austro-Swiss Region (ROeS); SEP 14-18, 2025; Graz, AUSTRIA. ",
            "category": 2,
            "document_type": 19,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "219848-14026"
            ],
            "persons": [
                "219848-109990",
                "219848-51344"
            ],
            "imported": "2026-01-14T11:46:43+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": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 219076,
            "title": "Genome-wide association study identifies ABCG1 as a susceptibility locus for tick-borne encephalitis.",
            "abstract": null,
            "authors": [
                "Gampawar, PG",
                "Sagmeister, MG",
                "Růžek, D",
                "Schweintzger, NA",
                "Hofer, E",
                "Kohlmaier, B",
                "Švendová, V",
                "Bogovič, P",
                "Zajkowska, JM",
                "Krbková, L",
                "Štruncová, V",
                "Mickienė, A",
                "Kohlfürst, DS",
                "Sonnleitner, A",
                "Fořtová, A",
                "Berankova, M",
                "Pychova, M",
                "Zavadska, D",
                "Sallah, N",
                "Pichler, A",
                "Sedláček, D",
                "Chrdle, A",
                "Haudum, C",
                "Obermayer-Pietsch, B",
                "Hoffmann, P",
                "Nöthen, MM",
                "Tammesoo, ML",
                "Metspalu, A",
                "Husa, P",
                "Stiasny, K",
                "Binder, A",
                "Berghold, A",
                "Strle, F",
                "Hibberd, ML",
                "Zenz, W, , EU-TICK-BO, study, group"
            ],
            "year": 2025,
            "source": "ISCIENCE. 2025; 28(12): 114017",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:001629527200001",
            "pubmed": "41377660",
            "doi": "10.1016/j.isci.2025.114017",
            "pmc": "PMC12686730",
            "organizations": [
                "219076-14026",
                "219076-14051",
                "219076-14080",
                "219076-14091",
                "219076-17235"
            ],
            "persons": [
                "219076-51809-6",
                "219076-54004-6",
                "219076-77129-6",
                "219076-51344-6",
                "219076-51647-4",
                "219076-54341-6",
                "219076-62056-6",
                "219076-71486-6",
                "219076-75521-6",
                "219076-85721-6",
                "219076-94754-6",
                "219076-94613-1"
            ],
            "imported": "2025-12-15T08:28:55+01:00",
            "journal": "ISCIENCE",
            "issn": "2589-0042",
            "collection_publisher": null,
            "collection_title": "ISCIENCE; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 4.1,
            "impactfactor_year": 2025,
            "impactfactor_norm": 0.757,
            "impactfactor_norm_year": 2025,
            "impactfactor_norm_category": "MULTIDISCIPLINARY SCIENCES-SCIE",
            "impactfactor_norm_super": 0.808,
            "impactfactor_norm_super_year": 2022,
            "impactfactor_norm_super_category": "MULTIDISCIPLINARY SCIENCES-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": 219838,
            "title": "Erfahrungen aus 10 Jahren Immuntherapie mit Pembrolizumab.",
            "abstract": null,
            "authors": [
                "Richtig, E"
            ],
            "year": 2025,
            "source": "Erfahrungen aus 10 Jahren Immuntherapie beim Melanom.; Mai 8, 2025; Wien, Österreich. 2025. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "219838-14047"
            ],
            "persons": [
                "219838-52274"
            ],
            "imported": "2026-01-14T10:53:31+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": 219839,
            "title": "Belastende Symptome, Symptomkontrolle bei dermat. Symptomen.",
            "abstract": null,
            "authors": [
                "Richtig, E"
            ],
            "year": 2025,
            "source": "Basislehrgang palliative Care; Dez 1, 2025; Graz, Österreich. 2025. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "219839-14047"
            ],
            "persons": [
                "219839-52274"
            ],
            "imported": "2026-01-14T10:55: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": false,
            "local_affiliation": true
        },
        {
            "id": 219840,
            "title": "Melanom - Kommunikation und Therapie im Fokus.",
            "abstract": null,
            "authors": [
                "Richtig, E"
            ],
            "year": 2025,
            "source": "Lecture Board.; Feb 6, 2025; Wien, Österreich. 2025. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "219840-14047"
            ],
            "persons": [
                "219840-52274"
            ],
            "imported": "2026-01-14T10:59:59+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": 219844,
            "title": "Dermatologie - Auf den ersten Blick.",
            "abstract": null,
            "authors": [
                "Richtig, E"
            ],
            "year": 2025,
            "source": "Turnusärztefortbildung Ärztekammer für Steiermark.; Jun 17, 2025; Graz, Österreich. 2025. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "219844-14047"
            ],
            "persons": [
                "219844-52274"
            ],
            "imported": "2026-01-14T11:06: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": 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": 219846,
            "title": "Praktische Liquordiagnostik für Biomedizinische Analytiker (ganztägig, mit praktischen Teil)\r\n",
            "abstract": null,
            "authors": [
                "Hochmeister, S",
                "Bichler, R",
                "Ferstl-Rohrbacher, A",
                "Sommerhofer, M",
                ""
            ],
            "year": 2025,
            "source": "Hochmeister, S; Bichler, R; Sommerhofer, M; Leeb, M , 2024\r\nPraktische Liquordiagnostik für Biomedizinische Analytiker (ganztägig, mit praktischen Teil) Fortbildung der Biomed Austria\r\n; NOV 7, 2025; Graz, AUSTRIA. 2025. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "219846-14051"
            ],
            "persons": [
                "219846-58284"
            ],
            "imported": "2026-01-14T11:42: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": false,
            "scientific_event": false,
            "invited_lecture": true,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 219841,
            "title": "Management immunonkologischer Nebenwirkungen.",
            "abstract": null,
            "authors": [
                "Richtig, E"
            ],
            "year": 2025,
            "source": "Lecture Board.; Apr 14, 2025; Wien, Österreich. 2025. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "219841-14047"
            ],
            "persons": [
                "219841-52274"
            ],
            "imported": "2026-01-14T11:01: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": 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": 219845,
            "title": "Hautkrebs - eine Lifestyleerkrankung.",
            "abstract": null,
            "authors": [
                "Richtig, E"
            ],
            "year": 2025,
            "source": "Fortbildung Montanuniversität Leoben; Nov 20, 2025.; Leoben, Österreich.. 2025. ",
            "category": 20,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "219845-14047"
            ],
            "persons": [
                "219845-52274"
            ],
            "imported": "2026-01-14T11:08:13+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": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 219850,
            "title": "Beyond BMI: Accurate Measurement of Body Composition – a Change of Paradigm.",
            "abstract": null,
            "authors": [
                "Müller, W",
                "Fürhapter-Rieger, A",
                "Ahammer, H",
                "Ackland, R T",
                ""
            ],
            "year": 2025,
            "source": "https://www.iasms.org/BOOK-ORDER/; Graz: IASMS - International Association of Sciences in Medicine and Sports; 2025. pp. 204. (ISBN 978-3200104006) ",
            "category": 4,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "219850-14010",
                "219850-14011"
            ],
            "persons": [
                "219850-50374",
                "219850-51753"
            ],
            "imported": "2026-01-14T12:40:50+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": 219849,
            "title": " HPV-Impfung bei jungen Männern: Wissensdefizite und  \r\nAufklärungsbedarf unter österreichischen jungen Männern ",
            "abstract": null,
            "authors": [
                "Maitz, E",
                "Domanyi, D",
                "Pock, J",
                "Lang, A",
                "Habenbacher, M",
                "Walla, K",
                "Andrianakis, A",
                "Lampl, T",
                "Weiland, T",
                "Thurnher, D"
            ],
            "year": 2025,
            "source": "69. ÖSTERREICHISCHER  \r\nHNO-KONGRESS 2025; SEP 17-20,2025; Linz. 2025. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "219849-14042",
                "219849-14066"
            ],
            "persons": [
                "219849-113910",
                "219849-117321",
                "219849-91180",
                "219849-92858",
                "219849-97122",
                "219849-101924",
                "219849-89704",
                "219849-91899",
                "219849-98190"
            ],
            "imported": "2026-01-14T12:05: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": false,
            "keynote_speaker": false,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 219854,
            "title": "Monoaminergic functional connectivity and network dynamics in people with multiple sclerosis-related fatigue.",
            "abstract": null,
            "authors": [
                "Bet, M",
                "Helmlinger, B",
                "Hechenberger, S",
                "Broeders, T",
                "Ropele, S",
                "Barkhof, F",
                "Khalil, M",
                "Enzinger, C",
                "Pinter, D",
                "Schoonheim, MM"
            ],
            "year": 2025,
            "source": "Dutch MS Research Days; MAY 21, 2025; Amsterdam, THE NETHERLANDS. 2025. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "219854-14051",
                "219854-14085"
            ],
            "persons": [
                "219854-104619",
                "219854-107891",
                "219854-50173",
                "219854-51279",
                "219854-57435",
                "219854-66708"
            ],
            "imported": "2026-01-14T13:10: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": 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": 217081,
            "title": "NEW THERAPEUTIC APPROACH FOR DIFFICULT TO TREAT SYSTEMIC-ONSET JIA: A case report\r\n",
            "abstract": null,
            "authors": [
                "Gruebler, A",
                "Skrabl-Baumgartner, A"
            ],
            "year": 2025,
            "source": "Pediatric Rheumatology 2025 23(Suppl 1):28. 2025; 23(28):-GKJR-Jahrestagung; MARCH 12-15, 2025; Grainau, GERMANY.  (ISBN: 1546-0096 )",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "217081-14091"
            ],
            "persons": [
                "217081-81952",
                "217081-60213"
            ],
            "imported": "2025-07-14T14:00:40+02:00",
            "journal": null,
            "issn": "1546-0096",
            "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": false,
            "local_affiliation": true
        },
        {
            "id": 219859,
            "title": "Challenges in Performing Individual Participant Data Meta-analysis of Binary Outcomes: a Case Study",
            "abstract": null,
            "authors": [
                "Kuenzer, T",
                "Berghold, A"
            ],
            "year": 2025,
            "source": "34th Conference of the Austro-Swiss Region (ROeS) of the International Biometric Society (IBS); SEP 14-18, 2025; Graz, AUSTRIA. 2025. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "219859-14026"
            ],
            "persons": [
                "219859-51344",
                "219859-116422"
            ],
            "imported": "2026-01-14T16:10:32+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": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 218266,
            "title": "Transforming Pain Management: Experiences from a research practice collaboration.",
            "abstract": null,
            "authors": [
                "Pichler, E",
                "Hoedl, M",
                "Schoberer, D",
                "Eglseer, D."
            ],
            "year": 2025,
            "source": "Bolest : časopis Společnosti pro studium a léčbu bolesti\r\n. 2025; 28: -XXVI. Česko-Slovenské Dialogy o bolesti 2025 \"Aktivitou proti bolesti\"; OKT 16-18,2025; Plzeň, CZECH REPUBLIC;.  (ISBN: 1212-0634 )",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "218266-14509"
            ],
            "persons": [
                "218266-104260",
                "218266-63683",
                "218266-59569",
                "218266-82963"
            ],
            "imported": "2025-10-20T12:53:09+02:00",
            "journal": null,
            "issn": "1212-0634",
            "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": 217080,
            "title": "ANAKINRA-INDUCED AMYLOIDOSIS IN A PATIENT WITH NOMID\r\n",
            "abstract": null,
            "authors": [
                "Skrabl-Baumgartner, A",
                "Vrana, J",
                "Theis, J",
                "McPhail, E",
                "Alehashemi, S\n"
            ],
            "year": 2025,
            "source": "Pediatric Rheumatology 2025 23(Suppl 1):28. 2025; 23(28):44-45.-GKJR-Jahrestagung; MARCH 12-15; Grainau, GERMANY.  (ISBN: 1546-0096 )",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "217080-14091"
            ],
            "persons": [
                "217080-60213"
            ],
            "imported": "2025-07-14T13:53:23+02:00",
            "journal": null,
            "issn": "1546-0096",
            "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": false,
            "local_affiliation": true
        },
        {
            "id": 219863,
            "title": "Reducing plastic, improving gut health? Challenges of microplastic fasting.",
            "abstract": null,
            "authors": [
                "Pacher-Deutsch, C",
                "Horvath, A",
                "Stadlbauer, V"
            ],
            "year": 2025,
            "source": "BAGECO 2025 Abstractbooklet. 2025; -17th Symposium on Bacterial Genetics and Ecology; JUL 1-4, 2025; Graz, AUSTRIA. ",
            "category": 2,
            "document_type": 19,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "219863-14081"
            ],
            "persons": [
                "219863-50989",
                "219863-112689",
                "219863-81091"
            ],
            "imported": "2026-01-14T16:38: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": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": true,
            "local_affiliation": true
        },
        {
            "id": 219862,
            "title": "Plastic Fasting and the Gut: How Reducing Plastic Use Shapes the Human Microbiome.",
            "abstract": null,
            "authors": [
                "Pacher-Deutsch, C",
                "Horvath, A",
                "Stadlbauer, V"
            ],
            "year": 2025,
            "source": "4th microONE Summit on Microplastics & Health; NOV 27, 2025; Vienna, AUSTRIA. 2025. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "219862-14081"
            ],
            "persons": [
                "219862-112689",
                "219862-50989",
                "219862-81091"
            ],
            "imported": "2026-01-14T16:21: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": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": true,
            "local_affiliation": true
        }
    ]
}