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=158260&ordering=-year
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 159558,
    "next": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=158280&ordering=-year",
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=158240&ordering=-year",
    "results": [
        {
            "id": 7504,
            "title": "Determination of capsaicin in tissues and separation of capsaicin analogues by high-performance liquid chromatography.",
            "abstract": null,
            "authors": [
                "Saria, A",
                "Lembeck, F",
                "Skofitsch, G"
            ],
            "year": 1981,
            "source": "J CHROMATOGR. 1981; 208(1): 41-46. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1981LL73900006",
            "pubmed": "7276114",
            "doi": "10.1016/S0021-9673(00)87957-1",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2009-08-28T12:55:53+02:00",
            "journal": "J CHROMATOGR",
            "issn": "0021-9673",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.523,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.876923076923077,
            "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": 7505,
            "title": "Clinico-immunologic problems in kidney transplantation",
            "abstract": null,
            "authors": [
                "Lanzer, G"
            ],
            "year": 1981,
            "source": "WIEN MED WOCHENSCHR. 1981; 131(6): 139-143. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1981LP04200001",
            "pubmed": "6455015",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2009-08-31T18:25:22+02:00",
            "journal": "WIEN MED WOCHENSCHR",
            "issn": "0043-5341",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "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": 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": 7506,
            "title": "Vascular surgery in ischemic cerebral infarction (author's transl)",
            "abstract": null,
            "authors": [
                "Heppner, F",
                "Auer, L"
            ],
            "year": 1981,
            "source": "Wien Med Wochenschr. 1981; 131(6):145-148",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1981LP04200002",
            "pubmed": "7257451",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "WIEN MED WOCHENSCHR",
            "issn": "0043-5341",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "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": 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": 7507,
            "title": "Torsion of the testicle (author's transl)",
            "abstract": null,
            "authors": [
                "Wandschneider, G",
                "Narath, P",
                "Mölzer, R"
            ],
            "year": 1981,
            "source": "Wien Med Wochenschr. 1981; 131(6):153-155",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1981LP04200004",
            "pubmed": "7020268",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "WIEN MED WOCHENSCHR",
            "issn": "0043-5341",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "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": 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": 7508,
            "title": "Postocclusive cutaneous vasodilatation mediated by substance P.",
            "abstract": null,
            "authors": [
                "Lembeck, F",
                "Donnerer, J"
            ],
            "year": 1981,
            "source": "Naunyn Schmiedebergs Arch Pharmacol. 1981; 316(2):165-171",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1981LQ12600013",
            "pubmed": "6165899",
            "doi": "10.1007/BF00505312",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "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": 2.813,
            "impactfactor_year": 1994,
            "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": false
        },
        {
            "id": 7509,
            "title": "The effects of the bradycardia-producing compound alinidine on action potentials and tension development in cardiac fibres.",
            "abstract": null,
            "authors": [
                "Tritthart, HA",
                "Windisch, H",
                "Heuberger, S"
            ],
            "year": 1981,
            "source": "Naunyn Schmiedebergs Arch Pharmacol. 1981; 316(2):172-177",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1981LQ12600014",
            "pubmed": "7242703",
            "doi": "10.1007/BF00505313",
            "pmc": null,
            "organizations": [],
            "persons": [
                "7509-51519-2",
                "7509-51673-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": 2.813,
            "impactfactor_year": 1994,
            "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": false
        },
        {
            "id": 7510,
            "title": "The problem of so-called conservative treatment of the atypical cervical epithelium (author's transl)",
            "abstract": null,
            "authors": [
                "Burghardt, E"
            ],
            "year": 1981,
            "source": "Geburtshilfe Frauenheilkd. 1981; 41(5):330-334",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1981LR32800002",
            "pubmed": "6909089",
            "doi": "10.1055/s-2008-1036803",
            "pmc": null,
            "organizations": [],
            "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": 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": 7511,
            "title": "The importance of aluminiun in dialyseencephalopathie (author's transl)",
            "abstract": null,
            "authors": [
                "Ladurner, G",
                "Holzer, H",
                "Wawschinek, O",
                "Pogglitsch, H",
                "Petek, W"
            ],
            "year": 1981,
            "source": "FORTSCHR NEUROL PSYCHIAT. 1981; 49(5): 211-213. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1981LR33100006",
            "pubmed": "7239409",
            "doi": "10.1055/s-2007-1002326",
            "pmc": null,
            "organizations": [],
            "persons": [
                "7511-51535-6"
            ],
            "imported": "2009-08-31T18:24:17+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": 7512,
            "title": "Clinical experience in a case of orthotopic liver transplantation by use of an atypical caval vein anastomosis (author's transl)",
            "abstract": null,
            "authors": [
                "Rigler, B",
                "Zalaudek, G",
                "Hermann, W",
                "Stenzl, W",
                "Tscheliessnigg, KH",
                "Tilz, G",
                "Höfer, G",
                "Rehak, P"
            ],
            "year": 1981,
            "source": "LANGENBECKS ARCH CHIR. 1981; 354(1): 31-38. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1981LR37100003",
            "pubmed": "6265720",
            "doi": "10.1007/BF01834014",
            "pmc": null,
            "organizations": [],
            "persons": [
                "7512-51537-6"
            ],
            "imported": "2009-08-28T12:33:18+02:00",
            "journal": "LANGENBECKS ARCH CHIR",
            "issn": "0023-8236",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 0.556,
            "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": 7513,
            "title": "Dermis flap transposition as a treatment for fixed dislocation of the temporo-mandibular joint.",
            "abstract": null,
            "authors": [
                "Köle, H"
            ],
            "year": 1981,
            "source": "J Maxillofac Surg. 1981; 9(2):129-131",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1981LR46800012",
            "pubmed": "7021726",
            "doi": "10.1016/S0301-0503(81)80030-6",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "J MAXILLOFAC SURG",
            "issn": "0301-0503",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.442,
            "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": 7514,
            "title": "Structure of two subfractions of normal porcine (Sus domesticus) serum low-density lipoproteins. X-ray small-angle scattering studies.",
            "abstract": null,
            "authors": [
                "Jürgens, G",
                "Knipping, GM",
                "Zipper, P",
                "Kayushina, R",
                "Degovics, G",
                "Laggner, P"
            ],
            "year": 1981,
            "source": "Biochemistry. 1981; 20(11):3231-3237",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1981LR82900038",
            "pubmed": "7248280",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "7514-51511-1"
            ],
            "imported": null,
            "journal": "BIOCHEMISTRY-USA",
            "issn": "0006-2960",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 5.234,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.850847457627119,
            "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": 7515,
            "title": "HYPERBARIC-OXYGEN THERAPY OF EXPERIMENTAL NECROTIZING PANCREATITIS.",
            "abstract": null,
            "authors": [
                "ZALAUDEK, G",
                "PINTER, H",
                "SANTNER, V",
                "HOFLER, H",
                "REHAK, P",
                "STOLZE, A"
            ],
            "year": 1981,
            "source": "LANGENBECKS ARCH CHIR. 1981; 353(S): 279-283. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1981LR95300054",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2009-04-28T16:26:45+02:00",
            "journal": "LANGENBECKS ARCH CHIR",
            "issn": "0023-8236",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.556,
            "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": 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": 7516,
            "title": "Prevention of septic complications in colorectal surgery (author's transl)].",
            "abstract": null,
            "authors": [
                "Kronberger, L",
                "Kraft-Kinz, J"
            ],
            "year": 1981,
            "source": "Wien Med Wochenschr. 1981; 131(8):209-211",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1981LS56000005",
            "pubmed": "7257433",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "WIEN MED WOCHENSCHR",
            "issn": "0043-5341",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "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": 7517,
            "title": "Clinical studies of familial hereditary factor VII deficiency (author's transl)",
            "abstract": null,
            "authors": [
                "Pilger, E",
                "Schenk, H",
                "Haralambus, J",
                "Sailer, S"
            ],
            "year": 1981,
            "source": "BLUT. 1981; 42(5): 297-306. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1981LS69400003",
            "pubmed": "7236896",
            "doi": "10.1007/BF00996846",
            "pmc": null,
            "organizations": [],
            "persons": [
                "7517-51541-2"
            ],
            "imported": "2009-09-01T15:55:48+02:00",
            "journal": "BLUT",
            "issn": "0006-5242",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": null,
            "impactfactor_year": null,
            "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": 7518,
            "title": "Comparison of oral prostaglandin E2 and intravenous oxytocin for induction of labour.",
            "abstract": null,
            "authors": [
                "Lichtenegger, W",
                "Lahousen, M",
                "Kraemer, H"
            ],
            "year": 1981,
            "source": "GYNECOL OBSTET INVEST. 1981; 12(4): 197-202. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1981LS72300004",
            "pubmed": "7250782",
            "doi": "10.1159/000299603",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2009-08-31T18:26:52+02:00",
            "journal": "GYNECOL OBSTET INVEST",
            "issn": "0378-7346",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": 0.264150943396226,
            "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": 7519,
            "title": "RELATION OF EEG AND COMPUTERIZED-TOMOGRAPHY IN TRANSIENT ISCHEMIC ATTACKS",
            "abstract": null,
            "authors": [
                "LADURNER, G",
                "ENGE, S",
                "SAGER, WD",
                "LOGAR, C",
                "LECHNER, H"
            ],
            "year": 1981,
            "source": "AKTUEL NEUROL 1981 8: 49-51.",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1981LS98400001",
            "pubmed": null,
            "doi": "10.1055/s-2007-1020948",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "AKTUEL NEUROL",
            "issn": "0302-4350",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.323,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.168316831683168,
            "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": 7520,
            "title": "Calcium ion effects on the rising phases of action potentials obtained from guinea-pig papillary muscles at different potassium concentrations.",
            "abstract": null,
            "authors": [
                "Windisch, H",
                "Tritthart, HA"
            ],
            "year": 1981,
            "source": "J Mol Cell Cardiol. 1981; 13(5):457-469",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1981LT06200002",
            "pubmed": "7265255",
            "doi": "10.1016/0022-2828(81)90263-7",
            "pmc": null,
            "organizations": [],
            "persons": [
                "7520-51519-6",
                "7520-51673-2"
            ],
            "imported": null,
            "journal": "J MOL CELL CARDIOL",
            "issn": "0022-2828",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 3.008,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.887096774193548,
            "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": 7521,
            "title": "Influenzae type B infections. Quick identification by countercurrent-immuno-electrophoresis (author's transl)",
            "abstract": null,
            "authors": [
                "Grubbauer, HM",
                "Breisach, G"
            ],
            "year": 1981,
            "source": "Monatsschr Kinderheilkd. 1981; 129(5):298-299",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1981LT48100010",
            "pubmed": "6114405",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "MONATSSCHR KINDERHEILK",
            "issn": "0026-9298",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.163,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.112676056338028,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "PEDIATRICS",
            "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": 7522,
            "title": "Substance P in the argentaffin carcinoid of the caecum: biochemical and biological characterization.",
            "abstract": null,
            "authors": [
                "Ratzenhofer, M",
                "Gamse, R",
                "Höfler, H",
                "Auböck, L",
                "Popper, H",
                "Pohl, P",
                "Lembeck, F"
            ],
            "year": 1981,
            "source": "VIRCHOWS ARCH A PATH ANAT HIS. 1981; 392(1): 21-31. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1981LT51700003",
            "pubmed": "6169190",
            "doi": "10.1007/BF00430545",
            "pmc": null,
            "organizations": [],
            "persons": [
                "7522-51523-6"
            ],
            "imported": "2009-08-28T12:26:16+02:00",
            "journal": "VIRCHOWS ARCH A PATH ANAT HIS",
            "issn": "0174-7398",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": null,
            "impactfactor_year": null,
            "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": 7523,
            "title": "Clinical pathological analysis of peripartum maternal mortality (author's transl)",
            "abstract": null,
            "authors": [
                "Pickel, H",
                "Lahousen, M",
                "Becker, H",
                "Leinzinger, P"
            ],
            "year": 1981,
            "source": "WIEN KLIN WOCHENSCHR. 1981; 93(11): 342-348. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1981LU17700002",
            "pubmed": "7269612",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2009-09-01T15:48:10+02:00",
            "journal": "WIEN KLIN WOCHENSCHR",
            "issn": "0043-5325",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "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
        }
    ]
}