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=149080&ordering=year
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 157757,
    "next": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=149100&ordering=year",
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=149060&ordering=year",
    "results": [
        {
            "id": 212863,
            "title": "The malignant colorectal polyp.",
            "abstract": null,
            "authors": [
                "Langner, C"
            ],
            "year": 2024,
            "source": "Bushpath 2024; NOV 14-17, 2024; Kwa Maritane Conference Centre, Northwest Province, SOUTH AFRICA. 2024. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "212863-14020"
            ],
            "persons": [
                "212863-50044"
            ],
            "imported": "2025-01-06T23:12:10+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": true,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 213018,
            "title": "Structural resolution vs. dynamics: Low Density Lipoprotein explored by an integrative structural biology approach.",
            "abstract": null,
            "authors": [
                "Földes, T",
                "Stainer, S",
                "Cisse, A",
                "Desfosses, A",
                "Hinterdorfer, P",
                "Prassl, R",
                "Peters, J",
                "Kornmueller, K"
            ],
            "year": 2024,
            "source": "European Lipoprotein Club, 47th Annual Scientific Meeting; SEPT 9-12, 2024; Tutzing, GERMANY;. 2024. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "213018-14011"
            ],
            "persons": [
                "213018-83066",
                "213018-83104"
            ],
            "imported": "2025-01-10T15:07: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": 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": 212532,
            "title": "Einmaleins der Glaukomdiagnostik und Therapie",
            "abstract": null,
            "authors": [
                "Falb, T"
            ],
            "year": 2024,
            "source": "Kunterbunt - Auge 2024; 12.12.2024; Graz. 2024. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "212532-14043"
            ],
            "persons": [
                "212532-91877"
            ],
            "imported": "2024-12-14T16:07:57+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": 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": 212505,
            "title": "Proportional localisation of the peroneal nerve along the fibula",
            "abstract": null,
            "authors": [
                "Hohenberger, G",
                "Hammer, N",
                "Maier, M",
                "Pretterklieber ML",
                "Pretterklieber B"
            ],
            "year": 2024,
            "source": "https://anatomische-gesellschaft.de/events/tagungen/118-jahrestagung-der-anatomischen-gesellschaft-graz-25-27-09-2024/. 2024; -Tripartite Meeting of the Anatomische Gesellschaft, Austrian Society of Anatomy, Swiss Society of Anatomy, Histology and Embryology; SEP 25-27, 2024; Graz, AUSTRA. ",
            "category": 2,
            "document_type": 19,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "212505-14018"
            ],
            "persons": [
                "212505-108616",
                "212505-86552",
                "212505-102804",
                "212505-108252"
            ],
            "imported": "2024-12-10T19:47:21+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": false,
            "keynote_speaker": false,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 212498,
            "title": "Introspective Accuracy in Mental Health: First Results from \r\nthe METACOG Project",
            "abstract": null,
            "authors": [
                "Rauchlatner, A*",
                "Schmautz, B*",
                "Stross, T",
                "Ramirez-Obermayer, AMT",
                "Fellendorf, FT",
                "Grubmayr, S",
                "Solic, H",
                "Reimold, E",
                "Grünberger, C",
                "Haug, M",
                "Ilic, J",
                "Finner, A",
                "Tmava-Berisha, A",
                "Lenger, M",
                "Harvey, PD",
                "Reininghaus, EZ",
                "Dalkner, N\r\n"
            ],
            "year": 2024,
            "source": "Inge St. Tag \"Mind and Brain\"; Dec 2, 2024; Graz. 2024. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "212498-14018",
                "212498-29444",
                "212498-29484"
            ],
            "persons": [
                "212498-91818",
                "212498-113091",
                "212498-123273",
                "212498-124495",
                "212498-50654",
                "212498-61990",
                "212498-79733",
                "212498-86429",
                "212498-96232"
            ],
            "imported": "2024-12-10T01:02:51+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": false,
            "keynote_speaker": false,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 212316,
            "title": "The role of the Subthalamic Nucleus in facial expression in Parkinson’s \r\ndisease",
            "abstract": null,
            "authors": [
                "Fösler, L",
                "Ricciardi, L",
                "Morgante, F",
                "Schwingenschuh, P",
                "Hirschbichler, S\r\n"
            ],
            "year": 2024,
            "source": "Hauptprogramm Jahrestagung der österreichischen Parkinsongesellschaft \r\nhttps://www.parkinson.at/files/inhalte/parkinson/content/veranstaltungen/2024/hauptprogramm_parkinson_2024_c.pdf. 2024; -Jahrestagung der österreichischen Parkinsongesellschaft; NOV 20-22, 2024; Wien. ",
            "category": 2,
            "document_type": 19,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "212316-14051"
            ],
            "persons": [
                "212316-117505",
                "212316-50172"
            ],
            "imported": "2024-11-29T14:22:28+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": false,
            "keynote_speaker": false,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 212301,
            "title": "Continuous iontronic chemotherapy reduces brain tumor growth ",
            "abstract": null,
            "authors": [
                "Schindl, R"
            ],
            "year": 2024,
            "source": "APHAR; SEP 23 - 25, 224; Innsbruck, AUSTRIA. 2024. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "212301-14011"
            ],
            "persons": [
                "212301-98848"
            ],
            "imported": "2024-11-27T18:55:31+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": true,
            "local_affiliation": true
        },
        {
            "id": 207571,
            "title": "Viszerale Aneurysmen - \"The good, the bad and the ugly\": Niere.",
            "abstract": null,
            "authors": [
                "Portugaller, RH"
            ],
            "year": 2024,
            "source": "IROS 2024; JAN 11-13, 2024; Salzburg,  AUSTRIA. 2024. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "207571-14108"
            ],
            "persons": [
                "207571-51955"
            ],
            "imported": "2024-02-05T13:28:50+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": 208173,
            "title": "Methanobrevobacter smithii and Cand. M. intestini - similar but different ",
            "abstract": null,
            "authors": [
                "Weinberger, V",
                "Mohammadzadeh, R",
                "Stentz, R",
                "Jones, E",
                "Carding, S",
                "Madl, T",
                "Habisch, H",
                "Zurabishvili, T",
                "Mertelj, P",
                "Kolb, D",
                "Pernitsch, D",
                "Hingerl, K",
                "Mahnert, A",
                "Moissl-Eichinger, C"
            ],
            "year": 2024,
            "source": "10th Theodor Escherich Symposium ; Jan 18-19, 2024; Medical University of Graz. 2024. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "208173-14012",
                "208173-14023",
                "208173-25164"
            ],
            "persons": [
                "208173-106195",
                "208173-100035",
                "208173-108411",
                "208173-109121",
                "208173-111949",
                "208173-50937",
                "208173-58881",
                "208173-90021",
                "208173-91207"
            ],
            "imported": "2024-02-09T17:41: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": false,
            "keynote_speaker": false,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": true,
            "local_affiliation": true
        },
        {
            "id": 209090,
            "title": "Chirurgie der Milz",
            "abstract": null,
            "authors": [
                "Kornprat, P"
            ],
            "year": 2024,
            "source": "\r\nAusbildung zur Operationstechn.Assistenz; \r\n ; 15.4.2024; Graz. 2024. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "209090-14073"
            ],
            "persons": [
                "209090-50039"
            ],
            "imported": "2024-04-16T09:18:34+02:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": false,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 209093,
            "title": "Auritidibacter ignavus: A Retrospective Analysis of an Underdiagnosed Cause of Chronic Suppurative Otitis Media and Externa\r\n",
            "abstract": null,
            "authors": [
                "Uitz, C",
                "Zgubic, J",
                "Schwarzbauer, E",
                "Steinmetz, I",
                "Dichtl, K"
            ],
            "year": 2024,
            "source": "16. Österreichischer Infektionskongress der Österreichischen Gesellschaft für Infektiologie und Tropenmedizin ; 09.-12.04.2024; Saalfelden. 2024. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "209093-14023"
            ],
            "persons": [
                "209093-112729",
                "209093-113933",
                "209093-95832"
            ],
            "imported": "2024-04-16T23:42:34+02:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 209209,
            "title": "Ernährung, Psyche und Darm-Gehirn-Achse",
            "abstract": null,
            "authors": [
                "Mörkl, S"
            ],
            "year": 2024,
            "source": "Landesgruppentreffen der  Diätolog*innen Steiermark; APR 24, 2024; Graz, Steiermark. 2024. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "209209-29447"
            ],
            "persons": [
                "209209-84449"
            ],
            "imported": "2024-04-29T10:05:11+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": true,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 210182,
            "title": "KI in der diagnostischen Pathologie",
            "abstract": null,
            "authors": [
                "Regitnig, P"
            ],
            "year": 2024,
            "source": "Meet our expert: Moderne Klinische Pathologie und Molekularpathologie; JUN-5, 2024; Wien. 2024. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "210182-14020"
            ],
            "persons": [
                "210182-51991"
            ],
            "imported": "2024-06-24T19:07:06+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": 210200,
            "title": "Neue Daten zur neoadjuvanten Therapie beim Melanom.",
            "abstract": null,
            "authors": [
                "Richtig, E"
            ],
            "year": 2024,
            "source": "Fortbildung plast. Chirurgie.; Juni 26, 2024; Graz, Österreich. 2024. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "210200-14047"
            ],
            "persons": [
                "210200-52274"
            ],
            "imported": "2024-06-26T12:40:31+02:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": true,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 210301,
            "title": "Kognitive transperineale Mikro-Ultraschall/Magnetresonanztomographie fusionierte Prostatabiopsie - ist die additive systematische Biopsie noch zeitgemäß? ",
            "abstract": null,
            "authors": [
                "Mischinger, J",
                "Katzmann, M",
                "Simunovic, I",
                "Bele, U",
                "Leitsmann, C",
                "Leitsmann, M",
                "Jasarevic, S",
                "Schöpfer-Schwab, S",
                "Scheipner, L",
                "Zurl, H",
                "Pohl, K",
                "Altziebler, J",
                "Ahyai, S",
                "Mannweiler, S",
                "Talakic, E",
                "Augustin, H",
                "Zigeuner, R",
                "Hutterer, GC"
            ],
            "year": 2024,
            "source": "German Medical Science GMS Publishing House; 2024. Doc24urobay43. doi: 10.3205/24urobay43. 2024; -50. Tagung der Bayerischen Urologenvereinigung und der Österreichischen Gesellschaft für Urologie und Andrologie; 02.-04.05.2024; Science Congress Center München, Deutschland. ",
            "category": 2,
            "document_type": 19,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "210301-14020",
                "210301-14056",
                "210301-14104"
            ],
            "persons": [
                "210301-123330",
                "210301-100216",
                "210301-109461",
                "210301-111791",
                "210301-112949",
                "210301-113095",
                "210301-114994",
                "210301-121670",
                "210301-50839",
                "210301-51738",
                "210301-51931",
                "210301-51970",
                "210301-69677",
                "210301-96506",
                "210301-99792",
                "210301-99872"
            ],
            "imported": "2024-07-02T13:21: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": true,
            "biobank_use": true,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 209513,
            "title": "Radiological basics of Sonography and HRCT in ILD\r\n",
            "abstract": null,
            "authors": [
                "Talakic, E"
            ],
            "year": 2024,
            "source": "Train the Trainer\r\n; MAY, 2024; Graz, AUSTRIA. 2024. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "209513-14104"
            ],
            "persons": [],
            "imported": "2024-05-13T11:05:38+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
        },
        {
            "id": 210433,
            "title": "Thromboseprophylaxe.",
            "abstract": null,
            "authors": [
                "Binder, B"
            ],
            "year": 2024,
            "source": "Jahrestagung Wissenschaftliche Vereinigung Steirische Dermatologie; JUN 28-29. 2024; Graz, Austri. 2024. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "210433-14047"
            ],
            "persons": [
                "210433-53009"
            ],
            "imported": "2024-07-13T18:20:03+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": 210504,
            "title": "Window to the Soul – Unveiling the Impact Attractive Eyes.",
            "abstract": null,
            "authors": [
                "Luze, H",
                "Nischwitz, SP",
                "Kamolz, LP",
                "Rappl, T"
            ],
            "year": 2024,
            "source": "IMCAS Asia\r\n; JUN 21-23,2024; Bangkok; THAILAND. 2024. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "210504-14045",
                "210504-14076"
            ],
            "persons": [
                "210504-56922",
                "210504-100854",
                "210504-80111"
            ],
            "imported": "2024-07-19T17:43: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": false,
            "keynote_speaker": false,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 211750,
            "title": "The Core Human Microbiome: Does It Exist?",
            "abstract": null,
            "authors": [
                "Stadlbauer, V"
            ],
            "year": 2024,
            "source": "MICROBE Workshop; JAN 15, 2024; München. 2024. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "211750-14081"
            ],
            "persons": [
                "211750-50989"
            ],
            "imported": "2024-10-25T19:17:36+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": true,
            "local_affiliation": true
        },
        {
            "id": 211846,
            "title": "Operative Therapie und Systemtherapie beim Zervixkarzinom",
            "abstract": null,
            "authors": [
                "Trutnovsky, G"
            ],
            "year": 2024,
            "source": "14. Young OGRO Fortbildungskurs; Okt 17,2024; Graz. 2024. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "211846-14063"
            ],
            "persons": [
                "211846-50853"
            ],
            "imported": "2024-10-28T20:23:15+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        }
    ]
}