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=2100&ordering=-imported
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 157153,
    "next": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=2120&ordering=-imported",
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=2080&ordering=-imported",
    "results": [
        {
            "id": 5998,
            "title": "Haemoglobin Graz, a novel haemoglobin variant.",
            "abstract": null,
            "authors": [
                "Schnedl, WJ",
                "Reisinger, EC",
                "Pieber, TR",
                "Neubauer, M",
                "Balaun, E",
                "Krejs, GJ",
                "Hopmeier, P"
            ],
            "year": 1995,
            "source": "Diabetologia. 1995; 38(1):122-122",
            "category": 1,
            "document_type": 2,
            "sci": "ISI:A1995QC10900017",
            "pubmed": "7744217",
            "doi": "10.1007/BF02369362",
            "pmc": null,
            "organizations": [],
            "persons": [
                "5998-51534-6",
                "5998-51831-6"
            ],
            "imported": null,
            "journal": "DIABETOLOGIA        ",
            "issn": "0012-186X",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 4.525,
            "impactfactor_year": 1995,
            "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": 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": 3028,
            "title": "Influence of polyunsaturated fatty acids on vasoconstrictions induced by 8-iso-PGF(2alpha) and 8-iso-PGE(2).",
            "abstract": null,
            "authors": [
                "Sametz, W",
                "Jeschek, M",
                "Juan, H",
                "Wintersteiger, R"
            ],
            "year": 2000,
            "source": "Pharmacology. 2000; 60(3):155-160",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000086564700006",
            "pubmed": "10754452",
            "doi": "10.1159/000028360",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "PHARMACOLOGY",
            "issn": "0031-7012",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.893,
            "impactfactor_year": 2000,
            "impactfactor_norm": 0.314917127071823,
            "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": 2594,
            "title": "PRISMS Study. Interferon-beta 1a (Rebif) in relapsing multiple sclerosis",
            "abstract": null,
            "authors": [
                "Hartung, HP",
                "Flachenecker, P",
                "Weilbach, FX",
                "Rieckmann, P"
            ],
            "year": 1999,
            "source": "Nervenarzt. 1999; 70(2):182-185",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000078872800015",
            "pubmed": "10098156",
            "doi": "10.1007/s001150050421",
            "pmc": null,
            "organizations": [
                "2594-14051"
            ],
            "persons": [],
            "imported": null,
            "journal": "NERVENARZT",
            "issn": "0028-2804",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.684,
            "impactfactor_year": 1999,
            "impactfactor_norm": 0.2875,
            "impactfactor_norm_year": 1999,
            "impactfactor_norm_category": "PSYCHIATRY",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 2595,
            "title": "Drug information in hormone substitution drugs",
            "abstract": null,
            "authors": [
                "Hartmann, B",
                "Tscherne, G",
                "Huber, JC",
                "Vytiska-Binstorfer, E"
            ],
            "year": 1994,
            "source": "Geburtshilfe Frauenheilkd. 1994; 54(1):34-38",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1994MV56200006",
            "pubmed": "8150248",
            "doi": "10.1055/s-2007-1023547",
            "pmc": null,
            "organizations": [
                "2595-14038"
            ],
            "persons": [],
            "imported": null,
            "journal": "GEBURTSH FRAUENHEILK",
            "issn": "0016-5751",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.366,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.169811320754717,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "OBSTETRICS & GYNECOLOGY",
            "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": 2596,
            "title": "Self-injury behavior",
            "abstract": null,
            "authors": [
                "Hönigl, D",
                "Kriechbaum, N",
                "Zidek, D",
                "Hasiba, K",
                "Zapotoczky, HG"
            ],
            "year": 1997,
            "source": "Acta Med Austriaca. 1997; 24(1):19-22",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1997WY70700006",
            "pubmed": "9206928",
            "doi": null,
            "pmc": null,
            "organizations": [
                "2596-29444"
            ],
            "persons": [],
            "imported": null,
            "journal": "ACTA MED AUST",
            "issn": "0303-8173",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.367,
            "impactfactor_year": 1997,
            "impactfactor_norm": 0.504672897196262,
            "impactfactor_norm_year": 1998,
            "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": 2597,
            "title": "The prognostic significance of peritoneal seeding and size of postsurgical residual in patients with stage III epithelial ovarian cancer treated with surgery, chemotherapy, and high-dose radiotherapy.",
            "abstract": null,
            "authors": [
                "Kapp, KS",
                "Kapp, DS",
                "Poschauko, J",
                "Stücklschweiger, GF",
                "Hackl, A",
                "Pickel, H",
                "Petru, E",
                "Winter, R"
            ],
            "year": 1999,
            "source": "Gynecol Oncol. 1999; 74(3):400-407",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000082708100013",
            "pubmed": "10479500",
            "doi": "10.1006/gyno.1999.5477",
            "pmc": null,
            "organizations": [
                "2597-14038",
                "2597-14054"
            ],
            "persons": [
                "2597-51624-6"
            ],
            "imported": null,
            "journal": "GYNECOL ONCOL",
            "issn": "0090-8258",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.86,
            "impactfactor_year": 1999,
            "impactfactor_norm": 0.803571428571429,
            "impactfactor_norm_year": 1999,
            "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": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 2599,
            "title": "The radio-anatomic importance of the colliculus atlantis.",
            "abstract": null,
            "authors": [
                "Weiglein, AH",
                "Schmidberger, HR"
            ],
            "year": 1998,
            "source": "Surg Radiol Anat. 1998; 20(3):209-214",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000074955900011",
            "pubmed": "9706681",
            "doi": "10.1007%2Fs00276-998-0209-9",
            "pmc": null,
            "organizations": [
                "2599-14018",
                "2599-14054"
            ],
            "persons": [],
            "imported": null,
            "journal": "SURG RADIOL ANATOMY",
            "issn": "0930-1038",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.356,
            "impactfactor_year": 1998,
            "impactfactor_norm": 0.234375,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "SURGERY",
            "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": 615,
            "title": "Creutzfeldt-Jakob disease in Austria",
            "abstract": null,
            "authors": [
                "Hainfellner, JA",
                "Jellinger, K",
                "Diringer, H",
                "Guentchev, M",
                "Kleinert, R",
                "Pilz, P",
                "Maier, H",
                "Budka, H"
            ],
            "year": 1996,
            "source": "Wien Klin Wochenschr. 1996; 108(23):759-763",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1996VY51500005",
            "pubmed": "9092208",
            "doi": null,
            "pmc": null,
            "organizations": [
                "615-14020"
            ],
            "persons": [],
            "imported": null,
            "journal": "WIEN KLIN WOCHENSCHR",
            "issn": "0043-5325",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.285,
            "impactfactor_year": 1996,
            "impactfactor_norm": 0.551401869158878,
            "impactfactor_norm_year": 1998,
            "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": 2601,
            "title": "The Reduced Coenzyme Nicotinamide Adenine-Dinucleotide (NADH) Rescues PC12 Cells from Apoptosis",
            "abstract": null,
            "authors": [
                "Zhang, JR",
                "Vrecko, K",
                "Nadlinger, K",
                "Storga, D",
                "Birkmayer, GD",
                "Reibnegger, G"
            ],
            "year": 1998,
            "source": "J TUMOR MARKER ONCOLOGY 1998 13: 11-24.",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000075731800001",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "2601-14012"
            ],
            "persons": [
                "2601-50569-6"
            ],
            "imported": null,
            "journal": "J TUMOR MARKER ONCOLOGY",
            "issn": "0886-3849",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.186,
            "impactfactor_year": 1998,
            "impactfactor_norm": 0.146341463414634,
            "impactfactor_norm_year": 1998,
            "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": false
        },
        {
            "id": 2602,
            "title": "Reduction of obesity and improvement in metabolic parameters by inhibition of intestinal lipases: current results with orlistat",
            "abstract": null,
            "authors": [
                "Toplak, H",
                "Marhardt, K"
            ],
            "year": 1998,
            "source": "Acta Med Austriaca. 1998; 25(4-5):142-145",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000077314800009",
            "pubmed": "9879390",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "2602-51846-2"
            ],
            "imported": null,
            "journal": "ACTA MED AUST",
            "issn": "0303-8173",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.48,
            "impactfactor_year": 1998,
            "impactfactor_norm": 0.504672897196262,
            "impactfactor_norm_year": 1998,
            "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": 616,
            "title": "Cross-reacting allergens in tree pollen and pollen-related food allergy: implications for diagnosis of specific IgE.",
            "abstract": null,
            "authors": [
                "Scheiner, O",
                "Aberer, W",
                "Ebner, C",
                "Ferreira, F",
                "Hoffmann-Sommergruber, K",
                "Hsieh, LS",
                "Kraft, D",
                "Sowka, S",
                "Vanek-Krebitz, M",
                "Breiteneder, H"
            ],
            "year": 1997,
            "source": "Int Arch Allergy Immunol. 1997; 113(1-3):105-108",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1997WV64700025",
            "pubmed": "9130495",
            "doi": "10.1159/000237519",
            "pmc": null,
            "organizations": [
                "616-14047"
            ],
            "persons": [
                "616-51346-6"
            ],
            "imported": null,
            "journal": "INT ARCH ALLERGY IMMUNOL",
            "issn": "1018-2438",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.721,
            "impactfactor_year": 1997,
            "impactfactor_norm": 0.764705882352941,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "ALLERGY",
            "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": 2605,
            "title": "The relation of reported symptoms to social, individual, and behavioral indicators of ill-health: is the number of reported symptoms a unique general dimension of ill-health?",
            "abstract": null,
            "authors": [
                "Foppa, I",
                "Noack, H",
                "Minder, CE"
            ],
            "year": 1995,
            "source": "J Clin Epidemiol. 1995; 48(7):941-948",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1995RE35800011",
            "pubmed": "7782802",
            "doi": "10.1016%2F0895-4356%2894%2900204-4",
            "pmc": null,
            "organizations": [
                "2605-14024"
            ],
            "persons": [],
            "imported": null,
            "journal": "J CLIN EPIDEMIOL",
            "issn": "0895-4356",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.28,
            "impactfactor_year": 1995,
            "impactfactor_norm": 0.8125,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "PUBLIC, ENVIRONMENTAL & OCCUPATIONAL HEALTH",
            "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": 2609,
            "title": "The relevance of adjuvant therapy in primary carcinoma of the fallopian tube, stages I and II: irradiation vs. chemotherapy.",
            "abstract": null,
            "authors": [
                "Klein, M",
                "Rosen, A",
                "Lahousen, M",
                "Graf, AH",
                "Rainer, A"
            ],
            "year": 2000,
            "source": "Int J Radiat Oncol Biol Phys. 2000; 48(5):1427-1431",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000165604600021",
            "pubmed": "11121643",
            "doi": "10.1016%2FS0360-3016%2800%2901381-X",
            "pmc": null,
            "organizations": [
                "2609-14038"
            ],
            "persons": [],
            "imported": null,
            "journal": "INT J RADIAT ONCOL BIOL PHYS",
            "issn": "0360-3016",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 3.058,
            "impactfactor_year": 2000,
            "impactfactor_norm": 0.925,
            "impactfactor_norm_year": 2000,
            "impactfactor_norm_category": "RADIOLOGY, NUCLEAR MEDICINE & MEDICAL IMAGING",
            "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": 1310,
            "title": "Increased lipocortin-1 (annexin-1) expression in the sciatic nerve of Lewis rats with experimental autoimmune neuritis.",
            "abstract": null,
            "authors": [
                "Gold, R",
                "Oelschläger, M",
                "Pepinsky, RB",
                "Sommer, C",
                "Hartung, HP",
                "Toyka, KV"
            ],
            "year": 1999,
            "source": "Acta Neuropathol (Berl). 1999; 98(6):583-589",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000084007800004",
            "pubmed": "10603033",
            "doi": "10.1007%2Fs004010051122",
            "pmc": null,
            "organizations": [
                "1310-14051"
            ],
            "persons": [],
            "imported": null,
            "journal": "ACTA NEUROPATHOL",
            "issn": "0001-6322",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.402,
            "impactfactor_year": 1999,
            "impactfactor_norm": 0.803030303030303,
            "impactfactor_norm_year": 1999,
            "impactfactor_norm_category": "PATHOLOGY",
            "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": 1313,
            "title": "Increased prevalence of IgA-Chlamydia antibodies in NIDDM patients.",
            "abstract": null,
            "authors": [
                "Toplak, H",
                "Haller, EM",
                "Lauermann, T",
                "Weber, K",
                "Bahadori, B",
                "Reisinger, EC",
                "Tilz, GP",
                "Wascher, TC"
            ],
            "year": 1996,
            "source": "Diabetes Res Clin Pract. 1996; 32(1-2):97-101",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1996UU37600012",
            "pubmed": "8803487",
            "doi": "10.1016/0168-8227(96)01216-8",
            "pmc": null,
            "organizations": [
                "1313-14043"
            ],
            "persons": [
                "1313-51846-2",
                "1313-51537-6",
                "1313-51874-6"
            ],
            "imported": null,
            "journal": "DIABETES RES CLIN PRACT",
            "issn": "0168-8227",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.524,
            "impactfactor_year": 1996,
            "impactfactor_norm": 0.108433734939759,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "ENDOCRINOLOGY & METABOLISM",
            "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": 2613,
            "title": "The role of endorectal surface-coil MRI in the diagnosis of ectopic insertion of the ureter into a seminal vesicle cyst.",
            "abstract": null,
            "authors": [
                "Gruber, H",
                "Rauchenwald, M",
                "Breinl, E",
                "Reittner, P",
                "Trummer, H"
            ],
            "year": 1996,
            "source": "Br J Urol. 1996; 78(2):306-308",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1996VB36400033",
            "pubmed": "8813937",
            "doi": null,
            "pmc": null,
            "organizations": [
                "2613-14054",
                "2613-14056"
            ],
            "persons": [
                "2613-51957-6"
            ],
            "imported": null,
            "journal": "BRIT J UROL",
            "issn": "0007-1331",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 1.005,
            "impactfactor_year": 1996,
            "impactfactor_norm": 0.560975609756098,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "UROLOGY & NEPHROLOGY",
            "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": 1314,
            "title": "Increased prevalence of serum IgA Chlamydia antibodies in obesity].",
            "abstract": null,
            "authors": [
                "Toplak, H",
                "Wascher, TC",
                "Weber, K",
                "Lauermann, T",
                "Reisinger, EC",
                "Bahadori, B",
                "Tilz, GP",
                "Haller, EM"
            ],
            "year": 1995,
            "source": "Acta Med Austriaca. 1995; 22(1-2):23-24",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1995RH58500007",
            "pubmed": "7645365",
            "doi": null,
            "pmc": null,
            "organizations": [
                "1314-14043"
            ],
            "persons": [
                "1314-51846-2",
                "1314-51537-6",
                "1314-51874-6"
            ],
            "imported": null,
            "journal": "ACTA MED AUST",
            "issn": "0303-8173",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.123,
            "impactfactor_year": 1995,
            "impactfactor_norm": 0.504672897196262,
            "impactfactor_norm_year": 1998,
            "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": 2686,
            "title": "Toxocariasis in a 5-year-old boy--manifesting as bronchial asthma and behavioral disorder",
            "abstract": null,
            "authors": [
                "Varga, EM",
                "Auer, H",
                "Zach, M"
            ],
            "year": 1998,
            "source": "KLIN PADIAT 1998 210: 128-131.",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000073687100007",
            "pubmed": "9629547",
            "doi": "10.1055/s-2008-1043864",
            "pmc": null,
            "organizations": [
                "2686-14095"
            ],
            "persons": [],
            "imported": null,
            "journal": "KLIN PADIAT",
            "issn": "0300-8630",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 0.406,
            "impactfactor_year": 1998,
            "impactfactor_norm": 0.309859154929577,
            "impactfactor_norm_year": 1998,
            "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": false
        },
        {
            "id": 620,
            "title": "Extrinsic allergic alveolitis in CT and HR-CT",
            "abstract": null,
            "authors": [
                "Lederer, A",
                "Kullnig, P",
                "Pongratz, M"
            ],
            "year": 1992,
            "source": "Rofo. 1992; 157(3):257-261",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1992JR53700011",
            "pubmed": "1391821",
            "doi": "10.1055/s-2008-1033009",
            "pmc": null,
            "organizations": [
                "620-14048",
                "620-14054"
            ],
            "persons": [],
            "imported": null,
            "journal": "FORTSCHR RONTGENSTRAHL NEUEN",
            "issn": "0936-6652",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.428,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.493670886075949,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "RADIOLOGY, NUCLEAR MEDICINE & MEDICAL IMAGING",
            "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": 3627,
            "title": "Clinical laboratory parameters in osteoarthritic knee-joint effusions correlated to trace element concentrations.",
            "abstract": null,
            "authors": [
                "Krachler, M",
                "Domej, W"
            ],
            "year": 2001,
            "source": "Biol Trace Elem Res. 2001; 79(2):139-148",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000168154900006",
            "pubmed": "11330520",
            "doi": "10.1385/BTER:79:2:139",
            "pmc": null,
            "organizations": [],
            "persons": [
                "3627-51525-6"
            ],
            "imported": null,
            "journal": "BIOL TR ELEM RES",
            "issn": "0163-4984",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.769,
            "impactfactor_year": 2001,
            "impactfactor_norm": 0.38,
            "impactfactor_norm_year": 2001,
            "impactfactor_norm_category": "NUTRITION & DIETETICS",
            "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
        }
    ]
}