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=1060&ordering=year
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 157087,
    "next": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=1080&ordering=year",
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=1040&ordering=year",
    "results": [
        {
            "id": 7462,
            "title": "MAGNETIC-RESONANCE STUDIES OF MOLECULAR-ORGANIZATION IN SERUM LOW-DENSITY LIPOPROTEINS",
            "abstract": null,
            "authors": [
                "HERAK, JN",
                "PIFAT, G",
                "BRNJASKRALJEVIC, J",
                "JURGENS, G",
                "HOLASEK, A"
            ],
            "year": 1980,
            "source": "PERIOD BIOL. 1980; 82:  351-355. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1980LA71400012",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "7462-51511-6"
            ],
            "imported": "2007-10-18T16:22:22+02:00",
            "journal": "PERIOD BIOL",
            "issn": "0031-5362",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.213,
            "impactfactor_year": 2000,
            "impactfactor_norm": 0.117647058823529,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "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": 7463,
            "title": "COLON-POLYPS, ENDOSCOPICAL DIAGNOSIS AND THERAPEUTICS",
            "abstract": null,
            "authors": [
                "RESCH, M",
                "WETL, K"
            ],
            "year": 1980,
            "source": "ACTA CHIR AUST 1980 12: 109-112.",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1980LF50300002",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "ACTA CHIR AUST",
            "issn": "0001-544X",
            "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": 7464,
            "title": "EXPERIENCES WITH BILE-DUCT ENDOPROSTHESIS SPECIFIED BY HARTENBACH FOR INOPERABLE MALIGNANT OBSTRUCTIVE-JAUNDICE",
            "abstract": null,
            "authors": [
                "KOLE, W",
                "RESCH, M"
            ],
            "year": 1980,
            "source": "ACTA CHIR AUST 1980 12: 113-117.",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1980LF50300003",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "ACTA CHIR AUST",
            "issn": "0001-544X",
            "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": 7465,
            "title": "HEMORRHOIDS AND ANAL-FISSURE",
            "abstract": null,
            "authors": [
                "KRONBERGER, L"
            ],
            "year": 1980,
            "source": "ACTA CHIR AUST 1980 12: -.",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1980LF50300011",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "ACTA CHIR AUST",
            "issn": "0001-544X",
            "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": 7466,
            "title": "THE EFFECT OF APOLIPOPROTEINS ON THE LIPOPROTEIN METABOLISM",
            "abstract": null,
            "authors": [
                "HOLASEK, A"
            ],
            "year": 1980,
            "source": "PERIOD BIOL 1980 82: 417-420.",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1980LJ08600004",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "PERIOD BIOL",
            "issn": "0031-5362",
            "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": "BIOLOGY",
            "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": 7467,
            "title": "OBJECTIFYING THERAPEUTIC SUCCESS IN RHEUMATOLOGY USING THE PULMONARY-FUNCTION TEST",
            "abstract": null,
            "authors": [
                "BORKENSTEIN, J",
                "RAINER, F"
            ],
            "year": 1980,
            "source": "Z RHEUMATOL 1980 39: 372-373.",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1980LM99800093",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "Z RHEUMATOL",
            "issn": "0340-1855",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.303,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.368421052631579,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "RHEUMATOLOGY",
            "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": 7468,
            "title": "RHEOLOGICAL STUDIES OF THE SYNOVIAL-FLUIDS IN VARIOUS ARTICULAR DISEASES",
            "abstract": null,
            "authors": [
                "RAINER, F",
                "RIBITSCH, V",
                "KLEIN, G",
                "SCHURZ, J"
            ],
            "year": 1980,
            "source": "Z RHEUMATOL 1980 39: 413-416.",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1980LM99800105",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "Z RHEUMATOL",
            "issn": "0340-1855",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.303,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.368421052631579,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "RHEUMATOLOGY",
            "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": 19480,
            "title": "TRANSITION-STATE MODEL FOR WATER EXCHANGE IN THE 1ST SOLVATION SHELL OF HYDRATED CATIONS ACCORDING TO QUANTUM CHEMICAL CALCULATIONS",
            "abstract": null,
            "authors": [
                "RODE, BM",
                "REIBNEGGER, GJ"
            ],
            "year": 1980,
            "source": "J CHEM SOC FARADAY TRANS II. 1980; 76:  1268-1274. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1980KT36200008",
            "pubmed": null,
            "doi": "10.1039/f29807601268",
            "pmc": null,
            "organizations": [],
            "persons": [
                "19480-50569-6"
            ],
            "imported": "2009-08-20T16:55:22+02:00",
            "journal": "J CHEM SOC FARADAY TRANS II",
            "issn": "0300-9238",
            "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": 19481,
            "title": "QUANTUM CHEMICAL DESCRIPTION OF IONS IN SOLUTION",
            "abstract": null,
            "authors": [
                "RODE, BM",
                "REIBNEGGER, GJ"
            ],
            "year": 1980,
            "source": "INORG CHIM ACTA-ARTICLES 1980 40: X91-X92.",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:A1980JX49700177",
            "pubmed": null,
            "doi": "10.1016/S0020-1693(00)92171-6",
            "pmc": null,
            "organizations": [],
            "persons": [
                "19481-50569"
            ],
            "imported": null,
            "journal": "INORG CHIM ACTA-ARTICLES",
            "issn": "0020-1693",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.204,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.657894736842105,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "CHEMISTRY, INORGANIC & NUCLEAR",
            "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": 60295,
            "title": "CEA--a parameter in the course of chemotherapy of ovarian cancer",
            "abstract": null,
            "authors": [
                "Urdl, W",
                "Pickel, H",
                "Pürstner, P",
                "Schrödl, P"
            ],
            "year": 1980,
            "source": "Gynakol Rundsch. 1980; 20 Suppl 2(2): 90-97. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": "7194302",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2006-10-11T02:00:00+02:00",
            "journal": "Gynakol Rundsch",
            "issn": "0017-6001",
            "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": null,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 61061,
            "title": "Septicemia in the operated newborn (author's transl)",
            "abstract": null,
            "authors": [
                "Höllwarth, M",
                "Maurer, G",
                "Kuttnig, JM",
                "Kurz, R",
                "Sauer, H",
                "Sixl-Voigt, B"
            ],
            "year": 1980,
            "source": "Z Kinderchir Grenzgeb. 1980; 30(1): 57-59. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1980JW55200015",
            "pubmed": "7456690",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2006-11-14T01:00:00+01:00",
            "journal": "Z Kinderchir Grenzgeb",
            "issn": "0044-2909",
            "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": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 61062,
            "title": "Manometric diagnosis of esophageal diseases",
            "abstract": null,
            "authors": [
                "Höllwarth, M"
            ],
            "year": 1980,
            "source": "Fortschr Med. 1980; 98(18):712-713",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1980JS22000008",
            "pubmed": "7390391",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2006-11-14T01:00:00+01:00",
            "journal": "Fortschr Med",
            "issn": "0015-8178",
            "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": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 61063,
            "title": "Hand injuries due to agricultural accidents (author's transl)",
            "abstract": null,
            "authors": [
                "Höllwarth, M",
                "Lackner, R"
            ],
            "year": 1980,
            "source": "Z Kinderchir Grenzgeb. 1980; 30 Suppl(6): 100-103. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": "7456695",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2006-11-14T01:00:00+01:00",
            "journal": "Z Kinderchir Grenzgeb",
            "issn": "0044-2909",
            "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": null,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 61065,
            "title": "Tetanus prophylaxis in the child. Conclusions from tetanus antibody determinations",
            "abstract": null,
            "authors": [
                "Breisach, G",
                "Kurz, R",
                "Stünzner, D",
                "Höllwarth, M"
            ],
            "year": 1980,
            "source": "Z Kinderchir Grenzgeb. 1980; 30(2): 176-177. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1980KA64200021",
            "pubmed": "7415561",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2006-11-14T01:00:00+01:00",
            "journal": "Z Kinderchir Grenzgeb",
            "issn": "0044-2909",
            "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": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 61066,
            "title": "Conservative treatment of traumatic splenic rupture in childhood (author's transl)",
            "abstract": null,
            "authors": [
                "Höllwarth, M",
                "Breisach, G"
            ],
            "year": 1980,
            "source": "Monatsschr Kinderheilkd. 1980; 128(7):487-489",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1980KB28500009",
            "pubmed": "6448956",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2006-11-14T01:00:00+01:00",
            "journal": "Monatsschr Kinderheilkd",
            "issn": "0026-9298",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.163,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.112676056338028,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "PEDIATRICS",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 61266,
            "title": "Influence of diabetes mellitus on the occlusal status of young patients",
            "abstract": null,
            "authors": [
                "Stadtler, P",
                "Sulzer, P",
                "Petrin, P"
            ],
            "year": 1980,
            "source": "Osterr Z Stomatol. 1980; 77(3): 105-108. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": "6932629",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "61266-74154-1"
            ],
            "imported": "2006-11-16T01:00:00+01:00",
            "journal": "Osterr Z Stomatol",
            "issn": "0029-9642",
            "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": null,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 61267,
            "title": "Results of a prophylaxis program at the Institute for the Deaf at Graz: changes in oral hygiene after first 7 months",
            "abstract": null,
            "authors": [
                "Stadtler, P"
            ],
            "year": 1980,
            "source": "Osterr Z Stomatol. 1980; 77(12): 470-476. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": "6938915",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "61267-74154-2"
            ],
            "imported": "2006-11-16T01:00:00+01:00",
            "journal": "Osterr Z Stomatol",
            "issn": "0029-9642",
            "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": null,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 61418,
            "title": "Distribution of substance P in the rat gastrointestinal tract--lack of effect of capsaicin pretreatment.",
            "abstract": null,
            "authors": [
                "Holzer, P",
                "Gamse, R",
                "Lembeck, F"
            ],
            "year": 1980,
            "source": "Eur J Pharmacol. 1980; 61(3):303-307",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1980JH23100010",
            "pubmed": "6153986",
            "doi": "10.1016/0014-2999(80)90132-6",
            "pmc": null,
            "organizations": [],
            "persons": [
                "61418-51529-2"
            ],
            "imported": "2006-11-21T01:00:00+01:00",
            "journal": "Eur J Pharmacol",
            "issn": "0014-2999",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.677,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.814606741573034,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "PHARMACOLOGY & PHARMACY",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 61419,
            "title": "Caerulein, substance P, serotonin and cholinomimetics induce rhythmic contractions of the intestinal circular muscle.",
            "abstract": null,
            "authors": [
                "Holzer, P",
                "Lembeck, F",
                "Donnerer, J"
            ],
            "year": 1980,
            "source": "Naunyn Schmiedebergs Arch Pharmacol. 1980; 312(2):131-137",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1980JX30300005",
            "pubmed": "6157111",
            "doi": "10.1007/BF00569721",
            "pmc": null,
            "organizations": [],
            "persons": [
                "61419-51529-2"
            ],
            "imported": "2006-11-21T01:00:00+01:00",
            "journal": "Naunyn Schmiedebergs 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": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 62528,
            "title": "Importance of computer tomography in paediatric diagnostics of abdominal and pelvic tumours (author's transly",
            "abstract": null,
            "authors": [
                "Fotter, R",
                "Sager, WD",
                "Justich, E",
                "zur Nedden, D"
            ],
            "year": 1980,
            "source": "Rontgenblatter. 1980; 33(3): 156-162. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": "6244612",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "62528-51557-1"
            ],
            "imported": "2006-12-12T01:00:00+01:00",
            "journal": "Rontgenblatter",
            "issn": "0300-8592",
            "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": null,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        }
    ]
}