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=150300&ordering=year
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 157149,
    "next": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=150320&ordering=year",
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=150280&ordering=year",
    "results": [
        {
            "id": 210232,
            "title": "Endoscopy.",
            "abstract": null,
            "authors": [
                "Eber, E",
                "Midulla F"
            ],
            "year": 2024,
            "source": "Academy of paediatric respiratory medicine; JUN 18-20, 2024; Lausanne, SWITZERLAND. 2024. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "210232-14095"
            ],
            "persons": [
                "210232-51713"
            ],
            "imported": "2024-06-28T11:49:59+02:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": true,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 210234,
            "title": "Ossäre Raumforderung als Zufallsbefund im Röntgen - wann muss ich es weiter abklären?",
            "abstract": null,
            "authors": [
                "Leithner, A"
            ],
            "year": 2024,
            "source": "3. Österreichischer Kongress für Orthopädie und Traumatologie; JUN 26-28, 2024; Linz, AUSTRIA. 2024. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "210234-14052"
            ],
            "persons": [
                "210234-53237"
            ],
            "imported": "2024-06-28T12:53:10+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": 210235,
            "title": "Introduction to Integrated and Standardised NGS Workflows for Personalised Therapy .",
            "abstract": null,
            "authors": [
                "Zatloukal, K"
            ],
            "year": 2024,
            "source": "NGS for Precision Medicine and Pharmacogenomics in Cancer\r\n; APR 9, 2024; Graz, AUSTRIA. 2024. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "210235-14020"
            ],
            "persons": [
                "210235-51663"
            ],
            "imported": "2024-06-28T13:25: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": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 210236,
            "title": "Africa and the EU Global Health Strategy (Panel discussion).",
            "abstract": null,
            "authors": [
                "Zatloukal, K"
            ],
            "year": 2024,
            "source": "4th AERAP Africa-Europe Science Collaboration Forum; APR 22-25, 2024; Brussels, BELGIUM. 2024. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "210236-14020"
            ],
            "persons": [
                "210236-51663"
            ],
            "imported": "2024-06-28T13:35:41+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": 210237,
            "title": "Capacity Building for Pandemic Preparedness.",
            "abstract": null,
            "authors": [
                "Zatloukal, K"
            ],
            "year": 2024,
            "source": "African Science Leadership for The Summit of the Future: Off Site event of the UN Civil Society Conference in support of the UN Summit of the Future; MAY 9, 2024; Nairobi, KENYA. 2024. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "210237-14020"
            ],
            "persons": [
                "210237-51663"
            ],
            "imported": "2024-06-28T13:41:20+02:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": true,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 210238,
            "title": "Chair of session \"Partnerships towards real world data - Opportunities, needs and hurdles”.",
            "abstract": null,
            "authors": [
                "Zatloukal, K"
            ],
            "year": 2024,
            "source": "Europe Biobank Week; MAY 14-17, 2024; Vienna, AUSTRIA. 2024. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "210238-14020"
            ],
            "persons": [
                "210238-51663"
            ],
            "imported": "2024-06-28T13:45:58+02:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 210239,
            "title": "Isolation of immune cells from murine tissues",
            "abstract": null,
            "authors": [
                "Villa, M"
            ],
            "year": 2024,
            "source": "Alpenflow 2024; May 23-25, 2024; Bad Ischl. 2024. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "210239-14086"
            ],
            "persons": [
                "210239-118469"
            ],
            "imported": "2024-06-28T13:54:46+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": true,
            "local_affiliation": true
        },
        {
            "id": 210240,
            "title": "Using AI in Digital Pathology – Opportunities and Regulatory Challenges.",
            "abstract": null,
            "authors": [
                "Zatloukal, K"
            ],
            "year": 2024,
            "source": "107. Jahrestagung der Deutschen Gesellschaft für Pathologie 2024 ; MAY 23-25, 2024; Munich, GERMANY. 2024. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "210240-14020"
            ],
            "persons": [
                "210240-51663"
            ],
            "imported": "2024-06-28T13:55: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": 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": 213574,
            "title": "Basisausbildung zu „Therapie Aktiv – Diabetes im Griff“ – Disease Management Programm (DMP) für Patient*innen mit Diabetes mellitus Typ 2 [Seminar]",
            "abstract": null,
            "authors": [
                "Horvath, K",
                "Poggenburg, S",
                "Nagy, H"
            ],
            "year": 2024,
            "source": "54. Kongress für Allgemeinmedizin. 2024; -Heilkunst in einer digitalen Welt ... Von Bewährtem und Neuem. ; NOV 28-30, 2024; Graz, AUSTRIA. ",
            "category": 2,
            "document_type": 19,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "213574-27964"
            ],
            "persons": [
                "213574-91510",
                "213574-51099"
            ],
            "imported": "2025-01-30T21:46:12+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": false
        },
        {
            "id": 210243,
            "title": "Deciphering Cardiac CaMKII Activation and Localisation Dynamics",
            "abstract": null,
            "authors": [
                "Kiessling, M",
                "Matzer, I",
                "Voglhuber, J",
                "Trummer-Herbst, V",
                "Anto-Michel, N",
                "Radulovic, S",
                "Leitinger, G",
                "Masser, S",
                "Stelzl, U",
                "Zirlik, A",
                "Ljubojevic-Holzer, S"
            ],
            "year": 2024,
            "source": "38th ISHR Annual Meeting of the European Section; June 11-14, 2024; Toulouse, FRANCE. 2024. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "210243-14009",
                "210243-14017",
                "210243-14083"
            ],
            "persons": [
                "210243-100805",
                "210243-102715",
                "210243-105142",
                "210243-110709",
                "210243-50960",
                "210243-62747",
                "210243-75758",
                "210243-79173"
            ],
            "imported": "2024-06-28T14:50:55+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": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": true,
            "local_affiliation": true
        },
        {
            "id": 210244,
            "title": "Chair of session \"Machine Learning & AI Clinical Application I\".",
            "abstract": null,
            "authors": [
                "Zatloukal, K"
            ],
            "year": 2024,
            "source": "20th European Congress on Digital Pathology; JUN 5-8, 2024; Vilnius, LITHUANIA. 2024. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "210244-14020"
            ],
            "persons": [
                "210244-51663"
            ],
            "imported": "2024-06-28T14:57: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": 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": 210245,
            "title": "CaMKII Activation and Localization Dynamics in Hypertensive Cardiomyopathy",
            "abstract": null,
            "authors": [
                "Kiessling, M",
                "Matzer, I",
                "Voglhuber, J",
                "Trummer-Herbst, V",
                "Anto-Michel, N",
                "Radulovic, S",
                "Leitinger, G",
                "Masser, S",
                "Stelzl, U",
                "Zirlik, A",
                "Ljubojevic-Holzer, S"
            ],
            "year": 2024,
            "source": "Young Investigator Retreat 2024 - BioTechMed Graz; June 24-26, 2024; Seggau, AUSTRIA. 2024. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "210245-14009",
                "210245-14017",
                "210245-14083"
            ],
            "persons": [
                "210245-100805",
                "210245-102715",
                "210245-105142",
                "210245-110709",
                "210245-50960",
                "210245-62747",
                "210245-75758",
                "210245-79173"
            ],
            "imported": "2024-06-28T15:02: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": true,
            "invited_lecture": true,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": true,
            "local_affiliation": true
        },
        {
            "id": 210246,
            "title": "ISO/AWI 24051-2: Medical laboratories — Part 2: Digital pathology and artificial (AI)-based image analysis.",
            "abstract": null,
            "authors": [
                "Zatloukal, K"
            ],
            "year": 2024,
            "source": "ISO/TC 212 Working Group 4 - Microbiology and molecular diagnostics; JUN 12-14, 2024; Berlin, GERMANY. 2024. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "210246-14020"
            ],
            "persons": [
                "210246-51663"
            ],
            "imported": "2024-06-28T15:04:25+02:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": 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": 210247,
            "title": "Conventional vs. endoscopic-assisted curettage of benign bone tumours.",
            "abstract": null,
            "authors": [
                "Smolle, MA",
                "Jud, L",
                "Scheurer, FA",
                "Hoch, A",
                "Ackermann, J",
                "Fritz, B",
                "Müller DA"
            ],
            "year": 2024,
            "source": "Jahreskongress swiss orthopaedics 2024; JUN 26-28, 2024; Lausanne, SWITZERLAND. 2024. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "210247-14052"
            ],
            "persons": [
                "210247-95171"
            ],
            "imported": "2024-06-28T23:19:51+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": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 210248,
            "title": "The clinical application of liquid biopsy in patients with bone and soft tissue sarcoma. Findings of a systematic literature review",
            "abstract": null,
            "authors": [
                "Smolle, MA",
                "Seidel, M",
                "Kashofer, K",
                "Liegl-Atzwanger, B",
                "Müller, DA",
                "Leithner, A"
            ],
            "year": 2024,
            "source": "Jahreskongress swiss orthopaedics 2024; JUN 26-28, 2024; Lausanne, SWITZERLAND. 2024. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "210248-14020",
                "210248-14052",
                "210248-14092"
            ],
            "persons": [
                "210248-50546",
                "210248-53237",
                "210248-57386",
                "210248-85188",
                "210248-95171"
            ],
            "imported": "2024-06-28T23:20: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": 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": 210249,
            "title": "Necrosis rate following neoadjuvant radiotherapy for extremity soft tissue sarcomas. Results from a systematic literature review.",
            "abstract": null,
            "authors": [
                "Smolle, MA",
                "Petruška, M",
                "Kaiser, D",
                "Scheurer, FA",
                "Müller, DA"
            ],
            "year": 2024,
            "source": "Jahreskongress swiss orthopaedics 2024; JUN 26-28, 2024; Lausanne, SWITZERLAND. 2024. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "210249-14052"
            ],
            "persons": [
                "210249-95171"
            ],
            "imported": "2024-06-28T23:22:23+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": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 210250,
            "title": "Controversies In The Management Of Patients With Soft Tissue Sarcoma: Results And Recommendations From The First Conference On State Of Science In Sarcoma \r\n(CSSS) ",
            "abstract": null,
            "authors": [
                "Dimosthenis, A",
                "Rothermundt, C",
                "Haas, R",
                "Jakob, J",
                "Kunz, W",
                "Leithner, A",
                "Liegl-Atzwanger, B",
                "Miah, A",
                "Szkandera, J",
                "Van Houdt, W",
                "Wardelmann, E",
                "Hofer S"
            ],
            "year": 2024,
            "source": "EFORT Annual Congress; May 22-24, 2024; Hamburg, GERMANY. 2024. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "210250-14085",
                "210250-14052"
            ],
            "persons": [
                "210250-69234",
                "210250-53237"
            ],
            "imported": "2024-06-28T23:22: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": 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": 210251,
            "title": "Outcome prediction in soft tissue sarcomas. Parameters associated with local recurrence, distant metastasis, and overall survival in 746 sts patients from a multicentre, multinational study.",
            "abstract": null,
            "authors": [
                "Smolle, MA",
                "Szkandera, J",
                "Scheurer, FA",
                "Seeber, A",
                "Hasenschwandtner, S",
                "Liegl-Atzwanger, B",
                "Weiss, L",
                "Winder, T",
                "Müller, DA",
                "Leithner, A"
            ],
            "year": 2024,
            "source": "Jahreskongress swiss orthopaedics 2024; JUN 26-28, 2024; Lausanne, SWITZERLAND. 2024. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "210251-14020",
                "210251-14052",
                "210251-14085"
            ],
            "persons": [
                "210251-50546",
                "210251-53237",
                "210251-69234",
                "210251-95171"
            ],
            "imported": "2024-06-28T23:23:12+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": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 210254,
            "title": "Complement activity and C-reactive protein as potential biomarkers for initial assessment of interstitial lung disease in patients with systemic sclerosis: a retrospective topographic lung parenchyma analysis\r\n",
            "abstract": null,
            "authors": [
                "Puseljic, M",
                "Moazedi-Fuerst, FC",
                "Watzinger, N",
                "Hohenberg, F",
                "Botrous, W",
                "Fuchsjäger, M",
                "Talakic, E."
            ],
            "year": 2024,
            "source": "2. Sklerodermie-Tag (Verein zu Förderung der Klinischen Abteilung für Rheumatologie); JUN 26, 2024; Graz, AUSTRIA. 2024. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "210254-14018",
                "210254-14086",
                "210254-14104"
            ],
            "persons": [
                "210254-116406",
                "210254-57343",
                "210254-82111"
            ],
            "imported": "2024-06-29T14:32:04+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": 210255,
            "title": "Hereditäres Angioödem - Prävention - Heute, morgen, übermorgen ",
            "abstract": null,
            "authors": [
                "Schöffl, C"
            ],
            "year": 2024,
            "source": "Wissenschaftliche Vereinigung Steirische Dermatologie - Jahrestagung; JUN 28-29, 2024; Graz, AUSTRIA. 2024. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "210255-14047"
            ],
            "persons": [
                "210255-95463"
            ],
            "imported": "2024-06-29T16:42: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": false,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": false,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        }
    ]
}