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=149140&ordering=imported
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 157757,
    "next": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=149160&ordering=imported",
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=149120&ordering=imported",
    "results": [
        {
            "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
        },
        {
            "id": 15134,
            "title": "Relationship between the decrease of infant mortality and SIDS incidence in Styria (Austria)",
            "abstract": null,
            "authors": [
                "Kurz, R",
                "Kerbl, R"
            ],
            "year": 1999,
            "source": "PEDIAT RES 1999 45: 9A-9A.",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:000080088200036",
            "pubmed": null,
            "doi": "10.1203/00006450-199905020-00035",
            "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": 15133,
            "title": "Expression, purification and in vitro refolding of kringle IV-type 6 and kringle V of human apolipoprotein-(a)",
            "abstract": null,
            "authors": [
                "Hrzenjak, A",
                "Frank, S",
                "Kostner, GM"
            ],
            "year": 1999,
            "source": "ATHEROSCLEROSIS 1999 144: 105-105.",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:000080687500405",
            "pubmed": null,
            "doi": "10.1016/S0021-9150(99)80404-3",
            "pmc": null,
            "organizations": [],
            "persons": [
                "15133-50610",
                "15133-51669",
                "15133-51988"
            ],
            "imported": null,
            "journal": "ATHEROSCLEROSIS",
            "issn": "0021-9150",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.877,
            "impactfactor_year": 1999,
            "impactfactor_norm": 0.75,
            "impactfactor_norm_year": 1999,
            "impactfactor_norm_category": "PERIPHERAL VASCULAR DISEASE",
            "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": 15132,
            "title": "Crystallographic studies on human plasma lipoproteins",
            "abstract": null,
            "authors": [
                "Prassl, R",
                "Schwarzenbacher, R",
                "Gries, A",
                "Kostner, GM",
                "Chapman, MJ",
                "Nigon, F",
                "Laggner, P"
            ],
            "year": 1999,
            "source": "ATHEROSCLEROSIS 1999 144: 104-104.",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:000080687500404",
            "pubmed": null,
            "doi": "10.1016/S0021-9150(99)80403-1",
            "pmc": null,
            "organizations": [
                "15132-14010",
                "15132-14011"
            ],
            "persons": [
                "15132-83066",
                "15132-51669"
            ],
            "imported": null,
            "journal": "ATHEROSCLEROSIS",
            "issn": "0021-9150",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.877,
            "impactfactor_year": 1999,
            "impactfactor_norm": 0.75,
            "impactfactor_norm_year": 1999,
            "impactfactor_norm_category": "PERIPHERAL VASCULAR DISEASE",
            "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": 15130,
            "title": "Personality disorders in panic attack patients with and without major depression",
            "abstract": null,
            "authors": [
                "Langs, G",
                "Quehenberger, F",
                "Fabisch, K",
                "Klug, G",
                "Fabisch, H",
                "Zapotoczky, HG"
            ],
            "year": 1999,
            "source": "VERHALTENSTHERAPIE 1999 9: 43-43.",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:000079881000126",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "15130-29444"
            ],
            "persons": [
                "15130-50466",
                "15130-51731"
            ],
            "imported": null,
            "journal": "VERHALTENSTHERAPIE",
            "issn": "1016-6262",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.463,
            "impactfactor_year": 1999,
            "impactfactor_norm": 0.225,
            "impactfactor_norm_year": 1999,
            "impactfactor_norm_category": "PSYCHIATRY",
            "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": 15129,
            "title": "Hydroxyethylstarch in patients with decreased kidney function",
            "abstract": null,
            "authors": [
                "Gassmayr, SE",
                "Moser, RL",
                "Fall, A",
                "Kroll, W",
                "List, WF"
            ],
            "year": 1999,
            "source": "BRIT J ANAESTH 1999 82: 135-136.",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:000081159400444",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "BRIT J ANAESTH",
            "issn": "0007-0912",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.387,
            "impactfactor_year": 1999,
            "impactfactor_norm": 0.814814814814815,
            "impactfactor_norm_year": 1999,
            "impactfactor_norm_category": "ANESTHESIOLOGY",
            "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": 15128,
            "title": "Familial cryptic reciprocal translocation leading to a high incidence of unbalanced telomeric partial trisomy and monosomy",
            "abstract": null,
            "authors": [
                "Petek, E",
                "Holinski-Feder, E",
                "Reyniers, E",
                "Schoepen, I",
                "Meitinger, T",
                "Kooy, RF",
                "Zierler, H",
                "Wagner, K",
                "Kroisel, P"
            ],
            "year": 1999,
            "source": "CYTOGENET CELL GENET 1999 85: 161-161.",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:000081334900679",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "15128-14021"
            ],
            "persons": [
                "15128-51527",
                "15128-51682"
            ],
            "imported": null,
            "journal": "CYTOGENET CELL GENET",
            "issn": "0301-0171",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.604,
            "impactfactor_year": 1999,
            "impactfactor_norm": 0.425531914893617,
            "impactfactor_norm_year": 1999,
            "impactfactor_norm_category": "CELL BIOLOGY",
            "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
        }
    ]
}