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=157840&ordering=impactfactor
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 159558,
    "next": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=157860&ordering=impactfactor",
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=157820&ordering=impactfactor",
    "results": [
        {
            "id": 213838,
            "title": "Interaktive Fallanalysen 2.",
            "abstract": null,
            "authors": [
                "Fuchsjäger, M",
                "Pfarl, G"
            ],
            "year": 2024,
            "source": "Basismodul Mammadiagnostik 2024; DEZ 12-13, 2024; Graz, AUSTRIA. 2024. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "213838-14104"
            ],
            "persons": [
                "213838-82111"
            ],
            "imported": "2025-02-05T20:03:37+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": 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": 213833,
            "title": "Mammasonographie.",
            "abstract": null,
            "authors": [
                "Fuchsjäger, M"
            ],
            "year": 2024,
            "source": "Basismodul Mammadiagnostik 2024; DEZ 12-13, 2024; Graz, AUSTRIA. 2024. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "213833-14104"
            ],
            "persons": [
                "213833-82111"
            ],
            "imported": "2025-02-05T19:58: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": true
        },
        {
            "id": 213832,
            "title": "Begrüßung & Einführung.",
            "abstract": null,
            "authors": [
                "Fuchsjäger, M",
                "Pfarl G"
            ],
            "year": 2024,
            "source": "Basismodul Mammadiagnostik 2024; DEZ 12-13, 2024; Graz, AUSTRIA. 2024. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "213832-14104"
            ],
            "persons": [
                "213832-82111"
            ],
            "imported": "2025-02-05T19:57:01+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": 213834,
            "title": "BI-RADS & Befund.",
            "abstract": null,
            "authors": [
                "Pfarl, G",
                "Fuchsjäger, M"
            ],
            "year": 2024,
            "source": "Basismodul Mammadiagnostik 2024; DEZ 12-13, 2024; Graz, AUSTRIA. 2024. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "213834-14104"
            ],
            "persons": [
                "213834-82111"
            ],
            "imported": "2025-02-05T19:59:19+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": 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": 213841,
            "title": "Titel:\r\nBasiswissen Osteoporose und leitlinienkonformer Umgang in der Hausarztpraxis [Seminar]\r\n",
            "abstract": null,
            "authors": [
                "Schutting, G"
            ],
            "year": 2024,
            "source": "Junge Allgemeinmedizin Kongress (JAM24); OCT 4-6, 2024; Graz, AUSTRIA. 2024. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "213841-27964"
            ],
            "persons": [
                "213841-113131"
            ],
            "imported": "2025-02-05T20:27:54+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 213843,
            "title": "Application frequency - key indicator for the efficiency of severe dry eye disease treatment - evidence for the importance of molecular weight of hyaluronan in lubricating agents.",
            "abstract": null,
            "authors": [
                "Medic, N",
                "Boldin, I",
                "Berisha, B",
                "Matijak-Kronschachner, B",
                "Aminfar, H",
                "Schwantzer, G",
                "Müller-Lierheim, WGK",
                "van, Setten, GB",
                "Horwath-Winter, J"
            ],
            "year": 2024,
            "source": "EuDEC; JUN 20-22, 2024; Madrid, SPAIN. 2024. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "213843-14026",
                "213843-14043"
            ],
            "persons": [
                "213843-104901",
                "213843-50295",
                "213843-53007",
                "213843-84748",
                "213843-56837"
            ],
            "imported": "2025-02-05T22:40:17+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": true,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 213846,
            "title": "Exploring the role of TRPC1-IP3R cross-talk in the ER homeostasis",
            "abstract": null,
            "authors": [
                "Skerjanz, J",
                "Gottschalk, B",
                "Wiedner, P",
                "Groschner, K",
                "Tiapko, O"
            ],
            "year": 2024,
            "source": "17th International Meeting of the European Calcium Society; SEP 1-4, 2024; Cambridge, ENGLAND. 2024. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "213846-14011",
                "213846-14013"
            ],
            "persons": [
                "213846-90337",
                "213846-122690",
                "213846-73077",
                "213846-78591",
                "213846-90394"
            ],
            "imported": "2025-02-06T11:50: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": 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": 213845,
            "title": "Exploring the role of TRPC1-IP3R cross-talk in the ER homeostasis.",
            "abstract": null,
            "authors": [
                "Skerjanz, J",
                "Gottschalk, B",
                "Wiedner, P",
                "Groschner, K",
                "Tiapko, O"
            ],
            "year": 2024,
            "source": "Biophysics Austria Conference 2024; JUL 8-10, 2024; Salzburg, AUSTRIA. 2024. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "213845-14011",
                "213845-14013"
            ],
            "persons": [
                "213845-90337",
                "213845-122690",
                "213845-73077",
                "213845-78591",
                "213845-90394"
            ],
            "imported": "2025-02-06T11:43:58+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": 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": 213854,
            "title": "Efficient Reduced Order Modeling for Coupled Problems in Cardiac Electrophysiology",
            "abstract": null,
            "authors": [
                "Zappon, E",
                "Manzoni, A",
                "Quarteroni, A"
            ],
            "year": 2024,
            "source": "The 9th European Congress on Computational Methods in Applied Sciences and Engineering\r\nECCOMAS Congress 2024; June 3-7, 2024; Lisbon. 2024. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "213854-14011"
            ],
            "persons": [
                "213854-122514"
            ],
            "imported": "2025-02-06T12:55:39+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": true,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": false,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 213856,
            "title": "\"Optofluidic Force Induction (OF2i)\"\r\na BRAVE new way in time-resolved analytics of proteins, particles and beyond",
            "abstract": null,
            "authors": [
                "Hill, C",
                "Simic, M",
                "Neuper, C",
                "Auer, D",
                "Prossliner, G",
                "Kornmueller, K",
                ""
            ],
            "year": 2024,
            "source": "Seminar Series: Modern Concepts in Structural Biology; JUN 27, 2024; Vienna. 2024. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "213856-14011"
            ],
            "persons": [
                "213856-100187",
                "213856-86770",
                "213856-83104",
                "213856-107594"
            ],
            "imported": "2025-02-06T12:58:44+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": true,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": true,
            "local_affiliation": true
        },
        {
            "id": 213853,
            "title": "Characterization of molecular stroma-rich muscle-invasive bladder cancer",
            "abstract": null,
            "authors": [
                "Koll, FJ",
                "Banek, S",
                "Kluth, L",
                "Bankov, K",
                "Döring, C",
                "Weigert, A",
                "Macinkovic, I",
                "Chun,\tF",
                "Wild, PJ",
                "Reis\tH"
            ],
            "year": 2022,
            "source": "25th Anniversary Meeting of the International Bladder Cancer Network (IBCN); SEP 29 - OCT 1 2022; Barcelona, Spain. 2022. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "213853-14056"
            ],
            "persons": [
                "213853-130518"
            ],
            "imported": "2025-02-06T12:54:53+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": true,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 213849,
            "title": "Exploring the Impact of Left Ventricular Hypertrophy on ECG Morphology through Computational Modelling ",
            "abstract": null,
            "authors": [
                "Kariman, M",
                "Gillette, K",
                "Gsell, K",
                "Prassl, AJ",
                "Plank, G",
                "Augustin, G"
            ],
            "year": 2024,
            "source": "INdAM; APR 15–19, 2024; Rome, Italy. 2024. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "213849-14011"
            ],
            "persons": [
                "213849-119147",
                "213849-50967",
                "213849-79791",
                "213849-50966",
                "213849-96212",
                "213849-98304"
            ],
            "imported": "2025-02-06T12:32:47+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": true,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 213860,
            "title": "Process & Lab Particle-Analytics with \r\nOptoFluidic Force Induction (OF2i®)\r\n A BRAVE new way in time-resolved \r\nparticle characterization",
            "abstract": null,
            "authors": [
                "HILL, C",
                "AUER, D",
                "Prossliner, G",
                ""
            ],
            "year": 2024,
            "source": " CEN/TC 352 Strategy Group (SG); MAR 21, 2024; Potsdam, GERMANY. 2024. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "213860-14011"
            ],
            "persons": [
                "213860-100187",
                "213860-86770"
            ],
            "imported": "2025-02-06T13:12:22+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": true,
            "scientific_event": false,
            "invited_lecture": true,
            "keynote_speaker": false,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 213858,
            "title": "Anxious Temperament Predicts Poor Acceptance of Self and Life in Bipolar Disorder during the COVID-19 Pandemic.",
            "abstract": null,
            "authors": [
                "Fleischmann, E",
                "Fellendorf, F",
                "Ortner, J",
                "Bengesser, S",
                "Ratzenhofer, M",
                "Pilz, R",
                "Lenger, M",
                "Birner, A",
                "Queissner, R",
                "Platzer, M",
                "Tmava-Berisha, A",
                "Hamm, C",
                "Maget, A",
                "Wagner-Skacel, J",
                "Reininghaus, EZ",
                "Dalkner, N"
            ],
            "year": 2022,
            "source": "Psychiatry International. 2022. 3: 236-247. ",
            "category": 11,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "213858-29444"
            ],
            "persons": [
                "213858-79733",
                "213858-79771",
                "213858-108883",
                "213858-50654",
                "213858-91818",
                "213858-92607",
                "213858-96232",
                "213858-99972"
            ],
            "imported": "2025-02-06T13:04:46+01:00",
            "journal": "Psychiatry International",
            "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": 213852,
            "title": "OPTOFLUIDIC FORCE INDUCTION (OF2I)\r\n A BRAVE NEW WAY IN TIME-RESOLVED ANALYTICS OF \r\n(NANO)PARTICLES, MICROPLASTICS AND BEYOND",
            "abstract": null,
            "authors": [
                "Hill, C",
                "Simic, M",
                "Neuper, C",
                "Auer, A",
                "Clases, D",
                ""
            ],
            "year": 2024,
            "source": "Mini-Symposium as part of the CORNET project MICROPLEXFOOD; OCT 8, 2024; Vienna. 2024. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "213852-14011"
            ],
            "persons": [
                "213852-100187",
                "213852-86770",
                "213852-107594"
            ],
            "imported": "2025-02-06T12:49: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": true,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 213851,
            "title": "Optofluidic Force Induction (OF2i): a BRAVE New Way in Time-Resolved Nano-Analytics and Object Characterization",
            "abstract": null,
            "authors": [
                "Hill, C",
                "Simic, M",
                "Neuper, C",
                "Auer, D",
                "Prossliner, G",
                "Prassl, R",
                ""
            ],
            "year": 2024,
            "source": "Seminar Physical and Theoretical Chemistry\r\nInternational guests give interesting lectures; OKT 18, 2024; Graz. 2024. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "213851-14011"
            ],
            "persons": [
                "213851-100187",
                "213851-86770",
                "213851-83066",
                "213851-107594"
            ],
            "imported": "2025-02-06T12:41: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": true,
            "keynote_speaker": true,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 213861,
            "title": "Eine ungewöhnliche Alopezie bei einem 10-Jährigen",
            "abstract": null,
            "authors": [
                "Repelnig, ML",
                "Binder, B"
            ],
            "year": 2023,
            "source": "14. Kinderhauttag; 20.10.2023; Vienna, AUSTRIA. 2023. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "213861-14047"
            ],
            "persons": [
                "213861-102998",
                "213861-53009"
            ],
            "imported": "2025-02-06T13:40:20+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": 213863,
            "title": "3’-Sialyllactose (3’SL) in maternal blood and urine during pregnancy: Associations with glucose metabolism and 3’SL levels in colostrum?",
            "abstract": null,
            "authors": [
                "Weiser-Fuchs,M",
                "Kurtovic, U",
                "Kulovic-Sissawo, A",
                "Obermayer-Pietsch, B",
                "Csapo, B",
                "Jantscher-Krenn, E"
            ],
            "year": 2024,
            "source": "International Society for Research in Human Milk and Lactation Conference 2024; DEZ 8-13, 2024; Charleston, SC, USA. 2024. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "213863-14038",
                "213863-14043",
                "213863-14064",
                "213863-14080"
            ],
            "persons": [
                "213863-105059",
                "213863-109522",
                "213863-109541",
                "213863-51809",
                "213863-88993"
            ],
            "imported": "2025-02-06T14:19:14+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": true,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": true,
            "local_affiliation": true
        },
        {
            "id": 191266,
            "title": "Detectable A Disintegrin and Metalloproteinase With Thrombospondin Motifs-1 in Serum Is Associated With Adverse Outcome in Pediatric Sepsis.",
            "abstract": null,
            "authors": [
                "Boeddha, NP",
                "Driessen, GJ",
                "Hagedoorn, NN",
                "Kohlfuerst, DS",
                "Hoggart, CJ",
                "van, Rijswijk, AL",
                "Ekinci, E",
                "Priem, D",
                "Schlapbach, LJ",
                "Herberg, JA",
                "de, Groot, R",
                "Anderson, ST",
                "Fink, CG",
                "Carrol, ED",
                "van, der, Flier, M",
                "Martinón-Torres, F",
                "Levin, M",
                "Leebeek, FW",
                "Zenz, W",
                "de, Maat, MPM",
                "Hazelzet, JA",
                "Emonts, M",
                "Dik, WA"
            ],
            "year": 2021,
            "source": "Crit Care Explor. 2021; 3(11):e0569",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": "34765980",
            "doi": "10.1097/CCE.0000000000000569",
            "pmc": "PMC8577672",
            "organizations": [
                "191266-14091"
            ],
            "persons": [
                "191266-54341-6"
            ],
            "imported": "2021-12-30T01:00:00+01:00",
            "journal": "Crit Care Explor",
            "issn": "2639-8028",
            "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": true,
            "local_affiliation": true
        },
        {
            "id": 213870,
            "title": "Local Drug Delivery for Optimized Combinatory Cancer Treatment",
            "abstract": null,
            "authors": [
                "Telebar-Zbulj, V",
                "Telebar-Zbulj, F",
                "Schindl, R",
                "Schweiger, M",
                "Kargl, J",
                "Waldherr, L",
                ""
            ],
            "year": 2024,
            "source": "10th Regional Biophysics Conference ; August 26-30, 2024; Split, Croatia. 2024. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "213870-14011",
                "213870-14022"
            ],
            "persons": [
                "213870-119850",
                "213870-98848",
                "213870-60706",
                "213870-99703"
            ],
            "imported": "2025-02-06T15:21:42+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": true,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": true,
            "local_affiliation": true
        }
    ]
}