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=940&ordering=-imported
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 158434,
    "next": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=960&ordering=-imported",
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=920&ordering=-imported",
    "results": [
        {
            "id": 1139,
            "title": "Geometry of varicose veins segments.",
            "abstract": null,
            "authors": [
                "Pascale, K"
            ],
            "year": 1991,
            "source": "Biomed Tech (Berl). 1991; 36(6):145-148",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1991FU56100003",
            "pubmed": "1883928",
            "doi": "10.1515/bmte.1991.36.6.145",
            "pmc": null,
            "organizations": [
                "1139-14010"
            ],
            "persons": [],
            "imported": null,
            "journal": "BIOMED TECH",
            "issn": "0013-5585",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.429,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.3,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "MEDICAL INFORMATICS",
            "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": 1140,
            "title": "Gerontosurgery at the Grazer-Frauenklinik",
            "abstract": null,
            "authors": [
                "Schaffer, M",
                "Winter, R"
            ],
            "year": 1997,
            "source": "GEBURTSH FRAUENHEILK 1997 57:  M182-M186.",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1997YD43100014",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "1140-14038"
            ],
            "persons": [],
            "imported": null,
            "journal": "GEBURTSH FRAUENHEILK",
            "issn": "0016-5751",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.395,
            "impactfactor_year": 1997,
            "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": 30,
            "title": "Three-dimensional craniofacial surgery: transfer from a three-dimensional model (Endoplan) to clinical surgery: a new technique (Graz).",
            "abstract": null,
            "authors": [
                "Kärcher, H"
            ],
            "year": 1992,
            "source": "J Craniomaxillofac Surg. 1992; 20(3):125-131",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1992HZ71300004",
            "pubmed": "1613108",
            "doi": "10.1016/S1010-5182(05)80094-0",
            "pmc": null,
            "organizations": [
                "30-14057"
            ],
            "persons": [
                "30-51566-2"
            ],
            "imported": null,
            "journal": "J CRANIO MAXILLOFAC SURG",
            "issn": "0301-0503",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "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": 1142,
            "title": "Giant cyst of the liver with complete resolution following blunt trauma to the abdomen.",
            "abstract": null,
            "authors": [
                "Eber, B",
                "Schafhalter-Zoppoth, I",
                "Schumacher, M",
                "Krejs, GJ"
            ],
            "year": 1995,
            "source": "Z Gastroenterol. 1995; 33(12):709-710",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1995TP67700005",
            "pubmed": "8585253",
            "doi": "10.1016/0041-0101(95)90112-4",
            "pmc": null,
            "organizations": [],
            "persons": [
                "1142-51534-6",
                "1142-51699-6"
            ],
            "imported": null,
            "journal": "Z GASTROENTEROL",
            "issn": "0044-2771",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 0.632,
            "impactfactor_year": 1995,
            "impactfactor_norm": 0.431818181818182,
            "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
        },
        {
            "id": 1143,
            "title": "Giant dissecting aortic aneurysm with concealed perforation in an 81-year-old female.",
            "abstract": null,
            "authors": [
                "Eber, B",
                "Sarlay, H",
                "Dusleag, J",
                "Kullnig, P",
                "Ebner, F"
            ],
            "year": 1993,
            "source": "Clin Cardiol. 1993; 16(4):357-359",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1993KU79500013",
            "pubmed": "8458118",
            "doi": "10.1002/clc.4960160413",
            "pmc": null,
            "organizations": [
                "1143-14054"
            ],
            "persons": [],
            "imported": null,
            "journal": "CLIN CARDIOL",
            "issn": "0160-9289",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 0.528,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.564516129032258,
            "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": 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": 1144,
            "title": "Global sequence diversity of BRCA2: analysis of 71 breast cancer families and 95 control individuals of worldwide populations.",
            "abstract": null,
            "authors": [
                "Wagner, TM",
                "Hirtenlehner, K",
                "Shen, P",
                "Moeslinger, R",
                "Muhr, D",
                "Fleischmann, E",
                "Concin, H",
                "Doeller, W",
                "Haid, A",
                "Lang, AH",
                "Mayer, P",
                "Petru, E",
                "Ropp, E",
                "Langbauer, G",
                "Kubista, E",
                "Scheiner, O",
                "Underhill, P",
                "Mountain, J",
                "Stierer, M",
                "Zielinski, C",
                "Oefner, P"
            ],
            "year": 1999,
            "source": "Hum Mol Genet. 1999; 8(3):413-423",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000079000100004",
            "pubmed": "9971877",
            "doi": "10.1093%2Fhmg%2F8.3.413",
            "pmc": null,
            "organizations": [
                "1144-14038"
            ],
            "persons": [
                "1144-51624-6"
            ],
            "imported": null,
            "journal": "HUM MOL GENET",
            "issn": "0964-6906",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 9.359,
            "impactfactor_year": 1999,
            "impactfactor_norm": 0.945762711864407,
            "impactfactor_norm_year": 1999,
            "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": 1145,
            "title": "Glomerulonephritis as late manifestation of severe alpha 1-antitrypsin deficiency.",
            "abstract": null,
            "authors": [
                "Stauber, RE",
                "Horina, JH",
                "Trauner, M",
                "Krejs, GJ",
                "Ratschek, M",
                "Klimpfinger, M"
            ],
            "year": 1994,
            "source": "Clin Investig. 1994; 72(5):404-408",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1994NL09000018",
            "pubmed": "8086778",
            "doi": "10.1007/BF00252839",
            "pmc": null,
            "organizations": [
                "1145-14020"
            ],
            "persons": [
                "1145-51528-6",
                "1145-51530-2",
                "1145-51534-6",
                "1145-51717-6"
            ],
            "imported": null,
            "journal": "CLIN INVESTIGATOR",
            "issn": "0941-0198",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 0.963,
            "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": true
        },
        {
            "id": 1146,
            "title": "Glucocorticoid-recognizing and -effector sites in rat liver plasma membrane. Kinetics of corticosterone uptake by isolated membrane vesicles. III. Specificity and stereospecificity.",
            "abstract": null,
            "authors": [
                "Lackner, C",
                "Daufeldt, S",
                "Wildt, L",
                "Alléra, A"
            ],
            "year": 1998,
            "source": "J Steroid Biochem Mol Biol. 1998; 64(1-2):69-82",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000072878300008",
            "pubmed": "9569012",
            "doi": "10.1016/S0960-0760(97)00141-6",
            "pmc": null,
            "organizations": [],
            "persons": [
                "1146-51983-1"
            ],
            "imported": null,
            "journal": "J STEROID BIOCHEM MOL BIOL",
            "issn": "0960-0760",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.926,
            "impactfactor_year": 1998,
            "impactfactor_norm": 0.590361445783133,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "ENDOCRINOLOGY & METABOLISM",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 548,
            "title": "Computer-assisted detection of cerebral embolism using a multi-range principle",
            "abstract": null,
            "authors": [
                "Litscher, G",
                "Schwarz, G",
                "Baumgartner, A",
                "Flaschka, G",
                "Lenhard, H",
                "Pendl, G"
            ],
            "year": 1997,
            "source": "Biomed Tech (Berl). 1997; 42(7-8):216-220",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1997XR97700005",
            "pubmed": "9376500",
            "doi": "10.1515/bmte.1997.42.7-8.216",
            "pmc": null,
            "organizations": [
                "548-14044",
                "548-14050",
                "548-14070"
            ],
            "persons": [
                "548-51073-6"
            ],
            "imported": null,
            "journal": "BIOMED TECH",
            "issn": "0013-5585",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.48,
            "impactfactor_year": 1997,
            "impactfactor_norm": 0.3,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "MEDICAL INFORMATICS",
            "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": 1149,
            "title": "Gly-pro-arg-pro (GPRP) enhances free thrombin.",
            "abstract": null,
            "authors": [
                "Gallistl, S",
                "Muntean, W",
                "Zenz, W"
            ],
            "year": 1995,
            "source": "Thromb Res. 1995; 78(6):547-550",
            "category": 1,
            "document_type": 10,
            "sci": "ISI:A1995RA22000008",
            "pubmed": "15714756",
            "doi": "10.1016%2F0049-3848%2895%29E0088-8",
            "pmc": null,
            "organizations": [
                "1149-14048"
            ],
            "persons": [
                "1149-51651-4",
                "1149-51963-1",
                "1149-51647-6"
            ],
            "imported": null,
            "journal": "THROMB RES",
            "issn": "0049-3848",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.443,
            "impactfactor_year": 1995,
            "impactfactor_norm": 0.512820512820513,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "PERIPHERAL VASCULAR DISEASE",
            "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": 132,
            "title": "Activity of SR 142801 at peripheral tachykinin receptors.",
            "abstract": null,
            "authors": [
                "Patacchini, R",
                "Barthò, L",
                "Holzer, P",
                "Maggi, CA"
            ],
            "year": 1995,
            "source": "Eur J Pharmacol. 1995; 278(1):17-25",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1995QX80000003",
            "pubmed": "7545122",
            "doi": "10.1016/0014-2999(95)00090-8",
            "pmc": null,
            "organizations": [
                "132-14022"
            ],
            "persons": [
                "132-51529-6"
            ],
            "imported": null,
            "journal": "EUR J PHARMACOL",
            "issn": "0014-2999",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.637,
            "impactfactor_year": 1995,
            "impactfactor_norm": 0.814606741573034,
            "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": 1151,
            "title": "Granisetron, a antiemetic for treatment of cytostatic drug-induced vomiting: results of a practice-oriented study",
            "abstract": null,
            "authors": [
                "Golaszewski, T",
                "Kölbl, H",
                "Lahousen, M",
                "Staab, HJ"
            ],
            "year": 1995,
            "source": "Wien Klin Wochenschr. 1995; 107(20):613-621",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1995TB43200004",
            "pubmed": "7502509",
            "doi": null,
            "pmc": null,
            "organizations": [
                "1151-14038"
            ],
            "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.215,
            "impactfactor_year": 1995,
            "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": 1152,
            "title": "Granular cell dermatofibroma.",
            "abstract": null,
            "authors": [
                "Soyer, HP",
                "Metze, D",
                "Kerl, H"
            ],
            "year": 1997,
            "source": "Am J Dermatopathol. 1997; 19(2):168-173",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1997WV12500009",
            "pubmed": "9129702",
            "doi": "10.1097%2F00000372-199704000-00011",
            "pmc": null,
            "organizations": [
                "1152-14047"
            ],
            "persons": [
                "1152-51620-6"
            ],
            "imported": null,
            "journal": "AMER J DERMATOPATHOL",
            "issn": "0193-1091",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 0.805,
            "impactfactor_year": 1997,
            "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": 550,
            "title": "Computer-assisted neurovegetative monitoring in patients after heart transplantation.",
            "abstract": null,
            "authors": [
                "Schwarz, G",
                "Litscher, G",
                "Tscheliessnigg, KH",
                "Pfurtscheller, G",
                "Fuchs, G",
                "Zwiener, U"
            ],
            "year": 1994,
            "source": "Biomed Tech (Berl). 1994; 39(5):105-112",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1994NR86600002",
            "pubmed": "8049339",
            "doi": "10.1515/bmte.1994.39.5.105",
            "pmc": null,
            "organizations": [
                "550-14044",
                "550-14045"
            ],
            "persons": [
                "550-51073-2",
                "550-51604-6"
            ],
            "imported": null,
            "journal": "BIOMED TECH",
            "issn": "0013-5585",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.429,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.3,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "MEDICAL INFORMATICS",
            "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": 551,
            "title": "Computer-based analysis of continuous non-invasive blood pressure and heart rate variability-methodology and normal values during wakefulness and sleep.",
            "abstract": null,
            "authors": [
                "Litscher, G",
                "Schwarz, G",
                "Pfurtscheller, G"
            ],
            "year": 1993,
            "source": "Biomed Tech (Berl). 1993; 38(4):62-67",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1993LC23500001",
            "pubmed": "8507804",
            "doi": "10.1515/bmte.1993.38.4.62",
            "pmc": null,
            "organizations": [
                "551-14044",
                "551-14070"
            ],
            "persons": [
                "551-51073-6"
            ],
            "imported": null,
            "journal": "BIOMED TECH",
            "issn": "0013-5585",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.429,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.3,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "MEDICAL INFORMATICS",
            "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": 1155,
            "title": "Gross Omental Metastasis of Mucoepidermoid Carcinoma of the Uterine Cervix - A Case-Report",
            "abstract": null,
            "authors": [
                "Reich, O",
                "Tamussino, K"
            ],
            "year": 1998,
            "source": "INT J GYNECOL CANCER 1998 8: 349-351.",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000075928200015",
            "pubmed": null,
            "doi": "10.1046/j.1525-1438.1998.09799.x",
            "pmc": null,
            "organizations": [
                "1155-14038"
            ],
            "persons": [
                "1155-51826-6",
                "1155-51918-2"
            ],
            "imported": null,
            "journal": "INT J GYNECOL CANCER",
            "issn": "1048-891X",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.375,
            "impactfactor_year": 1998,
            "impactfactor_norm": 0.226415094339623,
            "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": 1156,
            "title": "Lattice corneal dystrophy. Detection of a point mutation in the kerato-epithelin gene",
            "abstract": null,
            "authors": [
                "el-Shabrawi, Y",
                "Ardjomand, N",
                "Faschinger, C",
                "Höfler, G"
            ],
            "year": 1999,
            "source": "Ophthalmologe. 1999; 96(6):405-407",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000081296700009",
            "pubmed": "10429500",
            "doi": "10.1007/s003470050426",
            "pmc": null,
            "organizations": [
                "1156-14020",
                "1156-14043"
            ],
            "persons": [
                "1156-51585-6",
                "1156-51899-2",
                "1156-53163-6",
                "1156-51691-6"
            ],
            "imported": null,
            "journal": "OPHTHALMOLOGE",
            "issn": "0941-293X",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.475,
            "impactfactor_year": 1999,
            "impactfactor_norm": 0.302325581395349,
            "impactfactor_norm_year": 1999,
            "impactfactor_norm_category": "OPHTHALMOLOGY",
            "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": 552,
            "title": "Computer-controlled acupuncture. A new construction for simultaneous measurement of blood flow velocity of the supratrochlear and middle cerebral arteries",
            "abstract": null,
            "authors": [
                "Litscher, G",
                "Yang, NH",
                "Schwarz, G",
                "Wang, L"
            ],
            "year": 1999,
            "source": "Biomed Tech (Berl). 1999; 44(3):58-63",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000079661300004",
            "pubmed": "10321052",
            "doi": "10.1515/bmte.1999.44.3.58",
            "pmc": null,
            "organizations": [
                "552-14043",
                "552-14044",
                "552-14070"
            ],
            "persons": [
                "552-51073-6"
            ],
            "imported": null,
            "journal": "BIOMED TECH",
            "issn": "0013-5585",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.757,
            "impactfactor_year": 1999,
            "impactfactor_norm": 0.372093023255814,
            "impactfactor_norm_year": 1999,
            "impactfactor_norm_category": "ENGINEERING, BIOMEDICAL",
            "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": 286,
            "title": "Assessment of lung function in neonates during extracorporeal membrane oxygenation.",
            "abstract": null,
            "authors": [
                "Reiterer, F",
                "Kuttnig-Haim, M",
                "Zobel, G",
                "Urlesberger, B",
                "Maurer, U",
                "Riccabona, M",
                "Dacar, D",
                "Müller, W"
            ],
            "year": 1997,
            "source": "Wien Klin Wochenschr. 1997; 109(6):192-196",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1997WR80900003",
            "pubmed": "9112741",
            "doi": null,
            "pmc": null,
            "organizations": [
                "286-14048"
            ],
            "persons": [
                "286-51373-6",
                "286-51643-6",
                "286-51653-1"
            ],
            "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.411,
            "impactfactor_year": 1997,
            "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": true
        },
        {
            "id": 1671,
            "title": "Modulation of cardiac sodium channel isoform by cyclic AMP dependent protein kinase does not depend on phosphorylation of serine 1504 in the cytosolic loop interconnecting transmembrane domains III and IV.",
            "abstract": null,
            "authors": [
                "Frohnwieser, B",
                "Weigl, L",
                "Schreibmayer, W"
            ],
            "year": 1995,
            "source": "Pflugers Arch. 1995; 430(5):751-753",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1995RZ13800020",
            "pubmed": "7478928",
            "doi": "10.1007/BF00386171",
            "pmc": null,
            "organizations": [
                "1671-14011"
            ],
            "persons": [
                "1671-51041-1"
            ],
            "imported": null,
            "journal": "PFLUGERS ARCH, EUR J PHYSIOL",
            "issn": "0031-6768",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.646,
            "impactfactor_year": 1995,
            "impactfactor_norm": 0.805970149253731,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "PHYSIOLOGY",
            "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
        }
    ]
}