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=158680&ordering=impactfactor_norm
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=158700&ordering=impactfactor_norm",
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=158660&ordering=impactfactor_norm",
    "results": [
        {
            "id": 174147,
            "title": "Die Rolle der Spiritualität in der Behandlung von Suchterkrankungen",
            "abstract": null,
            "authors": [
                "Kimmerle, A",
                "Unterrainer, HF"
            ],
            "year": 2019,
            "source": "Neurotransmitter. 2019; 1/2: ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "174147-29444"
            ],
            "persons": [
                "174147-69860"
            ],
            "imported": "2019-03-19T23:20: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": 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": 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-51657",
                "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": 173029,
            "title": "Highlights vom EULAR 2018 ",
            "abstract": null,
            "authors": [
                "Haidmayer, A"
            ],
            "year": 2018,
            "source": "Universum Innere Medizin. 2018; 6/2018: ",
            "category": 1,
            "document_type": 2,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "173029-14086"
            ],
            "persons": [],
            "imported": "2019-02-12T12:18:11+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": true,
            "bmf_use": true,
            "zmf_use": true,
            "local_affiliation": true
        },
        {
            "id": 172495,
            "title": "Cochrane Pflege Forum\r\nErnährungsberatung zur Reduktion von kardiovaskulärem Risiko\r\n",
            "abstract": null,
            "authors": [
                "Archan, T",
                "Zuschnegg, J",
                "Schoberer, D"
            ],
            "year": 2017,
            "source": "ProCare. 2017; 22(16):",
            "category": 1,
            "document_type": 14,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "172495-14509"
            ],
            "persons": [
                "172495-63683"
            ],
            "imported": "2019-02-05T11:58:06+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": 197738,
            "title": "Desflurane reduces the gain of thermoregulatory arteriovenous shunt vasoconstriction in humans.",
            "abstract": null,
            "authors": [
                "Kurz, A",
                "Xiong, J",
                "Sessler, DI",
                "Dechert, M",
                "Noyes, K",
                "Belani, K"
            ],
            "year": 1995,
            "source": "Anesthesiology. 1995; 83(6):1212-9",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1995TJ32900012",
            "pubmed": "8533914",
            "doi": "10.1097/00000542-199512000-00012",
            "pmc": null,
            "organizations": [],
            "persons": [
                "197738-107954-1"
            ],
            "imported": "2022-09-29T02:00:00+02:00",
            "journal": "Anesthesiology",
            "issn": "0003-3022",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 4.9,
            "impactfactor_year": 1995,
            "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": true,
            "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": 166315,
            "title": "Short-Acting Insulin Reduction Strategies for Continuous Cycle Ergometer Exercises in Patients with Type 1 Diabetes Mellitus.",
            "abstract": null,
            "authors": [
                "Moser, O",
                "Tschakert, G",
                "Mueller, A",
                "Groeschl, W",
                "Hofmann, P",
                "Pieber, T",
                "Lawrence, J",
                "Koehler, G"
            ],
            "year": 2017,
            "source": "Asian journal of sports medicine. 2017; 8(1): e42160",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": null,
            "doi": "10.5812/asjsm.42160",
            "pmc": null,
            "organizations": [
                "166315-14080"
            ],
            "persons": [
                "166315-50731",
                "166315-51831",
                "166315-87294"
            ],
            "imported": "2018-02-21T08:30:56+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": 165880,
            "title": "Informationen der Gesellschaft für Pädiatrische Radiologie zur Verwendung von gadoliniumhaltigem Kontrastmittel für die Kernspintomografie im Kindes- und Jugendalter.",
            "abstract": null,
            "authors": [
                "Klee, D",
                "Riccabona, M",
                "Born, M",
                "Leenen, A",
                "von Kalle, T",
                "Mentzel, HJ",
                "Körber, F",
                "Heyer, C"
            ],
            "year": 2017,
            "source": "ROFO-FORTSCHRITTE AUF DEM GEBIET DER RONTGENSTRAHLEN UND NUKLEARMEDIZIN. 2017; 09:  817-819. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "165880-14106"
            ],
            "persons": [
                "165880-51373"
            ],
            "imported": "2018-02-15T12:00: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": 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": 217287,
            "title": "Genomics of diffusion-imaging integrating GWAS, exome data and single-cell sequencing unravels lifespan determinants of cerebral small vessel disease",
            "abstract": null,
            "authors": [
                "Saba, Y",
                "Suzuki, H",
                "Maillard, P",
                "Tankard, R",
                "Luciano, M",
                "Caro, I",
                "Jahanshad, N",
                "Duering, M",
                "Beyer, F",
                "Bai, W",
                "Glavan, M",
                "Le Grand, Q",
                "Teumer, A",
                "Lemaitre, H",
                "Sargurupremra, M",
                "Duperron, MG",
                "Adams, H",
                "Aparicio, H",
                "Arfanakis, K",
                "Armstrong, NJ",
                "Bryan, N",
                "Bastin, M",
                "Beise, A",
                "Bennett, D",
                "Bhatt, R",
                "Bourque, G",
                "Brodaty, H",
                "Cichon, S",
                "Colling, A",
                "Deary, I",
                "Enzinger, C",
                "Forsberg, L",
                "Gampawar, P",
                "Gottesman, R",
                "Gudmundsdottir, V",
                "Habes, M",
                "Hachiya, T",
                "Hofer, E",
                "Hsu, J",
                "Ikram, M",
                "Imtiaz, M",
                "Islam, T",
                "Jiang, J",
                "Kawaguchi, T",
                "Kinoshita, K",
                "Knol, M",
                "Koch, A",
                "Kojima, Y",
                "Lathrop, M",
                "Leurgans, S",
                "Matsuda, F",
                "Mori, N",
                "Mosley, T",
                "Motoike, I",
                "Mugikura, S",
                "Nasrallah, I",
                "Nir, T",
                "Patel, Y",
                "Prendergast, J",
                "Romero, J",
                "Sachdev, P",
                "Satizabal, C",
                "Scholz, M",
                "Sheth, K",
                "Shin, S",
                "Sigurdsson, S",
                "Thalamuthu, A",
                "Trollor, J",
                "Tsuchida, A",
                "Villringer, A",
                "Wardlaw, J",
                "Wen, W",
                "Yang, J",
                "Yang, Q",
                "Zhang, M",
                "Zhu, A",
                "Mühleisen, T",
                "Mather, K",
                "Do, R",
                "Pausova, Z",
                "De Jager, P",
                "Crivello, F",
                "Caspers, S",
                "Witte, V",
                "Tzourio, C",
                "Tilgner, H",
                "Sestan, N",
                "Roshchupkin, G",
                "Paus, T",
                "Seshadri, S",
                "Fornage, M",
                "DeCarli, C",
                "Launer, L",
                "Schmidt, H",
                "Gudnason, V",
                "Matthews, P",
                "Breteler, M",
                "Mishra, A",
                "Debette, S"
            ],
            "year": 2025,
            "source": "Nature aging. 2025; ",
            "category": 1,
            "document_type": 26,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "217287-14091"
            ],
            "persons": [
                "217287-94613"
            ],
            "imported": "2025-08-07T17:02:07+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": 194379,
            "title": "C5 ventral ramus block for clavicle surgery: How low concerning the volume can we go?",
            "abstract": null,
            "authors": [
                "Diwan, S",
                "Feigl, G",
                "Nair, A"
            ],
            "year": 2021,
            "source": "J ANAESTH CLIN PHARM. 2021; 37(4): 561-564. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000760896600009",
            "pubmed": "35340971",
            "doi": "10.4103/joacp.JOACP_362_20",
            "pmc": "PMC8944372",
            "organizations": [
                "194379-14018"
            ],
            "persons": [],
            "imported": "2022-03-28T09:31:46+02:00",
            "journal": "J ANAESTH CLIN PHARM",
            "issn": "0970-9185",
            "collection_publisher": null,
            "collection_title": "JOURNAL OF ANAESTHESIOLOGY CLINICAL PHARMACOLOGY; ",
            "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": true,
            "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": 218859,
            "title": "Metabolic adaptation of lung cancer cells and macrophages\r\n",
            "abstract": null,
            "authors": [
                "Leithner, K"
            ],
            "year": 2025,
            "source": "Lunchseminar des Universitätsklinikums Regensburg; OCT 29, 2025; Regensburg, Germany. 2025. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "218859-14022"
            ],
            "persons": [
                "218859-57557"
            ],
            "imported": "2025-12-02T11:55:57+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": true,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": true,
            "selected_presentation": false,
            "biobank_use": true,
            "bmf_use": false,
            "zmf_use": true,
            "local_affiliation": true
        },
        {
            "id": 165758,
            "title": "Typ 1 Diabetes mellitus im Kindes- und Jugendalter- State oft he art",
            "abstract": null,
            "authors": [
                "Fröhlich-Reiterer, EE"
            ],
            "year": 2017,
            "source": "Österreichische Ärztezeitung. 2017; (19): 20-27. ",
            "category": 1,
            "document_type": 3,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "165758-14091"
            ],
            "persons": [
                "165758-50659"
            ],
            "imported": "2018-02-13T19:33: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": 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": 218228,
            "title": "Genomics of diffusion-imaging integrating GWAS, exome data and single-cell sequencing unravels lifespan determinants of cerebral small vessel disease",
            "abstract": null,
            "authors": [
                "Saba, Y",
                "Suzuki, H",
                "Maillard, P",
                "Luciano, M",
                "Caro, I",
                "Duering, M",
                "Wardlaw, J",
                "Seshadri, S",
                "Launer, L",
                "Schmidt, H",
                "Gudnason, V",
                "Matthews, P",
                "Breteler, M",
                "Mishra, A",
                "Debette, S"
            ],
            "year": 2025,
            "source": "Pster Blitz. 2025; -CHARGE Consortium- Neurogentic working group; May 6-7, 2025; Maryland, USA. ",
            "category": 2,
            "document_type": 18,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "218228-14013"
            ],
            "persons": [
                "218228-70339",
                "218228-51912"
            ],
            "imported": "2025-10-14T16:14:28+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": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 218075,
            "title": "Optimierung der Prostata Magnetresonanztomographie Evaluation durch das Radiology \r\nArtificial Intelligence Diagnostic Assistant System (RAIDAS)",
            "abstract": null,
            "authors": [
                "Simunovic, I",
                "Wasserbauer, D",
                "Szolar, D",
                "Zurl, H",
                "Pohl, K",
                "Scheipner, L",
                "Bele, U",
                "Ketterer, C",
                "Leitsmann, C",
                "Altziebler, J",
                "Leitsmann, M",
                "Mannweiler, S",
                "Augustin, H",
                "Talakic, E",
                "Ahyai, S",
                "Mischinger, J"
            ],
            "year": 2025,
            "source": "Kongress der deutschen Gesellschaft für Urologie  ; 17.-20.09.2025; Hamburg, Deutschland. 2025. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "218075-14020",
                "218075-14054",
                "218075-14056",
                "218075-14104"
            ],
            "persons": [
                "218075-74075",
                "218075-112949",
                "218075-121670",
                "218075-53111",
                "218075-96506",
                "218075-109461",
                "218075-111791",
                "218075-113095",
                "218075-114994",
                "218075-123330",
                "218075-124474",
                "218075-51931",
                "218075-51970",
                "218075-99792",
                "218075-99872"
            ],
            "imported": "2025-10-02T23:20: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": 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": 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": 218584,
            "title": "Genomics of diffusion-imaging integrating GWAS, exome data and single-cell sequencing unravels lifespan determinants of cerebral small vessel disease",
            "abstract": null,
            "authors": [
                "Saba, Y",
                "Suzuki, H",
                "Maillard, P",
                "Tankard, R",
                "Luciano, M",
                "Caro, I",
                "Jahanshad, N",
                "Duering, M",
                "Beyer, F",
                "Bai, W",
                "Glavan, M",
                "Le Grand, Q",
                "Teumer, A",
                "Lemaitre, H",
                "Sargurupremra, M",
                "Duperron, MG",
                "Adams, H",
                "Aparicio, H",
                "Arfanakis, K",
                "Armstrong, NJ",
                "Bryan, N",
                "Bastin, M",
                "Beise, A",
                "Bennett, D",
                "Bhatt, R",
                "Bourque, G",
                "Brodaty, H",
                "Cichon, S",
                "Colling, A",
                "Deary, I",
                "Enzinger, C",
                "Forsberg, L",
                "Gampawar, P",
                "Gottesman, R",
                "Gudmundsdottir, V",
                "Habes, M",
                "Hachiya, T",
                "Hofer, E",
                "Hsu, J",
                "Ikram, M",
                "Imtiaz, M",
                "Islam, T",
                "Jiang, J",
                "Kawaguchi, T",
                "Kinoshita, K",
                "Knol, M",
                "Koch, A",
                "Kojima, Y",
                "Lathrop, M",
                "Leurgans, S",
                "Matsuda, F",
                "Mori, N",
                "Mosley, T",
                "Motoike, I",
                "Mugikura, S",
                "Nasrallah, I",
                "Nir, T",
                "Patel, Y",
                "Prendergast, J",
                "Romero, J",
                "Sachdev, P",
                "Satizabal, C",
                "Scholz, M",
                "Sheth, K",
                "Shin, S",
                "Sigurdsson, S",
                "Thalamuthu, A",
                "Trollor, J",
                "Tsuchida, A",
                "Villringer, A",
                "Wardlaw, J",
                "Wen, W",
                "Yang, J",
                "Yang, Q",
                "Zhang, M",
                "Zhu, A",
                "Mühleisen, T",
                "Mather, K",
                "Do, R",
                "Pausova, Z",
                "De Jager, P",
                "Crivello, F",
                "Caspers, S",
                "Witte, V",
                "Tzourio, C",
                "Tilgner, H",
                "Sestan, N",
                "Roshchupkin, G",
                "Paus, T",
                "Seshadri, S",
                "Fornage, M",
                "DeCarli, C",
                "Launer, L",
                "Schmidt, H",
                "Gudnason, V",
                "Matthews, P",
                "Breteler, M",
                "Mishra, A",
                "Debette, S"
            ],
            "year": 2025,
            "source": "Research Square (Pre-print). 2025. ",
            "category": 11,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "218584-14013",
                "218584-14026",
                "218584-14091",
                "218584-29444",
                "218584-14051"
            ],
            "persons": [
                "218584-51912",
                "218584-77129",
                "218584-94613",
                "218584-70339"
            ],
            "imported": "2025-11-13T23:20:17+01:00",
            "journal": "Research Square (Pre-print)",
            "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-51657",
                "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",
                "110444-51657"
            ],
            "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": 219359,
            "title": "Akkermansia species dynamics in treatment of\r\ninflammatory bowel diseases by fecal microbiota\r\ntransplantation",
            "abstract": null,
            "authors": [
                "Filek, K",
                "Durdevic, M",
                "Schimmel, P",
                "Högenauer, C",
                "Moissl-Eichinger, C",
                "Gorkiewicz, G",
                "Diener, C"
            ],
            "year": 2025,
            "source": "FEMS MICRO 2025: Congress & Exhibition ; July 14-17, 2025; MIlan, Italy. 2025. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "219359-14020",
                "219359-14023",
                "219359-14081",
                "219359-28083"
            ],
            "persons": [
                "219359-125277",
                "219359-125318",
                "219359-53167",
                "219359-125176",
                "219359-50496",
                "219359-90021",
                "219359-94253"
            ],
            "imported": "2025-12-22T16:20: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": 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": 74340,
            "title": "Concentrations of cadmium, thallium, lead and mercury in patients with sarcoidosis, COPD, bronchial carcinoma, and in healthy adults.",
            "abstract": null,
            "authors": [
                "Domej, W",
                "Krachler, M",
                "Maier, A",
                "Goessler, A",
                "Irgolic, KJ"
            ],
            "year": 2000,
            "source": "Eur Respir J2000; 16(31):411-411.-ERS; AUG 30 - SEP 3, 2000; Florence, ITALY. ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "74340-14087"
            ],
            "persons": [
                "74340-51525"
            ],
            "imported": "2008-02-10T16:22:59+01:00",
            "journal": null,
            "issn": "0904-1850",
            "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": 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
        }
    ]
}