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=149740&ordering=imported
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 157573,
    "next": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=149760&ordering=imported",
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=149720&ordering=imported",
    "results": [
        {
            "id": 3289,
            "title": "Chronic cholangitis",
            "abstract": null,
            "authors": [
                "Langner, C",
                "Denk, H"
            ],
            "year": 2001,
            "source": "Pathologe. 2001; 22(6):375-387",
            "category": 1,
            "document_type": 3,
            "sci": "ISI:000172498200004",
            "pubmed": "11766637",
            "doi": "10.1007/s002920100488",
            "pmc": null,
            "organizations": [
                "3289-14020"
            ],
            "persons": [
                "3289-50044-2",
                "3289-51515-6"
            ],
            "imported": null,
            "journal": "PATHOLOGE",
            "issn": "0172-8113",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.472,
            "impactfactor_year": 2001,
            "impactfactor_norm": 0.136363636363636,
            "impactfactor_norm_year": 2001,
            "impactfactor_norm_category": "PATHOLOGY",
            "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": 3288,
            "title": "Severe initial manifestations of psoriasis in staphylococcal infections",
            "abstract": null,
            "authors": [
                "Tunus, G",
                "Pilger, U",
                "Aberer, E"
            ],
            "year": 2001,
            "source": "Wien Klin Wochenschr. 2001; 113(19):747-751",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000171841600007",
            "pubmed": "11715754",
            "doi": null,
            "pmc": null,
            "organizations": [
                "3288-14047"
            ],
            "persons": [],
            "imported": null,
            "journal": "WIEN KLIN WOCHENSCHR",
            "issn": "0043-5325",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 0.646,
            "impactfactor_year": 2001,
            "impactfactor_norm": 0.482142857142857,
            "impactfactor_norm_year": 2001,
            "impactfactor_norm_category": "MEDICINE, GENERAL & INTERNAL",
            "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": 3285,
            "title": "Platitudes in allergy--based on the example of the euro.",
            "abstract": null,
            "authors": [
                "Aberer, W"
            ],
            "year": 2001,
            "source": "Contact Dermatitis. 2001; 45(4):254-255",
            "category": 1,
            "document_type": 2,
            "sci": "ISI:000171544500023",
            "pubmed": "11683850",
            "doi": "10.1034%2Fj.1600-0536.2001.450423.x",
            "pmc": null,
            "organizations": [
                "3285-14047"
            ],
            "persons": [
                "3285-51346-2"
            ],
            "imported": null,
            "journal": "CONTACT DERMATITIS",
            "issn": "0105-1873",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.016,
            "impactfactor_year": 2001,
            "impactfactor_norm": 0.526315789473684,
            "impactfactor_norm_year": 2001,
            "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": 3280,
            "title": "Chronic myeloid leukemia with a rare variant Philadelphia translocation: t(9;10;22)(q34;q22;q11).",
            "abstract": null,
            "authors": [
                "Emberger, W",
                "Behmel, A",
                "Tschernigg, M",
                "Seewann, HL",
                "Petek, E",
                "Kroisel, PM",
                "Wagner, K"
            ],
            "year": 2001,
            "source": "Cancer Genet Cytogenet. 2001; 129(1):76-79",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000170586400014",
            "pubmed": "11520571",
            "doi": "10.1016/S0165-4608(01)00417-4",
            "pmc": null,
            "organizations": [
                "3280-14021"
            ],
            "persons": [
                "3280-50997-2",
                "3280-51527-6",
                "3280-51682-6",
                "3280-51996-6"
            ],
            "imported": null,
            "journal": "CANCER GENET CYTOGENET",
            "issn": "0165-4608",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 1.529,
            "impactfactor_year": 2001,
            "impactfactor_norm": 0.420560747663551,
            "impactfactor_norm_year": 2001,
            "impactfactor_norm_category": "ONCOLOGY",
            "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": 3276,
            "title": "Fluorescent high-density labeling of DNA: error-free substitution for a normal nucleotide.",
            "abstract": null,
            "authors": [
                "Földes-Papp, Z",
                "Angerer, B",
                "Ankenbauer, W",
                "Rigler, R"
            ],
            "year": 2001,
            "source": "J Biotechnol. 2001; 86(3):237-253",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000167948900006",
            "pubmed": "11257534",
            "doi": "10.1016%2FS0168-1656%2800%2900416-8",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "J BIOTECHNOL",
            "issn": "0168-1656",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.651,
            "impactfactor_year": 2001,
            "impactfactor_norm": 0.66412213740458,
            "impactfactor_norm_year": 2001,
            "impactfactor_norm_category": "BIOTECHNOLOGY & APPLIED MICROBIOLOGY",
            "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": true
        },
        {
            "id": 3275,
            "title": "Fluorescently labeled model DNA sequences for exonucleolytic sequencing.",
            "abstract": null,
            "authors": [
                "Földes-Papp, Z",
                "Angerer, B",
                "Thyberg, P",
                "Hinz, M",
                "Wennmalm, S",
                "Ankenbauer, W",
                "Seliger, H",
                "Holmgren, A",
                "Rigler, R"
            ],
            "year": 2001,
            "source": "J Biotechnol. 2001; 86(3):203-224",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000167948900004",
            "pubmed": "11257532",
            "doi": "10.1016%2FS0168-1656%2800%2900414-4",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "J BIOTECHNOL",
            "issn": "0168-1656",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.651,
            "impactfactor_year": 2001,
            "impactfactor_norm": 0.66412213740458,
            "impactfactor_norm_year": 2001,
            "impactfactor_norm_category": "BIOTECHNOLOGY & APPLIED MICROBIOLOGY",
            "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": true
        },
        {
            "id": 3274,
            "title": "NICE and drugs for multiple sclerosis. National Institute of Clinical Excellence.",
            "abstract": null,
            "authors": [
                "Hartung, HP"
            ],
            "year": 2000,
            "source": "Lancet. 2000; 356(9235):1114-1114",
            "category": 1,
            "document_type": 2,
            "sci": "ISI:000089430500054",
            "pubmed": "11009171",
            "doi": "10.1016/S0140-6736(05)74558-X",
            "pmc": null,
            "organizations": [
                "3274-14051"
            ],
            "persons": [],
            "imported": null,
            "journal": "LANCET",
            "issn": "0140-6736",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 10.232,
            "impactfactor_year": 2000,
            "impactfactor_norm": 0.980769230769231,
            "impactfactor_norm_year": 2000,
            "impactfactor_norm_category": "MEDICINE, GENERAL & INTERNAL",
            "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": 3272,
            "title": "Peripheral lymphadenopathy in childhood--recommendations for diagnostic evaluation",
            "abstract": null,
            "authors": [
                "Benesch, M",
                "Kerbl, R",
                "Wirnsberger, A",
                "Stünzner, D",
                "Mangge, H",
                "Schenkeli, R",
                "Deutsch, J"
            ],
            "year": 2000,
            "source": "Klin Padiatr. 2000; 212(5):277-282",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000089417200006",
            "pubmed": "11048289",
            "doi": "10.1055/s-2000-9688",
            "pmc": null,
            "organizations": [
                "3272-14023",
                "3272-14048"
            ],
            "persons": [
                "3272-51369-2",
                "3272-51821-6",
                "3272-52854-6"
            ],
            "imported": null,
            "journal": "KLIN PADIAT",
            "issn": "0300-8630",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.503,
            "impactfactor_year": 2000,
            "impactfactor_norm": 0.267605633802817,
            "impactfactor_norm_year": 2000,
            "impactfactor_norm_category": "PEDIATRICS",
            "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": true
        },
        {
            "id": 3270,
            "title": "Prognostic value of APACHE II and III for preoperative evaluation of emergency surgery patients.",
            "abstract": null,
            "authors": [
                "Krenn, H",
                "Dorn, C",
                "Fitzgerald, RD",
                "Pojer, H",
                "Rumpold-Seitlinger, G",
                "List, WF"
            ],
            "year": 2000,
            "source": "Eur J Anaesthesiol. 2000; 17(8):529-530",
            "category": 1,
            "document_type": 2,
            "sci": "ISI:000089405500011",
            "pubmed": "10998038",
            "doi": "10.1046%2Fj.1365-2346.2000.00716.x",
            "pmc": null,
            "organizations": [
                "3270-14044"
            ],
            "persons": [
                "3270-51915-6",
                "3270-51923-6"
            ],
            "imported": null,
            "journal": "EUR J ANAESTH",
            "issn": "0265-0215",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.863,
            "impactfactor_year": 2000,
            "impactfactor_norm": 0.434782608695652,
            "impactfactor_norm_year": 2000,
            "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": 3269,
            "title": "Parametrial spread in patients with endometrial carcinoma undergoing radical hysterectomy.",
            "abstract": null,
            "authors": [
                "Tamussino, KF",
                "Reich, O",
                "Gücer, F",
                "Moser, F",
                "Zivkovic, F",
                "Lang, PF",
                "Winter, R"
            ],
            "year": 2000,
            "source": "Int J Gynecol Cancer. 2000; 10(4):313-317",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000089404800008",
            "pubmed": "11240692",
            "doi": "10.1046/j.1525-1438.2000.010004313.x",
            "pmc": null,
            "organizations": [
                "3269-14038"
            ],
            "persons": [
                "3269-51826-2",
                "3269-51918-6"
            ],
            "imported": null,
            "journal": "INT J GYNECOL CANCER",
            "issn": "1048-891X",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.663,
            "impactfactor_year": 2000,
            "impactfactor_norm": 0.368421052631579,
            "impactfactor_norm_year": 2000,
            "impactfactor_norm_category": "OBSTETRICS & GYNECOLOGY",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": true,
            "conference_place": true,
            "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": 3268,
            "title": "Ulcero-mutilating peripheral neuropathies: genetic linkage study and mutation analysis of candidate genes.",
            "abstract": null,
            "authors": [
                "Verhoeven, K",
                "De Vriendt, E",
                "De Jonghe, P",
                "Auer-Grumbach, M",
                "Kwon, J",
                "Wagner, K",
                "Hartung, HP",
                "Timmerman, V"
            ],
            "year": 2000,
            "source": "AMER J HUM GENET 2000 67: 325-325.",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:000089400701808",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "3268-14021"
            ],
            "persons": [
                "3268-51527"
            ],
            "imported": null,
            "journal": "AMER J HUM GENET",
            "issn": "0002-9297",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 10.351,
            "impactfactor_year": 2000,
            "impactfactor_norm": 0.956140350877193,
            "impactfactor_norm_year": 2000,
            "impactfactor_norm_category": "GENETICS & HEREDITY",
            "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": 3267,
            "title": "Hans Kresbachn (1923-2000) - In memoriam",
            "abstract": null,
            "authors": [
                "Kerl, H"
            ],
            "year": 2000,
            "source": "HAUTARZT 2000 51: 701-703.",
            "category": 1,
            "document_type": 13,
            "sci": "ISI:000089320200012",
            "pubmed": null,
            "doi": "10.1007/s001050051202",
            "pmc": null,
            "organizations": [
                "3267-14047"
            ],
            "persons": [
                "3267-51620-2"
            ],
            "imported": null,
            "journal": "HAUTARZT",
            "issn": "0017-8470",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.535,
            "impactfactor_year": 2000,
            "impactfactor_norm": 0.194444444444444,
            "impactfactor_norm_year": 2000,
            "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": 3266,
            "title": "Successful nonsurgical treatment of primary mucosa-associated lymphoid tissue lymphoma of colon presenting with multiple polypoid lesions.",
            "abstract": null,
            "authors": [
                "Auner, HW",
                "Beham-Schmid, C",
                "Lindner, G",
                "Fickert, P",
                "Linkesch, W",
                "Sill, H"
            ],
            "year": 2000,
            "source": "Am J Gastroenterol. 2000; 95(9):2387-2389",
            "category": 1,
            "document_type": 2,
            "sci": "ISI:000089310400044",
            "pubmed": "11007252",
            "doi": "10.1111/j.1572-0241.2000.02343.x",
            "pmc": null,
            "organizations": [
                "3266-14020",
                "3266-14081",
                "3266-14082"
            ],
            "persons": [
                "3266-51857-4",
                "3266-52938-6"
            ],
            "imported": null,
            "journal": "AMER J GASTROENTEROL",
            "issn": "0002-9270",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 2.834,
            "impactfactor_year": 2000,
            "impactfactor_norm": 0.844444444444444,
            "impactfactor_norm_year": 2000,
            "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": 3262,
            "title": "Allogeneic transplantation of G-CSF mobilized peripheral blood stem cells from unrelated donors: a retrospective analysis.",
            "abstract": null,
            "authors": [
                "Bornhäuser, M",
                "Theuser, C",
                "Soucek, S",
                "Hölig, K",
                "Klingebiel, T",
                "Blau, W",
                "Fauser, A",
                "Runde, V",
                "Schwinger, W",
                "Rutt, C",
                "Ehninger, G"
            ],
            "year": 2000,
            "source": "Haematologica. 2000; 85(8):839-847",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000089284300010",
            "pubmed": "10942931",
            "doi": null,
            "pmc": null,
            "organizations": [
                "3262-14048"
            ],
            "persons": [
                "3262-51859-6"
            ],
            "imported": null,
            "journal": "HAEMATOLOGICA",
            "issn": "0390-6078",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.538,
            "impactfactor_year": 2000,
            "impactfactor_norm": 0.7,
            "impactfactor_norm_year": 2000,
            "impactfactor_norm_category": "HEMATOLOGY",
            "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": 3261,
            "title": "Semiautomated quantification of hepatitis B virus DNA in a routine diagnostic laboratory.",
            "abstract": null,
            "authors": [
                "Kessler, HH",
                "Stelzl, E",
                "Daghofer, E",
                "Santner, BI",
                "Marth, E",
                "Lackner, H",
                "Stauber, RE"
            ],
            "year": 2000,
            "source": "Clin Diagn Lab Immunol. 2000; 7(5):853-855",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000089235400028",
            "pubmed": "10973470",
            "doi": "10.1128/CDLI.7.5.853-855.2000",
            "pmc": "PMC95971",
            "organizations": [
                "3261-14023",
                "3261-14048"
            ],
            "persons": [
                "3261-51803-6",
                "3261-50514-6",
                "3261-51503-6",
                "3261-51530-6",
                "3261-51812-2"
            ],
            "imported": null,
            "journal": "CLIN DIAGN LAB IMMUNOL",
            "issn": "1071-412X",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.796,
            "impactfactor_year": 2000,
            "impactfactor_norm": 0.602409638554217,
            "impactfactor_norm_year": 2000,
            "impactfactor_norm_category": "MICROBIOLOGY",
            "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": true
        },
        {
            "id": 3260,
            "title": "Isothermic hemodialysis and ultrafiltration.",
            "abstract": null,
            "authors": [
                "Rosales, LM",
                "Schneditz, D",
                "Morris, AT",
                "Rahmati, S",
                "Levin, NW"
            ],
            "year": 2000,
            "source": "Am J Kidney Dis. 2000; 36(2):353-361",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000089227100016",
            "pubmed": "10922314",
            "doi": "10.1053/ajkd.2000.8986",
            "pmc": null,
            "organizations": [
                "3260-14010"
            ],
            "persons": [
                "3260-51834-4"
            ],
            "imported": null,
            "journal": "AMER J KIDNEY DIS",
            "issn": "0272-6386",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 3.646,
            "impactfactor_year": 2000,
            "impactfactor_norm": 0.906976744186046,
            "impactfactor_norm_year": 2000,
            "impactfactor_norm_category": "UROLOGY & NEPHROLOGY",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": true,
            "conference_place": true,
            "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": 3259,
            "title": "Effect of the aminosteroid U73122 on prostaglandin E(2) production in a murine clonal osteoblast-like cell line, MC3T3-E1.",
            "abstract": null,
            "authors": [
                "Leis, HJ",
                "Köfeler, H",
                "Raspotnig, G",
                "Zach, D",
                "Fauler, G",
                "Windischhofer, W"
            ],
            "year": 2000,
            "source": "Biochem Pharmacol. 2000; 60(7):899-904",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000089199400003",
            "pubmed": "10974197",
            "doi": "10.1016%2FS0006-2952%2800%2900401-9",
            "pmc": null,
            "organizations": [
                "3259-14048"
            ],
            "persons": [
                "3259-51979-6",
                "3259-58455-6"
            ],
            "imported": null,
            "journal": "BIOCHEM PHARMACOL",
            "issn": "0006-2952",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.975,
            "impactfactor_year": 2000,
            "impactfactor_norm": 0.861878453038674,
            "impactfactor_norm_year": 2000,
            "impactfactor_norm_category": "PHARMACOLOGY & PHARMACY",
            "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": 3257,
            "title": "Formation of 8-iso-PGF(2alpha) and thromboxane A(2) by stimulation with several activators of phospholipase A(2) in the isolated human umbilical vein.",
            "abstract": null,
            "authors": [
                "Sametz, W",
                "Hummer, K",
                "Butter, M",
                "Wintersteiger, R",
                "Juan, H"
            ],
            "year": 2000,
            "source": "Br J Pharmacol. 2000; 131(1):145-151",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000089181900022",
            "pubmed": "10960081",
            "doi": "10.1038/sj.bjp.0703547",
            "pmc": "PMC1572303",
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "BRIT J PHARMACOL",
            "issn": "0007-1188",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 3.689,
            "impactfactor_year": 2000,
            "impactfactor_norm": 0.900552486187845,
            "impactfactor_norm_year": 2000,
            "impactfactor_norm_category": "PHARMACOLOGY & PHARMACY",
            "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": 3255,
            "title": "Cystatin C, an early indicator for incipient renal disease in rheumatoid arthritis.",
            "abstract": null,
            "authors": [
                "Mangge, H",
                "Liebmann, P",
                "Tanil, H",
                "Herrmann, J",
                "Wagner, C",
                "Gallistl, S",
                "Schauenstein, K",
                "Erwa, W"
            ],
            "year": 2000,
            "source": "Clin Chim Acta. 2000; 300(1-2):195-202",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000089169800018",
            "pubmed": "10958875",
            "doi": "10.1016/S0009-8981(00)00322-3",
            "pmc": null,
            "organizations": [
                "3255-14014",
                "3255-14048"
            ],
            "persons": [
                "3255-51963-6",
                "3255-52854-2"
            ],
            "imported": null,
            "journal": "CLIN CHIM ACTA",
            "issn": "0009-8981",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.041,
            "impactfactor_year": 2000,
            "impactfactor_norm": 0.5,
            "impactfactor_norm_year": 2000,
            "impactfactor_norm_category": "MEDICAL LABORATORY TECHNOLOGY",
            "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": true
        },
        {
            "id": 3254,
            "title": "A case of comorbidity between panic disorder and photosensitive epilepsy.",
            "abstract": null,
            "authors": [
                "Langs, G",
                "Fabisch, K",
                "Fabisch, H"
            ],
            "year": 2000,
            "source": "PSYCHOPATHOLOGY 2000 33: 271-274.",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000089163400007",
            "pubmed": "10965285",
            "doi": "10.1159/000029157",
            "pmc": null,
            "organizations": [
                "3254-29444"
            ],
            "persons": [
                "3254-51731-6"
            ],
            "imported": null,
            "journal": "PSYCHOPATHOLOGY",
            "issn": "0254-4962",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 0.547,
            "impactfactor_year": 2000,
            "impactfactor_norm": 0.256410256410256,
            "impactfactor_norm_year": 2000,
            "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
        }
    ]
}