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=158240&ordering=-impactfactor
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 158428,
    "next": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=158260&ordering=-impactfactor",
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=158220&ordering=-impactfactor",
    "results": [
        {
            "id": 7954,
            "title": "New aspects in the genesis of inverted papillomas",
            "abstract": null,
            "authors": [
                "Stammberger, H"
            ],
            "year": 1983,
            "source": "LARYNGOL RHINOL OTOL VER MONA. 1983; 62(6): 249-255. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1983QU80900005",
            "pubmed": "6888115",
            "doi": "10.1055/s-2007-1008425",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2009-10-08T16:25:34+02: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": 8315,
            "title": "Compensatory vestibular performance and rotation perception",
            "abstract": null,
            "authors": [
                "Moser, M"
            ],
            "year": 1985,
            "source": "Laryngol Rhinol Otol (Stuttg). 1985; 64(2):73-75",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1985ACR4000005",
            "pubmed": "3872392",
            "doi": "10.1055/s-2007-1008090",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "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": 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": 8316,
            "title": "Statistical study of gaze displacement calibration",
            "abstract": null,
            "authors": [
                "Ranacher, G"
            ],
            "year": 1985,
            "source": "Laryngol Rhinol Otol (Stuttg). 1985; 64(2):76-80",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1985ACR4000006",
            "pubmed": "3982179",
            "doi": "10.1055/s-2007-1008091",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "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": 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": 8911,
            "title": "Antigenicity of the auricular cartilage and the influence of vital preservation. 2: Identification of antigens of the auricular cartilage: animal experiment studies in rats",
            "abstract": null,
            "authors": [
                "Jakse, R"
            ],
            "year": 1987,
            "source": "Laryngol Rhinol Otol (Stuttg). 1987; 66(7):362-365",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1987J313700003",
            "pubmed": "2443779",
            "doi": "10.1055/s-2007-998677",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "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": 8897,
            "title": "Antigenicity of the auricular cartilage and its modification by vital preservation. 1. Xenogeneic transplantation of human auricular concha cartilage to the rabbit",
            "abstract": null,
            "authors": [
                "Jakse, R"
            ],
            "year": 1987,
            "source": "Laryngol Rhinol Otol (Stuttg). 1987; 66(6):300-306",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1987J006100002",
            "pubmed": "3626712",
            "doi": "10.1055/s-2007-998660",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "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": 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": 8390,
            "title": "Emphysema as a leading symptom",
            "abstract": null,
            "authors": [
                "Jakse, R"
            ],
            "year": 1985,
            "source": "Laryngol Rhinol Otol (Stuttg). 1985; 64(6):275-282",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1985AKN4500001",
            "pubmed": "4033305",
            "doi": "10.1055/s-2007-1008137",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "LARYNGOL RHINOL OTOL VER MONA",
            "issn": "0340-1588",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "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": 7437,
            "title": "The treatment of housedustmite-allergy-three years' experience with hyposensitization with D.pteronyssinus-Preparations (D.P.) (author's transl)",
            "abstract": null,
            "authors": [
                "Stammberger, H"
            ],
            "year": 1980,
            "source": "LARYNGOL RHINOL OTOL VER MONA. 1980; 59(12): 820-828. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1980KU27300009",
            "pubmed": "7278471",
            "doi": "10.1055/s-2007-1016414",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2009-08-20T17:02:47+02: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": 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": 9046,
            "title": "Usefulness of Phadiatop as a screening parameter in inhalation allergies",
            "abstract": null,
            "authors": [
                "Loidolt, D"
            ],
            "year": 1988,
            "source": "LARYNGOL RHINOL OTOL VER MONA. 1988; 67:  61-62. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1988M213400004",
            "pubmed": "3362002",
            "doi": "10.1055/s-2007-998450",
            "pmc": null,
            "organizations": [],
            "persons": [
                "9046-51638-2"
            ],
            "imported": "2010-01-26T17:09:54+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": 9117,
            "title": "A method of photometric measurement of the ciliary beat of cultivated ciliated cells of the upper respiratory tract in the human",
            "abstract": null,
            "authors": [
                "Wolf, G",
                "Koidl, B",
                "Saria, A"
            ],
            "year": 1988,
            "source": "LARYNGOL RHINOL OTOL VER MONA. 1988; 67(8): 400-403. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1988P427000007",
            "pubmed": "3062289",
            "doi": "10.1055/s-2007-998528",
            "pmc": null,
            "organizations": [],
            "persons": [
                "9117-51640-2",
                "9117-51681-6"
            ],
            "imported": "2010-02-05T13:07:57+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": 7680,
            "title": "Argyrosis of the nasal mucosa (author's transl)",
            "abstract": null,
            "authors": [
                "Stammberger, H"
            ],
            "year": 1982,
            "source": "Laryngol Rhinol Otol (Stuttg). 1982; 61(5):234-237",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1982NP98000005",
            "pubmed": "7098725",
            "doi": "10.1055/s-2007-1008563",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "LARYNGOL RHINOL OTOL VER MONA",
            "issn": "0340-1588",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "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": 7679,
            "title": "The recessus frontalis and its clinical aspects (author's transl)",
            "abstract": null,
            "authors": [
                "Messerklinger, W"
            ],
            "year": 1982,
            "source": "Laryngol Rhinol Otol (Stuttg). 1982; 61(5):217-223",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1982NP98000001",
            "pubmed": "7098721",
            "doi": "10.1055/s-2007-1008559",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "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": 7221,
            "title": "Difficulties in antral irrigation (author's transl)",
            "abstract": null,
            "authors": [
                "Messerklinger, W"
            ],
            "year": 1980,
            "source": "Laryngol Rhinol Otol (Stuttg). 1980; 59(1):22-29",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1980JC89700004",
            "pubmed": "7392735",
            "doi": "10.1055/s-2007-1008814",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "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": 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": 7369,
            "title": "Scalene node biopsy (author's transl)",
            "abstract": null,
            "authors": [
                "Jakse, R"
            ],
            "year": 1981,
            "source": "Laryngol Rhinol Otol (Stuttg). 1981; 60(9):496-499",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1981MH42100008",
            "pubmed": "7345319",
            "doi": "10.1055/s-2007-1008775",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "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": 8514,
            "title": "Value of microscopic detection of acid fast rods in tuberculosis of the middle ear",
            "abstract": null,
            "authors": [
                "Wolf, G"
            ],
            "year": 1986,
            "source": "Laryngol Rhinol Otol (Stuttg). 1986; 65(2):90-91",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1986A174500011",
            "pubmed": "3083165",
            "doi": "10.1055/s-2007-998789",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "LARYNGOL RHINOL OTOL VER MONA",
            "issn": "0340-1588",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "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": 8124,
            "title": "Endoscopic surgical treatment of mycoses of the paranasal sinuses",
            "abstract": null,
            "authors": [
                "Stammberger, H"
            ],
            "year": 1984,
            "source": "Laryngol Rhinol Otol (Stuttg). 1984; 63(2):48-55",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1984SD09000002",
            "pubmed": "6700334",
            "doi": "10.1055/s-2007-1008240",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "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": 8896,
            "title": "Role of the lateral nasal wall in the pathogenesis, diagnosis and therapy of recurrent and chronic rhinosinusitis",
            "abstract": null,
            "authors": [
                "Messerklinger, W"
            ],
            "year": 1987,
            "source": "Laryngol Rhinol Otol (Stuttg). 1987; 66(6):293-299",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1987J006100001",
            "pubmed": "3306229",
            "doi": "10.1055/s-2007-998659",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "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": 9104,
            "title": "Morphometry of the larynx in horizontal sections. Normal data for the quantitative evaluation of current imaging technics",
            "abstract": null,
            "authors": [
                "Friedrich, G",
                "Kainz, J"
            ],
            "year": 1988,
            "source": "Laryngol Rhinol Otol (Stuttg). 1988; 67(6):269-274",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1988P026300002",
            "pubmed": "3043124",
            "doi": "10.1055/s-2007-998496",
            "pmc": null,
            "organizations": [],
            "persons": [
                "9104-51636-2"
            ],
            "imported": "2009-12-21T12:29:35+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": 9077,
            "title": "The roof of the anterior ethmoid: a locus minoris resistentiae in the skull base",
            "abstract": null,
            "authors": [
                "Kainz, J",
                "Stammberger, H"
            ],
            "year": 1988,
            "source": "Laryngol Rhinol Otol (Stuttg). 1988; 67(4):142-149",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1988N101600002",
            "pubmed": "3386365",
            "doi": "10.1055/s-2007-998473",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "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": 19420,
            "title": "Is neopterin--a marker of cell mediated immune response--helpful in classifying leprosy?",
            "abstract": null,
            "authors": [
                "Schmutzhard, E",
                "Fuchs, D",
                "Hausen, A",
                "Reibnegger, G",
                "Wachter, H"
            ],
            "year": 1986,
            "source": "East Afr Med J. 1986; 63(9):577-580",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1986E419100003",
            "pubmed": "3792248",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "19420-50569-6"
            ],
            "imported": null,
            "journal": "EAST AFR MED J",
            "issn": "0012-835X",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.079,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.233644859813084,
            "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
        }
    ]
}