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=560&ordering=-imported
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 158433,
    "next": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=580&ordering=-imported",
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=540&ordering=-imported",
    "results": [
        {
            "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": 654,
            "title": "Cytotoxicity of Chromium-III and Chromium-VI Compounds .1. In-Vitro Studies Using Different Cell-Culture Systems",
            "abstract": null,
            "authors": [
                "Popper, HH",
                "Grygar, E",
                "Ingolic, E",
                "Wawschinek, O"
            ],
            "year": 1993,
            "source": "INHAL TOXICOL 1993 5: 345-369.",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1993MC95900001",
            "pubmed": null,
            "doi": "10.3109/08958379308998392",
            "pmc": null,
            "organizations": [
                "654-14013",
                "654-14020"
            ],
            "persons": [
                "654-51523-2"
            ],
            "imported": null,
            "journal": "INHAL TOXICOL",
            "issn": "0895-8378",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": 0.605633802816901,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "TOXICOLOGY",
            "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": 655,
            "title": "DA1-receptor stimulation by fenoldopam in the treatment of postcardiac surgical hypertension.",
            "abstract": null,
            "authors": [
                "Gombotz, H",
                "Plaza, J",
                "Mahla, E",
                "Berger, J",
                "Metzler, H"
            ],
            "year": 1998,
            "source": "Acta Anaesthesiol Scand. 1998; 42(7):834-840",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000075069100015",
            "pubmed": "9698961",
            "doi": "10.1111/j.1399-6576.1998.tb05330.x",
            "pmc": null,
            "organizations": [
                "655-14044"
            ],
            "persons": [
                "655-51616-6",
                "655-51611-6"
            ],
            "imported": null,
            "journal": "ACTA ANAESTHESIOL SCAND",
            "issn": "0001-5172",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.036,
            "impactfactor_year": 1998,
            "impactfactor_norm": 0.64,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "ANESTHESIOLOGY",
            "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": 337,
            "title": "Biliary obstruction due to duodenojejunal intussusception in Peutz-Jeghers syndrome.",
            "abstract": null,
            "authors": [
                "Schnedl, WJ",
                "Reisinger, EC",
                "Lipp, RW",
                "Uggowitzer, M",
                "Mischinger, HJ",
                "Fickert, P",
                "Krejs, GJ"
            ],
            "year": 1996,
            "source": "J Clin Gastroenterol. 1996; 23(3):220-223",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1996VM67800014",
            "pubmed": "8899507",
            "doi": "10.1097/00004836-199610000-00014",
            "pmc": null,
            "organizations": [
                "337-14045",
                "337-14054",
                "337-14081"
            ],
            "persons": [
                "337-51534-6",
                "337-51595-6",
                "337-51948-6",
                "337-52938-6"
            ],
            "imported": null,
            "journal": "J CLIN GASTROENTEROL",
            "issn": "0192-0790",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 0.813,
            "impactfactor_year": 1996,
            "impactfactor_norm": 0.363636363636364,
            "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": true
        },
        {
            "id": 9014,
            "title": "Analysis of fluorescent low density lipoprotein uptake by lymphocytes. Paradoxical increase in the elderly.",
            "abstract": null,
            "authors": [
                "Traill, KN",
                "Jürgens, G",
                "Böck, G",
                "Huber, L",
                "Schönitzer, D",
                "Widhalm, K",
                "Winter, U",
                "Wick, G"
            ],
            "year": 1987,
            "source": "Mech Ageing Dev. 1987; 40(3):261-288",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1987L233100003",
            "pubmed": "3431165",
            "doi": "10.1016/0047-6374(87)90023-6",
            "pmc": null,
            "organizations": [],
            "persons": [
                "9014-51511-6"
            ],
            "imported": null,
            "journal": "MECH AGE DEV",
            "issn": "0047-6374",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.124,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.772727272727273,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "GERIATRICS & GERONTOLOGY",
            "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": 849,
            "title": "Effects of AWD 23-111, a new antiarrhythmic substance, on cardiac conduction and refractoriness.",
            "abstract": null,
            "authors": [
                "Stark, U",
                "Stark, G",
                "Schwarzl, I",
                "Poppe, H",
                "Marx, D",
                "Decrinis, M",
                "Tritthart, HA"
            ],
            "year": 1996,
            "source": "Cardiovasc Drugs Ther. 1996; 10(5):531-538",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1996VU19300005",
            "pubmed": "8950067",
            "doi": "10.1007%2FBF00050993",
            "pmc": null,
            "organizations": [
                "849-14011"
            ],
            "persons": [
                "849-51519-6"
            ],
            "imported": null,
            "journal": "CARDIOVASC DRUG THERAPY",
            "issn": "0920-3206",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.209,
            "impactfactor_year": 1996,
            "impactfactor_norm": 0.612903225806452,
            "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": 339,
            "title": "Binding of endothelin to plasma proteins and tissue receptors: effects on endothelin determination, vasoactivity, and tissue kinetics.",
            "abstract": null,
            "authors": [
                "Brunner, F",
                "Stessel, H",
                "Watzinger, N",
                "Löffler, BM",
                "Opie, LH"
            ],
            "year": 1995,
            "source": "FEBS Lett. 1995; 373(1):97-101",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1995RY51700022",
            "pubmed": "7589443",
            "doi": "10.1016%2F0014-5793%2895%2901017-9",
            "pmc": null,
            "organizations": [],
            "persons": [
                "339-51759-6"
            ],
            "imported": null,
            "journal": "FEBS LETT",
            "issn": "0014-5793",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 3.842,
            "impactfactor_year": 1995,
            "impactfactor_norm": 0.842105263157895,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "BIOPHYSICS",
            "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": 661,
            "title": "Decidual macrophages are the population of decidual adherent cells which regulates perforin expression in cytolytic cells.",
            "abstract": null,
            "authors": [
                "Sotosek, V",
                "Laskarin, G",
                "Strbo, N",
                "Dohr, G",
                "Blaschitz, A",
                "Podack, ER",
                "Rukavina, D"
            ],
            "year": 1999,
            "source": "Am J Reprod Immunol. 1999; 42(2):76-82",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000081967300002",
            "pubmed": "10476688",
            "doi": null,
            "pmc": null,
            "organizations": [
                "661-14017"
            ],
            "persons": [
                "661-51666-6"
            ],
            "imported": null,
            "journal": "AMER J REPROD IMMUNOL",
            "issn": "8755-8920",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.448,
            "impactfactor_year": 1999,
            "impactfactor_norm": 0.772727272727273,
            "impactfactor_norm_year": 1999,
            "impactfactor_norm_category": "REPRODUCTIVE BIOLOGY",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": true,
            "conference_place": true,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 666,
            "title": "Definition of new alleles of MIC-A using sequencing-based typing.",
            "abstract": null,
            "authors": [
                "Yao, Z",
                "Volgger, A",
                "Helmberg, W",
                "Keller, E",
                "Fan, LA",
                "Chandanayingyong, D",
                "Albert, ED"
            ],
            "year": 1999,
            "source": "Eur J Immunogenet. 1999; 26(2-3):225-232",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000080175100005",
            "pubmed": "10331160",
            "doi": "10.1046%2Fj.1365-2370.1999.00094.x",
            "pmc": null,
            "organizations": [
                "666-14058"
            ],
            "persons": [
                "666-51910-6"
            ],
            "imported": null,
            "journal": "EUR J IMMUNOGENET",
            "issn": "0960-7420",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.713,
            "impactfactor_year": 1999,
            "impactfactor_norm": 0.469565217391304,
            "impactfactor_norm_year": 1999,
            "impactfactor_norm_category": "IMMUNOLOGY",
            "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": 667,
            "title": "Degradation of hyaluronate by the concerted action of ozone and sunlight.",
            "abstract": null,
            "authors": [
                "Schmut, O",
                "Ansari, AN",
                "Faulborn, J"
            ],
            "year": 1994,
            "source": "Ophthalmic Res. 1994; 26(6):340-343",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1994QD15900003",
            "pubmed": "7715914",
            "doi": "10.1159/000267499",
            "pmc": null,
            "organizations": [
                "667-14043"
            ],
            "persons": [],
            "imported": null,
            "journal": "OPHTHALMIC RES",
            "issn": "0030-3747",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.588,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.571428571428571,
            "impactfactor_norm_year": 1998,
            "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": 668,
            "title": "Delay of copper-catalyzed oxidation of low density lipoprotein by in vitro enrichment with choline or ethanolamine plasmalogens.",
            "abstract": null,
            "authors": [
                "Jürgens, G",
                "Fell, A",
                "Ledinski, G",
                "Chen, Q",
                "Paltauf, F"
            ],
            "year": 1995,
            "source": "Chem Phys Lipids. 1995; 77(1):25-31",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1995RP15000003",
            "pubmed": "7586089",
            "doi": "10.1016%2F0009-3084%2895%2902451-N",
            "pmc": null,
            "organizations": [
                "668-14013"
            ],
            "persons": [
                "668-50312-6",
                "668-51511-2"
            ],
            "imported": null,
            "journal": "CHEM PHYS LIPIDS",
            "issn": "0009-3084",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.591,
            "impactfactor_year": 1995,
            "impactfactor_norm": 0.666666666666667,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "BIOPHYSICS",
            "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": 670,
            "title": "Deletion analysis of the p16 tumor suppressor gene in gastrointestinal mucosa-associated lymphoid tissue lymphomas.",
            "abstract": null,
            "authors": [
                "Neumeister, P",
                "Hoefler, G",
                "Beham-Schmid, C",
                "Schmidt, H",
                "Apfelbeck, U",
                "Schaider, H",
                "Linkesch, W",
                "Sill, H"
            ],
            "year": 1997,
            "source": "Gastroenterology. 1997; 112(6):1871-1875",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1997XE18800018",
            "pubmed": "9178679",
            "doi": "10.1053%2Fgast.1997.v112.pm9178679",
            "pmc": null,
            "organizations": [
                "670-14020",
                "670-14047",
                "670-14082"
            ],
            "persons": [
                "670-51691-6",
                "670-53662-6",
                "670-51857-6",
                "670-51930-1",
                "670-52903-6"
            ],
            "imported": null,
            "journal": "GASTROENTEROLOGY",
            "issn": "0016-5085",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 10.25,
            "impactfactor_year": 1997,
            "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": true
        },
        {
            "id": 671,
            "title": "Denervation of the radiocarpal joint. A follow-up study in 22 patients.",
            "abstract": null,
            "authors": [
                "Grechenig, W",
                "Mähring, M",
                "Clement, HG"
            ],
            "year": 1998,
            "source": "J Bone Joint Surg Br. 1998; 80(3):504-507",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000073647500025",
            "pubmed": "9619946",
            "doi": "10.1302/0301-620X.80B3.8506",
            "pmc": null,
            "organizations": [
                "671-14052"
            ],
            "persons": [
                "671-51694-2",
                "671-60541-6"
            ],
            "imported": null,
            "journal": "J BONE JOINT SURG, BRIT VOL",
            "issn": "0301-620X",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.501,
            "impactfactor_year": 1998,
            "impactfactor_norm": 0.904761904761905,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "ORTHOPEDICS",
            "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": 342,
            "title": "Biological significance of tumor thickness. Theoretical considerations based on computer simulation.",
            "abstract": null,
            "authors": [
                "Smolle, J"
            ],
            "year": 1995,
            "source": "Am J Dermatopathol. 1995; 17(3):281-286",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1995QZ88000011",
            "pubmed": "8599438",
            "doi": "10.1097/00000372-199506000-00011",
            "pmc": null,
            "organizations": [
                "342-14047"
            ],
            "persons": [
                "342-51617-2"
            ],
            "imported": null,
            "journal": "AMER J DERMATOPATHOL",
            "issn": "0193-1091",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.044,
            "impactfactor_year": 1995,
            "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": false
        },
        {
            "id": 159,
            "title": "Air embolism with bilateral pneumothorax after a five-meter dive.",
            "abstract": null,
            "authors": [
                "Friehs, I",
                "Friehs, GM",
                "Friehs, GB"
            ],
            "year": 1993,
            "source": "Undersea Hyperb Med. 1993; 20(2):155-157",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1993LH32300005",
            "pubmed": "8329942",
            "doi": null,
            "pmc": null,
            "organizations": [
                "159-14045",
                "159-14050"
            ],
            "persons": [],
            "imported": null,
            "journal": "UNDERSEA HYPERBAR MED",
            "issn": "1066-2936",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 0.615,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.152777777777778,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "MEDICINE, RESEARCH & EXPERIMENTAL",
            "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": 757,
            "title": "Distraction implants: a new operative technique for alveolar ridge augmentation.",
            "abstract": null,
            "authors": [
                "Gaggl, A",
                "Schultes, G",
                "Kärcher, H"
            ],
            "year": 1999,
            "source": "J Craniomaxillofac Surg. 1999; 27(4):214-221",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000084043100003",
            "pubmed": "10626254",
            "doi": "10.1016/S1010-5182(99)80032-8",
            "pmc": null,
            "organizations": [
                "757-14057"
            ],
            "persons": [
                "757-51566-6"
            ],
            "imported": null,
            "journal": "J CRANIO MAXILLOFAC SURG",
            "issn": "1010-5182",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.704,
            "impactfactor_year": 1999,
            "impactfactor_norm": 0.427480916030534,
            "impactfactor_norm_year": 1999,
            "impactfactor_norm_category": "SURGERY",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": 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": 675,
            "title": "Amalgam allergy--diagnosis and consequences",
            "abstract": null,
            "authors": [
                "Aberer, W"
            ],
            "year": 1996,
            "source": "Wien Klin Wochenschr. 1996; 108(4):98-100",
            "category": 1,
            "document_type": 3,
            "sci": "ISI:A1996TX88600002",
            "pubmed": "8867481",
            "doi": null,
            "pmc": null,
            "organizations": [
                "675-14047"
            ],
            "persons": [
                "675-51346-2"
            ],
            "imported": null,
            "journal": "WIEN KLIN WOCHENSCHR",
            "issn": "0043-5325",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.285,
            "impactfactor_year": 1996,
            "impactfactor_norm": 0.551401869158878,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "MEDICINE, GENERAL & INTERNAL",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 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": 677,
            "title": "Deposits of different origin in the lungs of the 5,300-year-old Tyrolean Iceman.",
            "abstract": null,
            "authors": [
                "Pabst, M",
                "Hofer, F"
            ],
            "year": 1998,
            "source": "Am J Phys Anthropol. 1998; 107(1):1-12",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000075621800001",
            "pubmed": "9740297",
            "doi": "10.1002/(SICI)1096-8644(199809)107:1<1::AID-AJPA1>3.0.CO;2-R",
            "pmc": null,
            "organizations": [
                "677-14017"
            ],
            "persons": [],
            "imported": null,
            "journal": "AMER J PHYS ANTHROPOL",
            "issn": "0002-9483",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.749,
            "impactfactor_year": 1998,
            "impactfactor_norm": 0.743589743589744,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "BIOLOGY MISCELLANEOUS",
            "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": 997,
            "title": "Evaluation of two nonculture antigen tests and three serotests for detection of anti-chlamydial antibodies in the diagnosis of ocular chlamydial infections.",
            "abstract": null,
            "authors": [
                "Haller, EM",
                "Auer-Grumbach, P",
                "Stuenzner, D",
                "Kessler, HH",
                "Pierer, K",
                "Zenz, H",
                "Muellner, K"
            ],
            "year": 1996,
            "source": "Graefes Arch Clin Exp Ophthalmol. 1996; 234(8):510-514",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1996VA24300006",
            "pubmed": "8858357",
            "doi": "10.1007%2FBF00184860",
            "pmc": null,
            "organizations": [
                "997-14023",
                "997-14043",
                "997-14047"
            ],
            "persons": [
                "997-51812-6"
            ],
            "imported": null,
            "journal": "GRAEF ARCH CLIN EXP OPHTHAL",
            "issn": "0721-832X",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.992,
            "impactfactor_year": 1996,
            "impactfactor_norm": 0.642857142857143,
            "impactfactor_norm_year": 1998,
            "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": true
        }
    ]
}