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=2740&ordering=-year
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 157658,
    "next": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=2760&ordering=-year",
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=2720&ordering=-year",
    "results": [
        {
            "id": 219231,
            "title": "Phenotyping and chronic consequences of gastritis.",
            "abstract": null,
            "authors": [
                "Langner, C"
            ],
            "year": 2025,
            "source": "Department of Pathology. The University Hospital in Linköping: Inflammatory pathology of the GI tract; SEP 25-26, 2025; Linköping, SWEDEN. 2025. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "219231-14020"
            ],
            "persons": [
                "219231-50044"
            ],
            "imported": "2025-12-21T20:57:19+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": 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": 219235,
            "title": "Histopathological Diagnosis of Eosinophilic Esophagitis: Key Features, Biopsy \r\nInterpretation, and the Role of EoE-HSS. ",
            "abstract": null,
            "authors": [
                "Langner, C"
            ],
            "year": 2025,
            "source": "EUREOS Scientific EoE Symposium; OCT 5, 2025; Berlin, GERMANY. 2025. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "219235-14020"
            ],
            "persons": [
                "219235-50044"
            ],
            "imported": "2025-12-21T21:06: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": 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": 219228,
            "title": "Eosinophilic Oesophagitis and Gastritis.",
            "abstract": null,
            "authors": [
                "Langner, C"
            ],
            "year": 2025,
            "source": "European Congress of Pathology; SEP 6-10, 2025; Vienna, AUSTRIA. 2025. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "219228-14020"
            ],
            "persons": [
                "219228-50044"
            ],
            "imported": "2025-12-21T20:42:06+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": 219229,
            "title": "Drug-Induced Injury of the Gastrointestinal Tract.",
            "abstract": null,
            "authors": [
                "Langner, C"
            ],
            "year": 2025,
            "source": "European Congress of Pathology; SEP 6-10, 2025; Vienna, AUSTRIA. 2025. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "219229-14020"
            ],
            "persons": [
                "219229-50044"
            ],
            "imported": "2025-12-21T20:44:15+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": 219221,
            "title": "Phenotyping of chronic gastritis and its consequences.",
            "abstract": null,
            "authors": [
                "Langner, C"
            ],
            "year": 2025,
            "source": "Azienda Ospedaliero Universitaria di Cagliari: Pathology of Gastrointestinal Tract; JUL 11-12, 2025; Cagliari, ITALY. 2025. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "219221-14020"
            ],
            "persons": [
                "219221-50044"
            ],
            "imported": "2025-12-21T20:29:11+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": 219217,
            "title": "Inflammatory bowel disease and differential diagnosis.",
            "abstract": null,
            "authors": [
                "Langner, C"
            ],
            "year": 2025,
            "source": "Mini Symposium - Pathology of Inflammatory Bowel Disease; JUN 16, 2025; Cordoba, SPAIN. 2025. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "219217-14020"
            ],
            "persons": [
                "219217-50044"
            ],
            "imported": "2025-12-21T20:17:57+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": 219220,
            "title": "Reflux- and non-reflux oesophagitis.",
            "abstract": null,
            "authors": [
                "Langner, C"
            ],
            "year": 2025,
            "source": "Azienda Ospedaliero Universitaria di Cagliari: Pathology of Gastrointestinal Tract; JUL 11-12, 2025; Cagliari, ITALY. 2025. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "219220-14020"
            ],
            "persons": [
                "219220-50044"
            ],
            "imported": "2025-12-21T20:27:35+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": true,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 219236,
            "title": "Reflux and non-reflux oesophagitis, including Barrett and dysplasia.",
            "abstract": null,
            "authors": [
                "Langner, C"
            ],
            "year": 2025,
            "source": "Updating Course in Anatomical Pathology (UCAP 2025); OCT 16, 2025; Porto, PORTUGAL. 2025. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "219236-14020"
            ],
            "persons": [
                "219236-50044"
            ],
            "imported": "2025-12-21T21:09:37+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": 217709,
            "title": "Introducing hyperspectral imaging as a novel tool for assessing donor liver quality during machine perfusion: A case report.",
            "abstract": null,
            "authors": [
                "El-Mahrouk, M",
                "Langner, C",
                "Sucher, R",
                "Kniepeiss, D"
            ],
            "year": 2025,
            "source": "World J Transplant. 2025; 15(3): 102798",
            "category": 1,
            "document_type": 5,
            "sci": null,
            "pubmed": "40881770",
            "doi": "10.5500/wjt.v15.i3.102798",
            "pmc": "PMC12038598",
            "organizations": [
                "217709-14020",
                "217709-14073"
            ],
            "persons": [
                "217709-117182-6",
                "217709-50044-6",
                "217709-119772-2",
                "217709-58323-6"
            ],
            "imported": "2025-09-08T02:00:00+02:00",
            "journal": "World J Transplant",
            "issn": "2220-3230",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "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": 219218,
            "title": "Inflammatory Bowel Disease Related Dysplasia.",
            "abstract": null,
            "authors": [
                "Langner, C"
            ],
            "year": 2025,
            "source": "Mini Symposium - Pathology of Inflammatory Bowel Disease; JUN 16, 2025; Cordoba, SPAIN. 2025. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "219218-14020"
            ],
            "persons": [
                "219218-50044"
            ],
            "imported": "2025-12-21T20:20:26+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": 219238,
            "title": "Phenotyping of chronic gastritis and its consequences.",
            "abstract": null,
            "authors": [
                "Langner, C"
            ],
            "year": 2025,
            "source": "Pathology of the Digestive System - 18th Edition; NOV 7-8, 2025; Bucharest, ROMANIA. 2025. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "219238-14020"
            ],
            "persons": [
                "219238-50044"
            ],
            "imported": "2025-12-21T21:18:26+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": 219209,
            "title": "Inflammatory bowel disease and dysplasia.",
            "abstract": null,
            "authors": [
                "Langner, C"
            ],
            "year": 2025,
            "source": "Belgrade Pathology Course – Gastrointestinal Pathology ; APR 11-12, 2025; Belgrade, SERBIA. 2025. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "219209-14020"
            ],
            "persons": [
                "219209-50044"
            ],
            "imported": "2025-12-21T19:55: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": 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": 219207,
            "title": "Reflux and non-reflux oesophagitis.",
            "abstract": null,
            "authors": [
                "Langner, C"
            ],
            "year": 2025,
            "source": "Belgrade Pathology Course – Gastrointestinal Pathology ; APR 11-12, 2025; Belgrade, SERBIA. 2025. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "219207-14020"
            ],
            "persons": [
                "219207-50044"
            ],
            "imported": "2025-12-21T19:51: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": 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": 219219,
            "title": "Microscopic colitis.",
            "abstract": null,
            "authors": [
                "Langner, C"
            ],
            "year": 2025,
            "source": "Mini Symposium - Pathology of Inflammatory Bowel Disease; JUN 16, 2025; Cordoba, SPAIN. 2025. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "219219-14020"
            ],
            "persons": [
                "219219-50044"
            ],
            "imported": "2025-12-21T20:21:52+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": 219224,
            "title": "Update on colorectal polyps.",
            "abstract": null,
            "authors": [
                "Langner, C"
            ],
            "year": 2025,
            "source": "Azienda Ospedaliero Universitaria di Cagliari: Pathology of Gastrointestinal Tract; JUL 11-12, 2025; Cagliari, ITALY. 2025. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "219224-14020"
            ],
            "persons": [
                "219224-50044"
            ],
            "imported": "2025-12-21T20:33:41+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": true,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 219211,
            "title": "Molecular pathology of colorectal cancer.",
            "abstract": null,
            "authors": [
                "Langner, C"
            ],
            "year": 2025,
            "source": "Belgrade Pathology Course – Gastrointestinal Pathology; APR 11-12, 2025; Belgrade, SERBIA. 2025. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "219211-14020"
            ],
            "persons": [
                "219211-50044"
            ],
            "imported": "2025-12-21T19:59:14+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": 219213,
            "title": "Case presentation - Sloughing oesophagitis.",
            "abstract": null,
            "authors": [
                "Langner, C"
            ],
            "year": 2025,
            "source": "Belgrade Pathology Course – Gastrointestinal Pathology; APR 11-12, 2025; Belgrade, SERBIA. 2025. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "219213-14020"
            ],
            "persons": [
                "219213-50044"
            ],
            "imported": "2025-12-21T20:03: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": 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": 219222,
            "title": "Inflammatory bowel disease and differential diagnosis.",
            "abstract": null,
            "authors": [
                "Langner, C"
            ],
            "year": 2025,
            "source": "Azienda Ospedaliero Universitaria di Cagliari: Pathology of Gastrointestinal Tract; JUL 11-12, 2025; Cagliari, ITALY. 2025. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "219222-14020"
            ],
            "persons": [
                "219222-50044"
            ],
            "imported": "2025-12-21T20:30:39+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": 219232,
            "title": "Small bowel inflammation.",
            "abstract": null,
            "authors": [
                "Langner, C"
            ],
            "year": 2025,
            "source": "Department of Pathology. The University Hospital in Linköping: Inflammatory pathology of the GI tract; SEP 25-26, 2025; Linköping, SWEDEN. 2025. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "219232-14020"
            ],
            "persons": [
                "219232-50044"
            ],
            "imported": "2025-12-21T20:58:58+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": 219018,
            "title": "Pulmonary vein isolation as the fifth column of heart failure therapy: a case report.",
            "abstract": null,
            "authors": [
                "Santner, V",
                "Manninger, M",
                "Eberl, AS",
                "Stix, L",
                "Scherr, D"
            ],
            "year": 2025,
            "source": "Eur Heart J Case Rep. 2025; 9(12): ytaf560",
            "category": 1,
            "document_type": 5,
            "sci": "ISI:001632230300001",
            "pubmed": "41368045",
            "doi": "10.1093/ehjcr/ytaf560",
            "pmc": "PMC12684712",
            "organizations": [
                "219018-14083"
            ],
            "persons": [
                "219018-50168-4",
                "219018-82645-6",
                "219018-63032-6"
            ],
            "imported": "2025-12-11T01:00:00+01:00",
            "journal": "Eur Heart J Case Rep",
            "issn": "2514-2119",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "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": 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
        }
    ]
}