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=3220&ordering=-year
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 157757,
    "next": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=3240&ordering=-year",
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=3200&ordering=-year",
    "results": [
        {
            "id": 217114,
            "title": "Infektionskrankheiten auf Bergreisen",
            "abstract": null,
            "authors": [
                "Valentin, T"
            ],
            "year": 2025,
            "source": " In: Berger, M; Berghold F; Brugger, H; Burtscher, M; Fischer, R; Paal, P; \r\nSchobersberger, W; Sumann, Weditor(s). Alpin- und Höhenmedizin (3. Auflage). Berlin, GERMANY: Springer; 2025. pp. 662. (ISBN: 978-3-662-69577-7) ",
            "category": 10,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "217114-53586"
            ],
            "imported": "2025-07-17T22:49:34+02:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": "Alpin- und Höhenmedizin (3. Auflage)",
            "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": 217119,
            "title": "Rationale Antibiotika-Therapie bei respiratorischen Infektionen",
            "abstract": null,
            "authors": [
                "Valentin, T"
            ],
            "year": 2025,
            "source": "Fortbildung Klinikum Bad Gleichenberg; MAR 12, 2025; Bad Gleichenberg. 2025. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "217119-53586"
            ],
            "imported": "2025-07-17T22:58: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": false,
            "invited_lecture": true,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 217111,
            "title": "Chikungunya, Dengue, Oropouche - tropische Krankheiten breiten sich aus",
            "abstract": null,
            "authors": [
                "Valentin, T"
            ],
            "year": 2025,
            "source": "Hörgang Podcast (Springer Medizin Österreich)\r\n; APR 25, 2025; Vienna, AUSTRIA. 2025. ",
            "category": 20,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "217111-53586"
            ],
            "imported": "2025-07-17T22:39:31+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": 217112,
            "title": "Reise- und tropenmedizinische Aspekte beim Bergsteigen",
            "abstract": null,
            "authors": [
                "Valentin, T"
            ],
            "year": 2025,
            "source": "Frühjahrslehrgang 1, INTERNATIONAL DIPLOMA IN MOUNTAIN MEDICINE; May 17-18, 2025; Arco, ITALY. 2025. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "217112-53586"
            ],
            "imported": "2025-07-17T22:43:02+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": false,
            "invited_lecture": true,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 217116,
            "title": "Isolierungsmaßnahmen beim fiebernden Tropenrückkehrer ",
            "abstract": null,
            "authors": [
                "Valentin, T"
            ],
            "year": 2025,
            "source": "Fortbildung zum ÖAK Diplom Krankenhaushygiene; JUN 16-17, 2025; Graz. 2025. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "217116-53586"
            ],
            "imported": "2025-07-17T22:54:34+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": true,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 217109,
            "title": "Chikungunya, Japanische Enzephalitis, Tollwut u. a.– die Impfungen vor einer Reise",
            "abstract": null,
            "authors": [
                "Veletzky, L",
                "Valentin, T"
            ],
            "year": 2025,
            "source": "17. Österreichischer Infektionskongress; MAR 18-21, 2025; Saalfelden. 2025. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "217109-53586"
            ],
            "imported": "2025-07-17T22:32:21+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": 217117,
            "title": "Infektionen nach SHT",
            "abstract": null,
            "authors": [
                "Valentin, T"
            ],
            "year": 2025,
            "source": "30. Fortbildung Schädelhirntraumatologie; APR 22-25, 2025; Vienna, AUSTRIA. 2025. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "217117-53586"
            ],
            "imported": "2025-07-17T22:56:28+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": true,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 217115,
            "title": "Impfstrategien- ein wertvolles Instrument zur Infektionsprophylaxe in der Hämatologie",
            "abstract": null,
            "authors": [
                "Valentin, T"
            ],
            "year": 2025,
            "source": "Ärzt*Innen-Fortbildung LKH Fürstenfeld; JUL 3, 2025; Fürstenfeld. 2025. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "217115-53586"
            ],
            "imported": "2025-07-17T22:52:48+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": true,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 217051,
            "title": "Predictors of treatment survival in patients with plaque psoriasis treated with phototherapy: registry analysis.",
            "abstract": null,
            "authors": [
                "Graier, T",
                "Bordag, N",
                "Hofer, A",
                "Gruber-Wackernagel, A",
                "Legat, F",
                "Widnig, A",
                "Falkensteiner, K",
                "Weger, W",
                "Salmhofer, W",
                "Wolf, P"
            ],
            "year": 2025,
            "source": "Skin Health Dis. 2025; 5(3): 214-222. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": "40584944",
            "doi": "10.1093/skinhd/vzaf021",
            "pmc": "PMC12202870",
            "organizations": [
                "217051-14047"
            ],
            "persons": [
                "217051-51972-6",
                "217051-76691-2",
                "217051-87663-6",
                "217051-50153-6",
                "217051-51618-6",
                "217051-51721-6",
                "217051-51865-6",
                "217051-56730-6"
            ],
            "imported": "2025-07-14T02:00:00+02:00",
            "journal": "Skin Health Dis",
            "issn": "2690-442X",
            "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": 217131,
            "title": "Impact of the COVID-19 pandemic on sexually transmitted infections testing in Sout-East Austria",
            "abstract": null,
            "authors": [
                "Stelzl, E",
                "Langeder, A",
                "Rupp, M",
                "Kessler, HH"
            ],
            "year": 2025,
            "source": "DÖAK; MAR 20-23, 2025; Vienna, AUSTRIA. 2025. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "217131-14023"
            ],
            "persons": [
                "217131-50514",
                "217131-51812"
            ],
            "imported": "2025-07-22T16:16:29+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": 217132,
            "title": "Study Protocol for XR-Supported Resilience Training for Nurses",
            "abstract": null,
            "authors": [
                "Hannibal, S",
                "Barach, P",
                "Dalkner, N",
                "Egger-Lampl, S",
                "Filipcic, I",
                "Hammel, IC",
                "Karlseder, M",
                "Leung, V",
                "Pinho, L",
                "Rodrigues, R",
                "Turk, E",
                "Wessa, M",
                "Lehr, D",
                "on behalf of the XR2esilience Consortium"
            ],
            "year": 2025,
            "source": "https://mindxr.info/. 2025; -Mindxr; JUN 25-27, 2025; Berlin, GERMANY. ",
            "category": 2,
            "document_type": 19,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "217132-29444"
            ],
            "persons": [
                "217132-79733"
            ],
            "imported": "2025-07-22T18:17:43+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": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 217135,
            "title": "Patient-centered care in implant dentistry: Beyond technical excellence.",
            "abstract": null,
            "authors": [
                "Nassehi, Y",
                "Fakheran, O"
            ],
            "year": 2025,
            "source": "International Team for Implantology (ITI) Blog, July 22, 2025.. 2025",
            "category": 12,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "217135-14109"
            ],
            "persons": [
                "217135-116243",
                "217135-130918"
            ],
            "imported": "2025-07-23T12:17:02+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": 209503,
            "title": "Gene therapy: principles, challenges and use in clinical practice.",
            "abstract": null,
            "authors": [
                "Ay, C",
                "Reinisch, A"
            ],
            "year": 2025,
            "source": "Wien Klin Wochenschr. 2025; 137(9-10):261-271",
            "category": 1,
            "document_type": 3,
            "sci": "ISI:001215362400002",
            "pubmed": "38713227",
            "doi": "10.1007/s00508-024-02368-8",
            "pmc": "PMC12081535",
            "organizations": [
                "209503-14058",
                "209503-14082"
            ],
            "persons": [
                "209503-50747-4"
            ],
            "imported": "2024-05-13T02:00:00+02:00",
            "journal": "Wien Klin Wochenschr",
            "issn": "0043-5325",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.1,
            "impactfactor_year": 2024,
            "impactfactor_norm": 0.475,
            "impactfactor_norm_year": 2024,
            "impactfactor_norm_category": "MEDICINE, GENERAL & INTERNAL-SCIE",
            "impactfactor_norm_super": 0.479,
            "impactfactor_norm_super_year": 2022,
            "impactfactor_norm_super_category": "MEDICINE, GENERAL + INTERNAL-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": true,
            "local_affiliation": true
        },
        {
            "id": 212332,
            "title": "Fine-tuning language model embeddings to reveal domain knowledge: An explainable artificial intelligence perspective on medical decision making",
            "abstract": null,
            "authors": [
                "Kraisnikovic, C",
                "Harb, R",
                "Plass, M",
                "Al Zoughbi, W",
                "Holzinger, A",
                "Müller, H"
            ],
            "year": 2025,
            "source": "ENG APPL ARTIF INTEL. 2025; 139:  109561",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:001360856200001",
            "pubmed": null,
            "doi": "10.1016/j.engappai.2024.109561",
            "pmc": null,
            "organizations": [
                "212332-14020"
            ],
            "persons": [
                "212332-99976-4",
                "212332-51449-6",
                "212332-119452-6",
                "212332-51050-6"
            ],
            "imported": "2024-12-02T09:38:06+01:00",
            "journal": "ENG APPL ARTIF INTEL",
            "issn": "0952-1976",
            "collection_publisher": null,
            "collection_title": "ENGINEERING APPLICATIONS OF ARTIFICIAL INTELLIGENCE; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 8.0,
            "impactfactor_year": 2025,
            "impactfactor_norm": 0.956,
            "impactfactor_norm_year": 2025,
            "impactfactor_norm_category": "ENGINEERING, MULTIDISCIPLINARY-SCIE",
            "impactfactor_norm_super": 0.956,
            "impactfactor_norm_super_year": 2025,
            "impactfactor_norm_super_category": "ENGINEERING, MULTIDISCIPLINARY-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": 212466,
            "title": "Clinical neurophysiology for tremor: Common questions in clinical practice.",
            "abstract": null,
            "authors": [
                "Schwingenschuh, P",
                "Van, der, Stouwe, M",
                "Pandey, S",
                "Hirschbichler, S",
                "Panyakaew, P",
                "Kojovic, M",
                "Mukherjee, A",
                "Tijssen, MA",
                "Merchant, SHI",
                "Vial, F, , MDS, Clinical, neurophysiology, Study, group"
            ],
            "year": 2025,
            "source": "Parkinsonism Relat Disord. 2025; 130:107196",
            "category": 1,
            "document_type": 3,
            "sci": "ISI:001410161600001",
            "pubmed": "39627925",
            "doi": "10.1016/j.parkreldis.2024.107196",
            "pmc": null,
            "organizations": [
                "212466-14051"
            ],
            "persons": [
                "212466-50172-1",
                "212466-117505-6"
            ],
            "imported": "2024-12-09T01:00:00+01:00",
            "journal": "Parkinsonism Relat Disord",
            "issn": "1353-8020",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 3.4,
            "impactfactor_year": 2024,
            "impactfactor_norm": 0.665,
            "impactfactor_norm_year": 2024,
            "impactfactor_norm_category": "CLINICAL NEUROLOGY-SCIE",
            "impactfactor_norm_super": 0.708,
            "impactfactor_norm_super_year": 2022,
            "impactfactor_norm_super_category": "CLINICAL NEUROLOGY-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": 212751,
            "title": "Towards standardization of person-reported outcomes (PROs) in pediatric diabetes research: A consensus report.",
            "abstract": null,
            "authors": [
                "Barnard-Kelly, K",
                "Marrero, D",
                "de, Wit, M",
                "Pouwer, F",
                "Khunti, K",
                "Hermans, N",
                "Pierce, JS",
                "Laffel, L",
                "Holt, RIG",
                "Battelino, T",
                "Naranjo, D",
                "Fosbury, J",
                "Fisher, L",
                "Polonsky, W",
                "Weissberg-Benchell, J",
                "Hood, KK",
                "Schnell, O",
                "Messer, LH",
                "Danne, T",
                "Nimri, R",
                "Skovlund, S",
                "Mader, JK",
                "Sherr, JL",
                "Schatz, D",
                "O'Neill, S",
                "Doble, E",
                "Town, M",
                "Lange, K",
                "de, Beaufort, C",
                "Gonder-Frederick, L",
                "Jaser, SS",
                "Liberman, A",
                "Klonoff, D",
                "Elsayed, NA",
                "Bannuru, RR",
                "Ajjan, R",
                "Parkin, C",
                "Snoek, FJ"
            ],
            "year": 2025,
            "source": "Diabet Med. 2025; 42(3):e15484",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:001378810800001",
            "pubmed": "39689218",
            "doi": "10.1111/dme.15484",
            "pmc": null,
            "organizations": [
                "212751-14080"
            ],
            "persons": [
                "212751-50877-6"
            ],
            "imported": "2024-12-23T01:00:00+01:00",
            "journal": "Diabet Med",
            "issn": "0742-3071",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 3.4,
            "impactfactor_year": 2024,
            "impactfactor_norm": 0.507,
            "impactfactor_norm_year": 2024,
            "impactfactor_norm_category": "ENDOCRINOLOGY & METABOLISM-SCIE",
            "impactfactor_norm_super": 0.507,
            "impactfactor_norm_super_year": 2025,
            "impactfactor_norm_super_category": "ENDOCRINOLOGY + METABOLISM-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": 213102,
            "title": "Fibrous Histiocytoma in the Far Lateral Frontal Sinus-A Rare Observation.",
            "abstract": null,
            "authors": [
                "Wilhelmer, A",
                "Kiss, P",
                "Habenbacher, M",
                "Brčić, L",
                "Andrianakis, A"
            ],
            "year": 2025,
            "source": "Diagnostics (Basel). 2024; 15(1):",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:001393938300001",
            "pubmed": "39795584",
            "doi": "10.3390/diagnostics15010056",
            "pmc": "PMC11719909",
            "organizations": [
                "213102-14066",
                "213102-14020"
            ],
            "persons": [
                "213102-117321-6",
                "213102-102292-1",
                "213102-89704-4"
            ],
            "imported": "2025-01-13T01:00:00+01:00",
            "journal": "Diagnostics (Basel)",
            "issn": "2075-4418",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 3.3,
            "impactfactor_year": 2024,
            "impactfactor_norm": 0.673,
            "impactfactor_norm_year": 2024,
            "impactfactor_norm_category": "MEDICINE, GENERAL & INTERNAL-SCIE",
            "impactfactor_norm_super": 0.673,
            "impactfactor_norm_super_year": 2025,
            "impactfactor_norm_super_category": "MEDICINE, GENERAL + INTERNAL-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": 213419,
            "title": "High-dose glucocorticoid treatment vs. glucocorticoid replacement in immune checkpoint inhibitor associated hypophysitis (CORTICI): an open, randomised controlled trial.",
            "abstract": null,
            "authors": [
                "Theiler-Schwetz, V",
                "Trummer, C",
                "Schmitt, L",
                "Terbuch, A",
                "Obermayer-Pietsch, B",
                "Richtig, E",
                "Pilz, S"
            ],
            "year": 2025,
            "source": "Ann Med. 2025; 57(1): 2453829",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:001406700500001",
            "pubmed": "39862267",
            "doi": "10.1080/07853890.2025.2453829",
            "pmc": "PMC11770865",
            "organizations": [
                "213419-14085",
                "213419-14080",
                "213419-14047"
            ],
            "persons": [
                "213419-52274-6",
                "213419-51809-6",
                "213419-71449-2",
                "213419-86226-6",
                "213419-106927-6",
                "213419-85701-6",
                "213419-53344-6"
            ],
            "imported": "2025-01-27T01:00:00+01:00",
            "journal": "Ann Med",
            "issn": "0785-3890",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 4.3,
            "impactfactor_year": 2025,
            "impactfactor_norm": 0.778,
            "impactfactor_norm_year": 2025,
            "impactfactor_norm_category": "MEDICINE, GENERAL & INTERNAL-SCIE",
            "impactfactor_norm_super": 0.81,
            "impactfactor_norm_super_year": 2023,
            "impactfactor_norm_super_category": "MEDICINE, GENERAL + INTERNAL-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": 213423,
            "title": "A new method for testing non-porous surfaces for their antimicrobial efficacy using an aerosol-generating spray chamber.",
            "abstract": null,
            "authors": [
                "Poelzl, S",
                "Dreisiebner, D",
                "Zarschenas, E",
                "Nokhbehzaeim, R",
                "Kittinger, C"
            ],
            "year": 2025,
            "source": "Front Microbiol. 2025; 15:  1508596",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:001401790400001",
            "pubmed": "39839100",
            "doi": "10.3389/fmicb.2024.1508596",
            "pmc": "PMC11747154",
            "organizations": [
                "213423-14023"
            ],
            "persons": [
                "213423-54018-4",
                "213423-105944-1",
                "213423-126595-6"
            ],
            "imported": "2025-01-27T01:00:00+01:00",
            "journal": "Front Microbiol",
            "issn": "1664-302X",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 4.5,
            "impactfactor_year": 2024,
            "impactfactor_norm": 0.756,
            "impactfactor_norm_year": 2024,
            "impactfactor_norm_category": "MICROBIOLOGY-SCIE",
            "impactfactor_norm_super": 0.756,
            "impactfactor_norm_super_year": 2025,
            "impactfactor_norm_super_category": "MICROBIOLOGY-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": 215546,
            "title": "European Consensus on Malabsorption-UEG & SIGE, LGA, SPG, SRGH, CGS, ESPCG, EAGEN, ESPEN, and ESPGHAN. Part 1: Definitions, Clinical Phenotypes, and Diagnostic Testing for Malabsorption",
            "abstract": null,
            "authors": [
                "Lenti, MV",
                "Hammer, HF",
                "Tacheci, I",
                "Burgos, R",
                "Schneider, S",
                "Foteini, A",
                "Derovs, A",
                "Keller, J",
                "Broekaert, I",
                "Arvanitakis, M",
                "Dumitrascu, DL",
                "Segarra-Cantón, O",
                "Krznaric, Z",
                "Pokrotnieks, J",
                "Nunes, G",
                "Hammer, J",
                "Pironi, L",
                "Sonyi, M",
                "Sabo, CM",
                "Mendive, J",
                "Nicolau, A",
                "Dolinsek, J",
                "Kyselova, D",
                "Laterza, L",
                "Gasbarrini, A",
                "Surdea-Blaga, T",
                "Fonseca, J",
                "Lionis, C",
                "Corazza, GR",
                "Di Sabatino, A"
            ],
            "year": 2025,
            "source": "UNITED EUR GASTROENT. 2025; ",
            "category": 1,
            "document_type": 3,
            "sci": "ISI:001451017300001",
            "pubmed": "40129317",
            "doi": "10.1002/ueg2.70012",
            "pmc": "PMC12090837",
            "organizations": [
                "215546-14081"
            ],
            "persons": [
                "215546-51531-6"
            ],
            "imported": "2025-04-09T11:09:42+02:00",
            "journal": "UNITED EUR GASTROENT",
            "issn": "2050-6406",
            "collection_publisher": null,
            "collection_title": "UNITED EUROPEAN GASTROENTEROLOGY JOURNAL; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 6.7,
            "impactfactor_year": 2025,
            "impactfactor_norm": 0.817,
            "impactfactor_norm_year": 2025,
            "impactfactor_norm_category": "GASTROENTEROLOGY & HEPATOLOGY-SCIE",
            "impactfactor_norm_super": 0.817,
            "impactfactor_norm_super_year": 2025,
            "impactfactor_norm_super_category": "GASTROENTEROLOGY + HEPATOLOGY-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
        }
    ]
}