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=820&ordering=-impactfactor_norm
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 158433,
    "next": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=840&ordering=-impactfactor_norm",
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=800&ordering=-impactfactor_norm",
    "results": [
        {
            "id": 111380,
            "title": "Severe left atrium compression after percutaneous coronary intervention with perforation of a circumflex branch of the left coronary artery.",
            "abstract": null,
            "authors": [
                "Krabatsch, T",
                "Becher, D",
                "Schweiger, M",
                "Hetzer, R"
            ],
            "year": 2010,
            "source": "Interact Cardiovasc Thorac Surg. 2010; 11(6):811-813",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000208483600028",
            "pubmed": "20739408",
            "doi": "10.1510/icvts.2010.246017",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2011-06-12T02:00:00+02:00",
            "journal": "Interact Cardiovasc Thorac Surg",
            "issn": "1569-9293",
            "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": "SURGERY",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 163279,
            "title": "Resolution of regulated secretion into sequential MgATP-dependent and calcium-dependent stages mediated by distinct cytosolic proteins.",
            "abstract": null,
            "authors": [
                "Hay, JC",
                "Martin, TF"
            ],
            "year": 1992,
            "source": "J Cell Biol. 1992; 119(1):139-151",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1992JP86500011",
            "pubmed": "1527165",
            "doi": "10.1083/jcb.119.1.139",
            "pmc": "PMC2289634",
            "organizations": [],
            "persons": [],
            "imported": "2017-11-06T01:00:00+01:00",
            "journal": "J Cell Biol",
            "issn": "0021-9525",
            "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": 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": false
        },
        {
            "id": 220282,
            "title": "The critical relationship between tacrolimus levels, acute kidney injury, and early chronic lung allograft dysfunction.",
            "abstract": null,
            "authors": [
                "Hauber, R",
                "Kohlhepp, L",
                "Briegel, I",
                "Veit, T",
                "Barton, J",
                "Meiser, B",
                "Schneider, C",
                "Kauke, T",
                "Hatz, R",
                "Hoechter, DJ",
                "Kneidinger, N",
                "Behr, J"
            ],
            "year": 2026,
            "source": "Front Transplant. 2025; 4:1704682",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:001665905700001",
            "pubmed": "41574224",
            "doi": "10.3389/frtra.2025.1704682",
            "pmc": "PMC12819767",
            "organizations": [
                "220282-14087"
            ],
            "persons": [
                "220282-125880-6"
            ],
            "imported": "2026-01-27T01:00:00+01:00",
            "journal": "Front Transplant",
            "issn": "2813-2440",
            "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": false,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 174690,
            "title": "Prognostic value of B7-H1, B7-H3 and the stage, size, grade and necrosis (SSIGN) score in metastatic clear cell renal cell carcinoma.",
            "abstract": null,
            "authors": [
                "Mischinger, J",
                "Fröhlich, E",
                "Mannweiler, S",
                "Meindl, C",
                "Absenger-Novak, M",
                "Hutterer, GC",
                "Seles, M",
                "Augustin, H",
                "Chromecki, TF",
                "Jesche-Chromecki, J",
                "Pummer, K",
                "Zigeuner, R"
            ],
            "year": 2019,
            "source": "Cent European J Urol. 2019; 72(1): 23-31. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000463835600004",
            "pubmed": "31011436",
            "doi": "10.5173/ceju.2018.1858",
            "pmc": "PMC6469004",
            "organizations": [
                "174690-14020",
                "174690-14056",
                "174690-17230"
            ],
            "persons": [
                "174690-50839-6",
                "174690-51738-6",
                "174690-51931-6",
                "174690-51970-6",
                "174690-53053-6",
                "174690-56686-6",
                "174690-58450-6",
                "174690-59858-6",
                "174690-99872-2",
                "174690-53900-6"
            ],
            "imported": "2019-04-24T02:00:00+02:00",
            "journal": "Cent European J Urol",
            "issn": "2080-4806",
            "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": 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": 174727,
            "title": "Exposure to vitamin k antagonists and kidney function decline in patients with atrial fibrillation and chronic kidney disease.",
            "abstract": null,
            "authors": [
                "Posch, F",
                "Ay, C",
                "Stöger, H",
                "Kreutz, R",
                "Beyer-Westendorf, J"
            ],
            "year": 2019,
            "source": "Res Pract Thromb Haemost. 2019; 3(2): 207-216. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000464657400012",
            "pubmed": "31011705",
            "doi": "10.1002/rth2.12189",
            "pmc": "PMC6462762",
            "organizations": [
                "174727-14085"
            ],
            "persons": [
                "174727-51538-6",
                "174727-92241-1"
            ],
            "imported": "2019-04-26T02:00:00+02:00",
            "journal": "Res Pract Thromb Haemost",
            "issn": "2475-0379",
            "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": 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": 196474,
            "title": "Greater Emotional Distress Due to Social Distancing and Greater Symptom Severity during the COVID-19 Pandemic in Individuals with Bipolar Disorder: A Multicenter Study in Austria, Germany, and Denmark.",
            "abstract": null,
            "authors": [
                "Schönthaler, EMD",
                "Dalkner, N",
                "Ratzenhofer, M",
                "Fleischmann, E",
                "Fellendorf, FT",
                "Bengesser, SA",
                "Birner, A",
                "Maget, A",
                "Lenger, M",
                "Platzer, M",
                "Queissner, R",
                "Tmava-Berisha, A",
                "Berndt, C",
                "Martini, J",
                "Bauer, M",
                "Sperling, JD",
                "Vinberg, M",
                "Reininghaus, EZ"
            ],
            "year": 2022,
            "source": "Int J Environ Res Public Health. 2022; 19(13):",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000824546200001",
            "pubmed": "35805284",
            "doi": "10.3390/ijerph19137626",
            "pmc": "PMC9265390",
            "organizations": [
                "196474-29444"
            ],
            "persons": [
                "196474-109162-1",
                "196474-99972-6",
                "196474-108883-6",
                "196474-50654-6",
                "196474-79733-4",
                "196474-79771-6",
                "196474-86429-6",
                "196474-91818-6",
                "196474-92607-6",
                "196474-96232-6",
                "196474-79454-6"
            ],
            "imported": "2022-07-10T02:00:00+02:00",
            "journal": "Int J Environ Res Public Health",
            "issn": "1660-4601",
            "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": 0.819,
            "impactfactor_norm_super_year": 2019,
            "impactfactor_norm_super_category": "PUBLIC, ENVIRONMENTAL + OCCUPATIONAL HEALTH-SSCI",
            "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": 209603,
            "title": "The importance of translational science within the respiratory field.",
            "abstract": null,
            "authors": [
                "Meiners, S",
                "Reynaert, NL",
                "Matthaiou, AM",
                "Rajesh, R",
                "Ahmed, E",
                "Guillamat-Prats, R",
                "Heijink, IH",
                "Cuevas-Ocaña, S"
            ],
            "year": 2024,
            "source": "Breathe (Sheff). 2024; 20(1): 230183",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:001229845200005",
            "pubmed": "38746906",
            "doi": "10.1183/20734735.0183-2023",
            "pmc": "PMC11091714",
            "organizations": [
                "209603-14022"
            ],
            "persons": [
                "209603-111587-6"
            ],
            "imported": "2024-05-21T02:00:00+02:00",
            "journal": "Breathe (Sheff)",
            "issn": "1810-6838",
            "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": 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": 190082,
            "title": "Tying the Delivery of Activity Step Instructions to Step Performance: Evaluating a Basic Technology System with People with Special Needs",
            "abstract": null,
            "authors": [
                "Lancioni, GE",
                "O'Reilly, MF",
                "Sigafoos, J",
                "Alberti, G",
                "Tenerelli, G",
                "Ricci, C",
                "Marschik, PB",
                "Desideri, L"
            ],
            "year": 2021,
            "source": "ADV NEURODEV DISORD. 2021; ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000708404100001",
            "pubmed": null,
            "doi": "10.1007/s41252-021-00223-9",
            "pmc": null,
            "organizations": [],
            "persons": [
                "190082-58883-6"
            ],
            "imported": "2021-11-02T08:40:35+01:00",
            "journal": "ADV NEURODEV DISORD",
            "issn": "2366-7532",
            "collection_publisher": null,
            "collection_title": "ADVANCES IN NEURODEVELOPMENTAL DISORDERS; ",
            "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": 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": 220524,
            "title": "MRT Bildgebung der Wirbelsäule",
            "abstract": null,
            "authors": [
                "Ferlic, PW"
            ],
            "year": 2025,
            "source": "Die Zervikale Wirbelsäule; JUN 26-27, 2025; Salzburg, AUSTRIA. 2025. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "220524-14052"
            ],
            "persons": [
                "220524-60165"
            ],
            "imported": "2026-02-03T23:25:33+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": 220522,
            "title": "A Nationwide Multicenter Outcome analysis of Posterior Dynamic Deformity Correction in Adolescent Idiopathic Scoliosis",
            "abstract": null,
            "authors": [
                "Ferlic, PW",
                "Barbarro-Gonzalez, M",
                "Fuderer, L",
                "Spicher, A",
                "Grabmeier, G"
            ],
            "year": 2025,
            "source": "EUROSPINE Annual Meeting. 2025; -EUROSPINE Annual Meeting 2025; OCT 22-24, 2025; Copenhagen, DENMARK. ",
            "category": 2,
            "document_type": 19,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "220522-14052"
            ],
            "persons": [
                "220522-60165"
            ],
            "imported": "2026-02-03T23:17: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": false,
            "keynote_speaker": false,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 220523,
            "title": "Komplikationsmanagement in der Skoliosechirurgie - Erkenntnisse und Strategien mit Relevanz für die Wirbelsäulentraumatologie ",
            "abstract": null,
            "authors": [
                "Ferlic, PW"
            ],
            "year": 2025,
            "source": "Traumadays 2025 - ÖGU Herbstkongress; OKT 1-3, 2025; Salzburg, AUSTRIA. 2025. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "220523-14052"
            ],
            "persons": [
                "220523-60165"
            ],
            "imported": "2026-02-03T23:20:07+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": true,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 220527,
            "title": "Fragile Bones, Strong Care: Expert solutions for fracture prevention",
            "abstract": null,
            "authors": [
                "Ferlic, PW"
            ],
            "year": 2025,
            "source": "EUROSPINE Patientline Webinar; MAY 19, 2025; Europe. 2025. ",
            "category": 20,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "220527-14052"
            ],
            "persons": [
                "220527-60165"
            ],
            "imported": "2026-02-03T23:37: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": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 220525,
            "title": "Kindliche Deformtiäten - Herausforderungen in der Sagittalen Ebene",
            "abstract": null,
            "authors": [
                "Ferlic, PW"
            ],
            "year": 2025,
            "source": "26. Symposium der Österreichischen Gesellschaft für Wirbelsäulenchirurgie; JAN 25, 2025; Vienna, AUSTRIA. 2025. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "220525-14052"
            ],
            "persons": [
                "220525-60165"
            ],
            "imported": "2026-02-03T23:31:30+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": 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": 216635,
            "title": "Wir alle sind Deformitätenchirurgen: Vom Bandscheibenvorfall zur degenerativen Skoliose.",
            "abstract": null,
            "authors": [
                "Ferlic, PW"
            ],
            "year": 2025,
            "source": "Österreichischer Kongress für Orthopädie und Traumatologie (ÖKOuT); MAY 7-9, 2025; Vienna, AUSTRIA. 2025. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "216635-14052"
            ],
            "persons": [
                "216635-60165"
            ],
            "imported": "2025-06-13T17:29: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": 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": 220528,
            "title": "Adolescent Idiopathic Scoliosis",
            "abstract": null,
            "authors": [
                "Ferlic, PW"
            ],
            "year": 2025,
            "source": "Open Medical Institute - Salzburg CHOP Seminar in Pediatric Orthopedics; FEB 9-15, 2025; Salzburg, AUSTRIA. 2025. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "220528-14052"
            ],
            "persons": [
                "220528-60165"
            ],
            "imported": "2026-02-03T23:40:08+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 220529,
            "title": "Neuromuscular Scoliosis",
            "abstract": null,
            "authors": [
                "Ferlic, PW"
            ],
            "year": 2025,
            "source": "Open Medical Institute - Salzburg CHOP Seminar in Pediatric Orthopedics; FEB 9-15, 2025; Salzburg, AUSTRIA. 2025. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "220529-14052"
            ],
            "persons": [
                "220529-60165"
            ],
            "imported": "2026-02-03T23:41:54+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": 220526,
            "title": "Degenerative Wirbelsäulendeformitäten: vom Bandscheibenvorfall zur degenerativen Skoliose\r\n",
            "abstract": null,
            "authors": [
                "Ferlic, PW"
            ],
            "year": 2026,
            "source": "7. Symposium der Österreichischen Gesellschaft für Wirbelsäulenchirurgie; JAN 30-31, 2026; Vienna, AUSTRIA. 2026. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "220526-14052"
            ],
            "persons": [
                "220526-60165"
            ],
            "imported": "2026-02-03T23:33:03+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": 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": 220517,
            "title": "Effects of in utero oxidative stress and redox regulation in cardiac development",
            "abstract": null,
            "authors": [
                "Covington, TA",
                "Spyropoulos, F",
                "Smythers, A",
                "Petrocelli, J",
                "Waldeck-Weiermair, M",
                "Guo, R",
                "Das, AA",
                "Burger, N",
                "Xiao, H",
                "Yadav, S",
                "Dutta, T",
                "Chouchani, E",
                "Michel, T"
            ],
            "year": 2025,
            "source": "Free Radical Biology and Medicine. 2025; 233(Supp1):S24--22nd SFRRI Biennial Meeting; JUNE 3-6, 2025; Galway, Ireland. ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "220517-14013"
            ],
            "persons": [
                "220517-51158"
            ],
            "imported": "2026-02-03T22:16:53+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": true,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 220521,
            "title": "Komplikationen & Komplikationsmanagement in der Skoliosechirurgie - Fallpräsentation\r\n",
            "abstract": null,
            "authors": [
                "Ferlic, PW"
            ],
            "year": 2025,
            "source": "Spinal Deformity Discussion Group; NOV 14-15, 2025; Salzburg, AUSTRIA. 2025. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "220521-14052"
            ],
            "persons": [
                "220521-60165"
            ],
            "imported": "2026-02-03T23:08:25+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": true,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 216541,
            "title": "Dorsale dynamische Skoliosekorrektur mittels ApiFix in Österreich: eine retrospektive klinische und radiologische Analyse von 26 Fällen.",
            "abstract": null,
            "authors": [
                "Babarro-Gonzalez, M",
                "Ferlic, PW",
                "Fuderer, L",
                "Grabmeier, G",
                "Spicher, A",
                "Strasser, K"
            ],
            "year": 2025,
            "source": "Abstractband. 2025; 57-57.-Österreichischer Kongress für Orthopädie und Traumatologie (ÖKOuT); MAY 7-9, 2025; Vienna, AUSTRIA. ",
            "category": 2,
            "document_type": 22,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "216541-14052"
            ],
            "persons": [
                "216541-60165"
            ],
            "imported": "2025-06-06T16:17:54+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
        }
    ]
}