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=1940&ordering=impactfactor
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 153846,
    "next": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=1960&ordering=impactfactor",
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=1920&ordering=impactfactor",
    "results": [
        {
            "id": 7731,
            "title": "HEMORHEOLOGIC AND HEMODYNAMIC ASPECTS OF CEREBROVASCULAR-DISEASE",
            "abstract": null,
            "authors": [
                "OTT, E",
                "LECHNER, H"
            ],
            "year": 1982,
            "source": "PATHOL BIOL. 1982; 30:  611-614. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1982PG61600001",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2009-09-02T16:14:03+02:00",
            "journal": "PATHOL BIOL",
            "issn": "0369-8114",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.335,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.279411764705882,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "PATHOLOGY",
            "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": 123869,
            "title": "Laparoscopy combined with conventional operative techniques",
            "abstract": null,
            "authors": [
                "Kellnar, S",
                "Till, H",
                "Boehm, R"
            ],
            "year": 1999,
            "source": "Eur J Pediatr Surg. 1999; 9(5):294-296",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000083635400004",
            "pubmed": "10584186",
            "doi": "10.1055/s-2008-1072266",
            "pmc": null,
            "organizations": [],
            "persons": [
                "123869-83445-6"
            ],
            "imported": "2012-12-07T14:49:20+01:00",
            "journal": "EUR J PEDIATR SURG",
            "issn": "0939-7248",
            "collection_publisher": null,
            "collection_title": "EUROPEAN JOURNAL OF PEDIATRIC SURGERY; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.335,
            "impactfactor_year": 1999,
            "impactfactor_norm": 0.176,
            "impactfactor_norm_year": 1999,
            "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": 123871,
            "title": "Laparoscopically assisted performance of gastrostomy - A simple, safe and minimal invasive technique",
            "abstract": null,
            "authors": [
                "Kellnar, S",
                "Till, H",
                "Bohm, R"
            ],
            "year": 1999,
            "source": "Eur J Pediatr Surg. 1999; 9(5):297-298",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000083635400005",
            "pubmed": "10584187",
            "doi": "10.1055/s-2008-1072267",
            "pmc": null,
            "organizations": [],
            "persons": [
                "123871-83445-6"
            ],
            "imported": "2012-12-07T14:49:20+01:00",
            "journal": "EUR J PEDIATR SURG",
            "issn": "0939-7248",
            "collection_publisher": null,
            "collection_title": "EUROPEAN JOURNAL OF PEDIATRIC SURGERY; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 0.335,
            "impactfactor_year": 1999,
            "impactfactor_norm": 0.176,
            "impactfactor_norm_year": 1999,
            "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": 573,
            "title": "Congenital short-bowel; a case study and review of the literature.",
            "abstract": null,
            "authors": [
                "Schalamon, J",
                "Schober, PH",
                "Gallippi, P",
                "Matthyssens, L",
                "Höllwarth, ME"
            ],
            "year": 1999,
            "source": "Eur J Pediatr Surg. 1999; 9(4):248-250",
            "category": 1,
            "document_type": 3,
            "sci": "ISI:000082990800014",
            "pubmed": "10532268",
            "doi": "10.1055/s-2008-1072255",
            "pmc": null,
            "organizations": [
                "573-14048",
                "573-14049"
            ],
            "persons": [
                "573-51573-6",
                "573-50052-2",
                "573-51570-6"
            ],
            "imported": null,
            "journal": "EUR J PEDIATR SURG",
            "issn": "0939-7248",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 0.335,
            "impactfactor_year": 1999,
            "impactfactor_norm": 0.175572519083969,
            "impactfactor_norm_year": 1999,
            "impactfactor_norm_category": "SURGERY",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": true,
            "conference_place": true,
            "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": 119830,
            "title": "Therapy of urticaria: German language version of the international S3-guideline",
            "abstract": null,
            "authors": [
                "Zuberbier, T",
                "Aberer, W",
                "Brockow, K",
                "Grabbe, J",
                "Hamelmann, E",
                "Hartmann, K",
                "Jakob, T",
                "Maurer, M",
                "Merk, HF",
                "Ollert, M",
                "Rueff, F",
                "Schmid-Grendelmeier, P",
                "Staubach, P",
                "Voigtmann, L",
                "Wedi, B"
            ],
            "year": 2012,
            "source": "ALLERGOLOGIE. 2012; 35(4): 187-208. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000303092900015",
            "pubmed": null,
            "doi": "10.5414/ALX01443",
            "pmc": null,
            "organizations": [
                "119830-14047"
            ],
            "persons": [
                "119830-51346-6"
            ],
            "imported": "2012-06-13T12:02:43+02:00",
            "journal": "ALLERGOLOGIE",
            "issn": "0344-5062",
            "collection_publisher": null,
            "collection_title": "ALLERGOLOGIE; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.336,
            "impactfactor_year": 2012,
            "impactfactor_norm": 0.13,
            "impactfactor_norm_year": 2012,
            "impactfactor_norm_category": "ALLERGY",
            "impactfactor_norm_super": 0.136,
            "impactfactor_norm_super_year": 2010,
            "impactfactor_norm_super_category": "ALLERGY",
            "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": 121146,
            "title": "Rare contact allergens - rare or merely seldom identified?.",
            "abstract": null,
            "authors": [
                "Aberer, W",
                "Wiednig, M",
                ""
            ],
            "year": 2012,
            "source": "ALLERGOLOGIE. 2012; 35(7): 366-372. ",
            "category": 1,
            "document_type": 3,
            "sci": "ISI:000306773300006",
            "pubmed": null,
            "doi": "10.5414/ALX01509",
            "pmc": null,
            "organizations": [
                "121146-14047"
            ],
            "persons": [
                "121146-51346-2"
            ],
            "imported": "2012-09-06T11:40:19+02:00",
            "journal": "ALLERGOLOGIE",
            "issn": "0344-5062",
            "collection_publisher": null,
            "collection_title": "ALLERGOLOGIE",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.336,
            "impactfactor_year": 2012,
            "impactfactor_norm": 0.13,
            "impactfactor_norm_year": 2012,
            "impactfactor_norm_category": "ALLERGY",
            "impactfactor_norm_super": 0.136,
            "impactfactor_norm_super_year": 2010,
            "impactfactor_norm_super_category": "ALLERGY",
            "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": 124614,
            "title": "Diagnosis and therapy of bee and wasp venom allergy.",
            "abstract": null,
            "authors": [
                "Przybilla, B",
                "Rueff, F",
                "Walker, A",
                "Rawer, HC",
                "Aberer, W",
                "Bauer, CP",
                "Berdel, D",
                "Biedermann, T",
                "Brockow, K",
                "Forster, J",
                "Fuchs, T",
                "Hamelmann, E",
                "Jakob, T",
                "Jarisch, R",
                "Merk, HF",
                "Muller, U",
                "Ott, H",
                "Sitter, W",
                "Urbanek, R",
                "Wedi, B",
                ""
            ],
            "year": 2012,
            "source": "ALLERGOLOGIE. 2012; 35(11): 563-589. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000311766500004",
            "pubmed": null,
            "doi": "10.5414/ALX01447",
            "pmc": null,
            "organizations": [
                "124614-14047"
            ],
            "persons": [
                "124614-51346-6"
            ],
            "imported": "2013-01-07T11:18:00+01:00",
            "journal": "ALLERGOLOGIE",
            "issn": "0344-5062",
            "collection_publisher": null,
            "collection_title": "ALLERGOLOGIE",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.336,
            "impactfactor_year": 2012,
            "impactfactor_norm": 0.13,
            "impactfactor_norm_year": 2012,
            "impactfactor_norm_category": "ALLERGY",
            "impactfactor_norm_super": 0.136,
            "impactfactor_norm_super_year": 2010,
            "impactfactor_norm_super_category": "ALLERGY",
            "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": 64421,
            "title": "Procel burn cover used as a total body dressing in burns.",
            "abstract": null,
            "authors": [
                "Trop, M",
                "Waniek, G",
                "Zobel, G",
                "Waniek, E",
                "Bärnthaler, J",
                "Hellbom, B",
                "Grubbauer, HM"
            ],
            "year": 1995,
            "source": "Burns. 1995; 21(7):544-545",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1995TC55300014",
            "pubmed": "8540986",
            "doi": "http://dx.doi.org/10.1016/0305-4179(95)00028-A",
            "pmc": null,
            "organizations": [
                "64421-14048",
                "64421-14076"
            ],
            "persons": [],
            "imported": "2007-01-12T01:00:00+01:00",
            "journal": "Burns",
            "issn": "0305-4179",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 0.337,
            "impactfactor_year": 1995,
            "impactfactor_norm": 0.5546875,
            "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": true
        },
        {
            "id": 97481,
            "title": "Do you know this syndrome?.",
            "abstract": null,
            "authors": [
                "Parente, JN",
                "Schettini, AP",
                "Massone, C",
                "Parente, RT",
                "Schettini, RA"
            ],
            "year": 2009,
            "source": "An Bras Dermatol. 2009; 84(5):547-549",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000273584600019",
            "pubmed": "20098863",
            "doi": "10.1590/S0365-05962009000500019",
            "pmc": null,
            "organizations": [
                "97481-14047"
            ],
            "persons": [],
            "imported": "2010-02-03T11:06:51+01:00",
            "journal": "AN BRASIL DERMATOL",
            "issn": "0365-0596",
            "collection_publisher": null,
            "collection_title": "ANAIS BRASILEIROS DE DERMATOLOGIA; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 0.337,
            "impactfactor_year": 2010,
            "impactfactor_norm": 0.145,
            "impactfactor_norm_year": 2010,
            "impactfactor_norm_category": "DERMATOLOGY",
            "impactfactor_norm_super": 0.145,
            "impactfactor_norm_super_year": 2010,
            "impactfactor_norm_super_category": "DERMATOLOGY",
            "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": 111147,
            "title": "Is plating of mid-shaft clavicular fractures possible with a conventional straight 3.5 millimeter locking compression plate?",
            "abstract": null,
            "authors": [
                "Grechenig, W",
                "Heidari, N",
                "Leitgoeb, O",
                "Prager, W",
                "Pichler, W",
                "Weinberg, AM"
            ],
            "year": 2011,
            "source": "Acta Orthop Traumatol Turc. 2011; 45(2): 115-119. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000291115700008",
            "pubmed": "21610310",
            "doi": "10.3944/AOTT.2011.2468",
            "pmc": null,
            "organizations": [
                "111147-14049",
                "111147-14052"
            ],
            "persons": [
                "111147-50785-6",
                "111147-51694-1"
            ],
            "imported": "2011-05-27T02:00:00+02:00",
            "journal": "Acta Orthop Traumatol Turc",
            "issn": "1017-995X",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.337,
            "impactfactor_year": 2011,
            "impactfactor_norm": 0.092,
            "impactfactor_norm_year": 2011,
            "impactfactor_norm_category": "ORTHOPEDICS",
            "impactfactor_norm_super": 0.164,
            "impactfactor_norm_super_year": 2010,
            "impactfactor_norm_super_category": "ORTHOPEDICS",
            "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": 20636,
            "title": "Splints made of wire and composite: an investigation of lateral tooth mobility in vivo.",
            "abstract": null,
            "authors": [
                "Ebeleseder, KA",
                "Glockner, K",
                "Pertl, C",
                "Städtler, P"
            ],
            "year": 1995,
            "source": "Endod Dent Traumatol. 1995; 11(6):288-293",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1995TM31600008",
            "pubmed": "8617165",
            "doi": "10.1111/j.1600-9657.1995.tb00506.x",
            "pmc": null,
            "organizations": [
                "20636-14111"
            ],
            "persons": [
                "20636-74154-6",
                "20636-51841-1",
                "20636-51840-6"
            ],
            "imported": "2006-06-23T02:00:00+02:00",
            "journal": "Endod Dent Traumatol",
            "issn": "0109-2502",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.337,
            "impactfactor_year": 1995,
            "impactfactor_norm": 0.177777777777778,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "DENTISTRY, ORAL SURGERY & MEDICINE",
            "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": 112617,
            "title": "Recurrent infectious mononucleosis caused by Epstein-Barr virus with persistent splenomegaly.",
            "abstract": null,
            "authors": [
                "Pichler, R",
                "Berg, J",
                "Hengstschläger, A",
                "Maschek, W",
                "Wiesinger, J",
                "Schön, H"
            ],
            "year": 2001,
            "source": "Mil Med. 2001; 166(8):733-734",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000181419300016",
            "pubmed": "11515329",
            "doi": "10.1093/milmed/166.8.733",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2011-08-11T02:00:00+02:00",
            "journal": "Mil Med",
            "issn": "0026-4075",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 0.338,
            "impactfactor_year": 2001,
            "impactfactor_norm": 0.285714285714286,
            "impactfactor_norm_year": 2001,
            "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": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 178407,
            "title": "Prophylactic use of the probiotic strain Lactobacillus casei rhamnosus as part of a triple anti-infective regimen in very preterm infants during neonatal intensive care",
            "abstract": null,
            "authors": [
                "Resch, B",
                "Hofer, C",
                "Urlesberger, B"
            ],
            "year": 2019,
            "source": "SIGNA VITAE. 2019; 15(2): 23-29. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000496918200003",
            "pubmed": null,
            "doi": "10.22514/SV152.092019.3",
            "pmc": null,
            "organizations": [
                "178407-14094"
            ],
            "persons": [
                "178407-51695-6",
                "178407-51743-2"
            ],
            "imported": "2019-12-02T10:04:52+01:00",
            "journal": "SIGNA VITAE",
            "issn": "1334-5605",
            "collection_publisher": null,
            "collection_title": "SIGNA VITAE; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.338,
            "impactfactor_year": 2019,
            "impactfactor_norm": 0.065,
            "impactfactor_norm_year": 2019,
            "impactfactor_norm_category": "EMERGENCY MEDICINE-SCI",
            "impactfactor_norm_super": 0.103,
            "impactfactor_norm_super_year": 2018,
            "impactfactor_norm_super_category": "EMERGENCY MEDICINE-SCI",
            "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": 5038,
            "title": "Dialock--an alternative to Permcath and access graft",
            "abstract": null,
            "authors": [
                "Hessinger, M",
                "Zitta, S",
                "Holzer, H",
                "Tiesenhausen, K"
            ],
            "year": 2003,
            "source": "Zentralbl Chir. 2003; 128(9):753-756",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000185529800010",
            "pubmed": "14533045",
            "doi": "10.1055/s-2003-42754",
            "pmc": null,
            "organizations": [
                "5038-14074",
                "5038-14084"
            ],
            "persons": [
                "5038-51535-6",
                "5038-51843-6",
                "5038-51946-6"
            ],
            "imported": null,
            "journal": "ZBL CHIR",
            "issn": "0044-409X",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.339,
            "impactfactor_year": 2003,
            "impactfactor_norm": 0.134751773049645,
            "impactfactor_norm_year": 2003,
            "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": 6748,
            "title": "The impact of the VAC-treatment for locally advanced malignancy of the scalp.",
            "abstract": null,
            "authors": [
                "Schintler, MV",
                "Prandl, EC",
                "Wittguber, G",
                "Zink, B",
                "Spendel, S",
                "Hellbom, B",
                "Scharnagl, E"
            ],
            "year": 2004,
            "source": "ZBL CHIR. 2004; 129 Suppl 1(9): S141-S146. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000221816600044",
            "pubmed": "15168314",
            "doi": "10.1055/s-2004-822690",
            "pmc": null,
            "organizations": [
                "6748-14076"
            ],
            "persons": [
                "6748-50148-6",
                "6748-51824-6",
                "6748-51887-2"
            ],
            "imported": "2014-02-05T01:48:42+01:00",
            "journal": "ZBL CHIR",
            "issn": "0044-409X",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.339,
            "impactfactor_year": 2004,
            "impactfactor_norm": 0.129496402877698,
            "impactfactor_norm_year": 2004,
            "impactfactor_norm_category": "SURGERY",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": true,
            "conference_place": true,
            "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": 63128,
            "title": "First experience in application of heparin-induced extracorporeal LDL precipitation (H.E.L.P.) in acute thromboembolic stroke.",
            "abstract": null,
            "authors": [
                "Lechner, H",
                "Walzl, M",
                "Walzl, B",
                "Kleinert, G"
            ],
            "year": 1993,
            "source": "Ital J Neurol Sci. 1993; 14(3): 251-255. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1993LB11900008",
            "pubmed": "8314680",
            "doi": "10.1007/BF02335667",
            "pmc": null,
            "organizations": [
                "63128-14051"
            ],
            "persons": [],
            "imported": "2006-12-14T01:00:00+01:00",
            "journal": "Ital J Neurol Sci",
            "issn": "0392-0461",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.339,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.237623762376238,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "NEUROSCIENCES",
            "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": 119015,
            "title": "The use of subatmospheric pressure to prevent burn wound progression: first experiences in burn wound treatment.",
            "abstract": null,
            "authors": [
                "Haslik, W",
                "Kamolz, LP",
                "Andel, H",
                "Meissl, G",
                "Frey, M"
            ],
            "year": 2004,
            "source": "Zentralbl Chir. 2004; 129 Suppl 1(1):S62-S63",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000221816600020",
            "pubmed": "15168290",
            "doi": "10.1055/s-2004-822603",
            "pmc": null,
            "organizations": [],
            "persons": [
                "119015-80111-4"
            ],
            "imported": "2012-05-02T14:40:32+02:00",
            "journal": "ZBL CHIR",
            "issn": "0044-409X",
            "collection_publisher": null,
            "collection_title": "ZENTRALBLATT FUR CHIRURGIE; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.339,
            "impactfactor_year": 2004,
            "impactfactor_norm": 0.129,
            "impactfactor_norm_year": 2004,
            "impactfactor_norm_category": "SURGERY",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": true,
            "conference_place": true,
            "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": 6747,
            "title": "Care aspects in v.a.C. therapy",
            "abstract": null,
            "authors": [
                "Wiederkumm, M"
            ],
            "year": 2004,
            "source": "Zentralbl Chir. 2004; 129 Suppl 1(1):S40-S41",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000221816600013",
            "pubmed": "15168283",
            "doi": "10.1055/s-2004-822616",
            "pmc": null,
            "organizations": [
                "6747-14045"
            ],
            "persons": [],
            "imported": null,
            "journal": "ZBL CHIR",
            "issn": "0044-409X",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.339,
            "impactfactor_year": 2004,
            "impactfactor_norm": 0.129496402877698,
            "impactfactor_norm_year": 2004,
            "impactfactor_norm_category": "SURGERY",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": false,
            "conference_name": true,
            "conference_place": true,
            "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": 572,
            "title": "Congenital intrahepatic arterioportal fistula as a cause of necrotizing enteritis--Doppler sonographic and angiographic detection",
            "abstract": null,
            "authors": [
                "Hausegger, KA",
                "Fotter, R",
                "Sorantin, E",
                "Flückiger, F"
            ],
            "year": 1991,
            "source": "ULTRASCHALL MED. 1991; 12:  193-196. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1991GE89200008",
            "pubmed": "1957155",
            "doi": "10.1055/s-2007-1005928",
            "pmc": null,
            "organizations": [
                "572-14054"
            ],
            "persons": [
                "572-51557-6",
                "572-51913-6",
                "572-53062-2"
            ],
            "imported": "2010-06-25T17:26:08+02:00",
            "journal": "ULTRASCHALL MED",
            "issn": "0172-4614",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 0.34,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.56,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "ACOUSTICS",
            "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": 637,
            "title": "Cystic adventitia degeneration of the popliteal artery: sonographic confirmation of the diagnosis",
            "abstract": null,
            "authors": [
                "Flueckiger, F",
                "Steiner, H",
                "Rabl, H",
                "Waltner, F"
            ],
            "year": 1991,
            "source": "Ultraschall Med. 1991; 12(2):84-86",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1991FN02700006",
            "pubmed": "1871576",
            "doi": "10.1055/s-2007-1003975",
            "pmc": null,
            "organizations": [
                "637-14045",
                "637-14054"
            ],
            "persons": [],
            "imported": null,
            "journal": "ULTRASCHALL MED",
            "issn": "0172-4614",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 0.34,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.56,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "ACOUSTICS",
            "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
        }
    ]
}