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=152980&ordering=-year
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 156968,
    "next": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=153000&ordering=-year",
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=152960&ordering=-year",
    "results": [
        {
            "id": 8927,
            "title": "Radioelectrophoresis for determination of thyroid hormone binding abnormalities in human serum.",
            "abstract": null,
            "authors": [
                "Leopold, B",
                "Wawschinek, O",
                "Lind, P",
                "Eber, O"
            ],
            "year": 1987,
            "source": "J CLIN CHEM CLIN BIOCHEM. 1987; 25(7): 431-435. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1987J492200007",
            "pubmed": "3116150",
            "doi": "10.1515/cclm.1987.25.7.431",
            "pmc": null,
            "organizations": [
                "8927-14028"
            ],
            "persons": [],
            "imported": "2009-11-13T14:22:58+01:00",
            "journal": "J CLIN CHEM CLIN BIOCHEM",
            "issn": "0340-076X",
            "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": 8928,
            "title": "A mechanistic interpretation of the action of toxin II from Anemonia sulcata on the cardiac sodium channel.",
            "abstract": null,
            "authors": [
                "Schreibmayer, W",
                "Kazerani, H",
                "Tritthart, HA"
            ],
            "year": 1987,
            "source": "Biochim Biophys Acta. 1987; 901(2):273-282",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1987J502400012",
            "pubmed": "2440476",
            "doi": "10.1016/0005-2736(87)90124-6",
            "pmc": null,
            "organizations": [],
            "persons": [
                "8928-51519-6"
            ],
            "imported": null,
            "journal": "BIOCHIM BIOPHYS ACTA",
            "issn": "0006-3002",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.507,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.701754385964912,
            "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": 8929,
            "title": "Lectin binding in meningiomas.",
            "abstract": null,
            "authors": [
                "Kleinert, R",
                "Radner, H"
            ],
            "year": 1987,
            "source": "Neuropathol Appl Neurobiol. 1987; 13(4):263-272",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1987J588200003",
            "pubmed": "3658105",
            "doi": "10.1111/j.1365-2990.1987.tb00066.x",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "NEUROPATHOL APPL NEUROBIOL",
            "issn": "0305-1846",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.983,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.735294117647059,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "PATHOLOGY",
            "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": 8933,
            "title": "Involvement of capsaicin-sensitive sensory neurons in gastrointestinal function.",
            "abstract": null,
            "authors": [
                "Holzer, P",
                "Schluet, W",
                "Lippe, IT",
                "Sametz, W"
            ],
            "year": 1987,
            "source": "Acta Physiol Hung. 1987; 69(3-4):403-411",
            "category": 1,
            "document_type": 3,
            "sci": "ISI:A1987J627200015",
            "pubmed": "3310522",
            "doi": null,
            "pmc": null,
            "organizations": [
                "8933-14022"
            ],
            "persons": [
                "8933-51529-2",
                "8933-51832-6"
            ],
            "imported": null,
            "journal": "ACTA PHYSIOL HUNG",
            "issn": "0231-424X",
            "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": 8934,
            "title": "Coexisting peptides in capsaicin-sensitive sensory neurons: release and actions in the respiratory tract of the guinea-pig.",
            "abstract": null,
            "authors": [
                "Saria, A",
                "Martling, CR",
                "Theodorsson-Norheim, E",
                "Gamse, R",
                "Hua, XY",
                "Lundberg, JM"
            ],
            "year": 1987,
            "source": "Acta Physiol Hung. 1987; 69(3-4):421-424",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1987J627200017",
            "pubmed": "2444071",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "ACTA PHYSIOL HUNG",
            "issn": "0231-424X",
            "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": 8935,
            "title": "CAPSAICIN SENSITIVE SYNAPTIC TRANSMISSION IN THE GUINEA-PIG PREVERTEBRAL SYMPATHETIC-GANGLIA",
            "abstract": null,
            "authors": [
                "KIRALY, M",
                "SARIA, A",
                "MA, RC",
                "DUN, NJ"
            ],
            "year": 1987,
            "source": "ACTA PHYSIOL HUNG 1987 69: 493-495.",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1987J627200024",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "ACTA PHYSIOL HUNG",
            "issn": "0231-424X",
            "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": 8936,
            "title": "COLD AIR CHALLENGE OF AIRWAY REACTIVITY IN CHILDREN - THE LIMITS OF A NORMAL REACTION ASSESSED FOR A SPECTRUM OF ROUTINE PULMONARY-FUNCTION TESTS",
            "abstract": null,
            "authors": [
                "ZACH, M",
                "HADL, M"
            ],
            "year": 1987,
            "source": "ATEMWEG LUNGENKRANK 1987 13: 298-299.",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1987J631300007",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "ATEMWEG LUNGENKRANK",
            "issn": "0341-3055",
            "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": 8937,
            "title": "Immunohistochemical classification of cutaneous lymphomas and pseudolymphomas",
            "abstract": null,
            "authors": [
                "Smolle, J",
                "Kaudewitz, P",
                "Aberer, E",
                "Torne, R",
                "Burg, G",
                "Kerl, H"
            ],
            "year": 1987,
            "source": "HAUTARZT. 1987; 38(8): 461-466. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1987J653300004",
            "pubmed": "3308776",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "8937-51617-2",
                "8937-51620-6"
            ],
            "imported": "2009-12-18T13:19:18+01:00",
            "journal": "HAUTARZT",
            "issn": "0017-8470",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.397,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.2,
            "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": 8938,
            "title": "Quantitative determination of LP-X in the differential diagnosis and treatment of direct hyperbilirubinemia in infancy",
            "abstract": null,
            "authors": [
                "Deutsch, J",
                "Kurz, R",
                "Müller, WD",
                "Becker, H"
            ],
            "year": 1987,
            "source": "Z KINDERCHIR. 1987; 42(4): 230-234. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1987J691700006",
            "pubmed": "3673281",
            "doi": "10.1055/s-2008-1075591",
            "pmc": null,
            "organizations": [],
            "persons": [
                "8938-51643-6"
            ],
            "imported": "2009-11-13T12:05:17+01:00",
            "journal": "Z KINDERCHIR",
            "issn": "0174-3082",
            "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": 8939,
            "title": "Effect of an alternating magnetic field on the development of carrageenan paw edema in the rat",
            "abstract": null,
            "authors": [
                "Fischer, G",
                "Sametz, W",
                "Juan, H"
            ],
            "year": 1987,
            "source": "MED KLIN. 1987; 82(17): 566-570. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1987J737300003",
            "pubmed": "3657730",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2009-11-13T12:11:38+01:00",
            "journal": "MED KLIN",
            "issn": "0723-5003",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.26,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.373831775700935,
            "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": 8940,
            "title": "Functional disorders of the lower urinary tract following radical abdominal and vaginal surgery of cervix cancer",
            "abstract": null,
            "authors": [
                "Ralph, G",
                "Lichtenegger, W",
                "Kainer, F",
                "Langer, M"
            ],
            "year": 1987,
            "source": "Geburtshilfe Frauenheilkd. 1987; 47(8):551-554",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1987J756000009",
            "pubmed": "3653668",
            "doi": "10.1055/s-2008-1035872",
            "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": 8941,
            "title": "Quick measurement of hematocrit and erythrocyte sedimentation-rate by means of a density tracking method.",
            "abstract": null,
            "authors": [
                "Schneditz, D",
                "Kenner, T",
                "Gallasch, E",
                "Rainer, F"
            ],
            "year": 1987,
            "source": "Blut. 1987; 55(3):153-163",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1987J787800003",
            "pubmed": "3620711",
            "doi": "10.1007/BF00320569",
            "pmc": null,
            "organizations": [],
            "persons": [
                "8941-51814-6",
                "8941-51834-2"
            ],
            "imported": null,
            "journal": "BLUT",
            "issn": "0006-5242",
            "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": 8942,
            "title": "Laser angioplasty of peripheral arterial occlusions. Experimental and clinical results",
            "abstract": null,
            "authors": [
                "Lammer, J",
                "Pilger, E",
                "Kleinert, R",
                "Ascher, PW"
            ],
            "year": 1987,
            "source": "FORTSCHR RONTGENSTRAHL NUKL. 1987; 147(2): 119-123. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1987J843100001",
            "pubmed": "2819962",
            "doi": "10.1055/s-2008-1048605",
            "pmc": null,
            "organizations": [],
            "persons": [
                "8942-51541-6"
            ],
            "imported": "2009-11-13T14:22:00+01:00",
            "journal": "FORTSCHR RONTGENSTRAHL NUKL",
            "issn": "0340-1618",
            "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": 8943,
            "title": "Hemorheologic parameters in correlation to extracranial carotid artery disease in patients with acute cerebrovascular disorders.",
            "abstract": null,
            "authors": [
                "Lechner, H",
                "Niederkorn, K",
                "Suzuki, H"
            ],
            "year": 1987,
            "source": "Eur Neurol. 1987; 27(3):139-141",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1987J881200002",
            "pubmed": "3305034",
            "doi": "10.1159/000116146",
            "pmc": null,
            "organizations": [],
            "persons": [
                "8943-51546-6"
            ],
            "imported": null,
            "journal": "EUR NEUROL",
            "issn": "0014-3022",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.899,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.512,
            "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": 8944,
            "title": "Lipid transfer protein-catalyzed exchange of cholesteryl ester between high density lipoproteins and apoB-containing lipoproteins.",
            "abstract": null,
            "authors": [
                "Groener, JE",
                "Kostner, GM"
            ],
            "year": 1987,
            "source": "J Lipid Res. 1987; 28(9):1053-1056",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1987J890300005",
            "pubmed": "2958571",
            "doi": "10.1016/S0022-2275(20)38614-4",
            "pmc": null,
            "organizations": [],
            "persons": [
                "8944-51669-6"
            ],
            "imported": null,
            "journal": "J LIPID RES",
            "issn": "0022-2275",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 4.385,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.776271186440678,
            "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": 8945,
            "title": "Malignant fibrous histiocytoma of the lung: prognosis and therapy of a rare disease. Report of two cases and review of the literature.",
            "abstract": null,
            "authors": [
                "Juettner, FM",
                "Popper, H",
                "Sommersgutter, K",
                "Smolle, J",
                "Friehs, GB"
            ],
            "year": 1987,
            "source": "Thorac Cardiovasc Surg. 1987; 35(4):226-231",
            "category": 1,
            "document_type": 3,
            "sci": "ISI:A1987J911900007",
            "pubmed": "2444005",
            "doi": "10.1055/s-2007-1020235",
            "pmc": null,
            "organizations": [],
            "persons": [
                "8945-51617-6",
                "8945-51615-2"
            ],
            "imported": null,
            "journal": "THORAC CARDIOVASC SURG",
            "issn": "0171-6425",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 0.453,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.421875,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "SURGERY",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 8946,
            "title": "Changes in nasal volume flow following local administration of neuropeptide substance P and capsaicin",
            "abstract": null,
            "authors": [
                "Wolf, G",
                "Loidolt, D",
                "Saria, A",
                "Gamse, R"
            ],
            "year": 1987,
            "source": "LARYNGOL RHINOL OTOL VER MONA. 1987; 66:  412-415. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1987J923500006",
            "pubmed": "2444849",
            "doi": "10.1055/s-2007-998692",
            "pmc": null,
            "organizations": [],
            "persons": [
                "8946-51638-6",
                "8946-51640-2"
            ],
            "imported": "2009-12-18T15:23:29+01:00",
            "journal": "LARYNGOL RHINOL OTOL VER MONA",
            "issn": "0340-1588",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.083,
            "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": 8947,
            "title": "Mitral valve atresia with premature closure of the foramen ovale, right-sided levo-atriocardinal vein and thrombosis of the left atrium].",
            "abstract": null,
            "authors": [
                "Mächler, H",
                "Beitzke, A"
            ],
            "year": 1987,
            "source": "Pathologe. 1987; 8(5):306-309",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1987J983100010",
            "pubmed": "3671342",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "8947-51592-2"
            ],
            "imported": "2009-11-13T14:27:59+01:00",
            "journal": "PATHOLOGE",
            "issn": "0172-8113",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 0.187,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.117647058823529,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "PATHOLOGY",
            "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": 8948,
            "title": "Mamma supernumeraria dorsalis interscapularis (paravertebralis). A clinico-pathologic case report with review of the literature",
            "abstract": null,
            "authors": [
                "Radner, H",
                "Berger, A",
                "Schmid, KO"
            ],
            "year": 1987,
            "source": "Pathologe. 1987; 8(5):310-315",
            "category": 1,
            "document_type": 3,
            "sci": "ISI:A1987J983100011",
            "pubmed": "3313378",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "PATHOLOGE",
            "issn": "0172-8113",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 0.187,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.117647058823529,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "PATHOLOGY",
            "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": 8949,
            "title": "Primary malignant histiocytosis of the brain: a clinical, radiological and morphological study with cytological and immunohistochemical demonstration of atypical histiocytes.",
            "abstract": null,
            "authors": [
                "Walter, GF",
                "Kleinert, R",
                "Kleinert, G",
                "Steiner, H"
            ],
            "year": 1987,
            "source": "CLIN NEUROPATHOL. 1987; 6(4): 139-142. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1987J984500001",
            "pubmed": "3308264",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2009-12-18T13:33:11+01:00",
            "journal": "CLIN NEUROPATHOL",
            "issn": "0722-5091",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 0.84,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.5,
            "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
        }
    ]
}