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=158360&ordering=imported
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 158418,
    "next": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=158380&ordering=imported",
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=158340&ordering=imported",
    "results": [
        {
            "id": 14750,
            "title": "Sudden onset of platelet activation induced by endogenously generated thrombin - Effects of heparin and hirudin",
            "abstract": null,
            "authors": [
                "Gallistl, S",
                "Grosshaupt, B",
                "Muntean, W"
            ],
            "year": 1997,
            "source": "THROMB HAEMOST 1997 SUPPL: P1906-P1906.",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:A1997XE89801905",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "14750-14091"
            ],
            "persons": [
                "14750-51651",
                "14750-51963"
            ],
            "imported": null,
            "journal": "THROMB HAEMOST",
            "issn": "0340-6245",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 4.582,
            "impactfactor_year": 1997,
            "impactfactor_norm": 0.898305084745763,
            "impactfactor_norm_year": 1998,
            "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": 14749,
            "title": "Low molecular weight heparin in the initial and prolonged treatment of unstable coronary artery disease - The fragmin in unstable coronary artery disease study (FRIC)",
            "abstract": null,
            "authors": [
                "Klein, W"
            ],
            "year": 1997,
            "source": "THROMB HAEMOST 1997 SUPPL: S1529-S1529.",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:A1997XE89801528",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "THROMB HAEMOST",
            "issn": "0340-6245",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 4.582,
            "impactfactor_year": 1997,
            "impactfactor_norm": 0.898305084745763,
            "impactfactor_norm_year": 1998,
            "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": 14746,
            "title": "Pathological glucose tolerance test: Incidence of autonomic skin's neuropathies.",
            "abstract": null,
            "authors": [
                "Koltringer, P",
                "Reisecker, F"
            ],
            "year": 1997,
            "source": "DIABETOLOGIA 1997 40: 2210-2210.",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:A1997XG12302198",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "DIABETOLOGIA",
            "issn": "0012-186X",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 5.347,
            "impactfactor_year": 1997,
            "impactfactor_norm": 0.903614457831325,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "ENDOCRINOLOGY & METABOLISM",
            "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": 14745,
            "title": "Renal reserve capacity in type 1 diabetic subjects after oral protein load",
            "abstract": null,
            "authors": [
                "Siebenhofer, A",
                "Brunner, G",
                "Wutte, A",
                "Zitta, S",
                "Sendlhofer, G",
                "Lang, T",
                "Estelberger, W",
                "Reibnegger, G",
                "Pieber, TR"
            ],
            "year": 1997,
            "source": "DIABETOLOGIA 1997 40: 2099-2099.",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:A1997XG12302089",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "14745-14076",
                "14745-14084"
            ],
            "persons": [
                "14745-50569",
                "14745-51098",
                "14745-51831",
                "14745-51843",
                "14745-78071"
            ],
            "imported": null,
            "journal": "DIABETOLOGIA",
            "issn": "0012-186X",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 5.347,
            "impactfactor_year": 1997,
            "impactfactor_norm": 0.903614457831325,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "ENDOCRINOLOGY & METABOLISM",
            "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": 14744,
            "title": "Accuracy of home blood glucose meters with special respect to different glycaemic ranges",
            "abstract": null,
            "authors": [
                "Sendlhofer, G",
                "Ellmerer, M",
                "Brunner, GA",
                "Wutte, A",
                "Schaupp, L",
                "Trajanoski, Z",
                "Wach, P",
                "Pieber, TR"
            ],
            "year": 1997,
            "source": "DIABETOLOGIA 1997 40: 1414-1414.",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:A1997XG12301405",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "14744-14076"
            ],
            "persons": [
                "14744-51831",
                "14744-78071"
            ],
            "imported": null,
            "journal": "DIABETOLOGIA",
            "issn": "0012-186X",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 5.347,
            "impactfactor_year": 1997,
            "impactfactor_norm": 0.903614457831325,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "ENDOCRINOLOGY & METABOLISM",
            "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": 14742,
            "title": "Effects of melatonin supplementation on plasma leptin levels.",
            "abstract": null,
            "authors": [
                "Wascher, TC",
                "HabersackWallner, S",
                "Bahadori, B",
                "Roden, M",
                "Novotny, P",
                "Toplak, H"
            ],
            "year": 1997,
            "source": "DIABETOLOGIA 1997 40: 1064-1064.",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:A1997XG12301056",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "14742-51846",
                "14742-51266"
            ],
            "imported": null,
            "journal": "DIABETOLOGIA",
            "issn": "0012-186X",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 5.347,
            "impactfactor_year": 1997,
            "impactfactor_norm": 0.903614457831325,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "ENDOCRINOLOGY & METABOLISM",
            "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": 14741,
            "title": "Leptin secretion after oral glucose load and after mixed meal test in young, healthy subjects",
            "abstract": null,
            "authors": [
                "Brunner, GA",
                "Fleck, S",
                "Wutte, A",
                "Sendlhofer, G",
                "Siebenhofer, A",
                "Pieber, TR"
            ],
            "year": 1997,
            "source": "DIABETOLOGIA 1997 40: 1055-1055.",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:A1997XG12301046",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "14741-14076"
            ],
            "persons": [
                "14741-51098",
                "14741-51831",
                "14741-78071"
            ],
            "imported": null,
            "journal": "DIABETOLOGIA",
            "issn": "0012-186X",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 5.347,
            "impactfactor_year": 1997,
            "impactfactor_norm": 0.903614457831325,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "ENDOCRINOLOGY & METABOLISM",
            "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": 14740,
            "title": "HOXC4, -C5 and -C6 expression in primary cutaneous lymphoid lesions: High expression of HOXC5 in anaplastic large cell lymphomas",
            "abstract": null,
            "authors": [
                "Meijer, CJLM",
                "Bijl, JJ",
                "Rieger, E",
                "vanOostveen, JW",
                "Walboomers, JMM",
                "Kreike, M",
                "Willemze, R"
            ],
            "year": 1997,
            "source": "J INVEST DERMATOL 1997 109: 487-487.",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:A1997XT10300470",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "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.584,
            "impactfactor_year": 1997,
            "impactfactor_norm": 1.0,
            "impactfactor_norm_year": 1998,
            "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": 14739,
            "title": "Human herpes virus-8 specific DNA sequences in primary cutaneous B-cell lymphomas.",
            "abstract": null,
            "authors": [
                "Cerroni, L",
                "Zochling, N",
                "Wolf, P",
                "Putz, B",
                "Kerl, H"
            ],
            "year": 1997,
            "source": "J INVEST DERMATOL 1997 109: 486-486.",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:A1997XT10300460",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "14739-14047"
            ],
            "persons": [
                "14739-51751",
                "14739-51618",
                "14739-51620"
            ],
            "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.584,
            "impactfactor_year": 1997,
            "impactfactor_norm": 1.0,
            "impactfactor_norm_year": 1998,
            "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": 14738,
            "title": "EORTC classification for primary cutaneous lymphomas",
            "abstract": null,
            "authors": [
                "Willemze, R",
                "Kerl, H",
                "Sterry, W",
                "Berti, E",
                "Cerroni, L",
                "Chimenti, S",
                "DiazPerez, JL",
                "Geerts, ML",
                "Goos, M",
                "Knobler, R",
                "Ralfkiaer, E",
                "Santucci, M",
                "Smith, N",
                "Wechsler, J",
                "vanVloten, WA",
                "Meijer, CJLM"
            ],
            "year": 1997,
            "source": "J INVEST DERMATOL 1997 109: 484-484.",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:A1997XT10300447",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "14738-14047"
            ],
            "persons": [
                "14738-51751",
                "14738-51620"
            ],
            "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.584,
            "impactfactor_year": 1997,
            "impactfactor_norm": 1.0,
            "impactfactor_norm_year": 1998,
            "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": 14737,
            "title": "Detection of Borrelia burgdorferi in skin lesions of primary cutaneous B-cell lymphomas by PCR technique",
            "abstract": null,
            "authors": [
                "Cerroni, L",
                "Zochling, N",
                "Putz, B",
                "Kerl, H"
            ],
            "year": 1997,
            "source": "J INVEST DERMATOL 1997 109: 455-455.",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:A1997XT10300334",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "14737-14047"
            ],
            "persons": [
                "14737-51751",
                "14737-51620"
            ],
            "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.584,
            "impactfactor_year": 1997,
            "impactfactor_norm": 1.0,
            "impactfactor_norm_year": 1998,
            "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": 14736,
            "title": "Detection of HPV DNA sequences by nested PCR in PUVA-associated keratoacanthomas.",
            "abstract": null,
            "authors": [
                "Wolf, P",
                "Putz, B",
                "Maier, H",
                "Honigsmann, H",
                "Kerl, H"
            ],
            "year": 1997,
            "source": "J INVEST DERMATOL 1997 109: 437-437.",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:A1997XT10300225",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "14736-14047"
            ],
            "persons": [
                "14736-51618",
                "14736-51620"
            ],
            "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.584,
            "impactfactor_year": 1997,
            "impactfactor_norm": 1.0,
            "impactfactor_norm_year": 1998,
            "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": 14735,
            "title": "Changes in the dermoscopic images of acquired melanocytic nevi in childhood.",
            "abstract": null,
            "authors": [
                "HofmannWellenhof, R",
                "Salmhofer, W",
                "FinkPuches, R",
                "Smolle, J",
                "Kerl, H"
            ],
            "year": 1997,
            "source": "J INVEST DERMATOL 1997 109: 434-434.",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:A1997XT10300209",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "14735-14047"
            ],
            "persons": [
                "14735-51620",
                "14735-51711",
                "14735-51721",
                "14735-51617"
            ],
            "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.584,
            "impactfactor_year": 1997,
            "impactfactor_norm": 1.0,
            "impactfactor_norm_year": 1998,
            "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": 14734,
            "title": "p16(INK4a) and pl9(ARF) germline mutations in familial melanoma.",
            "abstract": null,
            "authors": [
                "Fargnoli, MC",
                "Chimenti, S",
                "Keller, G",
                "DalPozzo, V",
                "Soyer, P",
                "Hofler, H",
                "Peris, K"
            ],
            "year": 1997,
            "source": "J INVEST DERMATOL 1997 109: 424-424.",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:A1997XT10300148",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "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.584,
            "impactfactor_year": 1997,
            "impactfactor_norm": 1.0,
            "impactfactor_norm_year": 1998,
            "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": 14733,
            "title": "The skin-target or barrier to transfer of exogenous DNA.",
            "abstract": null,
            "authors": [
                "Udvardi, A",
                "Kapfer, I",
                "Zatloukal, K",
                "VolcPlatzer, B"
            ],
            "year": 1997,
            "source": "J INVEST DERMATOL 1997 109: 422-422.",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:A1997XT10300135",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "14733-51663"
            ],
            "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.584,
            "impactfactor_year": 1997,
            "impactfactor_norm": 1.0,
            "impactfactor_norm_year": 1998,
            "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": 14732,
            "title": "Evidence that oral magnesium (Mg) supplementation in young males suppresses bone turnover.",
            "abstract": null,
            "authors": [
                "Dimai, HP",
                "Porta, S",
                "Wimsberger, G",
                "Wascher, T",
                "WildersTruschnig, M",
                "Leb, G",
                "Lau, KHW"
            ],
            "year": 1997,
            "source": "J BONE MINER RES 1997 12: F529-F529.",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:A1997XP62701017",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "14732-14014"
            ],
            "persons": [
                "14732-79271"
            ],
            "imported": null,
            "journal": "J BONE MINER RES",
            "issn": "0884-0431",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 6.695,
            "impactfactor_year": 1997,
            "impactfactor_norm": 0.939759036144578,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "ENDOCRINOLOGY & METABOLISM",
            "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": 14731,
            "title": "Bone loss in patients with chronic obstructive pulmonary disease (COPD) may be in part mediated by the hypercapnia-related increase in bone resorption (BR).",
            "abstract": null,
            "authors": [
                "Dimai, HP",
                "Domej, W",
                "Leb, G",
                "Lau, KHW"
            ],
            "year": 1997,
            "source": "J BONE MINER RES 1997 12: P266-P266.",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:A1997XP62700261",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "14731-14087"
            ],
            "persons": [
                "14731-51525",
                "14731-79271"
            ],
            "imported": null,
            "journal": "J BONE MINER RES",
            "issn": "0884-0431",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 6.695,
            "impactfactor_year": 1997,
            "impactfactor_norm": 0.939759036144578,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "ENDOCRINOLOGY & METABOLISM",
            "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": 14730,
            "title": "Recombinant human erythropoietin vs. predonation of autologous blood",
            "abstract": null,
            "authors": [
                "Stubenvoll, E",
                "Gries, M",
                "Szipurzynski, S",
                "Gombotz, H"
            ],
            "year": 1997,
            "source": "ANESTHESIOLOGY 1997 87: A956-A956.",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:A1997XV63600956",
            "pubmed": null,
            "doi": "10.1097/00000542-199709001-00956",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "ANESTHESIOLOGY",
            "issn": "0003-3022",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 4.625,
            "impactfactor_year": 1997,
            "impactfactor_norm": 1.0,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "ANESTHESIOLOGY",
            "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": 14729,
            "title": "Selective ligands for delta-opioid receptors have less inhibitory effect on intestinal peristalsis than mu- or kappa-agonists in the guinea-pig ileum",
            "abstract": null,
            "authors": [
                "Herbert, MK",
                "Arzet, H",
                "Holzer, P",
                "Roewer, N"
            ],
            "year": 1997,
            "source": "ANESTHESIOLOGY 1997 87: A646-A646.",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:A1997XV63600646",
            "pubmed": null,
            "doi": "10.1097/00000542-199709001-00646",
            "pmc": null,
            "organizations": [
                "14729-14022"
            ],
            "persons": [
                "14729-51529"
            ],
            "imported": null,
            "journal": "ANESTHESIOLOGY",
            "issn": "0003-3022",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 4.625,
            "impactfactor_year": 1997,
            "impactfactor_norm": 1.0,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "ANESTHESIOLOGY",
            "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": 14728,
            "title": "Esophageal pulse oximetry is more reliable than surface pulse oximetry in ICU-patients",
            "abstract": null,
            "authors": [
                "Dorn, C",
                "Krenn, H",
                "Gombotz, H",
                "List, WF"
            ],
            "year": 1997,
            "source": "ANESTHESIOLOGY 1997 87: A389-A389.",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:A1997XV63600389",
            "pubmed": null,
            "doi": "10.1097/00000542-199709001-00389",
            "pmc": null,
            "organizations": [
                "14728-14069"
            ],
            "persons": [
                "14728-51923"
            ],
            "imported": null,
            "journal": "ANESTHESIOLOGY",
            "issn": "0003-3022",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 4.625,
            "impactfactor_year": 1997,
            "impactfactor_norm": 1.0,
            "impactfactor_norm_year": 1998,
            "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
        }
    ]
}