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=500&ordering=-imported
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 158433,
    "next": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=520&ordering=-imported",
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=480&ordering=-imported",
    "results": [
        {
            "id": 580,
            "title": "Consolidation radiotherapy after carboplatin-based chemotherapy in radically operated advanced ovarian cancer.",
            "abstract": null,
            "authors": [
                "Pickel, H",
                "Lahousen, M",
                "Petru, E",
                "Stettner, H",
                "Hackl, A",
                "Kapp, K",
                "Winter, R"
            ],
            "year": 1999,
            "source": "Gynecol Oncol. 1999; 72(2):215-219",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000078849900016",
            "pubmed": "10021304",
            "doi": "10.1006/gyno.1998.5184",
            "pmc": null,
            "organizations": [
                "580-14038"
            ],
            "persons": [
                "580-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": 581,
            "title": "Consolidation radiotherapy following carboplatin-based chemotherapy in radically operated advanced ovarian cancer. A pilot study.",
            "abstract": null,
            "authors": [
                "Pickel, H",
                "Petru, E",
                "Lahousen, M",
                "Stettner, H",
                "Heydarfadai, M",
                "Arian-Schad, K",
                "Hackl, A"
            ],
            "year": 1991,
            "source": "Am J Clin Oncol. 1991; 14(3):184-187",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1991FN07000002",
            "pubmed": "2031503",
            "doi": "10.1097/00000421-199106000-00002",
            "pmc": null,
            "organizations": [
                "581-14038",
                "581-14054",
                "581-14060"
            ],
            "persons": [
                "581-51624-6"
            ],
            "imported": null,
            "journal": "AMER J CLIN ONCOL, CANC CLIN T",
            "issn": "0277-3732",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.737,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.326923076923077,
            "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
        },
        {
            "id": 582,
            "title": "Contact urticaria from roe deer meat and hair.",
            "abstract": null,
            "authors": [
                "Geyer, E",
                "Kränke, B",
                "Derhaschnig, J",
                "Aberer, W"
            ],
            "year": 1998,
            "source": "Contact Dermatitis. 1998; 39(1):34-34",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000074683300011",
            "pubmed": "9686979",
            "doi": "10.1111/j.1600-0536.1998.tb05812.x",
            "pmc": null,
            "organizations": [
                "582-14047"
            ],
            "persons": [
                "582-51346-6",
                "582-51954-6"
            ],
            "imported": null,
            "journal": "CONTACT DERMATITIS",
            "issn": "0105-1873",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 0.961,
            "impactfactor_year": 1998,
            "impactfactor_norm": 0.685714285714286,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "DERMATOLOGY, VENERAL DISEASES",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": 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": 301,
            "title": "Autoantibodies to nuclear mitotic apparatus in a patient with vitiligo and autoimmune thyroiditis.",
            "abstract": null,
            "authors": [
                "Auer-Grumbach, P",
                "Stangl, M"
            ],
            "year": 1993,
            "source": "Dermatology. 1993; 186(3):229-231",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1993KU86800018",
            "pubmed": "8453154",
            "doi": "10.1159/000247353",
            "pmc": null,
            "organizations": [
                "301-14047"
            ],
            "persons": [],
            "imported": null,
            "journal": "DERMATOLOGY",
            "issn": "1018-8665",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 1.069,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.371428571428571,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "DERMATOLOGY, VENERAL DISEASES",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": 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": 584,
            "title": "Continuous extracorporeal fluid removal in children with low cardiac output after cardiac operations.",
            "abstract": null,
            "authors": [
                "Zobel, G",
                "Stein, JI",
                "Kuttnig, M",
                "Beitzke, A",
                "Metzler, H",
                "Rigler, B"
            ],
            "year": 1991,
            "source": "J Thorac Cardiovasc Surg. 1991; 101(4):593-597",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1991FF24600003",
            "pubmed": "2008097",
            "doi": "10.1016/S0022-5223(19)36686-3",
            "pmc": null,
            "organizations": [
                "584-14044",
                "584-14048",
                "584-14075"
            ],
            "persons": [
                "584-51611-6"
            ],
            "imported": null,
            "journal": "J THORAC CARDIOVASC SURG",
            "issn": "0022-5223",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.389,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.9609375,
            "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": true
        },
        {
            "id": 302,
            "title": "Autoantibodies to oxidized low density lipoproteins in restenosis following coronary angioplasty.",
            "abstract": null,
            "authors": [
                "Eber, B",
                "Schumacher, M",
                "Tatzber, F",
                "Kaufmann, P",
                "Luha, O",
                "Esterbauer, H",
                "Klein, W"
            ],
            "year": 1994,
            "source": "Cardiology. 1994; 84(4-5):310-315",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1994NE83100011",
            "pubmed": "8187118",
            "doi": "10.1159/000176417",
            "pmc": null,
            "organizations": [
                "302-14013"
            ],
            "persons": [
                "302-51699-6"
            ],
            "imported": null,
            "journal": "CARDIOLOGY",
            "issn": "0008-6312",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.538,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.548387096774194,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "CARDIAC & CARDIOVASCULAR SYSTEMS",
            "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": 587,
            "title": "Continuous Renal Replacement Therapy in Critically Ill Pediatric-Patients",
            "abstract": null,
            "authors": [
                "Zobel, G",
                "Ring, E",
                "Rödl, S"
            ],
            "year": 1996,
            "source": "AMER J KIDNEY DIS 1996 28:  S28-S34.",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1996WE22600006",
            "pubmed": null,
            "doi": "10.1016/S0272-6386(96)90077-3",
            "pmc": null,
            "organizations": [
                "587-14048"
            ],
            "persons": [
                "587-51709-6"
            ],
            "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": 2.759,
            "impactfactor_year": 1996,
            "impactfactor_norm": 0.926829268292683,
            "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": 303,
            "title": "Autocrine growth stimulation as a potential source of asymmetry in melanocytic skin tumors.",
            "abstract": null,
            "authors": [
                "Smolle, J",
                "Hofmann-Wellenhof, R"
            ],
            "year": 1998,
            "source": "Am J Dermatopathol. 1998; 20(4):352-356",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000075125600005",
            "pubmed": "9700372",
            "doi": "10.1097%2F00000372-199808000-00005",
            "pmc": null,
            "organizations": [
                "303-14047"
            ],
            "persons": [
                "303-51617-2",
                "303-51711-6"
            ],
            "imported": null,
            "journal": "AMER J DERMATOPATHOL",
            "issn": "0193-1091",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.905,
            "impactfactor_year": 1998,
            "impactfactor_norm": 0.6,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "DERMATOLOGY, VENERAL DISEASES",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": 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": 589,
            "title": "Contractile force and myocardial ischemia--electrical and ionic mechanisms",
            "abstract": null,
            "authors": [
                "Köppel, H",
                "Klein, W",
                "Grisold, M",
                "Gasser, R"
            ],
            "year": 1997,
            "source": "Acta Med Austriaca. 1997; 24(3):114-121",
            "category": 1,
            "document_type": 3,
            "sci": "ISI:A1997XL07500004",
            "pubmed": "9312974",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "589-51533-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.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": 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": 590,
            "title": "Contrast sonography for inconclusive findings on routine sonography.",
            "abstract": null,
            "authors": [
                "Gücer, F",
                "Häusler, MC",
                "Arikan, MG",
                "Pieber, D"
            ],
            "year": 1996,
            "source": "Int J Gynaecol Obstet. 1996; 54(2):161-165",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1996VB15800011",
            "pubmed": "9236315",
            "doi": "10.1016%2F0020-7292%2896%2902699-9",
            "pmc": null,
            "organizations": [
                "590-14038"
            ],
            "persons": [],
            "imported": null,
            "journal": "INT J GYNECOL OBSTET",
            "issn": "0020-7292",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.387,
            "impactfactor_year": 1996,
            "impactfactor_norm": 0.245283018867925,
            "impactfactor_norm_year": 1998,
            "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": 591,
            "title": "Contrast-enhanced spiral CT of the head and neck: comparison of contrast material injection rates.",
            "abstract": null,
            "authors": [
                "Groell, R",
                "Willfurth, P",
                "Schaffler, GJ",
                "Mayer, R",
                "Schmidt, F",
                "Uggowitzer, MM",
                "Tillich, M",
                "Genser, B"
            ],
            "year": 1999,
            "source": "AJNR Am J Neuroradiol. 1999; 20(9):1732-1736",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000083376500030",
            "pubmed": "10543650",
            "doi": null,
            "pmc": null,
            "organizations": [
                "591-14054"
            ],
            "persons": [],
            "imported": null,
            "journal": "AMER J NEURORADIOL",
            "issn": "0195-6108",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.358,
            "impactfactor_year": 1999,
            "impactfactor_norm": 0.846153846153846,
            "impactfactor_norm_year": 1999,
            "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": 592,
            "title": "Contribution of the endothelium to transcapillary insulin transport in rat isolated perfused hearts.",
            "abstract": null,
            "authors": [
                "Brunner, F",
                "Wascher, TC"
            ],
            "year": 1998,
            "source": "Diabetes. 1998; 47(7):1127-1134",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000074433500019",
            "pubmed": "9648838",
            "doi": "10.2337/diabetes.47.7.1127",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "DIABETES",
            "issn": "0012-1797",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 8.459,
            "impactfactor_year": 1998,
            "impactfactor_norm": 0.975903614457831,
            "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": 593,
            "title": "Contribution of the posterior compartment to the urinary continence mechanism.",
            "abstract": null,
            "authors": [
                "Zivkovic, F",
                "Tamussino, K",
                "Haas, J"
            ],
            "year": 1998,
            "source": "Obstet Gynecol. 1998; 91(2):229-233",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000071670800014",
            "pubmed": "9469281",
            "doi": "10.1016%2FS0029-7844%2897%2900675-3",
            "pmc": null,
            "organizations": [
                "593-14038"
            ],
            "persons": [
                "593-51627-6",
                "593-51826-6"
            ],
            "imported": null,
            "journal": "OBSTET GYNECOL",
            "issn": "0029-7844",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.252,
            "impactfactor_year": 1998,
            "impactfactor_norm": 0.886792452830189,
            "impactfactor_norm_year": 1998,
            "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": 143,
            "title": "Adenosine inhibits the L-type calcium current in human atrial myocytes.",
            "abstract": null,
            "authors": [
                "Pelzmann, B",
                "Schaffer, P",
                "Mächler, H",
                "Rigler, B",
                "Koidl, B"
            ],
            "year": 1995,
            "source": "Naunyn Schmiedebergs Arch Pharmacol. 1995; 351(3):293-297",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1995QM38100011",
            "pubmed": "7609783",
            "doi": "10.1007/BF00233249",
            "pmc": null,
            "organizations": [
                "143-14011",
                "143-14075"
            ],
            "persons": [
                "143-50480-6",
                "143-50615-2",
                "143-51592-6",
                "143-51681-6"
            ],
            "imported": null,
            "journal": "NAUNYN, SCHMIED ARCH PHARMACOL",
            "issn": "0028-1298",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 3.04,
            "impactfactor_year": 1995,
            "impactfactor_norm": 0.831460674157303,
            "impactfactor_norm_year": 1998,
            "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": true
        },
        {
            "id": 307,
            "title": "Autosomal dominant familial Mediterranean fever--like syndrome.",
            "abstract": null,
            "authors": [
                "Mache, CJ",
                "Goriup, U",
                "Fischel-Ghodsian, N",
                "Chen, X",
                "Schwingshandl, J"
            ],
            "year": 1996,
            "source": "Eur J Pediatr. 1996; 155(9):787-790",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1996VC94200010",
            "pubmed": "8874113",
            "doi": "10.1007%2FBF02002908",
            "pmc": null,
            "organizations": [
                "307-14048"
            ],
            "persons": [
                "307-51877-2"
            ],
            "imported": null,
            "journal": "EUR J PEDIAT",
            "issn": "0340-6199",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.127,
            "impactfactor_year": 1996,
            "impactfactor_norm": 0.732394366197183,
            "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": 596,
            "title": "Coping with Acute Stress Reactions by Plentiful Oral Magnesium Supply",
            "abstract": null,
            "authors": [
                "Classen, HG",
                "Porta, S",
                "Schindler, R"
            ],
            "year": 1995,
            "source": "MAGNESIUM, BULL 1995 17: 1-8.",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1995QV19800001",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "596-14014"
            ],
            "persons": [],
            "imported": null,
            "journal": "MAGNESIUM, BULL",
            "issn": "0172-908X",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.213,
            "impactfactor_year": 1995,
            "impactfactor_norm": 0.0576271186440678,
            "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": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 309,
            "title": "Bacterial translocation in short-bowel syndrome in rats.",
            "abstract": null,
            "authors": [
                "Schimpl, G",
                "Feierl, G",
                "Linni, K",
                "Uitz, C",
                "Ozbey, H",
                "Höllwarth, ME"
            ],
            "year": 1999,
            "source": "EUR J PEDIATR SURG 1999 9: 224-227.",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000082990800008",
            "pubmed": "10532262",
            "doi": "10.1055/s-2008-1072249",
            "pmc": null,
            "organizations": [
                "309-14023",
                "309-14049"
            ],
            "persons": [
                "309-51818-6"
            ],
            "imported": null,
            "journal": "EUR J PEDIATR SURG",
            "issn": "0939-7248",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.335,
            "impactfactor_year": 1999,
            "impactfactor_norm": 0.175572519083969,
            "impactfactor_norm_year": 1999,
            "impactfactor_norm_category": "SURGERY",
            "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": 627,
            "title": "Cutaneous immunocytomas: a clinicopathologic study of 26 cases.",
            "abstract": null,
            "authors": [
                "Rijlaarsdam, JU",
                "van der Putte, SC",
                "Berti, E",
                "Kerl, H",
                "Rieger, E",
                "Toonstra, J",
                "Geerts, ML",
                "Meijer, CJ",
                "Willemze, R"
            ],
            "year": 1993,
            "source": "Histopathology. 1993; 23(2):117-125",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1993KW39500258",
            "pubmed": "8406383",
            "doi": "10.1111/j.1365-2559.1993.tb00469.x",
            "pmc": null,
            "organizations": [
                "627-14047"
            ],
            "persons": [
                "627-51620-6"
            ],
            "imported": null,
            "journal": "HISTOPATHOLOGY",
            "issn": "0022-202X",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 3.826,
            "impactfactor_year": 1994,
            "impactfactor_norm": 1.0,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "DERMATOLOGY, VENERAL DISEASES",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": false,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 146,
            "title": "Adnexal torsion with hemorrhagic infarct in early pregnancy. Diagnosis by color-coded vaginal Doppler sonography",
            "abstract": null,
            "authors": [
                "Hönigl, W"
            ],
            "year": 1997,
            "source": "Ultraschall Med. 1997; 18(1):42-45",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1997WR40000010",
            "pubmed": "9173528",
            "doi": "10.1055/s-2007-1000515",
            "pmc": null,
            "organizations": [
                "146-14038"
            ],
            "persons": [],
            "imported": null,
            "journal": "ULTRASCHALL MED",
            "issn": "0172-4614",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 0.729,
            "impactfactor_year": 1997,
            "impactfactor_norm": 0.56,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "ACOUSTICS",
            "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": 892,
            "title": "Evidence for the participation of glutamate in reflexes involving afferent, substance P-containing nerve fibres in the rat.",
            "abstract": null,
            "authors": [
                "Juránek, I",
                "Lembeck, F"
            ],
            "year": 1996,
            "source": "Br J Pharmacol. 1996; 117(1):71-78",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1996TY67400011",
            "pubmed": "8825345",
            "doi": "10.1111/j.1476-5381.1996.tb15156.x",
            "pmc": "PMC1909381",
            "organizations": [
                "892-14022"
            ],
            "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": 4.075,
            "impactfactor_year": 1996,
            "impactfactor_norm": 0.921348314606742,
            "impactfactor_norm_year": 1998,
            "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
        }
    ]
}