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=152620&ordering=-impactfactor
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=152640&ordering=-impactfactor",
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=152600&ordering=-impactfactor",
    "results": [
        {
            "id": 179662,
            "title": "[Diabetes Type I therapy through transplantation].",
            "abstract": null,
            "authors": [
                "Bucher, P",
                "Mathe, Z",
                "Buhler, LH",
                "Andres, A",
                "Bosco, D",
                "Berney, T",
                "Morel, P"
            ],
            "year": 2005,
            "source": "Ann Chir. 2005; 130(6-7):374-383",
            "category": 1,
            "document_type": 3,
            "sci": "ISI:000230861600003",
            "pubmed": "15992762",
            "doi": "10.1016/j.anchir.2005.06.001",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2020-01-24T01:00:00+01:00",
            "journal": "Ann Chir",
            "issn": "0003-3944",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.455,
            "impactfactor_year": 2005,
            "impactfactor_norm": 0.158,
            "impactfactor_norm_year": 2005,
            "impactfactor_norm_category": "SURGERY",
            "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": 8121,
            "title": "Double outlet left ventricle with intact ventricular septum.",
            "abstract": null,
            "authors": [
                "Beitzke, A",
                "Suppan, C"
            ],
            "year": 1984,
            "source": "Int J Cardiol. 1984; 5(2):175-183",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1984SC26100008",
            "pubmed": "6698644",
            "doi": "10.1016/0167-5273(84)90142-6",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "INT J CARDIOL",
            "issn": "0167-5273",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 0.454,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.354838709677419,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "CARDIAC & CARDIOVASCULAR SYSTEMS",
            "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": 310,
            "title": "Balloon atrial septostomy under two-dimensional echocardiographic control.",
            "abstract": null,
            "authors": [
                "Beitzke, A",
                "Stein, JI",
                "Suppan, C"
            ],
            "year": 1991,
            "source": "INT J CARDIOL. 1991; 30(1): 33-42. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1991EQ70800005",
            "pubmed": "1991667",
            "doi": "10.1016%2F0167-5273%2891%2990121-5",
            "pmc": null,
            "organizations": [
                "310-14048"
            ],
            "persons": [],
            "imported": "2010-06-25T16:24:49+02:00",
            "journal": "INT J CARDIOL",
            "issn": "0167-5273",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.454,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.354838709677419,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "CARDIAC & CARDIOVASCULAR SYSTEMS",
            "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": 8779,
            "title": "Mitral atresia with premature closure of the oval foramen, right-sided levoatriocardinal vein and thrombus formation in the left atrium.",
            "abstract": null,
            "authors": [
                "Beitzke, A",
                "Mächler, H",
                "Stein, JI"
            ],
            "year": 1987,
            "source": "Int J Cardiol. 1987; 14(2):221-224",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1987F853000011",
            "pubmed": "3818138",
            "doi": "10.1016/0167-5273(87)90011-8",
            "pmc": null,
            "organizations": [
                "8779-14075"
            ],
            "persons": [
                "8779-51592-6"
            ],
            "imported": "2009-11-13T12:00:41+01:00",
            "journal": "INT J CARDIOL",
            "issn": "0167-5273",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 0.454,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.354838709677419,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "CARDIAC & CARDIOVASCULAR SYSTEMS",
            "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": 7878,
            "title": "Myocardial protection in valve replacement procedures: moderate systemic hypothermia versus cold cardioplegic arrest - a 4 1/2 years' experience.",
            "abstract": null,
            "authors": [
                "Kraft-Kinz, J",
                "Rigler, B",
                "Stenzl, W",
                "Tscheliessnigg, KH",
                "Dacar, D"
            ],
            "year": 1983,
            "source": "Thorac Cardiovasc Surg. 1983; 31(1):26-30",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1983QB78600005",
            "pubmed": "6189247",
            "doi": "10.1055/s-2007-1020287",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2009-09-04T16:22:13+02:00",
            "journal": "THORAC CARDIOVASC SURG",
            "issn": "0171-6425",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.453,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.421875,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "SURGERY",
            "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": 65065,
            "title": "PATENT DUCTUS-ARTERIOSUS IN SMALL PRETERM INFANTS WITH IRDS-INDICATION TO SURGICAL CLOSURE",
            "abstract": null,
            "authors": [
                "TSCHELIESSNIGG, KH",
                "RIGLER, B",
                "KRAFTKINZ, J",
                "BEITZKE, A",
                "HERMANN, W",
                "STENZL, W",
                "METZLER, H",
                "HIOTAKIS, K"
            ],
            "year": 1981,
            "source": "THORAC CARDIOVASC SURG. 1981; 29:  29-30. ",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:A1981LC25900050",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "65065-51611"
            ],
            "imported": "2007-01-29T10:30:48+01:00",
            "journal": "THORAC CARDIOVASC SURG",
            "issn": "0171-6425",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.453,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.421875,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "SURGERY",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": false,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 7196,
            "title": "Recurring pulmonary embolism after migration of a retained transvenous pacemaker electrode.",
            "abstract": null,
            "authors": [
                "Hermann, W",
                "Höfler, H",
                "Stenzl, W",
                "Tscheliessnigg, KH"
            ],
            "year": 1979,
            "source": "THORAC CARDIOVASC SURG. 1979; 27(6): 375-377. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1979HY91400005",
            "pubmed": "396693",
            "doi": "10.1055/s-0028-1096280",
            "pmc": null,
            "organizations": [
                "7196-14020",
                "7196-14045"
            ],
            "persons": [],
            "imported": "2009-08-19T16:19:11+02:00",
            "journal": "THORAC CARDIOVASC SURG",
            "issn": "0171-6425",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.453,
            "impactfactor_year": 1994,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": "SURGERY",
            "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": 9140,
            "title": "Solitary coin lesion in patients with malignant melanoma: an indication for thoracotomy?",
            "abstract": null,
            "authors": [
                "Jüttner, FM",
                "Smolle, J",
                "Pinter, H",
                "Popper, H",
                "Friehs, G"
            ],
            "year": 1988,
            "source": "Thorac Cardiovasc Surg. 1988; 36(4):232-233",
            "category": 1,
            "document_type": 10,
            "sci": "ISI:A1988P939800011",
            "pubmed": "3187985",
            "doi": "10.1055/s-2007-1020085",
            "pmc": null,
            "organizations": [],
            "persons": [
                "9140-51617-6",
                "9140-51523-6",
                "9140-51615-2"
            ],
            "imported": null,
            "journal": "THORAC CARDIOVASC SURG",
            "issn": "0171-6425",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.453,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.421875,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "SURGERY",
            "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": 52946,
            "title": "MYOCARDIAL ALTERATIONS AFTER ACUTE RIGHT VENTRICULAR PRESSURE OVERLOADING",
            "abstract": null,
            "authors": [
                "STENZL, W",
                "TSCHELIESSNIGG, KH",
                "WALTER, G",
                "REHAK, P",
                "METZLER, H",
                "DACAR, D",
                "RIGLER, B",
                "KRAFTKINZ, J"
            ],
            "year": 1984,
            "source": "THORAC CARDIOVASC SURG 1984 32: 84-84.",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:A1984SA83600067",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "52946-14020",
                "52946-14044",
                "52946-14045"
            ],
            "persons": [
                "52946-51611"
            ],
            "imported": null,
            "journal": "THORAC CARDIOVASC SURG",
            "issn": "0171-6425",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.453,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.421875,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "SURGERY",
            "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": 7879,
            "title": "Treatment of postsurgical chylothorax with fibrin glue.",
            "abstract": null,
            "authors": [
                "Stenzl, W",
                "Rigler, B",
                "Tscheliessnigg, KH",
                "Beitzke, A",
                "Metzler, H"
            ],
            "year": 1983,
            "source": "Thorac Cardiovasc Surg. 1983; 31(1):35-36",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1983QB78600007",
            "pubmed": "6189249",
            "doi": "10.1055/s-2007-1020289",
            "pmc": null,
            "organizations": [],
            "persons": [
                "7879-51611-6"
            ],
            "imported": null,
            "journal": "THORAC CARDIOVASC SURG",
            "issn": "0171-6425",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 0.453,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.421875,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "SURGERY",
            "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": 571,
            "title": "Congenital giant arteriovenous malformation in a 31-year-old male.",
            "abstract": null,
            "authors": [
                "Friehs, I",
                "Koch, G"
            ],
            "year": 1991,
            "source": "Thorac Cardiovasc Surg. 1991; 39(2):110-112",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1991FN37600014",
            "pubmed": "1877051",
            "doi": "10.1055/s-2007-1013945",
            "pmc": null,
            "organizations": [
                "571-14045"
            ],
            "persons": [],
            "imported": null,
            "journal": "THORAC CARDIOVASC SURG",
            "issn": "0171-6425",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 0.453,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.421875,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "SURGERY",
            "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": 2553,
            "title": "The importance of early detection and therapy of reexpansion pulmonary edema.",
            "abstract": null,
            "authors": [
                "Smolle-Juettner, FM",
                "Prause, G",
                "Ratzenhofer, B",
                "Pongratz, M",
                "Friehs, G",
                "List, WF"
            ],
            "year": 1991,
            "source": "Thorac Cardiovasc Surg. 1991; 39(3):162-166",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1991FW05400010",
            "pubmed": "1882381",
            "doi": "10.1055/s-2007-1013955",
            "pmc": null,
            "organizations": [
                "2553-14020",
                "2553-14044",
                "2553-14045"
            ],
            "persons": [
                "2553-51986-6",
                "2553-51615-2"
            ],
            "imported": null,
            "journal": "THORAC CARDIOVASC SURG",
            "issn": "0171-6425",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 0.453,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.421875,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "SURGERY",
            "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": 7972,
            "title": "Reconstructive surgery for tracheobronchial injuries including complete disruption of the right main bronchus.",
            "abstract": null,
            "authors": [
                "Jüttner, FM",
                "Pinter, H",
                "Popper, H",
                "Ratschek, M",
                "Friehs, GB"
            ],
            "year": 1984,
            "source": "Thorac Cardiovasc Surg. 1984; 32(3):174-177",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1984SW55400009",
            "pubmed": "6206598",
            "doi": "10.1055/s-2007-1023377",
            "pmc": null,
            "organizations": [],
            "persons": [
                "7972-51523-6",
                "7972-51615-2"
            ],
            "imported": null,
            "journal": "THORAC CARDIOVASC SURG",
            "issn": "0171-6425",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 0.453,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.421875,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "SURGERY",
            "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": 5382,
            "title": "Cholestatic syndromes.",
            "abstract": null,
            "authors": [
                "Trauner, M",
                "Boyer, JL"
            ],
            "year": 2004,
            "source": "Curr Opin Gastroenterol. 2004; 20(3):220-230",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000221026900005",
            "pubmed": "15703646",
            "doi": "10.1097/00001574-200405000-00006",
            "pmc": null,
            "organizations": [
                "5382-14081"
            ],
            "persons": [],
            "imported": "2008-01-11T15:15:12+01:00",
            "journal": "CURR OPIN GASTROEN",
            "issn": "0267-1379",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.453,
            "impactfactor_year": 2004,
            "impactfactor_norm": 0.0434782608695652,
            "impactfactor_norm_year": 2004,
            "impactfactor_norm_category": "GASTROENTEROLOGY & HEPATOLOGY",
            "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": true,
            "local_affiliation": false
        },
        {
            "id": 8945,
            "title": "Malignant fibrous histiocytoma of the lung: prognosis and therapy of a rare disease. Report of two cases and review of the literature.",
            "abstract": null,
            "authors": [
                "Juettner, FM",
                "Popper, H",
                "Sommersgutter, K",
                "Smolle, J",
                "Friehs, GB"
            ],
            "year": 1987,
            "source": "Thorac Cardiovasc Surg. 1987; 35(4):226-231",
            "category": 1,
            "document_type": 3,
            "sci": "ISI:A1987J911900007",
            "pubmed": "2444005",
            "doi": "10.1055/s-2007-1020235",
            "pmc": null,
            "organizations": [],
            "persons": [
                "8945-51617-6",
                "8945-51523-6",
                "8945-51615-2"
            ],
            "imported": null,
            "journal": "THORAC CARDIOVASC SURG",
            "issn": "0171-6425",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 0.453,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.421875,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "SURGERY",
            "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": 70322,
            "title": "Physiological considerations about a statement by Gaius Petronius.",
            "abstract": null,
            "authors": [
                "Kenner, T"
            ],
            "year": 2007,
            "source": "ACTA PHYSIOL HUNG. 2007; 94(3): 271-283. ",
            "category": 1,
            "document_type": 2,
            "sci": "ISI:000249052500012",
            "pubmed": "17853779",
            "doi": "10.1556/APhysiol.94.2007.3.12",
            "pmc": null,
            "organizations": [
                "70322-14010"
            ],
            "persons": [],
            "imported": "2007-10-09T11:29:06+02:00",
            "journal": "ACTA PHYSIOL HUNG",
            "issn": "0231-424X",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.453,
            "impactfactor_year": 2007,
            "impactfactor_norm": 0.0641025641025641,
            "impactfactor_norm_year": 2007,
            "impactfactor_norm_category": "PHYSIOLOGY",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": false,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 719,
            "title": "Diagnosis and treatment of carotid body tumors.",
            "abstract": null,
            "authors": [
                "Rabl, H",
                "Friehs, I",
                "Gutschi, S",
                "Pascher, O",
                "Koch, G"
            ],
            "year": 1993,
            "source": "Thorac Cardiovasc Surg. 1993; 41(6):340-343",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1993MP76900004",
            "pubmed": "8128461",
            "doi": "10.1055/s-2007-1013886",
            "pmc": null,
            "organizations": [
                "719-14045"
            ],
            "persons": [],
            "imported": null,
            "journal": "THORAC CARDIOVASC SURG",
            "issn": "0171-6425",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.453,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.421875,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "SURGERY",
            "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": 135956,
            "title": "Computer-generated 3D representations of the aorta: a new tool in the management of aortic aneurysm patients.",
            "abstract": null,
            "authors": [
                "Dapunt, OE",
                "de Asla, RA",
                "Griepp, EB",
                "Midulla, PS",
                "Griepp, RB"
            ],
            "year": 1994,
            "source": "Thorac Cardiovasc Surg. 1994; 42(1):25-28",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1994NB26800006",
            "pubmed": "8184389",
            "doi": "10.1055/s-2007-1016449",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2014-04-02T13:04:45+02:00",
            "journal": "THORAC CARDIOV SURG",
            "issn": "0171-6425",
            "collection_publisher": null,
            "collection_title": "THORACIC AND CARDIOVASCULAR SURGEON; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.453,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.422,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "SURGERY",
            "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": 108225,
            "title": "Video-endoscope versus endoscope for paranasal sinus surgery: Influence on stereoacuity",
            "abstract": null,
            "authors": [
                "Tasman, AJ",
                "Stammberger, H"
            ],
            "year": 1998,
            "source": "AMER J RHINOL. 1998; 12(6): 389-392. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000077777100002",
            "pubmed": null,
            "doi": "10.2500/105065898780707946",
            "pmc": null,
            "organizations": [
                "108225-14066"
            ],
            "persons": [],
            "imported": "2011-01-31T17:19:19+01:00",
            "journal": "AMER J RHINOL",
            "issn": "1050-6586",
            "collection_publisher": null,
            "collection_title": "AMERICAN JOURNAL OF RHINOLOGY; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.453,
            "impactfactor_year": 1998,
            "impactfactor_norm": 0.413793103448276,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "OTORHINOLARYNGOLOGY",
            "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": true
        },
        {
            "id": 108215,
            "title": "Is monocular perception of depth through the rigid endoscope a disadvantage compared to binocular vision through the operating microscope in paranasal sinus surgery?",
            "abstract": null,
            "authors": [
                "Tasman, AJ",
                "Wallner, F",
                "Kolling, GH",
                "Stammberger, H"
            ],
            "year": 1998,
            "source": "AMER J RHINOL. 1998; 12(2): 87-91. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000073287500003",
            "pubmed": null,
            "doi": "10.2500/105065898781390343",
            "pmc": null,
            "organizations": [
                "108215-14066"
            ],
            "persons": [],
            "imported": "2011-01-31T17:19:19+01:00",
            "journal": "AMER J RHINOL",
            "issn": "1050-6586",
            "collection_publisher": null,
            "collection_title": "AMERICAN JOURNAL OF RHINOLOGY; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.453,
            "impactfactor_year": 1998,
            "impactfactor_norm": 0.413793103448276,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "OTORHINOLARYNGOLOGY",
            "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": true
        }
    ]
}