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=153480&ordering=impactfactor
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 157113,
    "next": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=153500&ordering=impactfactor",
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=153460&ordering=impactfactor",
    "results": [
        {
            "id": 200898,
            "title": "Machine Learning in Pathology ",
            "abstract": null,
            "authors": [
                "Plass, M"
            ],
            "year": 2021,
            "source": "33rd Annual Meeting of the EMSOS; DEC 1-3; 2021; Graz. 2021. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "200898-14020"
            ],
            "persons": [
                "200898-99976"
            ],
            "imported": "2023-02-07T10:46:48+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": 200899,
            "title": "High Throughput Digitalisation for Training of ML Algorithms",
            "abstract": null,
            "authors": [
                "Plass, M"
            ],
            "year": 2022,
            "source": "Molecular Diagnostics Training School; FEB 21-23, 2022; Wien. 2022. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "200899-14020"
            ],
            "persons": [
                "200899-99976"
            ],
            "imported": "2023-02-07T10:50:07+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 200901,
            "title": "A Literature Review on Ethics for AI in Biomedical Research and Biobanking.",
            "abstract": null,
            "authors": [
                "Kargl, M",
                "Plass, M",
                "Müller, H"
            ],
            "year": 2022,
            "source": "Yearb Med Inform. 2022; 31(1): 152-160. ",
            "category": 1,
            "document_type": 3,
            "sci": null,
            "pubmed": "36463873",
            "doi": "10.1055/s-0042-1742516",
            "pmc": "PMC9719772",
            "organizations": [],
            "persons": [
                "200901-99976-6",
                "200901-108575-2",
                "200901-51449-6"
            ],
            "imported": "2023-02-07T01:00:00+01:00",
            "journal": "Yearb Med Inform",
            "issn": "2364-0502",
            "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": 200902,
            "title": "Altered cellular immune response to vaccination against SARS-CoV-2 \u000bin patients with B-cell depleting therapy",
            "abstract": null,
            "authors": [
                "Sallegger, C",
                "Dreo, B",
                "Hodl, I",
                "Ihm, VL",
                "Stradner, MH",
                "Fessler, J"
            ],
            "year": 2022,
            "source": "41st EWRR, European Workshop for Rheumatology Research. 2022; -41st European Workshop for\r\nRheumatology Research; Mai 5-8, 2022; Vienna, AUSTRIA. ",
            "category": 2,
            "document_type": 19,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "200902-14014",
                "200902-14086"
            ],
            "persons": [
                "200902-102959",
                "200902-105947",
                "200902-53560",
                "200902-78952"
            ],
            "imported": "2023-02-07T11:14:52+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": true,
            "bmf_use": false,
            "zmf_use": true,
            "local_affiliation": true
        },
        {
            "id": 200903,
            "title": "Pathologist validation of a machine learned biomarker for risk stratification in colon cancer",
            "abstract": null,
            "authors": [
                "L'Imperio, V",
                "Wulczyn, E",
                "Plass, M",
                "Muller, H",
                "Tamini, N",
                "Gianotti, L",
                "Zucchini, N",
                "Reihs, R",
                "Corrado, G",
                "S",
                "Peng, L",
                "H",
                "and Chen, P"
            ],
            "year": 2022,
            "source": "Abstract Book ECP 2022. 2022; -34th European Congress of Pathology; SEP 3-7, 2022; Basel, SWITZERLAND.  (ISBN: 0945-6317 )",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "200903-14020"
            ],
            "persons": [
                "200903-99976",
                "200903-51449"
            ],
            "imported": "2023-02-07T11:18:22+01:00",
            "journal": null,
            "issn": "1432-2307",
            "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": 200904,
            "title": "Podiumsdiskussion Digitale Pathologie",
            "abstract": null,
            "authors": [
                "Plass, M",
                "Jahn, S"
            ],
            "year": 2022,
            "source": "Herbsttagung 2022 der ÖGPath/IAP Austria; SEP 22-24, 2022; Bad Ischl, AUSTRIA. 2022. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "200904-14020"
            ],
            "persons": [
                "200904-99976"
            ],
            "imported": "2023-02-07T11:33: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": true,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 200905,
            "title": "Myelodysplastisches Syndrom:\u000bHighlights ASH 2022",
            "abstract": null,
            "authors": [
                "Zebisch, A"
            ],
            "year": 2023,
            "source": "Wissenschaftliche Highlights ASH 2022; JAN 19, 2023; Graz. 2023. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "200905-14022",
                "200905-14082"
            ],
            "persons": [
                "200905-57402"
            ],
            "imported": "2023-02-07T11:41:46+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": 200906,
            "title": "Parents´ thoughts, needs and worries concerning their children’s surgery – a pilot study",
            "abstract": null,
            "authors": [
                "Stijic, M",
                "Messerer, B",
                "Berghold, A",
                "Winkler, V",
                "Avian, A"
            ],
            "year": 2023,
            "source": "abstract_book_DocDay2023. 2023; -Med Uni Graz DocDay ; FEB 9, 2023; Graz. ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "200906-14026",
                "200906-14044"
            ],
            "persons": [
                "200906-101013",
                "200906-51344",
                "200906-67207",
                "200906-57043"
            ],
            "imported": "2023-02-07T11:50: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": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 200907,
            "title": "Stratigraphische Anatomie der Extremitäten",
            "abstract": null,
            "authors": [
                "Pretterklieber, M"
            ],
            "year": 2022,
            "source": "Linzer Lappenkurs; NOV 28 - Dec 02, 2022; Linz, AUSTRIA;. 2022. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "200907-14018"
            ],
            "persons": [
                "200907-108616"
            ],
            "imported": "2023-02-07T11:52: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": true,
            "keynote_speaker": true,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 200908,
            "title": "Projection targets of efferent neurons in the internal branch of the superior laryngeal nerve: sttrong evidence of double innervated posterior crico-arytenoid muscle.",
            "abstract": null,
            "authors": [
                "Pretterklieber, M",
                "Pretterklieber, B",
                "Frank, A",
                "Mayer, R",
                "Pflug R",
                "Lin, A"
            ],
            "year": 2022,
            "source": "Posterabstracts 116th Annual Meeting. 2022; -116th Annual Meeting Anatomische Gesellschaft; Sep 20-23, 2022; Berlin. DEUTSCHLAND. ",
            "category": 2,
            "document_type": 22,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "200908-14018"
            ],
            "persons": [
                "200908-108252",
                "200908-108616"
            ],
            "imported": "2023-02-07T12:06: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": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 200909,
            "title": "Crucial role for mast cell-derived IL-17A in psoriasis ",
            "abstract": null,
            "authors": [
                "Benezeder, T",
                "Painsi, C",
                "Zhan, Q",
                "Lange-Asschenfeldt, B",
                "Clark R",
                "Wolf, P",
                ""
            ],
            "year": 2022,
            "source": "EMBRN; Amsterdam, Netherlands . 2022. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "200909-14047"
            ],
            "persons": [
                "200909-51618",
                "200909-88082"
            ],
            "imported": "2023-02-07T12:15:03+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": 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
        },
        {
            "id": 200910,
            "title": "IL-17A+ mast cells in resolved psoriasis ",
            "abstract": null,
            "authors": [
                "Benezeder, T",
                "Painsi C",
                "Zhan, Q",
                "Clark, R",
                "Wolf, P"
            ],
            "year": 2022,
            "source": "ÖGDV Science Days ; SEP 15-17, 2022; Bad Gastein. 2022. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "200910-14047"
            ],
            "persons": [
                "200910-51618",
                "200910-88082"
            ],
            "imported": "2023-02-07T12:19:24+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": 200912,
            "title": "Systematic Review of the Application of Perinatal Derivatives in Animal Models on Cutaneous Wound Healing",
            "abstract": null,
            "authors": [
                "Pichlsberger, M",
                "Jerman, U",
                "Obradović, H",
                "Tratnjek, L",
                "Macedo, A",
                "Mendes, F",
                "Fonte, P",
                "Hoegler, A",
                "Sundl, M",
                "Fuchs, J",
                "Schoeberlein, A",
                "Kreft, M",
                "Mojsilović, S",
                "Lang-Olip, I"
            ],
            "year": 2023,
            "source": " In: Parolini, o; Silini, AR; Ponsaerts, P editors(s). Perinatal derivatives and the road to clinical translation, volume II. 2: Lausanne, Switzerland: Frontiers; p. 8 - 32.  2023(ISBN: 978-2-83251-273) ",
            "category": 6,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "200912-14011",
                "200912-14017"
            ],
            "persons": [
                "200912-51718",
                "200912-56585",
                "200912-97931"
            ],
            "imported": "2023-02-07T12:38:19+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": "Parolini, o; Silini, AR; Ponsaerts, P",
            "collection_title": "Perinatal derivatives and the road to clinical translation, volume II",
            "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": 179125,
            "title": "Die Leber auf der Intensivstation",
            "abstract": null,
            "authors": [
                "Stadlbauer, V"
            ],
            "year": 2019,
            "source": "Facharztausbildungskurs Block C (Intensivmedizin); OCT 10, 2019; Salzburg. 2019. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "179125-14081"
            ],
            "persons": [
                "179125-50989"
            ],
            "imported": "2020-01-09T16:11:34+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": 200915,
            "title": "A BRAVE new way in realtime and continuous particle characterization with OptoFluidic Force Induction (OF2i)",
            "abstract": null,
            "authors": [
                "Hill, C",
                "Simic, M",
                "Prossliner, G",
                "Auer, D",
                ""
            ],
            "year": 2022,
            "source": "20. nanoNET Austria Meeting & 1. NanoSyn3-Joint Meeting; APR 22, 2022; Graz, AUSTRIA. 2022. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "200915-14011"
            ],
            "persons": [
                "200915-100187",
                "200915-86770"
            ],
            "imported": "2023-02-07T12:50: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": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 200916,
            "title": "A BRAVE new way in online particle characterization:\r\nprocess analytics with OptoFluidic Force Induction (OF2i)",
            "abstract": null,
            "authors": [
                "HILL, C",
                "SIMIC, M",
                "AUER, D",
                "NEUPER, C",
                "HOHENESTER, U",
                ""
            ],
            "year": 2022,
            "source": "Slot: : PAT for Heterophase Systems (GDCh)\r\nhttps://veranstaltungen.gdch.de/tms/frontend/index.cfm?l=10924&sp_id=2&selSiteID=vplanner. 2022; -analytica conference 2022; JUN 21, 2022; Munich, GERMANY. ",
            "category": 2,
            "document_type": 22,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "200916-14011"
            ],
            "persons": [
                "200916-86770"
            ],
            "imported": "2023-02-07T13:04:03+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": 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": 200917,
            "title": "A BRAVE new way in online particle characterization Process Analytics with OptoFluidic Force Induction (OF2i)",
            "abstract": null,
            "authors": [
                "HILL, C",
                ""
            ],
            "year": 2022,
            "source": "Institutsseminare des FELMI-ZFE; OKT 7, 2022; Graz, AUSTRIA. 2022. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "200917-14011"
            ],
            "persons": [
                "200917-86770"
            ],
            "imported": "2023-02-07T13:13: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": 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": 200918,
            "title": "Update männliche Harnröhrenrekonstruktion",
            "abstract": null,
            "authors": [
                "Pohl, KK",
                "Ahyai, S"
            ],
            "year": 2022,
            "source": "Journal für Urologie und Urogynäkologie. 2022;  46-53. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "200918-14056"
            ],
            "persons": [
                "200918-109461",
                "200918-111791"
            ],
            "imported": "2023-02-07T13:31:45+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": 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": 200919,
            "title": "Zement oder Schraube - eine Erörterung",
            "abstract": null,
            "authors": [
                "Steyer, E",
                "Lorenzoni, M",
                "Theisen, K"
            ],
            "year": 2022,
            "source": "ÖGI Jahrestagung 2022; Dec 2-3, 2022; Salzburg. 2022. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "200919-14057",
                "200919-14111"
            ],
            "persons": [
                "200919-51703",
                "200919-67995",
                "200919-85642"
            ],
            "imported": "2023-02-07T13:33:43+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": 200923,
            "title": "The role of cathepsin C in pulmonary arterial remodeling",
            "abstract": null,
            "authors": [
                "Borek, I",
                "Hoetzenecker, K",
                "Boehm, PM",
                "Kwapiszewska, G"
            ],
            "year": 2022,
            "source": "ISyCatC III, 3rd International Symposium on Cathepsin C; APR 6-8, 2022; Tours, FRANCE. 2022. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "200923-14014"
            ],
            "persons": [
                "200923-86731"
            ],
            "imported": "2023-02-07T14:25:02+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": true,
            "local_affiliation": true
        }
    ]
}