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=158040&ordering=imported
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 158430,
    "next": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=158060&ordering=imported",
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=158020&ordering=imported",
    "results": [
        {
            "id": 15156,
            "title": "Delayed epidermal barrier repair in patients with sphingomyelinase deficiency (Niemann Pick disease)",
            "abstract": null,
            "authors": [
                "Schmuth, M",
                "Weber, F",
                "Paschke, E",
                "Sepp, N",
                "Fritsch, P"
            ],
            "year": 1999,
            "source": "J INVEST DERMATOL 1999 112: 542-542.",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:000079495800142",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "15156-14048"
            ],
            "persons": [],
            "imported": null,
            "journal": "J INVEST DERMATOL",
            "issn": "0022-202X",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 4.903,
            "impactfactor_year": 1999,
            "impactfactor_norm": 1.0,
            "impactfactor_norm_year": 1999,
            "impactfactor_norm_category": "DERMATOLOGY, VENERAL DISEASES",
            "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": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 15155,
            "title": "Laser-based microdissection and molecular analysis of germinal center and interfollicular lymphocytes in primary cutaneous follicular lymphoma (follicle center lymphoma, follicular type)",
            "abstract": null,
            "authors": [
                "Cerroni, L",
                "Arzberger, E",
                "Putz, B",
                "Kerl, H"
            ],
            "year": 1999,
            "source": "J INVEST DERMATOL 1999 112: 528-528.",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:000079495800059",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "15155-14047"
            ],
            "persons": [
                "15155-51751",
                "15155-51620",
                "15155-65340"
            ],
            "imported": null,
            "journal": "J INVEST DERMATOL",
            "issn": "0022-202X",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 4.903,
            "impactfactor_year": 1999,
            "impactfactor_norm": 1.0,
            "impactfactor_norm_year": 1999,
            "impactfactor_norm_category": "DERMATOLOGY, VENERAL DISEASES",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": false,
            "conference_name": null,
            "conference_place": null,
            "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": false
        },
        {
            "id": 15154,
            "title": "Defibrotide - An approach in the treatment of severe hepatic veno-occlusive disease?",
            "abstract": null,
            "authors": [
                "Zinke, W",
                "Neumeister, P",
                "Linkesch, W"
            ],
            "year": 1999,
            "source": "BONE MARROW TRANSPLANT 1999 23: S225-S225.",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:000079562900766",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "15154-51930"
            ],
            "imported": null,
            "journal": "BONE MARROW TRANSPLANT",
            "issn": "0268-3369",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.277,
            "impactfactor_year": 1999,
            "impactfactor_norm": 0.716666666666667,
            "impactfactor_norm_year": 1999,
            "impactfactor_norm_category": "HEMATOLOGY",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": false,
            "conference_name": null,
            "conference_place": null,
            "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": false
        },
        {
            "id": 15153,
            "title": "Amount of CD34+ cells in the peripheral blood - a real prediction for the yield of the stem cell concentrate?",
            "abstract": null,
            "authors": [
                "Gilli, R",
                "Sipurzynski, S",
                "Helmberg, W",
                "Wagner, T",
                "Schmidt, H",
                "Neumeister, P",
                "Linkesch, W",
                "Lanzer, G"
            ],
            "year": 1999,
            "source": "BONE MARROW TRANSPLANT 1999 23: S214-S214.",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:000079562900726",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "15153-14058"
            ],
            "persons": [
                "15153-51910",
                "15153-51930",
                "15153-51964"
            ],
            "imported": null,
            "journal": "BONE MARROW TRANSPLANT",
            "issn": "0268-3369",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.277,
            "impactfactor_year": 1999,
            "impactfactor_norm": 0.716666666666667,
            "impactfactor_norm_year": 1999,
            "impactfactor_norm_category": "HEMATOLOGY",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": false,
            "conference_name": null,
            "conference_place": null,
            "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": false
        },
        {
            "id": 15152,
            "title": "Life threatening bradycardia after infusion of cryopreserved stem cells.",
            "abstract": null,
            "authors": [
                "Neumeister, P",
                "Zinke, W",
                "Schmidt, HH",
                "Wagner, T",
                "Linkesch, W"
            ],
            "year": 1999,
            "source": "BONE MARROW TRANSPLANT 1999 23: S177-S177.",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:000079562900595",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "15152-14058"
            ],
            "persons": [
                "15152-51930",
                "15152-51964"
            ],
            "imported": null,
            "journal": "BONE MARROW TRANSPLANT",
            "issn": "0268-3369",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.277,
            "impactfactor_year": 1999,
            "impactfactor_norm": 0.716666666666667,
            "impactfactor_norm_year": 1999,
            "impactfactor_norm_category": "HEMATOLOGY",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": false,
            "conference_name": null,
            "conference_place": null,
            "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": false
        },
        {
            "id": 15151,
            "title": "Storageconditions of single donor platelet concentrates in a platelet additive solution",
            "abstract": null,
            "authors": [
                "Gilli, R",
                "Sipurzynski, S",
                "Wagner, T",
                "Lanzer, G"
            ],
            "year": 1999,
            "source": "BONE MARROW TRANSPLANT 1999 23: S165-S165.",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:000079562900552",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "15151-14058"
            ],
            "persons": [
                "15151-51964"
            ],
            "imported": null,
            "journal": "BONE MARROW TRANSPLANT",
            "issn": "0268-3369",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.277,
            "impactfactor_year": 1999,
            "impactfactor_norm": 0.716666666666667,
            "impactfactor_norm_year": 1999,
            "impactfactor_norm_category": "HEMATOLOGY",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": false,
            "conference_name": null,
            "conference_place": null,
            "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": false
        },
        {
            "id": 15150,
            "title": "Detection of minimal residual disease in bone marrow (BM) peripheral blood (PB) and apheresis products (AP) in metastatic breast cancer patients receiving sequential dose intensive chemotherapy with PBPC support.",
            "abstract": null,
            "authors": [
                "Bauernhofer, T",
                "Schmid, M",
                "Resel, M",
                "Gilli, R",
                "Halwachs, G",
                "Lanzer, G",
                "Wilders-Truschnig, M",
                "Samonigg, H"
            ],
            "year": 1999,
            "source": "BONE MARROW TRANSPLANT 1999 23: S145-S145.",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:000079562900480",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "15150-14028",
                "15150-14058"
            ],
            "persons": [
                "15150-51532",
                "15150-51692"
            ],
            "imported": null,
            "journal": "BONE MARROW TRANSPLANT",
            "issn": "0268-3369",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.277,
            "impactfactor_year": 1999,
            "impactfactor_norm": 0.716666666666667,
            "impactfactor_norm_year": 1999,
            "impactfactor_norm_category": "HEMATOLOGY",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": false,
            "conference_name": null,
            "conference_place": null,
            "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": false
        },
        {
            "id": 15149,
            "title": "Antithymocyte globulin may reduce transplant related mortality and chronic GVHD in patients undergoing allogeneic stem cell transplantation.",
            "abstract": null,
            "authors": [
                "Neumeister, P",
                "Zinke, W",
                "Schmidt, HH",
                "Linkesch, W"
            ],
            "year": 1999,
            "source": "BONE MARROW TRANSPLANT 1999 23: S95-S95.",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:000079562900317",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "15149-51930"
            ],
            "imported": null,
            "journal": "BONE MARROW TRANSPLANT",
            "issn": "0268-3369",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.277,
            "impactfactor_year": 1999,
            "impactfactor_norm": 0.716666666666667,
            "impactfactor_norm_year": 1999,
            "impactfactor_norm_category": "HEMATOLOGY",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": false,
            "conference_name": null,
            "conference_place": null,
            "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": false
        },
        {
            "id": 15148,
            "title": "High-dose chemotherapy with peripheral blood stem cell support for high risk breast cancer.",
            "abstract": null,
            "authors": [
                "Schmid, M",
                "Bauernhofer, T",
                "Resel, M",
                "Ploner, F",
                "Schippinger, W",
                "Gilli, R",
                "Lanzer, G",
                "Truschnig-Wilders, M",
                "Samonigg, H"
            ],
            "year": 1999,
            "source": "BONE MARROW TRANSPLANT 1999 23: S42-S42.",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:000079562900135",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "15148-14028",
                "15148-14058",
                "15148-14085"
            ],
            "persons": [
                "15148-51532",
                "15148-51692"
            ],
            "imported": null,
            "journal": "BONE MARROW TRANSPLANT",
            "issn": "0268-3369",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.277,
            "impactfactor_year": 1999,
            "impactfactor_norm": 0.716666666666667,
            "impactfactor_norm_year": 1999,
            "impactfactor_norm_category": "HEMATOLOGY",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": false,
            "conference_name": null,
            "conference_place": null,
            "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": false
        },
        {
            "id": 15147,
            "title": "Sequential dose intensive chemotherapy with cyclophosphamide and carboplatin (CC) with peripheral blood progenitor cell (PBPC) support in metastatic breast cancer patients.",
            "abstract": null,
            "authors": [
                "Bauernhofer, T",
                "Schmid, M",
                "Stoeger, H",
                "Kasparek, AK",
                "Ploner, F",
                "Kuss, I",
                "Gilli, R",
                "Lanzer, H",
                "Samonigg, H"
            ],
            "year": 1999,
            "source": "BONE MARROW TRANSPLANT 1999 23: S37-S37.",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:000079562900116",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "15147-14058",
                "15147-14085"
            ],
            "persons": [
                "15147-51532",
                "15147-51538",
                "15147-51692"
            ],
            "imported": null,
            "journal": "BONE MARROW TRANSPLANT",
            "issn": "0268-3369",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.277,
            "impactfactor_year": 1999,
            "impactfactor_norm": 0.716666666666667,
            "impactfactor_norm_year": 1999,
            "impactfactor_norm_category": "HEMATOLOGY",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": false,
            "conference_name": null,
            "conference_place": null,
            "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": false
        },
        {
            "id": 15146,
            "title": "Color-coded duplex Doppler (CDD) vs. blind transcranial Doppler (TCD) measurements in newborns",
            "abstract": null,
            "authors": [
                "Haxhija, EQ",
                "Ipsiroglu, OS",
                "Kuhle, S",
                "Grabner, I",
                "Rosegger, H",
                "Pollak, A"
            ],
            "year": 1999,
            "source": "PEDIAT RES 1999 45: 201A-201A.",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:000079476701179",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "15146-51879"
            ],
            "imported": null,
            "journal": "PEDIAT RES",
            "issn": "0031-3998",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.671,
            "impactfactor_year": 1999,
            "impactfactor_norm": 0.958333333333333,
            "impactfactor_norm_year": 1999,
            "impactfactor_norm_category": "PEDIATRICS",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": false,
            "conference_name": null,
            "conference_place": null,
            "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": false
        },
        {
            "id": 15145,
            "title": "Sleep states and cerebral blood flow velocity in healthy neonates",
            "abstract": null,
            "authors": [
                "Haxhija, EO",
                "Ipsiroglu, OS",
                "Kuhle, S",
                "Quehenberger, F",
                "Pollak, A",
                "Prechtl, HFR"
            ],
            "year": 1999,
            "source": "PEDIAT RES 1999 45: 1177-1177.",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:000079476701178",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "15145-14010"
            ],
            "persons": [
                "15145-50466",
                "15145-51879"
            ],
            "imported": null,
            "journal": "PEDIAT RES",
            "issn": "0031-3998",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.671,
            "impactfactor_year": 1999,
            "impactfactor_norm": 0.958333333333333,
            "impactfactor_norm_year": 1999,
            "impactfactor_norm_category": "PEDIATRICS",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": false,
            "conference_name": null,
            "conference_place": null,
            "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": false
        },
        {
            "id": 15144,
            "title": "Effect of five different catecholamines on peristalsis in guinea pig ileum",
            "abstract": null,
            "authors": [
                "Scheidl, S",
                "Petnehazy, T",
                "Holzer, P",
                "Hammer, HF"
            ],
            "year": 1999,
            "source": "GASTROENTEROLOGY 1999 116: A1350-A1350.",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:000079778405847",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "15144-14081"
            ],
            "persons": [
                "15144-50167",
                "15144-51531",
                "15144-51529"
            ],
            "imported": null,
            "journal": "GASTROENTEROLOGY",
            "issn": "0016-5085",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 12.182,
            "impactfactor_year": 1999,
            "impactfactor_norm": 1.0,
            "impactfactor_norm_year": 1999,
            "impactfactor_norm_category": "GASTROENTEROLOGY & HEPATOLOGY",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": false,
            "conference_name": null,
            "conference_place": null,
            "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": false
        },
        {
            "id": 15143,
            "title": "Constitutive but not inducible COX-2 contributes to cholera toxin-induced fluid secretion in the rat jejunum",
            "abstract": null,
            "authors": [
                "Beubler, E",
                "Schuligoi, R",
                "Peskar, BA"
            ],
            "year": 1999,
            "source": "GASTROENTEROLOGY 1999 116: A862-A862.",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:000079778403748",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "15143-14022"
            ],
            "persons": [
                "15143-51667"
            ],
            "imported": null,
            "journal": "GASTROENTEROLOGY",
            "issn": "0016-5085",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 12.182,
            "impactfactor_year": 1999,
            "impactfactor_norm": 1.0,
            "impactfactor_norm_year": 1999,
            "impactfactor_norm_category": "GASTROENTEROLOGY & HEPATOLOGY",
            "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": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 15142,
            "title": "Comparison of two doses of intravenous pantoprazole in peptic ulcer bleeding",
            "abstract": null,
            "authors": [
                "Schonekas, H",
                "Ahrens, H",
                "Pannewick, U",
                "Ell, C",
                "Koop, H",
                "Petritsch, W",
                "Klein, M",
                "Fischer, R"
            ],
            "year": 1999,
            "source": "GASTROENTEROLOGY 1999 116: A305-A305.",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:000079778401337",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "15142-14081"
            ],
            "persons": [
                "15142-51536"
            ],
            "imported": null,
            "journal": "GASTROENTEROLOGY",
            "issn": "0016-5085",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 12.182,
            "impactfactor_year": 1999,
            "impactfactor_norm": 1.0,
            "impactfactor_norm_year": 1999,
            "impactfactor_norm_category": "GASTROENTEROLOGY & HEPATOLOGY",
            "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": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 15141,
            "title": "Can C-13 urea breath tests be used for quantitative assessment of Helicobacter pylori infection?",
            "abstract": null,
            "authors": [
                "Eherer, AJ",
                "Lindner, F",
                "Hammer, HF",
                "Hinterleitner, TS",
                "Krejs, GJ"
            ],
            "year": 1999,
            "source": "GASTROENTEROLOGY 1999 116: A153-A153.",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:000079778400664",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "15141-14081"
            ],
            "persons": [
                "15141-51531",
                "15141-51534"
            ],
            "imported": null,
            "journal": "GASTROENTEROLOGY",
            "issn": "0016-5085",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 12.182,
            "impactfactor_year": 1999,
            "impactfactor_norm": 1.0,
            "impactfactor_norm_year": 1999,
            "impactfactor_norm_category": "GASTROENTEROLOGY & HEPATOLOGY",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": false,
            "conference_name": null,
            "conference_place": null,
            "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": false
        },
        {
            "id": 15140,
            "title": "ESWL and endoscopic treatment of symptomatic chronic calcific pancreatitis: Morphological, functional, and quality of life evaluation",
            "abstract": null,
            "authors": [
                "Kahl, M",
                "Brand, B",
                "Nam, VC",
                "Gurakuqi, G",
                "Binmoeller, KF",
                "Thonke, F",
                "Seitz, U",
                "Bohnacker, S",
                "Tiran, A",
                "Soehendra, N"
            ],
            "year": 1999,
            "source": "GASTROINTEST ENDOSCOP 1999 49: AB222-AB222.",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:000079848100647",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "15140-14081"
            ],
            "persons": [],
            "imported": null,
            "journal": "GASTROINTEST ENDOSCOP",
            "issn": "0016-5107",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 3.225,
            "impactfactor_year": 1999,
            "impactfactor_norm": 0.886363636363636,
            "impactfactor_norm_year": 1999,
            "impactfactor_norm_category": "GASTROENTEROLOGY & HEPATOLOGY",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": false,
            "conference_name": null,
            "conference_place": null,
            "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": false
        },
        {
            "id": 15137,
            "title": "Capnography for polygraphic recordings in pediatric patients: Less artifacts and additional information",
            "abstract": null,
            "authors": [
                "Kerbl, R",
                "Pfleger, A",
                "Kurz, R"
            ],
            "year": 1999,
            "source": "PEDIAT RES 1999 45: 42A-42A.",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:000080088200166",
            "pubmed": null,
            "doi": "10.1203/00006450-199905020-00165",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "PEDIAT RES",
            "issn": "0031-3998",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.671,
            "impactfactor_year": 1999,
            "impactfactor_norm": 0.958333333333333,
            "impactfactor_norm_year": 1999,
            "impactfactor_norm_category": "PEDIATRICS",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": false,
            "conference_name": null,
            "conference_place": null,
            "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": false
        },
        {
            "id": 15136,
            "title": "Two alternative pathways leading to SID events",
            "abstract": null,
            "authors": [
                "Kerbl, R",
                "Roll, P",
                "Kurz, R"
            ],
            "year": 1999,
            "source": "PEDIAT RES 1999 45: 28A-28A.",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:000080088200110",
            "pubmed": null,
            "doi": "10.1203/00006450-199905020-00109",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "PEDIAT RES",
            "issn": "0031-3998",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.671,
            "impactfactor_year": 1999,
            "impactfactor_norm": 0.958333333333333,
            "impactfactor_norm_year": 1999,
            "impactfactor_norm_category": "PEDIATRICS",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": false,
            "conference_name": null,
            "conference_place": null,
            "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": false
        },
        {
            "id": 15135,
            "title": "Changes in cerebral blood volume and cerebral oxygenation during periodic breathing",
            "abstract": null,
            "authors": [
                "Urlesberger, B",
                "Pichler, G",
                "Kerbl, R",
                "Reiterer, F",
                "Muller, W"
            ],
            "year": 1999,
            "source": "PEDIAT RES 1999 45: 19A-19A.",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:000080088200077",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "15135-14094"
            ],
            "persons": [
                "15135-50907",
                "15135-51643",
                "15135-51653"
            ],
            "imported": null,
            "journal": "PEDIAT RES",
            "issn": "0031-3998",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.671,
            "impactfactor_year": 1999,
            "impactfactor_norm": 0.958333333333333,
            "impactfactor_norm_year": 1999,
            "impactfactor_norm_category": "PEDIATRICS",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": false,
            "conference_name": null,
            "conference_place": null,
            "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": false
        }
    ]
}