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=158580&ordering=-impactfactor
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 159558,
    "next": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=158600&ordering=-impactfactor",
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=158560&ordering=-impactfactor",
    "results": [
        {
            "id": 70742,
            "title": "Determination of IgM in serum after corneatransplantation (author's transl)",
            "abstract": null,
            "authors": [
                "Zirm, M",
                "Schmut, O",
                "Hofmann, H"
            ],
            "year": 1975,
            "source": "Klin Monatsbl Augenheilkd. 1975; 167(5): 698-701. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1975BB25400008",
            "pubmed": "1575",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2007-10-19T02:00:00+02:00",
            "journal": "Klin Monatsbl Augenheilkd",
            "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": 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": 70739,
            "title": "Introduction in immunophthalmology-problems and aims (author's transl)",
            "abstract": null,
            "authors": [
                "Zirm, M",
                "Schmut, O",
                "Hofmann, H"
            ],
            "year": 1975,
            "source": "Klin Monatsbl Augenheilkd. 1975; 167(4): 588-592. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1975AY07900013",
            "pubmed": "813052",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2007-10-19T02:00:00+02:00",
            "journal": "Klin Monatsbl Augenheilkd",
            "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": 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": 8470,
            "title": "INFLUENCE OF PREGNANCY ON THE PATHOGENESIS AND PROGRESSION OF DIABETIC-RETINOPATHY",
            "abstract": null,
            "authors": [
                "FELLINGER, C",
                "HOFMANN, H",
                "UNTERWEGER, G"
            ],
            "year": 1985,
            "source": "KLIN MONATSBL AUGENHEILK 1985 187: 467-468.",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1985AVG1600058",
            "pubmed": null,
            "doi": "10.1055/s-2008-1054377",
            "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": 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": 11807,
            "title": "Tonometry with a new non-contact tonometer",
            "abstract": null,
            "authors": [
                "Langmann, G",
                "Schuhmann, G",
                "Langmann, A",
                "Zenz, H"
            ],
            "year": 1990,
            "source": "KLIN MONATSBL AUGENHEILK. 1990; 197:  393-396. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1990EL08400008",
            "pubmed": "2290296",
            "doi": "10.1055/s-2008-1046299",
            "pmc": null,
            "organizations": [
                "11807-14043"
            ],
            "persons": [],
            "imported": "2010-06-25T12:05:47+02:00",
            "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": 70729,
            "title": "Increase of lipoprotein occuring simultaneously with retinal damage through intake of an oral contraceptive (author's transl)",
            "abstract": null,
            "authors": [
                "Zirm, M",
                "Schmut, O",
                "Bartl, G"
            ],
            "year": 1974,
            "source": "Klin Monatsbl Augenheilkd. 1974; 165(3): 470-474. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1974U592600011",
            "pubmed": "4373610",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2007-10-19T02:00:00+02:00",
            "journal": "Klin Monatsbl Augenheilkd",
            "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": 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": 8264,
            "title": "LATE FINDINGS IN PREMATURELY BORN CHILDREN AFTER O-2 ADMINISTRATION",
            "abstract": null,
            "authors": [
                "SCHUHMANN, G",
                "FASCHINGER, C",
                "BRUNNER, H"
            ],
            "year": 1984,
            "source": "KLIN MONATSBL AUGENHEILK 1984 185: 402-403.",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1984TU60000033",
            "pubmed": null,
            "doi": "10.1055/s-2008-1054652",
            "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": 8469,
            "title": "Ophthalmologic and roentgenologic findings in a rare case of mucopolysaccharidosis 4 B",
            "abstract": null,
            "authors": [
                "Faschinger, C",
                "Schmidberger, H"
            ],
            "year": 1985,
            "source": "Klin Monbl Augenheilkd. 1985; 187(5):408-410",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1985AVG1600031",
            "pubmed": "3936970",
            "doi": "10.1055/s-2008-1054350",
            "pmc": null,
            "organizations": [
                "8469-14043"
            ],
            "persons": [
                "8469-51585-2"
            ],
            "imported": "2010-02-18T16:59:30+01:00",
            "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": 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": true
        },
        {
            "id": 8468,
            "title": "Documentation of the clinical picture of keratoconjunctivitis atopica in constitutional neurodermatitis",
            "abstract": null,
            "authors": [
                "Kunz, R",
                "Fellinger, C"
            ],
            "year": 1985,
            "source": "Klin Monatsbl Augenheilkd. 1985; 187(5):366-368",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1985AVG1600016",
            "pubmed": "4087788",
            "doi": "10.1055/s-2008-1054335",
            "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": 8265,
            "title": "VITREORETINAL DEGENERATION IN A CASE OF CONGENITAL BONE DYSPLASIA",
            "abstract": null,
            "authors": [
                "AUERBACH, B",
                "FASCHINGER, C",
                "SCHMIDBERGER, H"
            ],
            "year": 1984,
            "source": "KLIN MONATSBL AUGENHEILK 1984 185: 404-406.",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1984TU60000034",
            "pubmed": null,
            "doi": "10.1055/s-2008-1054653",
            "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": 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": 8467,
            "title": "Polyvinyl iodine in ophthalmic surgery",
            "abstract": null,
            "authors": [
                "Auerbach, B",
                "Reich, E",
                "Schuhmann, G"
            ],
            "year": 1985,
            "source": "Klin Monatsbl Augenheilkd. 1985; 187(5):361-362",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1985AVG1600014",
            "pubmed": "4087787",
            "doi": "10.1055/s-2008-1054333",
            "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": 70727,
            "title": "Immunological diagnosis in cases of thrombosis of the central retinal vein (author's transl)",
            "abstract": null,
            "authors": [
                "Zirm, M",
                "Schmut, O"
            ],
            "year": 1974,
            "source": "Klin Monatsbl Augenheilkd. 1974; 164(4): 478-485. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1974T229100008",
            "pubmed": "4210607",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2007-10-19T02:00:00+02:00",
            "journal": "Klin Monatsbl Augenheilkd",
            "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": 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": 7448,
            "title": "Sjögren's reticular pigmentary dystrophy (author's transl)",
            "abstract": null,
            "authors": [
                "Wochesländer, E",
                "Bartl, G",
                "Fellinger, C",
                "Vidic, B"
            ],
            "year": 1980,
            "source": "KLIN MONATSBL AUGENHEILK. 1980; 177(6): 684-688. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1980KX64500006",
            "pubmed": "7206552",
            "doi": "10.1055/s-2008-1057707",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2009-08-20T17:06:24+02:00",
            "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": 7449,
            "title": "Follow-up study in patients with neuritis retrobulbaris (author's transl)",
            "abstract": null,
            "authors": [
                "Wutz, W",
                "Bartl, G",
                "Hiti, H",
                "Rodler, H"
            ],
            "year": 1980,
            "source": "Klin Monatsbl Augenheilkd. 1980; 177(6):689-695",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1980KX64500007",
            "pubmed": "7206553",
            "doi": "10.1055/s-2008-1057708",
            "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": 7450,
            "title": "Observations of the course of branch and central venous occlusions (author's transl)",
            "abstract": null,
            "authors": [
                "Vidic, B",
                "Bartl, G",
                "Fellinger, C",
                "Schuhmann, G"
            ],
            "year": 1980,
            "source": "KLIN MONATSBL AUGENHEILK. 1980; 177(6): 710-714. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1980KX64500010",
            "pubmed": "7206556",
            "doi": "10.1055/s-2008-1057711",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2009-08-20T17:05:12+02:00",
            "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": 7452,
            "title": "Determination of HDL cholesterol levels in cases of ocular disease (author's transl)",
            "abstract": null,
            "authors": [
                "Schmut, O",
                "Hofmann, H"
            ],
            "year": 1980,
            "source": "KLIN MONATSBL AUGENHEILK. 1980; 177(6): 855-857. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1980KX64500043",
            "pubmed": "7206583",
            "doi": "10.1055/s-2008-1057744",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2009-08-20T16:59:45+02:00",
            "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": 7453,
            "title": "Electroophthalmological, Fluorescence angiographical and computer perimetrical examinations in cases of contusio bulbi (author's transl)",
            "abstract": null,
            "authors": [
                "Bartl, G",
                "Hofmann, H",
                "Wochesländer, E",
                "Faschinger, C"
            ],
            "year": 1980,
            "source": "Klin Monatsbl Augenheilkd. 1980; 177(6):858-863",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1980KX64500044",
            "pubmed": "7206584",
            "doi": "10.1055/s-2008-1057745",
            "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": 9172,
            "title": "Initial description of a retinal ganglioglioma",
            "abstract": null,
            "authors": [
                "Faschinger, C",
                "Kleinert, R"
            ],
            "year": 1988,
            "source": "Klin Monbl Augenheilkd. 1988; 193(4):412-415",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1988Q967900012",
            "pubmed": "3070139",
            "doi": "10.1055/s-2008-1050278",
            "pmc": null,
            "organizations": [
                "9172-14043"
            ],
            "persons": [
                "9172-51585-2"
            ],
            "imported": "2010-02-18T17:04:32+01:00",
            "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": true
        },
        {
            "id": 70726,
            "title": "Comparative examinations on the normal distribution of immune globulins in human serum and aqueous humor (author's transl)",
            "abstract": null,
            "authors": [
                "Schmut, O",
                "Zirm, M"
            ],
            "year": 1974,
            "source": "Klin Monatsbl Augenheilkd. 1974; 164(3): 368-371. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1974S804300014",
            "pubmed": "4211355",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2007-10-19T02:00:00+02:00",
            "journal": "Klin Monatsbl Augenheilkd",
            "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": 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": 8266,
            "title": "DEFINITION OF THE BLIND SPOT BY COMPUTER PERIMETRY",
            "abstract": null,
            "authors": [
                "FASCHINGER, C"
            ],
            "year": 1984,
            "source": "KLIN MONATSBL AUGENHEILK. 1984; 185:  465-467. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1984TU60000058",
            "pubmed": null,
            "doi": "10.1055/s-2008-1054677",
            "pmc": null,
            "organizations": [
                "8266-14043"
            ],
            "persons": [
                "8266-51585-2"
            ],
            "imported": "2010-02-18T16:58:49+01:00",
            "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": true
        },
        {
            "id": 8730,
            "title": "Effect of normoglycemic metabolic status in pregnancy on the course of diabetic retinopathy",
            "abstract": null,
            "authors": [
                "Fellinger, C",
                "Hofmann, H",
                "Unterweger, G"
            ],
            "year": 1986,
            "source": "Klin Monatsbl Augenheilkd. 1986; 189(5):367-368",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1986F083700010",
            "pubmed": "3807233",
            "doi": "10.1055/s-2008-1050824",
            "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": 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
        }
    ]
}