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=1860&ordering=impactfactor_norm
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 157148,
    "next": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=1880&ordering=impactfactor_norm",
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=1840&ordering=impactfactor_norm",
    "results": [
        {
            "id": 220551,
            "title": "Thyroglobulin: An important tumor marker and laboratory challenge",
            "abstract": null,
            "authors": [
                "Fröhlich, E",
                "Wahl, R"
            ],
            "year": 2026,
            "source": "DEUT MED WOCHENSCHR. 2026; 151(03): 116-122. ",
            "category": 1,
            "document_type": 3,
            "sci": "ISI:001665573900008",
            "pubmed": "41558494",
            "doi": "10.1055/a-2714-3060",
            "pmc": null,
            "organizations": [
                "220551-28394"
            ],
            "persons": [],
            "imported": "2026-02-04T09:24:05+01:00",
            "journal": "DEUT MED WOCHENSCHR",
            "issn": "0012-0472",
            "collection_publisher": null,
            "collection_title": "DEUTSCHE MEDIZINISCHE WOCHENSCHRIFT; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.7,
            "impactfactor_year": 2026,
            "impactfactor_norm": 0.105,
            "impactfactor_norm_year": 2026,
            "impactfactor_norm_category": "MEDICINE, GENERAL & INTERNAL-SCIE",
            "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": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": true,
            "local_affiliation": true
        },
        {
            "id": 81078,
            "title": "The induction of cytochrome P450 isoform, CYP4A1, by clofibrate coincides with activation of ethanolamine-specific phospholipid base exchange reaction in rat liver microsomes.",
            "abstract": null,
            "authors": [
                "Lenart, J",
                "Komanska, I",
                "Jasinska, R",
                "Pikula, S"
            ],
            "year": 1998,
            "source": "Acta Biochim Pol. 1998; 45(1): 119-126. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000072852900017",
            "pubmed": "9701504",
            "doi": "10.18388/abp.1998_4294",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2008-05-15T02:00:00+02:00",
            "journal": "Acta Biochim Pol",
            "issn": "0001-527X",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.477,
            "impactfactor_year": 1998,
            "impactfactor_norm": 0.105084745762712,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "BIOCHEMISTRY & MOLECULAR BIOLOGY",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 4158,
            "title": "Randomized open controlled clinical study on the efficacy and tolerance of an oral enzyme preparation in lymphadenectomy patients",
            "abstract": null,
            "authors": [
                "May, C",
                "Smola, M",
                "Ruda, C",
                "Scharnagl, E"
            ],
            "year": 2001,
            "source": "INT J IMMUNOTHER 2001 17: 149-152.",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000174631500017",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "4158-14057",
                "4158-14073",
                "4158-14076"
            ],
            "persons": [],
            "imported": null,
            "journal": "INT J IMMUNOTHER",
            "issn": "0255-9625",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.52,
            "impactfactor_year": 2001,
            "impactfactor_norm": 0.105263157894737,
            "impactfactor_norm_year": 2001,
            "impactfactor_norm_category": "IMMUNOLOGY",
            "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": 4265,
            "title": "Epidemiologic surveillance of contact allergens. The monitoring series of IVDK (Information Network ofDermatologic Clinics for Detection and Scientific Evaluation of Contact Allergy",
            "abstract": null,
            "authors": [
                "Aberer, W",
                "Komericki, P",
                "Uter, W",
                "Hausen, BM",
                "Lessmann, H",
                "Kränke, B",
                "Geier, J",
                "Schnuch, A"
            ],
            "year": 2003,
            "source": "Hautarzt. 2003; 54(8):741-749",
            "category": 1,
            "document_type": 3,
            "sci": "ISI:000185164000008",
            "pubmed": "12942188",
            "doi": "10.1007/s00105-003-0544-z",
            "pmc": null,
            "organizations": [
                "4265-14047"
            ],
            "persons": [
                "4265-50041-6",
                "4265-51346-2",
                "4265-51954-6"
            ],
            "imported": null,
            "journal": "HAUTARZT",
            "issn": "0017-8470",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.521,
            "impactfactor_year": 2003,
            "impactfactor_norm": 0.105263157894737,
            "impactfactor_norm_year": 2003,
            "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": 4779,
            "title": "Correlation between dermoscopy and histopathology in pigmented and non-pigmented skin tumours",
            "abstract": null,
            "authors": [
                "Blum, A",
                "Metzler, G",
                "Hofmann-Wellenhof, R",
                "Soyer, HP",
                "Garbe, C",
                "Bauer, J"
            ],
            "year": 2003,
            "source": "Hautarzt. 2003; 54(3):279-291",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000182146500011",
            "pubmed": "12723572",
            "doi": "10.1007/s00105-003-0496-3",
            "pmc": null,
            "organizations": [
                "4779-14047"
            ],
            "persons": [
                "4779-51711-6"
            ],
            "imported": null,
            "journal": "HAUTARZT",
            "issn": "0017-8470",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.521,
            "impactfactor_year": 2003,
            "impactfactor_norm": 0.105263157894737,
            "impactfactor_norm_year": 2003,
            "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": true
        },
        {
            "id": 5043,
            "title": "Sunscreens. Protection against skin cancers and photoaging",
            "abstract": null,
            "authors": [
                "Wolf, P"
            ],
            "year": 2003,
            "source": "Hautarzt. 2003; 54(9):839-844",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000185549800008",
            "pubmed": "12955261",
            "doi": "10.1007/s00105-003-0590-6",
            "pmc": null,
            "organizations": [
                "5043-14047"
            ],
            "persons": [
                "5043-51618-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.521,
            "impactfactor_year": 2003,
            "impactfactor_norm": 0.105263157894737,
            "impactfactor_norm_year": 2003,
            "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": 5044,
            "title": "Iloprost therapy in systemic sclerosis",
            "abstract": null,
            "authors": [
                "Bali, G",
                "Aberer, E"
            ],
            "year": 2003,
            "source": "Hautarzt. 2003; 54(9):845-851",
            "category": 1,
            "document_type": 3,
            "sci": "ISI:000185549800009",
            "pubmed": "12955262",
            "doi": "10.1007/s00105-003-0578-2",
            "pmc": null,
            "organizations": [
                "5044-14047"
            ],
            "persons": [],
            "imported": null,
            "journal": "HAUTARZT",
            "issn": "0017-8470",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.521,
            "impactfactor_year": 2003,
            "impactfactor_norm": 0.105263157894737,
            "impactfactor_norm_year": 2003,
            "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": 5087,
            "title": "Anal and palmar contact dermatitis caused by iodopropynyl butylcarbamate in moist sanitary wipes",
            "abstract": null,
            "authors": [
                "Schöllnast, R",
                "Kränke, B",
                "Aberer, W"
            ],
            "year": 2003,
            "source": "Hautarzt. 2003; 54(10):970-974",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000185935100010",
            "pubmed": "14513245",
            "doi": "10.1007/s00105-003-0585-3",
            "pmc": null,
            "organizations": [
                "5087-14047"
            ],
            "persons": [
                "5087-51346-4",
                "5087-51954-6"
            ],
            "imported": null,
            "journal": "HAUTARZT",
            "issn": "0017-8470",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 0.521,
            "impactfactor_year": 2003,
            "impactfactor_norm": 0.105263157894737,
            "impactfactor_norm_year": 2003,
            "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": 7443,
            "title": "ABOUT THE INFLUENCE OF SULINDAC ON THE METABOLISM OF GLIBENCLAMIDE-TREATED DIABETICS",
            "abstract": null,
            "authors": [
                "RAINER, F",
                "KLEIN, G"
            ],
            "year": 1980,
            "source": "AKTUEL RHEUMATOL 1980 5: 307-309.",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1980KV42300002",
            "pubmed": null,
            "doi": "10.1055/s-2008-1052312",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "AKTUEL RHEUMATOL",
            "issn": "0341-051X",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.056,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.105263157894737,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "RHEUMATOLOGY",
            "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": 7966,
            "title": "GASTROSCOPIC ASSESSMENT OF GASTRIC TOLERANCE OF PIROXICAM",
            "abstract": null,
            "authors": [
                "PARSCHE, P",
                "RAINER, F",
                "ULREICH, A"
            ],
            "year": 1984,
            "source": "AKTUEL RHEUMATOL 1984 9: 83-85.",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1984SU69100003",
            "pubmed": null,
            "doi": "10.1055/s-2008-1048078",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "AKTUEL RHEUMATOL",
            "issn": "0341-051X",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.056,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.105263157894737,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "RHEUMATOLOGY",
            "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": 8151,
            "title": "ANKYLOSING-SPONDYLITIS AND INCOMPLETE DISTAL RENAL TUBULAR-ACIDOSIS WITH NEPHROCALCINOSIS",
            "abstract": null,
            "authors": [
                "ULREICH, A",
                "RAINER, F",
                "LEB, G",
                "SCHREYER, H"
            ],
            "year": 1984,
            "source": "AKTUEL RHEUMATOL 1984 9: 65-67.",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1984SJ36000005",
            "pubmed": null,
            "doi": "10.1055/s-2008-1048075",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "AKTUEL RHEUMATOL",
            "issn": "0341-051X",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.056,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.105263157894737,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "RHEUMATOLOGY",
            "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": 8188,
            "title": "IMPORTANCE OF BETA-2-MICROGLOBULIN IN RHEUMATOID-ARTHRITIS AS A PARAMETER OF DISEASE-ACTIVITY AND FOR RECOGNIZING DRUG-INDUCED TUBULAR NEPHROPATHY",
            "abstract": null,
            "authors": [
                "ULREICH, A",
                "SEDLMAYR, P",
                "RAINER, F",
                "LEB, G",
                "PFEIFFER, KP"
            ],
            "year": 1984,
            "source": "AKTUEL RHEUMATOL. 1984; 9:  79-82. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1984SU69100002",
            "pubmed": null,
            "doi": "10.1055/s-2008-1048077",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2009-10-22T13:41:28+02:00",
            "journal": "AKTUEL RHEUMATOL",
            "issn": "0341-051X",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.056,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.105263157894737,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "RHEUMATOLOGY",
            "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": 8284,
            "title": "NEW ASPECTS OF THE GOUTY KIDNEY",
            "abstract": null,
            "authors": [
                "ULREICH, A"
            ],
            "year": 1984,
            "source": "AKTUEL RHEUMATOL 1984 9: 199-201.",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1984TX51400007",
            "pubmed": null,
            "doi": "10.1055/s-2008-1048106",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "AKTUEL RHEUMATOL",
            "issn": "0341-051X",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.056,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.105263157894737,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "RHEUMATOLOGY",
            "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": 53674,
            "title": "Delivery of a healthy twin after intrauterine demise and expulsion of a first twin.",
            "abstract": null,
            "authors": [
                "Zeck, W",
                "Bjelic, V",
                "Petru, E",
                "Lang, U"
            ],
            "year": 2006,
            "source": "J Obstet Gynaecol Res. 2006; 32(5):517-519",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000240568600013",
            "pubmed": "16984521",
            "doi": "10.1111/j.1447-0756.2006.00440.x",
            "pmc": null,
            "organizations": [
                "53674-14038",
                "53674-14063",
                "53674-14064"
            ],
            "persons": [
                "53674-51624-6"
            ],
            "imported": null,
            "journal": "J OBSTET GYNAECOL RES",
            "issn": "1341-8076",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 0.779,
            "impactfactor_year": 2006,
            "impactfactor_norm": 0.105263157894737,
            "impactfactor_norm_year": 2005,
            "impactfactor_norm_category": "OBSTETRICS & GYNECOLOGY",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 72767,
            "title": "Analysis of unscheduled admissions of patients undergoing elective surgery to the Intensive Care Unit",
            "abstract": null,
            "authors": [
                "Bauer, M",
                "Bock, M",
                "Martin, J",
                "Schaper, C",
                "Chamaly, M",
                "Mahla, E",
                "Schlereth, T",
                "Max, M",
                "Hubler, M"
            ],
            "year": 2007,
            "source": "ANASTHESIOL INTENSIVMEDIZIN. 2007; 48:  542-550. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000250713900003",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "72767-14070"
            ],
            "persons": [
                "72767-51616-6"
            ],
            "imported": "2007-12-13T16:09:21+01:00",
            "journal": "ANASTHESIOL INTENSIVMEDIZIN",
            "issn": "0170-5334",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.627,
            "impactfactor_year": 2007,
            "impactfactor_norm": 0.105263157894737,
            "impactfactor_norm_year": 2007,
            "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": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 82624,
            "title": "A rapid DNA extraction protocol for a PCR-based detection of Histoplasma capsulatum in bat guano",
            "abstract": null,
            "authors": [
                "Neuhauser, S",
                "Lass-Florl, C",
                "Buzina, W",
                "Mayr, A",
                "Kirchmair, M"
            ],
            "year": 2008,
            "source": "SYDOWIA. 2008; 60(1): 123-130. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000257909100009",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "82624-14023"
            ],
            "persons": [
                "82624-50715-6"
            ],
            "imported": "2008-08-08T13:29:36+02:00",
            "journal": "SYDOWIA",
            "issn": "0082-0598",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.459,
            "impactfactor_year": 2008,
            "impactfactor_norm": 0.105263157894737,
            "impactfactor_norm_year": 2008,
            "impactfactor_norm_category": "MYCOLOGY",
            "impactfactor_norm_super": 0.235,
            "impactfactor_norm_super_year": 2005,
            "impactfactor_norm_super_category": "MYCOLOGY",
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 87539,
            "title": "Level of leukotriene and thromboxane in blood and clinical parameters of patients with osteoarthritis and rheumatoid arthritis before and after application of tepoxalin",
            "abstract": null,
            "authors": [
                "Willburger, RE",
                "Wittenberg, RH",
                "BrauckmannBerger, J",
                "Kleemeyer, KS",
                "Hoos, R",
                "Ludwig, J",
                "Brunner, F",
                "Peskar, BA"
            ],
            "year": 1996,
            "source": "AKTUEL RHEUMATOL. 1996; 21(5): 238-241. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1996VG49000003",
            "pubmed": null,
            "doi": "10.1055/s-2008-1043723",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2009-02-12T10:40:58+01:00",
            "journal": "AKTUEL RHEUMATOL",
            "issn": "0341-051X",
            "collection_publisher": null,
            "collection_title": "AKTUELLE RHEUMATOLOGIE; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.182,
            "impactfactor_year": 1996,
            "impactfactor_norm": 0.105263157894737,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "RHEUMATOLOGY",
            "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": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 74673,
            "title": "Cystatin C does not detect acute changes in glomerular filtration rate in early diabetic nephropathy.",
            "abstract": null,
            "authors": [
                "Mueller, TF",
                "Raeder, J",
                "Oettl, K",
                "Zitta, S",
                "Klausmann, G",
                "Estelberger, W",
                "Luyckx, VA",
                "Reibnegger, G"
            ],
            "year": 2008,
            "source": "Ren Fail. 2008; 30(1):21-29",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000252405700004",
            "pubmed": "18197539",
            "doi": "10.1080/08860220701741916",
            "pmc": null,
            "organizations": [
                "74673-14012"
            ],
            "persons": [
                "74673-50569-6",
                "74673-51843-6",
                "74673-51929-6"
            ],
            "imported": "2008-02-13T15:50:19+01:00",
            "journal": "RENAL FAIL",
            "issn": "0886-022X",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.657,
            "impactfactor_year": 2008,
            "impactfactor_norm": 0.105263157894737,
            "impactfactor_norm_year": 2008,
            "impactfactor_norm_category": "UROLOGY & NEPHROLOGY",
            "impactfactor_norm_super": 0.182,
            "impactfactor_norm_super_year": 2006,
            "impactfactor_norm_super_category": "UROLOGY + NEPHROLOGY",
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 93407,
            "title": "A review on hyponatremia associated with SSRIs, reboxetine and venlafaxine",
            "abstract": null,
            "authors": [
                "Egger, C",
                "Muehlbacher, M",
                "Nickel, M",
                "Geretsegger, C",
                "Stuppaeck, C"
            ],
            "year": 2006,
            "source": "INT J PSYCHIATR CLIN PRACT. 2006; 10(1): 17-26. ",
            "category": 1,
            "document_type": 3,
            "sci": "ISI:000236076500002",
            "pubmed": null,
            "doi": "10.1080/13651500500410216",
            "pmc": null,
            "organizations": [],
            "persons": [
                "93407-58063-6"
            ],
            "imported": "2009-09-22T13:43:35+02:00",
            "journal": "INT J PSYCHIATR CLIN PRACT",
            "issn": "1365-1501",
            "collection_publisher": null,
            "collection_title": "INTERNATIONAL JOURNAL OF PSYCHIATRY IN CLINICAL PRACTICE; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.495,
            "impactfactor_year": 2006,
            "impactfactor_norm": 0.105263157894737,
            "impactfactor_norm_year": 2006,
            "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": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 1343,
            "title": "Influence of Inflammatory Reaction in Primary Fallopian-Tube Carcinoma (Stage-I and Stage-II)",
            "abstract": null,
            "authors": [
                "Rosen, AC",
                "Reiner, A",
                "Klein, M",
                "Lahousen, M",
                "Graf, AH",
                "Vavra, N",
                "Auerbach, L",
                "Rosen, HR"
            ],
            "year": 1994,
            "source": "ONCOL REP. 1994; 1:  853-856. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1994PW22700034",
            "pubmed": null,
            "doi": "10.3892/or.1.4.853",
            "pmc": null,
            "organizations": [
                "1343-14038"
            ],
            "persons": [],
            "imported": "2008-06-25T18:47:42+02:00",
            "journal": "ONCOL REP",
            "issn": "1021-335X",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.399,
            "impactfactor_year": 1998,
            "impactfactor_norm": 0.105769230769231,
            "impactfactor_norm_year": 1998,
            "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
        }
    ]
}