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=1280&ordering=-impactfactor
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 157103,
    "next": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=1300&ordering=-impactfactor",
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=1260&ordering=-impactfactor",
    "results": [
        {
            "id": 116565,
            "title": "Das Kind in der zahnärztlichen Sprechstunde (Abstract) ",
            "abstract": null,
            "authors": [
                "Ebeleseder, KA"
            ],
            "year": 2011,
            "source": "Zahnärztliche Nachrichten Sachsen-Anhalt \r\n. 2011; 21(06): 32-32. ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "116565-14111"
            ],
            "persons": [
                "116565-51841"
            ],
            "imported": "2012-01-30T14:59: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": 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": 123800,
            "title": "MRE in Österreich- Sind die Nachbarn schuld?",
            "abstract": null,
            "authors": [
                "Grisold, A"
            ],
            "year": 2012,
            "source": "Umweltmedizin in Forschung und Praxis. 2012; 17(5): 285-285. ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "123800-14023"
            ],
            "persons": [
                "123800-51863"
            ],
            "imported": "2012-12-06T11:38:46+01:00",
            "journal": null,
            "issn": "1430-8681",
            "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": 124200,
            "title": "The Theoretical Basis of Multidimensional Parallel Diagnosis and Therapy within the Biopsychosocial Medicine.",
            "abstract": null,
            "authors": [
                "Egger, JW"
            ],
            "year": 2012,
            "source": "Psychologische Medizin. 2012; 23(3): 51-51. ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "124200-29447"
            ],
            "persons": [
                "124200-51505"
            ],
            "imported": "2012-12-19T15:31:41+01:00",
            "journal": null,
            "issn": "1014-8167",
            "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": 138920,
            "title": "Möglicher third-space Effekt durch periprosthetische Ergüsse bei Kindern und Jugendlichen unter Hochdosis-Methotrexat-Therapie",
            "abstract": null,
            "authors": [
                "Heu,C",
                "Strenger,V",
                "Friesenbichler,J",
                "Prattes,G",
                "Urban,C",
                "Leithner,A"
            ],
            "year": 2014,
            "source": "Kinder- und Jugenmedizin. 2014; 4a:  A39-A39. ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "138920-14048",
                "138920-14052",
                "138920-14092"
            ],
            "persons": [
                "138920-53237",
                "138920-56810"
            ],
            "imported": "2014-09-22T12:00:47+02:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "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": 140741,
            "title": "Einfluss der chirurgischen Technik auf die Rezidivrate der Pilonidalsinus-Erkrankung.",
            "abstract": null,
            "authors": [
                "Mrak, K",
                "Tschmelitsch, J",
                "Eberl, T"
            ],
            "year": 2014,
            "source": "Coloproctology. 2014; 36(2): 165-165. ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "140741-14014"
            ],
            "persons": [],
            "imported": "2015-01-06T14:06:41+01:00",
            "journal": null,
            "issn": "0174-2442",
            "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": false
        },
        {
            "id": 155709,
            "title": "The implementation of “Intranet based therapeutic schemata” for comprehensivediagnostic and therapy guidelines",
            "abstract": null,
            "authors": [
                "Sonnleitner, AE",
                "Wendelin, G",
                "Jahnel, J",
                "Bauchinger, S",
                "Thierrichter, E",
                "Löffler, S"
            ],
            "year": 2015,
            "source": "Safety in Health. 2015; 1(1): A26",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "155709-14091",
                "155709-14092",
                "155709-14094"
            ],
            "persons": [
                "155709-56792",
                "155709-83601",
                "155709-85721"
            ],
            "imported": "2016-11-20T17:53: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": 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": 182900,
            "title": "Was kann die neue Gesundheitsvorsorge Aktiv (GVA)?\r\nDer typische „Gesundheitsvorsorge aktiv“ (GVA) Patient? Deskriptive Daten.",
            "abstract": null,
            "authors": [
                "Böttcher, E",
                "Grote, V",
                "Puff, H"
            ],
            "year": 2017,
            "source": "Journal für Mineralstoffwechsel & muskuloskelettale Erkrankungen. 2017; 24(4):",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "182900-13916"
            ],
            "persons": [],
            "imported": "2020-08-11T15:20:25+02:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": 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": false
        },
        {
            "id": 202790,
            "title": "Risk factors for early mortality after endovascular stroke \r\ntherapy",
            "abstract": null,
            "authors": [
                "Pichler, A",
                "Posekany, A",
                "Haidegger, M",
                "Kneihsl, M",
                "Fandler-Höfler, S",
                "Deutschmann,  H",
                "Hatab, I",
                "Mutzenbach, S",
                "Killer-Oberpfalzer, M",
                "Gizewski, E",
                "Knoflach, M",
                "Kiechl, S",
                "Sonnberger, M",
                "Vosko, M",
                "Seiler, S",
                "Weber, J",
                "Hausegger, K",
                "Serles, W",
                "Werner, P",
                "Staykov, D",
                "Sykora, M",
                "Ferrari, J",
                "Enzinger, C",
                "Gattringer, T"
            ],
            "year": 2023,
            "source": "Neurologisch. 2023; Kongressband: ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "202790-14051",
                "202790-14108"
            ],
            "persons": [
                "202790-50173",
                "202790-51882",
                "202790-70680",
                "202790-82411",
                "202790-83425",
                "202790-89706",
                "202790-97312",
                "202790-71486"
            ],
            "imported": "2023-05-07T19:34:52+02:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 177921,
            "title": "MS: Langzeitverlauf kognitiver Beeinträchtigung und assoziierte MRT-Parameter.",
            "abstract": null,
            "authors": [
                "Pinter, D"
            ],
            "year": 2019,
            "source": "Neurologisch. 2019; ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "177921-14051"
            ],
            "persons": [
                "177921-66708"
            ],
            "imported": "2019-10-31T11:23: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": 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": 172119,
            "title": "Chronisch nicht bakterielle Ostomyelitis (CNO): Unterschiede in Phänotyp und Outcome zwischen pädiatrischen und erwachsenen Patienten.",
            "abstract": null,
            "authors": [
                "Singer, P. ",
                "Hermann J.",
                "Wibmer C.",
                "Skrabl-Baumgartner A."
            ],
            "year": 2018,
            "source": "ÖGR-Jahrestagung ; 07.12.2018; Wien . 2018. ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "172119-14052",
                "172119-14086",
                "172119-14091"
            ],
            "persons": [
                "172119-51002",
                "172119-59398",
                "172119-60213"
            ],
            "imported": "2019-01-28T14:33: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": false,
            "keynote_speaker": false,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 159561,
            "title": "Schmerztherapie ohne Zukunft?",
            "abstract": null,
            "authors": [
                "Likar, R",
                "Köstenberger, M",
                "Neuwersch, S"
            ],
            "year": 2016,
            "source": "Wiener Medizinische Wochenschrift\r\nSkriptum. 2016; 13(6): 16-18. ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "159561-14014",
                "159561-14044"
            ],
            "persons": [
                "159561-89242",
                "159561-95683"
            ],
            "imported": "2017-03-24T17:11:34+01:00",
            "journal": null,
            "issn": "1613-3803",
            "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": false
        },
        {
            "id": 155272,
            "title": "Cellular action of short carbon nanotubes",
            "abstract": null,
            "authors": [
                "Fröhlich, E",
                "Meindl, C",
                "Wagner, K",
                "Leitinger, G",
                "Roblegg, E"
            ],
            "year": 2016,
            "source": "Journal of Nanomaterials & Molecular Nanotechnology. 2016; S4: ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "155272-14017",
                "155272-17230",
                "155272-17235",
                "155272-25164"
            ],
            "persons": [
                "155272-50960",
                "155272-56659",
                "155272-56686"
            ],
            "imported": "2016-10-25T14:17:39+02:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": true,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": true,
            "local_affiliation": true
        },
        {
            "id": 138918,
            "title": "Kongenitale AML FAB M5 mit t(9;11), initialer Hyperleukozytose, ZNS-Befall und Leukaemia cutis",
            "abstract": null,
            "authors": [
                "Sovinz,P",
                "Schwinger,W",
                "Lackner,H",
                "Benesch,M",
                "Seidel,M",
                "Resch,B",
                "Müller,E",
                "Urlesberger,B",
                "Till,H",
                "Urban,C"
            ],
            "year": 2014,
            "source": "Kinder- und Jugenmedizin. 2014; 4a:  A37-A37. ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "138918-14048",
                "138918-14049",
                "138918-14091",
                "138918-14092",
                "138918-14094"
            ],
            "persons": [
                "138918-51743",
                "138918-51369",
                "138918-59537",
                "138918-75018",
                "138918-83445",
                "138918-85188",
                "138918-51859"
            ],
            "imported": "2014-09-22T11:52:51+02:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "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": 136913,
            "title": "Umbilical cord blood Transplantation in acute leukemia- the Graz experience",
            "abstract": null,
            "authors": [
                "Valentin, A",
                "Huber-Krassnitzer, B",
                "Zinke-Cerwenka, W",
                "Wölfler, A",
                "Linkesch, W",
                "Sill, H",
                "Neumeister, P"
            ],
            "year": 2014,
            "source": "memo - Magazine of European Medical Oncology. 2014; Suppl 01/14:  19-19. ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "136913-14082"
            ],
            "persons": [
                "136913-51911",
                "136913-51930"
            ],
            "imported": "2014-05-22T20:53:23+02:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": 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": 114066,
            "title": "Transplantation of haploidentical CD3/CD19 depleted stem cells in pediatric patients: current results of the Tübingen trial and additional immunotherapeutic approaches ",
            "abstract": null,
            "authors": [
                "Lang,P",
                "Telschik, HM",
                "Feuchtinger,T",
                "Pfeiffer,M",
                "Schumm,M",
                "Urban,C",
                "Schwinger,W",
                "Gruhn,B",
                "Mauz-Körholz,C",
                "Schrauder,A",
                "Handgretinger,R"
            ],
            "year": 2011,
            "source": "Acta chirurgica Austriaca. Supplement.. 2011; 43(suppl 242/11) :  20-21. ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "114066-14048",
                "114066-14092"
            ],
            "persons": [
                "114066-51859"
            ],
            "imported": "2011-10-12T14:16:51+02:00",
            "journal": null,
            "issn": "1682-8631",
            "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": 110444,
            "title": "Ikterus als Erstmanifestation einer akuten lymphatischen Leukämie: Assoziationen mit dem Polymorphismus V444A des Gallensäurentransporters BSEP ",
            "abstract": null,
            "authors": [
                "Jahnel,J",
                "Urban,C",
                "Deutsch,J",
                "Deutschmann,A",
                "Hoffmann,KM",
                "Lackner,H",
                "Kroisel,P",
                "Ebetsberger-Dachs,G",
                "Trauner,M",
                "Hauer,AC"
            ],
            "year": 2011,
            "source": "Pädiatrie hautnah. 2011; 23(2): 205-205. ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "110444-14021",
                "110444-14048",
                "110444-14081",
                "110444-14091",
                "110444-14092"
            ],
            "persons": [
                "110444-51682",
                "110444-51968",
                "110444-56792"
            ],
            "imported": "2011-04-13T10:30:06+02:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "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": 97535,
            "title": "Hochwertige Vorstufen für Biosignalverstärker",
            "abstract": null,
            "authors": [
                "Hadl, J",
                "Jeuschnigger, J",
                "Schaupp, L",
                "Pribyl, W"
            ],
            "year": 1992,
            "source": "BIOMEDIZINISCHE TECHNIK                                                                                                                                                                                                                                   . 1992; 37(2): 56-57. ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "97535-14080"
            ],
            "persons": [],
            "imported": "2010-02-03T16:53:25+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": false
        },
        {
            "id": 191393,
            "title": "Die Rolle der Bildgebung bei Punktionen von Gelenksstrukturen – ein systematischer Literaturreview für EULAR Empfehlungen",
            "abstract": null,
            "authors": [
                "Bosch, P",
                "Carubbi, F",
                "Scirè, CA",
                "Baraliakos, X",
                "Falzon, L",
                "Dejaco, C",
                "Machado, PM"
            ],
            "year": 2021,
            "source": "Fakten der Rheumatologie. 2021; (02):",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "191393-14086"
            ],
            "persons": [
                "191393-100419",
                "191393-66227"
            ],
            "imported": "2022-01-04T09:53:18+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": 196457,
            "title": "Application of a new two-dimensional liquid chromatography mass spectrometry method for vitamin D2 determination in mushrooms",
            "abstract": null,
            "authors": [
                "Zelzer, S",
                "Meinitzer, A",
                "Enko, D",
                "Herrmann, M",
                "Goessler, W"
            ],
            "year": 2022,
            "source": "26th International Symposium on Separation Sciences; JUN 28 - JUL 1, 2022; Ljubljana, SLOVENIA. 2022. ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "196457-14028"
            ],
            "persons": [
                "196457-68273",
                "196457-89193",
                "196457-99451"
            ],
            "imported": "2022-07-07T17:38:54+02:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": 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": 206727,
            "title": "Regular and sustained oscillations in hepato-splanchnic blood flow and stroke volume induced by peritoneal filling.",
            "abstract": null,
            "authors": [
                "Schneditz, D",
                "Ribitsch, W"
            ],
            "year": 2023,
            "source": "Bulletin de la dyalise à domicile. 2023; 4(Suppl.): S107-S108. ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "206727-14010"
            ],
            "persons": [
                "206727-59568",
                "206727-51834"
            ],
            "imported": "2024-01-18T11:40:04+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
        }
    ]
}