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=152700&ordering=-year
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 155671,
    "next": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=152720&ordering=-year",
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=152680&ordering=-year",
    "results": [
        {
            "id": 8453,
            "title": "Initial clinical experiences with the fibrin adhesive Beriplast in heart surgery",
            "abstract": null,
            "authors": [
                "Stenzl, W",
                "Tscheliessnigg, KH",
                "Dacar, D",
                "Rigler, B"
            ],
            "year": 1985,
            "source": "WIEN MED WOCHENSCHR. 1985; 135(19-20): 506-511. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1985ATT9900011",
            "pubmed": "4072235",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2009-11-11T11:09:55+01:00",
            "journal": "WIEN MED WOCHENSCHR",
            "issn": "0043-5341",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": 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": 8454,
            "title": "DERMATOPATHOLOGICAL SYMPOSIUM, OCTOBER 18-20, 1984, NEW YORK - ECLECTIC REVIEW OF A DECADE OF DERMATOPATHOLOGICAL SYMPOSIA",
            "abstract": null,
            "authors": [
                "KERL, H"
            ],
            "year": 1985,
            "source": "HAUTARZT. 1985; 36:  642-643. ",
            "category": 1,
            "document_type": 4,
            "sci": "ISI:A1985AUB9200009",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "8454-51620-2"
            ],
            "imported": "2009-11-10T14:36:32+01:00",
            "journal": "HAUTARZT",
            "issn": "0017-8470",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.397,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.2,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "DERMATOLOGY, VENERAL DISEASES",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": 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": 8455,
            "title": "Studies on the activity of Bendalina (bendazac L-lysine salt) as a scavenger of hydroxyl and superoxide radicals.",
            "abstract": null,
            "authors": [
                "Schmut, O",
                "Hofmann, H"
            ],
            "year": 1985,
            "source": "Wien Klin Wochenschr. 1985; 97(21):819-822",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1985AUF0200006",
            "pubmed": "2998102",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "WIEN KLIN WOCHENSCHR",
            "issn": "0043-5325",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.268,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.551401869158878,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "MEDICINE, GENERAL & INTERNAL",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 8456,
            "title": "THE DIAGNOSTIC RELEVANCE OF ALKALINE PHOSPHATASE BONE-ISOENZYME IN THE RECOGNITION OF SUBCLINICAL BONE-LESIONS",
            "abstract": null,
            "authors": [
                "LANZER, G",
                "GOEBEL, R",
                "LEB, G"
            ],
            "year": 1985,
            "source": "MED KLIN. 1985; 80:  700-705. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1985AUJ5900005",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2009-11-10T14:44:40+01:00",
            "journal": "MED KLIN",
            "issn": "0723-5003",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.26,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.373831775700935,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "MEDICINE, GENERAL & INTERNAL",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": 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": 8458,
            "title": "The labelling index of human and mouse tumours assessed by bromodeoxyuridine staining in vitro and in vivo and flow cytometry.",
            "abstract": null,
            "authors": [
                "Wilson, GD",
                "McNally, NJ",
                "Dunphy, E",
                "Kärcher, H",
                "Pfragner, R"
            ],
            "year": 1985,
            "source": "CYTOMETRY. 1985; 6(6): 641-647. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1985AUS3600020",
            "pubmed": "4064843",
            "doi": "10.1002/cyto.990060621",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2009-11-11T11:14:20+01:00",
            "journal": "CYTOMETRY",
            "issn": "0196-4763",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 3.434,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.85,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "BIOCHEMICAL RESEARCH METHODS",
            "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": 8459,
            "title": "Intracranial arteritis with circulating immune complexes",
            "abstract": null,
            "authors": [
                "Steiner, H",
                "Lammer, J",
                "Tilz, G",
                "Bone, G"
            ],
            "year": 1985,
            "source": "FORTSCHR RONTGENSTRAHL NUKL. 1985; 143(5): 495-500. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1985AUX2200001",
            "pubmed": "2999886",
            "doi": "10.1055/s-2008-1052856",
            "pmc": null,
            "organizations": [],
            "persons": [
                "8459-51537-6"
            ],
            "imported": "2009-11-11T11:08:50+01:00",
            "journal": "FORTSCHR RONTGENSTRAHL NUKL",
            "issn": "0340-1618",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 8460,
            "title": "Calcification of the inferior vena cava imitates an aortic aneurysm",
            "abstract": null,
            "authors": [
                "Kopp, W",
                "Tölly, E",
                "Ebner, F"
            ],
            "year": 1985,
            "source": "FORTSCHR RONTGENSTRAHL NUKL. 1985; 143(5): 592-593. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1985AUX2200018",
            "pubmed": "2999902",
            "doi": "10.1055/s-2008-1052873",
            "pmc": null,
            "organizations": [
                "8460-14108"
            ],
            "persons": [],
            "imported": "2009-11-10T14:39:30+01:00",
            "journal": "FORTSCHR RONTGENSTRAHL NUKL",
            "issn": "0340-1618",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "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": true
        },
        {
            "id": 8461,
            "title": "Maintenance of desmosomes in mouse hepatocytes after drug-induced rearrangement of cytokeratin filament material. Demonstration of independence of desmosomes and intermediate-sized filaments.",
            "abstract": null,
            "authors": [
                "Denk, H",
                "Lackinger, E",
                "Cowin, P",
                "Franke, WW"
            ],
            "year": 1985,
            "source": "Exp Cell Res. 1985; 161(1):161-171",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1985AUX5700016",
            "pubmed": "2414118",
            "doi": "10.1016/0014-4827(85)90500-2",
            "pmc": null,
            "organizations": [],
            "persons": [
                "8461-51515-1"
            ],
            "imported": null,
            "journal": "EXP CELL RES",
            "issn": "0014-4827",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.98,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.846153846153846,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "ONCOLOGY",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 8462,
            "title": "VALUE OF ECHOCARDIOGRAPHY AS A SCREENING EXAMINATION IN THE INTERNAL INTENSIVE-CARE UNIT",
            "abstract": null,
            "authors": [
                "ZENKER, G",
                "HARNONCOURT, K"
            ],
            "year": 1985,
            "source": "INTENSIVBEHANDLUNG 1985 10: 160-164.",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1985AVB1900007",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "INTENSIVBEHANDLUNG",
            "issn": "0341-3063",
            "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": 8463,
            "title": "OPTIMIZING OF TUMOR-MARKERS FOR PATIENT SURVEILLANCE AND THERAPY CONTROL",
            "abstract": null,
            "authors": [
                "BIRKMAYER, GD"
            ],
            "year": 1985,
            "source": "BULL MOL BIOL MED 1985 10: 81-99.",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1985AVB8400008",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "BULL MOL BIOL MED",
            "issn": "0390-481X",
            "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": 8465,
            "title": "Perioperative risk in critically ill surgical patients",
            "abstract": null,
            "authors": [
                "List, WF",
                "Kröll, W",
                "Filzwieser, G"
            ],
            "year": 1985,
            "source": "ANAESTHESIST. 1985; 34(11): 612-618. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1985AVE6900012",
            "pubmed": "4091248",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "8465-51613-6"
            ],
            "imported": "2009-11-10T14:47:56+01:00",
            "journal": "ANAESTHESIST",
            "issn": "0003-2417",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.557,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.56,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "ANESTHESIOLOGY",
            "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": 8466,
            "title": "Comparative pressure measurements with the non-contact tonometer and the Goldmann applanation tonometer",
            "abstract": null,
            "authors": [
                "Langmann, G",
                "Schuhmann, G",
                "Schwaiger, W"
            ],
            "year": 1985,
            "source": "KLIN MONATSBL AUGENHEILK. 1985; 187(5): 345-347. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1985AVG1600008",
            "pubmed": "4087781",
            "doi": "10.1055/s-2008-1054327",
            "pmc": null,
            "organizations": [
                "8466-14043"
            ],
            "persons": [],
            "imported": "2009-11-10T14:42:38+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": 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": 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": 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": 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": 8471,
            "title": "KINETICS OF OPHTHALMOLOGICALLY RELEVANT ANTIBIOTICS IN BLOOD AND AQUEOUS-HUMOR",
            "abstract": null,
            "authors": [
                "SCHUHMANN, G",
                "ZIAK, E",
                "KONSTANTINOU, D",
                "PONGRATZ, E"
            ],
            "year": 1985,
            "source": "KLIN MONATSBL AUGENHEILK 1985 187: 476-477.",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1985AVG1600062",
            "pubmed": null,
            "doi": "10.1055/s-2008-1054381",
            "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": 8472,
            "title": "Personal endoscopic operative technic for the lateral nasal wall--an endoscopic surgery concept in the treatment of inflammatory diseases of the paranasal sinuses",
            "abstract": null,
            "authors": [
                "Stammberger, H"
            ],
            "year": 1985,
            "source": "Laryngol Rhinol Otol (Stuttg). 1985; 64(11):559-566",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1985AVG2000002",
            "pubmed": "4079618",
            "doi": "10.1055/s-2007-1008205",
            "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": 8473,
            "title": "T-zone histiocytes in granulomatous skin diseases.",
            "abstract": null,
            "authors": [
                "Smolle, J"
            ],
            "year": 1985,
            "source": "Dermatologica. 1985; 171(5):316-320",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1985AVH4200004",
            "pubmed": "3908172",
            "doi": "10.1159/000249444",
            "pmc": null,
            "organizations": [],
            "persons": [
                "8473-51617-2"
            ],
            "imported": null,
            "journal": "DERMATOLOGICA",
            "issn": "0011-9075",
            "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": 8474,
            "title": "Flow cytometric measurements of in vivo incorporated bromodeoxy- uridine into the DNA of experimental and human tumors",
            "abstract": null,
            "authors": [
                "Kärcher, H",
                "McNally, NJ",
                "Wilson, G",
                "Kärcher, KH",
                "Pfragner, R"
            ],
            "year": 1985,
            "source": "WIEN KLIN WOCHENSCHR. 1985; 97(22): 850-855. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1985AVT1500005",
            "pubmed": "4082602",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "8474-51566-2"
            ],
            "imported": "2009-11-04T17:12:27+01:00",
            "journal": "WIEN KLIN WOCHENSCHR",
            "issn": "0043-5325",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.268,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.551401869158878,
            "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": 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
        }
    ]
}