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=153620&ordering=-year
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 157100,
    "next": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=153640&ordering=-year",
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=153600&ordering=-year",
    "results": [
        {
            "id": 8658,
            "title": "PMN elastase determination in tear fluid in corneal ulcer",
            "abstract": null,
            "authors": [
                "Schmut, O",
                "Reich, ME",
                "Schuhmann, G"
            ],
            "year": 1986,
            "source": "Klin Monatsbl Augenheilkd. 1986; 188(6):593-595",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1986D337000009",
            "pubmed": "3639257",
            "doi": "10.1055/s-2008-1050723",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "KLIN MONATSBL AUGENHEILK",
            "issn": "0023-2165",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.235,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.285714285714286,
            "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": 8659,
            "title": "Unilateral Purtscher traumatic angiopathy",
            "abstract": null,
            "authors": [
                "Fellinger, C",
                "Kunz, R"
            ],
            "year": 1986,
            "source": "Klin Monatsbl Augenheilkd. 1986; 188(6):599-600",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1986D337000011",
            "pubmed": "3761964",
            "doi": "10.1055/s-2008-1050725",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "KLIN MONATSBL AUGENHEILK",
            "issn": "0023-2165",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 0.235,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.285714285714286,
            "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": 8660,
            "title": "Infantile sialic acid storage disease: the fate of biosynthetically labeled N-acetyl-(3H)-neuraminic acid in cultured human fibroblasts.",
            "abstract": null,
            "authors": [
                "Paschke, E",
                "Höfler, G",
                "Roscher, A"
            ],
            "year": 1986,
            "source": "Pediatr Res. 1986; 20(8):773-777",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1986D349000015",
            "pubmed": "2942833",
            "doi": "10.1203/00006450-198608000-00015",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "PEDIAT RES",
            "issn": "0031-3998",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.664,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.971830985915493,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "PEDIATRICS",
            "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": 8661,
            "title": "Distribution of choline acetyltransferase activity in rat spinal cord--influence of primary afferents?",
            "abstract": null,
            "authors": [
                "Holzer-Petsche, U",
                "Rinner, I",
                "Lembeck, F"
            ],
            "year": 1986,
            "source": "J NEURAL TRANSM 1986 66: 85-92.",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1986D389400002",
            "pubmed": "3746289",
            "doi": "10.1007/BF01260904",
            "pmc": null,
            "organizations": [
                "8661-14022"
            ],
            "persons": [
                "8661-51517-6"
            ],
            "imported": null,
            "journal": "J NEURAL TRANSM",
            "issn": "0300-9564",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.382,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.704,
            "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": 8662,
            "title": "Dissecting aneurysm of cerebral arteries in congenital vascular deficiency.",
            "abstract": null,
            "authors": [
                "Steiner, H",
                "Lammer, J",
                "Kleinert, R",
                "Schreyer, H"
            ],
            "year": 1986,
            "source": "Neuroradiology. 1986; 28(4):331-334",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1986D397900008",
            "pubmed": "3762910",
            "doi": "10.1007/BF00333439",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "NEURORADIOLOGY",
            "issn": "0028-3940",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 0.9,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.531645569620253,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "NEUROIMAGING",
            "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": 8663,
            "title": "Infantile type of sialic acid storage disease with sialuria.",
            "abstract": null,
            "authors": [
                "Paschke, E",
                "Trinkl, G",
                "Erwa, W",
                "Pavelka, M",
                "Mutz, I",
                "Roscher, A"
            ],
            "year": 1986,
            "source": "Clin Genet. 1986; 29(5):417-424",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1986D436100012",
            "pubmed": "3742847",
            "doi": "10.1111/j.1399-0004.1986.tb00514.x",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2009-11-13T11:18:42+01:00",
            "journal": "CLIN GENET",
            "issn": "0009-9163",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 1.113,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.281553398058252,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "GENETICS & HEREDITY",
            "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": 8664,
            "title": "Arteriovenous haemofiltration in hypervolaemia.",
            "abstract": null,
            "authors": [
                "Zobel, G",
                "Trop, M",
                "Ring, E",
                "Suppan, C",
                "Grubbauer, HM"
            ],
            "year": 1986,
            "source": "Arch Dis Child. 1986; 61(8):803-804",
            "category": 1,
            "document_type": 10,
            "sci": "ISI:A1986D495500020",
            "pubmed": "3740931",
            "doi": "10.1136/adc.61.8.803",
            "pmc": "PMC1777937",
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "ARCH DIS CHILD",
            "issn": "0003-9888",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 1.462,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.915492957746479,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "PEDIATRICS",
            "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": 8665,
            "title": "Diagnosis and treatment of gestational diabetes according to amniotic fluid insulin levels.",
            "abstract": null,
            "authors": [
                "Weiss, PA",
                "Hofmann, HM",
                "Winter, RR",
                "Lichtenegger, W",
                "Pürstner, P",
                "Haas, J"
            ],
            "year": 1986,
            "source": "Arch Gynecol. 1986; 239(2):81-91",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1986D543700003",
            "pubmed": "3535694",
            "doi": "10.1007/BF02133967",
            "pmc": null,
            "organizations": [],
            "persons": [
                "8665-51627-6"
            ],
            "imported": null,
            "journal": "ARCH GYNECOL",
            "issn": "0170-9925",
            "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": 8666,
            "title": "Studies on effects of the substance P analogues D-Pro2, D-Trp7,9-substance P and D-Arg1, D-Trp7,9, L-Leu11-substance P not related to their antagonist action.",
            "abstract": null,
            "authors": [
                "Lembeck, F",
                "Amann, R",
                "Barthó, L"
            ],
            "year": 1986,
            "source": "NAUNYN-SCHMIED ARCH PHARMACOL. 1986; 333(3): 290-293. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1986D548800015",
            "pubmed": "2429194",
            "doi": "10.1007/BF00512943",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2009-11-11T15:44:43+01:00",
            "journal": "NAUNYN-SCHMIED ARCH PHARMACOL",
            "issn": "0028-1298",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.813,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.831460674157303,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "PHARMACOLOGY & PHARMACY",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 8667,
            "title": "Immunocytochemical demonstration of intermediate filament cytoskeleton proteins in human endocrine tissues and (neuro-) endocrine tumours.",
            "abstract": null,
            "authors": [
                "Hoefler, H",
                "Denk, H",
                "Lackinger, E",
                "Helleis, G",
                "Polak, JM",
                "Heitz, PU"
            ],
            "year": 1986,
            "source": "Virchows Arch A Pathol Anat Histopathol. 1986; 409(5):609-626",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1986D573200005",
            "pubmed": "3092460",
            "doi": "10.1007/BF00713428",
            "pmc": null,
            "organizations": [],
            "persons": [
                "8667-51515-6"
            ],
            "imported": null,
            "journal": "VIRCHOWS ARCH A PATH ANAT HIS",
            "issn": "0174-7398",
            "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": 8668,
            "title": "Distribution of TPA and cytokeratins in gastrointestinal carcinomas as revealed by immunohistochemistry.",
            "abstract": null,
            "authors": [
                "Beham, A",
                "Weybora, W",
                "Lackinger, E",
                "Denk, H",
                "Björklund, V",
                "Björklund, B"
            ],
            "year": 1986,
            "source": "Virchows Arch A Pathol Anat Histopathol. 1986; 409(5):641-655",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1986D573200007",
            "pubmed": "2428164",
            "doi": "10.1007/BF00713430",
            "pmc": null,
            "organizations": [],
            "persons": [
                "8668-51515-6"
            ],
            "imported": null,
            "journal": "VIRCHOWS ARCH A PATH ANAT HIS",
            "issn": "0174-7398",
            "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": 8671,
            "title": "THE IMPLICATION OF HEMORHEOLOGIC ABNORMALITIES IN CEREBROVASCULAR-DISEASE",
            "abstract": null,
            "authors": [
                "OTT, E",
                "NIEDERKORN, K",
                "FAZEKAS, F",
                "KORNER, E",
                "OSSAMA, N",
                "LECHNER, H"
            ],
            "year": 1986,
            "source": "CLIN HEMORHEOL 1986 6: 331-336.",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1986D686000005",
            "pubmed": null,
            "doi": "10.3233/CH-1986-6406",
            "pmc": null,
            "organizations": [],
            "persons": [
                "8671-51546-6"
            ],
            "imported": null,
            "journal": "CLIN HEMORHEOL",
            "issn": "0271-5198",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.701,
            "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": 8672,
            "title": "Sequential determination of circulating immune complexes in ovarian tumors",
            "abstract": null,
            "authors": [
                "Beaufort, F",
                "Auner, H",
                "Lahousen, M"
            ],
            "year": 1986,
            "source": "WIEN MED WOCHENSCHR. 1986; 136(13): 317-322. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1986D740300001",
            "pubmed": "3765649",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2009-11-11T11:21:14+01:00",
            "journal": "WIEN MED WOCHENSCHR",
            "issn": "0043-5341",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": 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": 8673,
            "title": "Fundamental reflections on patient compliance",
            "abstract": null,
            "authors": [
                "Ulreich, A"
            ],
            "year": 1986,
            "source": "Wien Med Wochenschr. 1986; 136(13):333-335",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1986D740300004",
            "pubmed": "3765652",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "WIEN MED WOCHENSCHR",
            "issn": "0043-5341",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 8674,
            "title": "COMPARATIVE-STUDIES ON THE PERSONALITY STRUCTURE OF DIABETICS AND CHRONIC LIVER PATIENTS",
            "abstract": null,
            "authors": [
                "ZEICHEN, R"
            ],
            "year": 1986,
            "source": "WIEN MED WOCHENSCHR 1986 136: 1-12.",
            "category": 1,
            "document_type": 3,
            "sci": "ISI:A1986D740400001",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "WIEN MED WOCHENSCHR",
            "issn": "0043-5341",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": false,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 8675,
            "title": "COMPUTER-ASSISTED TOMOGRAPHY VERSUS 2ND-LOOK-OPERATION IN OVARIAN-CARCINOMA",
            "abstract": null,
            "authors": [
                "EBNER, F",
                "LAHOUSEN, M",
                "STEINER, H",
                "KOPP, W"
            ],
            "year": 1986,
            "source": "TUMORDIAGN THER. 1986; 7:  145-149. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1986D741300005",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "8675-14108"
            ],
            "persons": [],
            "imported": "2009-11-11T11:26:50+01:00",
            "journal": "TUMORDIAGN THER",
            "issn": "0722-219X",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": 0.0384615384615385,
            "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": true
        },
        {
            "id": 8676,
            "title": "Radiological aspects of aspergillosis in the paranasal sinuses.",
            "abstract": null,
            "authors": [
                "Kopp, W",
                "Fotter, R",
                "Ebner, F",
                "Beaufort, F",
                "Stammberger, H"
            ],
            "year": 1986,
            "source": "EUR J RADIOL 1986 6: 178-180.",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1986D761000003",
            "pubmed": "3769939",
            "doi": null,
            "pmc": null,
            "organizations": [
                "8676-14108"
            ],
            "persons": [
                "8676-51557-6"
            ],
            "imported": null,
            "journal": "EUR J RADIOL",
            "issn": "0720-048X",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.418,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.227848101265823,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "RADIOLOGY, NUCLEAR MEDICINE & MEDICAL IMAGING",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 8677,
            "title": "Renal cell carcinoma (hypernephroid carcinoma)",
            "abstract": null,
            "authors": [
                "Wandschneider, G",
                "Pummer, K"
            ],
            "year": 1986,
            "source": "Z UROL NEPHROL. 1986; 79(8): 433-439. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1986D770700001",
            "pubmed": "3776365",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "8677-53053-6"
            ],
            "imported": "2009-11-13T11:55:24+01:00",
            "journal": "Z UROL NEPHROL",
            "issn": "0044-3611",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": false,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 8678,
            "title": "Influence of a swimming program on the lung function status of children with cystic fibrosis.",
            "abstract": null,
            "authors": [
                "Zach, MS",
                "Oberwaldner, B"
            ],
            "year": 1986,
            "source": "Am J Dis Child. 1986; 140(9):855-855",
            "category": 1,
            "document_type": 2,
            "sci": "ISI:A1986D779400012",
            "pubmed": "3739989",
            "doi": "10.1001/archpedi.1986.02140230025013",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "AMER J DIS CHILD",
            "issn": "0002-922X",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.177,
            "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": 8679,
            "title": "The effect of a weak magnetic alternating field on immunobiologic reactions",
            "abstract": null,
            "authors": [
                "Stierschneider, R",
                "Fischer, G"
            ],
            "year": 1986,
            "source": "Zentralbl Bakteriol Mikrobiol Hyg [B]. 1986; 182(4):352-359",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1986D855700003",
            "pubmed": "3096017",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "ZBL BAKT MIKROBIOL HYG B-UMWE",
            "issn": "0174-3015",
            "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
        }
    ]
}