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=150080&ordering=year
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 157152,
    "next": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=150100&ordering=year",
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=150060&ordering=year",
    "results": [
        {
            "id": 209676,
            "title": "Research in palliative care: state of the art across borders",
            "abstract": null,
            "authors": [
                "Huemer, M"
            ],
            "year": 2024,
            "source": "Overcoming barriers and borders in palliative care: 100-UniTs of opportunities; MAY 24-25, 2024; Triest, ITALY. 2024. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "209676-14085"
            ],
            "persons": [
                "209676-91751"
            ],
            "imported": "2024-05-25T22:01: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": true,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 209677,
            "title": "Education in palliative care for health care professionals",
            "abstract": null,
            "authors": [
                "Huemer, M"
            ],
            "year": 2024,
            "source": "Overcoming barriers and borders in palliative care: 100-UniTs of opportunities; MAY 24-25, 2024; Triest, ITALY. 2024. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "209677-14085"
            ],
            "persons": [
                "209677-91751"
            ],
            "imported": "2024-05-25T22:04: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": true,
            "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": 209679,
            "title": "Sportverletzungen bei Frauen",
            "abstract": null,
            "authors": [
                "Igrec, J"
            ],
            "year": 2024,
            "source": "Muskuloskelettale Radiologie II - Sportverletzungen\r\n105. Deutscher Röntgenkongress (Röko Digital 2024); 23.5.2024; Berlin, DEUTSCHLAND. 2024. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "209679-14054"
            ],
            "persons": [
                "209679-100618"
            ],
            "imported": "2024-05-26T12:52:42+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": 209680,
            "title": "Notfallsonographie - FAST",
            "abstract": null,
            "authors": [
                "Igrec, J"
            ],
            "year": 2024,
            "source": "Notfallmedizin 2024\r\n11. Kongress der Arbeitsgemeinschaft für Notfallmedizin; APR 4-6, 2024; Graz. 2024. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "209680-14054"
            ],
            "persons": [
                "209680-100618"
            ],
            "imported": "2024-05-26T12:55:53+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": 209681,
            "title": "Gallenblase, Nieren & Co - fokusierte Sonographie im Akutfall für Notaufnahme und Niederlassung",
            "abstract": null,
            "authors": [
                "Igrec, J"
            ],
            "year": 2024,
            "source": "Notfallmedizin 2024\r\n11. Kongress der Arbeitsgemeinschaft für Notfallmedizin; APR 4-6, 2024; Graz. 2024. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "209681-14054"
            ],
            "persons": [
                "209681-100618"
            ],
            "imported": "2024-05-26T12:57:45+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": 209682,
            "title": "Sonographische Notfalldiagnostik für Fortgeschrittene",
            "abstract": null,
            "authors": [
                "Igrec, J"
            ],
            "year": 2024,
            "source": "Notfallmedizin 2024\r\n11. Kongress der Arbeitsgemeinschaft für Notfallmedizin; APR 4-6, 2024; Graz. 2024. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "209682-14054"
            ],
            "persons": [
                "209682-100618"
            ],
            "imported": "2024-05-26T13:00:17+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": 209683,
            "title": "Diabetischer Fuß",
            "abstract": null,
            "authors": [
                "Igrec, J"
            ],
            "year": 2024,
            "source": "FIT FÜR DEN FACHARZT\r\nMuskuloskelettale Radiologie,\r\nMammaradiologie,\r\nKopf/Hals Radiologie– Modul 3\r\n; APR 25-27, 2024; Wien. 2024. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "209683-14054"
            ],
            "persons": [
                "209683-100618"
            ],
            "imported": "2024-05-26T13:04:33+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": 209684,
            "title": "Grundlagen der MRT: Ein Leitfaden für Traumatologen und Orthopäden",
            "abstract": null,
            "authors": [
                "Igrec, J"
            ],
            "year": 2024,
            "source": "Morgensfortbildung Orthopädie & Traumatologie, LKH Graz; JAN 17, 2024; Graz. 2024. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "209684-14054"
            ],
            "persons": [
                "209684-100618"
            ],
            "imported": "2024-05-26T13:07:14+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": 209685,
            "title": "Diabetischer Fuß",
            "abstract": null,
            "authors": [
                "Igrec, J"
            ],
            "year": 2024,
            "source": "Morgensfortbildung - Uniklinik für Radiologie, LKH Graz; APR 19, 2024; Graz. 2024. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "209685-14054"
            ],
            "persons": [
                "209685-100618"
            ],
            "imported": "2024-05-26T13:08:50+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": 209686,
            "title": "Notfallsonographie - Einführung (Übungen)",
            "abstract": null,
            "authors": [
                "Igrec, J"
            ],
            "year": 2024,
            "source": "Notärztlicher Lehrgang I/2024; FEB 6, 2024; Graz, Austria. 2024. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "209686-14054"
            ],
            "persons": [
                "209686-100618"
            ],
            "imported": "2024-05-26T13:13:44+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": 209687,
            "title": "ULTRASOUND IN ABDOMINAL EMERGENCIES - PART 1 & PART 2\r\n\r\n",
            "abstract": null,
            "authors": [
                "Zago, M",
                "Igrec, J",
                "Kurihara, H",
                "Diaconescu, B"
            ],
            "year": 2024,
            "source": "Emergency Surgery Course (ESC); MAR 11-12, 2024; Graz, Austria. 2024. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "209687-14054"
            ],
            "persons": [
                "209687-100618"
            ],
            "imported": "2024-05-26T13:19:29+02:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 209692,
            "title": "Bone pain, acne conglobata and a distended clavicle-A visual diagnosis?",
            "abstract": null,
            "authors": [
                "Goeres, B",
                "Pferschy, A",
                "Thaller, T",
                "Moser, R",
                "Uggowitzer, M",
                "Girtler, K",
                "Weberhofer, P",
                "Ruppert-Kohlmayr, A",
                "Thonhofer, R",
                "Beham-Schmid, C",
                "Kerbl, R"
            ],
            "year": 2024,
            "source": "MONATSSCHR KINDERH. 2024; ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:001223844900001",
            "pubmed": null,
            "doi": "10.1007/s00112-024-01956-2",
            "pmc": null,
            "organizations": [
                "209692-14020"
            ],
            "persons": [],
            "imported": "2024-05-27T09:49:14+02:00",
            "journal": "MONATSSCHR KINDERH",
            "issn": "0026-9298",
            "collection_publisher": null,
            "collection_title": "MONATSSCHRIFT KINDERHEILKUNDE; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.3,
            "impactfactor_year": 2024,
            "impactfactor_norm": 0.023,
            "impactfactor_norm_year": 2024,
            "impactfactor_norm_category": "PEDIATRICS-SCIE",
            "impactfactor_norm_super": 0.023,
            "impactfactor_norm_super_year": 2024,
            "impactfactor_norm_super_category": "PEDIATRICS-SCIE",
            "citations": false,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 209720,
            "title": "Patient Safety in a real world setting",
            "abstract": null,
            "authors": [
                "Sendlhofer, G"
            ],
            "year": 2024,
            "source": "Siguranta Pacientului - SIGMED-Conference; MAY 23-24, 2024; Poiana Brasov, RUMANIA. 2024. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "209720-14076"
            ],
            "persons": [
                "209720-78071"
            ],
            "imported": "2024-05-27T10:11:43+02:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": true,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": true,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 209723,
            "title": "Low Apolipoprotein M is Associated with Incident Cardiovascular Events in Patients with Chronic Kidney Disease",
            "abstract": null,
            "authors": [
                "Stadler, JT",
                "Bärnthaler, T",
                "Habisch, H",
                "Pammer, A",
                "Borenich, A",
                "Madl, T",
                "Heine, GH",
                "Christoffersen, C",
                "Marsche, G"
            ],
            "year": 2024,
            "source": "AAS Annual Meeting 2024; MAY 2-4; St. Gilgen, AUSTRIA. 2024. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "209723-14012",
                "209723-14022",
                "209723-14026"
            ],
            "persons": [
                "209723-100799",
                "209723-101643",
                "209723-108411",
                "209723-111749",
                "209723-53252",
                "209723-85658",
                "209723-91207"
            ],
            "imported": "2024-05-27T13:12: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": false,
            "keynote_speaker": false,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 209726,
            "title": "Artificial Intelligence Bot ChatGPT: Is It A Trustworthy And Reliable Source Of Information For Sarcoma Patients?",
            "abstract": null,
            "authors": [
                "Valentini, M",
                "Szkandera, J",
                "Smolle, MA",
                "Scheipl, S",
                "Leithner, A",
                "Andreou, D"
            ],
            "year": 2024,
            "source": "25th EFORT Annual Congress Hamburg 2024 Scientific Programme. 2024; -EFORT Congress 2024; MAY 22-24, 2024; Hamburg, GERMANY. ",
            "category": 2,
            "document_type": 27,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "209726-14052",
                "209726-14085"
            ],
            "persons": [
                "209726-108921",
                "209726-115078",
                "209726-50448",
                "209726-53237",
                "209726-69234",
                "209726-95171"
            ],
            "imported": "2024-05-27T16:21:44+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": 209727,
            "title": "Ulnar Impaction Syndrome: How Effective Is Ulnar Shortening Osteotomy?",
            "abstract": null,
            "authors": [
                "Valentini, M",
                "Kalcher, E",
                "Zötsch, S",
                "Leithner, A",
                "Lanz, P"
            ],
            "year": 2024,
            "source": "25th EFORT Annual Congress Hamburg 2024 Scientific Programme. 2024; -EFORT Congress 2024; MAY 22-24, 2024; Hamburg, GERMANY. ",
            "category": 2,
            "document_type": 27,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "209727-14052"
            ],
            "persons": [
                "209727-108921",
                "209727-53237"
            ],
            "imported": "2024-05-27T16:26: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": 209728,
            "title": "Langzeitergebnisse nach Ponseti Therapie versus operativer Klumpfuß Korrektur:\r\neine prospektiv randomisierte Langzeitstudie über 18 Jahre.",
            "abstract": null,
            "authors": [
                "Valentini, M",
                "Kraus, T",
                "Svehlik, M"
            ],
            "year": 2024,
            "source": "Fußkongress 2024 Programmheft. 2024; -Jahrestagung der Deutschen und Österreichischen Fußgesellschaften 2024; MAY 25, 2024; Vienna, AUSTRIA. ",
            "category": 2,
            "document_type": 27,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "209728-14052"
            ],
            "persons": [
                "209728-108921",
                "209728-54144",
                "209728-65038"
            ],
            "imported": "2024-05-27T16:32:42+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": 209730,
            "title": "Rebound hypercalcemia after denosumab cessation during follow-up after surgical treatment for parathyroid carcinoma.\r\n",
            "abstract": null,
            "authors": [
                "Schmitt, L",
                "Theiler-Schwetz, V",
                "Sadoghi, P",
                "Trummer, C",
                "Pilz, S\r\n"
            ],
            "year": 2024,
            "source": "ÖGES Jahrestagung 2024; APR 24-26, 2024; Graz, AUSTRIA. 2024. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "209730-14052",
                "209730-14080"
            ],
            "persons": [
                "209730-106927",
                "209730-53344",
                "209730-59379",
                "209730-71449",
                "209730-85701"
            ],
            "imported": "2024-05-27T17:05:19+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": 209732,
            "title": "Ulcus cruris - Ursachen erkenn, Infektionen verhindern.",
            "abstract": null,
            "authors": [
                "Binder, B"
            ],
            "year": 2024,
            "source": "Ärzte Krone. 2024; 7:  12-13. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "209732-14047"
            ],
            "persons": [
                "209732-53009"
            ],
            "imported": "2024-05-27T17:40: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": 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": 209737,
            "title": "Vitamin D3 und postoperative Komplikationen nach osteoporotischen Hüftfrakturen",
            "abstract": null,
            "authors": [
                "Fink, A",
                "Puchwein, P",
                "Fahrleitner-Pammer, A",
                "Bernhardt, GA"
            ],
            "year": 2024,
            "source": "32. Osteoporoseforum; APR 18-20, 2024; St. Wolfgang, AUSTRIA. 2024. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "209737-14052",
                "209737-14080"
            ],
            "persons": [
                "209737-51063",
                "209737-62925",
                "209737-95948"
            ],
            "imported": "2024-05-27T18:35:16+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
        }
    ]
}