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=150500&ordering=-year
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 157136,
    "next": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=150520&ordering=-year",
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=150480&ordering=-year",
    "results": [
        {
            "id": 572,
            "title": "Congenital intrahepatic arterioportal fistula as a cause of necrotizing enteritis--Doppler sonographic and angiographic detection",
            "abstract": null,
            "authors": [
                "Hausegger, KA",
                "Fotter, R",
                "Sorantin, E",
                "Flückiger, F"
            ],
            "year": 1991,
            "source": "ULTRASCHALL MED. 1991; 12:  193-196. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1991GE89200008",
            "pubmed": "1957155",
            "doi": "10.1055/s-2007-1005928",
            "pmc": null,
            "organizations": [
                "572-14054"
            ],
            "persons": [
                "572-51557-6",
                "572-51913-6"
            ],
            "imported": "2010-06-25T17:26:08+02:00",
            "journal": "ULTRASCHALL MED",
            "issn": "0172-4614",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 0.34,
            "impactfactor_year": 1994,
            "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": 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": 579,
            "title": "Manual examination of so-called lumbosacral instability",
            "abstract": null,
            "authors": [
                "Reimann, R",
                "Tschemernjak, J",
                "Strohmaier, S"
            ],
            "year": 1991,
            "source": "ACTA ANAT. 1991; 140(4): 319-328. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1991FZ48100004",
            "pubmed": "1927243",
            "doi": "10.1159/000147077",
            "pmc": null,
            "organizations": [
                "579-14018"
            ],
            "persons": [
                "579-51508-2"
            ],
            "imported": "2010-06-28T16:52:59+02:00",
            "journal": "ACTA ANAT",
            "issn": "0001-5180",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.64,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.529411764705882,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "ANATOMY & MORPHOLOGY",
            "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": 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": 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": 622,
            "title": "The computed tomographic manifestation of diffuse visceral lymphangiomatosis",
            "abstract": null,
            "authors": [
                "Melzer, G",
                "Kullnig, P",
                "Flückiger, F",
                "Beham, A"
            ],
            "year": 1991,
            "source": "FORTSCHR RONTGENSTRAHL NEUEN. 1991; 155(3): 282-283. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1991GG93900018",
            "pubmed": "1912550",
            "doi": "10.1055/s-2008-1033263",
            "pmc": null,
            "organizations": [
                "622-14020",
                "622-14054"
            ],
            "persons": [],
            "imported": "2010-06-28T16:11:06+02:00",
            "journal": "FORTSCHR RONTGENSTRAHL NEUEN",
            "issn": "0936-6652",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "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": 637,
            "title": "Cystic adventitia degeneration of the popliteal artery: sonographic confirmation of the diagnosis",
            "abstract": null,
            "authors": [
                "Flueckiger, F",
                "Steiner, H",
                "Rabl, H",
                "Waltner, F"
            ],
            "year": 1991,
            "source": "Ultraschall Med. 1991; 12(2):84-86",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1991FN02700006",
            "pubmed": "1871576",
            "doi": "10.1055/s-2007-1003975",
            "pmc": null,
            "organizations": [
                "637-14045",
                "637-14054"
            ],
            "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.34,
            "impactfactor_year": 1994,
            "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": 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": 653,
            "title": "Cytotoxic chemotherapy-induced second primary neoplasms: clinical aspects.",
            "abstract": null,
            "authors": [
                "Petru, E",
                "Schmähl, D"
            ],
            "year": 1991,
            "source": "Neoplasma. 1991; 38(2):147-155",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1991FM93500003",
            "pubmed": "2041574",
            "doi": null,
            "pmc": null,
            "organizations": [
                "653-14038"
            ],
            "persons": [
                "653-51624-2"
            ],
            "imported": null,
            "journal": "NEOPLASMA",
            "issn": "0028-2685",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.354,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.211538461538462,
            "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": 672,
            "title": "Dental amalgam. I: Conventional and non-gamma-2 amalgams.",
            "abstract": null,
            "authors": [
                "Städtler, P"
            ],
            "year": 1991,
            "source": "INT J CLIN PHARM THER TOXICOL. 1991; 29:  161-163. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1991FK19200007",
            "pubmed": "2071265",
            "doi": null,
            "pmc": null,
            "organizations": [
                "672-14057"
            ],
            "persons": [
                "672-74154-2"
            ],
            "imported": "2010-06-28T17:53:26+02:00",
            "journal": "INT J CLIN PHARM THER TOXICOL",
            "issn": "0946-1965",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": 0.365168539325843,
            "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
        },
        {
            "id": 673,
            "title": "Dental amalgam. II: Exposure to mercury.",
            "abstract": null,
            "authors": [
                "Städtler, P"
            ],
            "year": 1991,
            "source": "INT J CLIN PHARM THER TOXICOL. 1991; 29:  164-167. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1991FK19200008",
            "pubmed": "2071266",
            "doi": null,
            "pmc": null,
            "organizations": [
                "673-14057"
            ],
            "persons": [
                "673-74154-2"
            ],
            "imported": "2010-06-28T17:53:41+02:00",
            "journal": "INT J CLIN PHARM THER TOXICOL",
            "issn": "0946-1965",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": 0.365168539325843,
            "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
        },
        {
            "id": 674,
            "title": "Dental amalgam. III: Toxicity.",
            "abstract": null,
            "authors": [
                "Städtler, P"
            ],
            "year": 1991,
            "source": "INT J CLIN PHARM THER TOXICOL. 1991; 29:  168-171. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1991FK19200009",
            "pubmed": "2071267",
            "doi": null,
            "pmc": null,
            "organizations": [
                "674-14057"
            ],
            "persons": [
                "674-74154-2"
            ],
            "imported": "2010-06-28T17:55:22+02:00",
            "journal": "INT J CLIN PHARM THER TOXICOL",
            "issn": "0946-1965",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": 0.365168539325843,
            "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
        },
        {
            "id": 676,
            "title": "Depolarization-evoked release of glutamate, aspartate and gamma-aminobutyric acid from rat dorsal spinal cord slices does not originate from capsaicin-sensitive neurons.",
            "abstract": null,
            "authors": [
                "Donnerer, J"
            ],
            "year": 1991,
            "source": "Brain Res. 1991; 555(2):332-334",
            "category": 1,
            "document_type": 10,
            "sci": "ISI:A1991GB12000020",
            "pubmed": "1682003",
            "doi": "10.1016%2F0006-8993%2891%2990360-8",
            "pmc": null,
            "organizations": [
                "676-14022"
            ],
            "persons": [],
            "imported": null,
            "journal": "BRAIN RES",
            "issn": "0006-8993",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.869,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.648514851485149,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "NEUROSCIENCES",
            "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": 695,
            "title": "Determination of fatty acids in the main lipoprotein classes by capillary gas chromatography: BF3/methanol transesterification of lyophilized samples instead of Folch extraction gives higher yields.",
            "abstract": null,
            "authors": [
                "Sattler, W",
                "Puhl, H",
                "Hayn, M",
                "Kostner, GM",
                "Esterbauer, H"
            ],
            "year": 1991,
            "source": "Anal Biochem. 1991; 198(1):184-190",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1991GH56600031",
            "pubmed": "1838668",
            "doi": "10.1016/0003-2697(91)90526-Y",
            "pmc": null,
            "organizations": [
                "695-14013"
            ],
            "persons": [
                "695-51669-6",
                "695-51705-2"
            ],
            "imported": null,
            "journal": "ANAL BIOCHEM",
            "issn": "0003-2697",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.313,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.830769230769231,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "CHEMISTRY, ANALYTICAL",
            "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": 705,
            "title": "Deuterium-labelling and quantitative measurement of ketotifen in human plasma by gas chromatography/negative ion chemical ionization mass spectrometry.",
            "abstract": null,
            "authors": [
                "Leis, HJ",
                "Malle, E"
            ],
            "year": 1991,
            "source": "Biol Mass Spectrom. 1991; 20(8):467-470",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1991FY61500004",
            "pubmed": "1768703",
            "doi": "10.1002/bms.1200200806",
            "pmc": null,
            "organizations": [
                "705-14013",
                "705-14048"
            ],
            "persons": [
                "705-51833-6"
            ],
            "imported": null,
            "journal": "BIOL MASS SPECTROM",
            "issn": "1052-9306",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.935,
            "impactfactor_year": 1994,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "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": 707,
            "title": "Development of a highly specific and sensitive molecular probe for detection of cutaneous lymphoma.",
            "abstract": null,
            "authors": [
                "Volkenandt, M",
                "Soyer, HP",
                "Kerl, H",
                "Bertino, JR"
            ],
            "year": 1991,
            "source": "J INVEST DERMATOL 1991 97: 137-140.",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1991FU29000023",
            "pubmed": "1829102",
            "doi": "10.1111%2F1523-1747.ep12479308",
            "pmc": null,
            "organizations": [
                "707-14047"
            ],
            "persons": [
                "707-51620-6"
            ],
            "imported": null,
            "journal": "J INVEST DERMATOL",
            "issn": "0022-202X",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 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": 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": 708,
            "title": "Development of Human Antimouse Antibodies (Hama) After Single and Repeated Diagnostic Application of Intact Murine Monoclonal-Antibodies",
            "abstract": null,
            "authors": [
                "Lind, P",
                "Lechner, P",
                "Hausmann, B",
                "Smola, MG",
                "Koeltringer, P",
                "Steindorfer, P",
                "Cesnik, H",
                "Passl, R",
                "Eber, O"
            ],
            "year": 1991,
            "source": "ANTIBODY IMMUNOCONJ RADIOPHAR. 1991; 4:  811-818. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1991HT51000052",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "708-14045",
                "708-14052"
            ],
            "persons": [],
            "imported": "2010-06-28T15:52:44+02:00",
            "journal": "ANTIBODY IMMUNOCONJ RADIOPHAR",
            "issn": "0892-7049",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.8,
            "impactfactor_year": 1994,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "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": 712,
            "title": "Dextran sulphate reduces diphenylhexatriene anisotropy in human peripheral blood lymphocytes: impact on plasma membrane fluidity and HIV-cytopathogenicity.",
            "abstract": null,
            "authors": [
                "Lehr, HA",
                "Zimmer, JP",
                "Hübner, C",
                "Reisinger, EC",
                "Kohlschütter, A",
                "Schmitz, H"
            ],
            "year": 1991,
            "source": "J Antimicrob Chemother. 1991; 28(5):677-680",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1991GR06400008",
            "pubmed": "1778871",
            "doi": "10.1093/jac/28.5.677",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "J ANTIMICROB CHEMOTHER",
            "issn": "0305-7453",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.228,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.853932584269663,
            "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
        },
        {
            "id": 771,
            "title": "Double stapling suture anastomosis in deep anterior rectum resection. Experiences and results",
            "abstract": null,
            "authors": [
                "Jatzko, G",
                "Müller, M",
                "Lisborg, P",
                "Wette, V",
                "Klimpfinger, M"
            ],
            "year": 1991,
            "source": "Chirurg. 1991; 62(8):604-607",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1991GC07900006",
            "pubmed": "1935395",
            "doi": null,
            "pmc": null,
            "organizations": [
                "771-14020"
            ],
            "persons": [],
            "imported": null,
            "journal": "CHIRURG",
            "issn": "0009-4722",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.657,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.6171875,
            "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": 783,
            "title": "Dysfunction of the sphincter of Oddi as a cause of so-called postcholecystectomy syndrome",
            "abstract": null,
            "authors": [
                "Brandstätter, G",
                "Kratochvil, P",
                "Wurzer, H"
            ],
            "year": 1991,
            "source": "Wien Klin Wochenschr. 1991; 103(19):577-580",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1991GK76700002",
            "pubmed": "1759458",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "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.268,
            "impactfactor_year": 1994,
            "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": 801,
            "title": "EEG mapping in schizophrenia and depression--a multivariate approach",
            "abstract": null,
            "authors": [
                "Gallhofer, B",
                "Malle, B",
                "Körner, E",
                "Wieselmann, G",
                "Kunz, S"
            ],
            "year": 1991,
            "source": "FORTSCHR NEUROL PSYCHIAT. 1991; 59(11): 447-452. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1991HH36000002",
            "pubmed": "1684774",
            "doi": "10.1055/s-2007-1000719",
            "pmc": null,
            "organizations": [
                "801-29447"
            ],
            "persons": [],
            "imported": "2010-06-25T17:09:05+02:00",
            "journal": "FORTSCHR NEUROL PSYCHIAT",
            "issn": "0720-4299",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.617,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.208,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "CLINICAL NEUROLOGY",
            "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": 828,
            "title": "Effect of neuropeptide Y on jejunal water and ion transport in humans.",
            "abstract": null,
            "authors": [
                "Holzer-Petsche, U",
                "Petritsch, W",
                "Hinterleitner, T",
                "Eherer, A",
                "Sperk, G",
                "Krejs, GJ"
            ],
            "year": 1991,
            "source": "Gastroenterology. 1991; 101(2):325-330",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1991FW15600006",
            "pubmed": "2065906",
            "doi": "10.1016/0016-5085(91)90007-8",
            "pmc": null,
            "organizations": [
                "828-14022"
            ],
            "persons": [
                "828-51534-6",
                "828-51536-6",
                "828-51517-2"
            ],
            "imported": null,
            "journal": "GASTROENTEROLOGY",
            "issn": "0016-5085",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 7.251,
            "impactfactor_year": 1994,
            "impactfactor_norm": 1.0,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "GASTROENTEROLOGY & HEPATOLOGY",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        }
    ]
}