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=158560&ordering=impactfactor
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 158664,
    "next": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=158580&ordering=impactfactor",
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=158540&ordering=impactfactor",
    "results": [
        {
            "id": 61982,
            "title": "Motility disorders in brachytherapy of choroid melanomas with Ru106 applicators",
            "abstract": null,
            "authors": [
                "Langmann, A",
                "Langmann, G",
                "Unlücerci, C",
                "Haller, E"
            ],
            "year": 1995,
            "source": "Ophthalmologe. 1995; 92(1):76-78",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": "7719082",
            "doi": null,
            "pmc": null,
            "organizations": [
                "61982-14043"
            ],
            "persons": [],
            "imported": "2006-11-30T01:00:00+01:00",
            "journal": "Ophthalmologe",
            "issn": "0941-293X",
            "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": null,
            "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": 61983,
            "title": "Functional Endoscopic Sinus Surgery (Fresh Cadaver Dissection).",
            "abstract": null,
            "authors": [
                "Stammberger, H"
            ],
            "year": 2006,
            "source": "Ventilation Obstruction and its Complications in ORL; MAY 17-21, 2006; Antalya, TURKEY. 2006. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "61983-14066"
            ],
            "persons": [],
            "imported": "2006-11-30T12:49:39+01:00",
            "journal": null,
            "issn": null,
            "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": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": true,
            "scientific_event": false,
            "invited_lecture": true,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 61984,
            "title": "Endoscopic Sinus Surgery, Basic Elements – Instructional Course.",
            "abstract": null,
            "authors": [
                "Stammberger, H",
                "Lund, V",
                "Simmen, D"
            ],
            "year": 2006,
            "source": "ERS & ISIAN; JUN 11-15, 2006; Tampere, FINLAND. 2006. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "61984-14066"
            ],
            "persons": [],
            "imported": "2006-11-30T12:52:47+01:00",
            "journal": null,
            "issn": null,
            "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": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": true,
            "scientific_event": false,
            "invited_lecture": true,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 61986,
            "title": "Plenary session: Endoscopic Sinus Surgery – Evidence of Efficacy (Moderator and Introduction).",
            "abstract": null,
            "authors": [
                "Stammberger, H"
            ],
            "year": 2006,
            "source": "ERS & ISIAN; JUN 11-15, 2006; Tampere, FINLAND. 2006. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "61986-14066"
            ],
            "persons": [],
            "imported": "2006-11-30T12:55:56+01:00",
            "journal": null,
            "issn": null,
            "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": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": true,
            "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": 61987,
            "title": "Antifungal Therapy of Sinusitis – Sense or Non-sense? Against.",
            "abstract": null,
            "authors": [
                "Stammberger, H"
            ],
            "year": 2006,
            "source": "ERS & ISIAN; JUN 11-15, 2006; Tampere, FINLAND. 2006. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "61987-14066"
            ],
            "persons": [],
            "imported": "2006-11-30T12:56:59+01:00",
            "journal": null,
            "issn": null,
            "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": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": true,
            "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": 61988,
            "title": "Professors Address.",
            "abstract": null,
            "authors": [
                "Stammberger, H"
            ],
            "year": 2006,
            "source": "Seventh Annual Clinical Research Symposium; JUN 16, 2006; Irvine, California, USA. 2006. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "61988-14066"
            ],
            "persons": [],
            "imported": "2006-11-30T12:58:41+01:00",
            "journal": null,
            "issn": null,
            "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": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": true,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 61989,
            "title": "OR-Set-Up for Endoscopic Patients.",
            "abstract": null,
            "authors": [
                "Stammberger, H"
            ],
            "year": 2006,
            "source": "Advanced Endoscopic Surgery of the Skull Base and Paranasal Sinuses; JUN 17-18, 2006; Irvine, California, USA. 2006. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "61989-14066"
            ],
            "persons": [],
            "imported": "2006-11-30T13:00:10+01:00",
            "journal": null,
            "issn": null,
            "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": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": true,
            "scientific_event": false,
            "invited_lecture": true,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 61990,
            "title": "MRI- and CT-fusion with Neuronavigation.",
            "abstract": null,
            "authors": [
                "Stammberger, H"
            ],
            "year": 2006,
            "source": "Advanced Endoscopic Surgery of the Skull Base and Paranasal Sinuses; JUN 17-18, 2006; Irvine, California, USA. 2006. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "61990-14066"
            ],
            "persons": [],
            "imported": "2006-11-30T13:01:31+01:00",
            "journal": null,
            "issn": null,
            "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": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": true,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 61991,
            "title": "Endoscopic Medial Maxillectomy.",
            "abstract": null,
            "authors": [
                "Stammberger, H"
            ],
            "year": 2006,
            "source": "Advanced Endoscopic Surgery of the Skull Base and Paranasal Sinuses; JUN 17-18, 2006; Irvine, California, USA. 2006. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "61991-14066"
            ],
            "persons": [],
            "imported": "2006-11-30T13:02:28+01:00",
            "journal": null,
            "issn": null,
            "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": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": true,
            "scientific_event": false,
            "invited_lecture": true,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 61557,
            "title": "Pitfalls in the Clinical and Dermoscopic Diagnosis of Pigmented Actinic Keratosis. ",
            "abstract": null,
            "authors": [
                "Mordente, I",
                "Zalaudek, I",
                "Agozzino, M",
                "Capoluongo, P",
                "Caprino, A",
                "D'Ambrosio, A",
                "Francione, S",
                "Fulgione, E",
                "Giorgio, CM",
                "Maione, F",
                "Manzo, M",
                "Martino, D",
                "Mercogliano, A",
                "Moscarella, E",
                "Petrillo, G",
                "Ruocco, E",
                "Sgambato, A",
                "Argenziano, G"
            ],
            "year": 2006,
            "source": "Dermatology . Abstracts of the 1st World Congress of the International Dermoscopy Society ; 2006(212):312-312.-1st World Congress of the International Dermoscopy Society. ; APR 27-29, 2006; Naples, ITALY. ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "61557-14047"
            ],
            "persons": [
                "61557-50151"
            ],
            "imported": "2006-11-22T16:02:12+01:00",
            "journal": "Dermatology ",
            "issn": null,
            "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": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": true,
            "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": 61993,
            "title": "Laserneedle Acupuncture: Supplementary method to sedation during ophthalmic procedures using local anesthesia.",
            "abstract": null,
            "authors": [
                "Litscher, G",
                "Schöpfer, A",
                "Schwarz, G",
                "Wang, L",
                "Holas, A"
            ],
            "year": 2006,
            "source": "International Journal of Clinical Acupuncture. 2006; 14(4): 239-246. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "61993-14044",
                "61993-14070"
            ],
            "persons": [
                "61993-51073"
            ],
            "imported": "2006-11-30T13:18:16+01:00",
            "journal": null,
            "issn": "1047-1979",
            "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": null,
            "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": 61556,
            "title": "Tumors of Skin Appendages. ",
            "abstract": null,
            "authors": [
                "Mercogliano, A",
                "Zalaudek, I",
                "Agozzino, M",
                "Capoluongo, P",
                "Caprino, A",
                "D'Ambrosio, A",
                "Francione, S",
                "Fulgione, E",
                "Giorgio, CM",
                "Maione, F",
                "Manzo, M",
                "Martino, D",
                "Mordente, I",
                "Moscarella, E",
                "Petrillo, G",
                "Ruocco, E",
                "Sgambato, A",
                "Argenziano, G"
            ],
            "year": 2006,
            "source": "Dermatology . Abstracts of the 1st World Congress of the International Dermoscopy Society ; 2006(212):311-311.-1st World Congress of the International Dermoscopy Society. ; APR 27-29, 2006; Naples, ITALY. ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "61556-14047"
            ],
            "persons": [
                "61556-50151"
            ],
            "imported": "2006-11-22T16:00:39+01:00",
            "journal": "Dermatology ",
            "issn": null,
            "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": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": true,
            "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": 61555,
            "title": "Endothelin - A-Rezeptorblockade in der chronischen Herzinsuffizienz: Verbesserung der Kardioprotektion unter Ischämie/Reperfusion. ",
            "abstract": null,
            "authors": [
                "Trescher, K",
                "Bauer, M",
                "Gottardi, R",
                "Dietl, W",
                "Hallström, S",
                "Wolner, E",
                "Podesser, BK"
            ],
            "year": 2006,
            "source": "30. Seminar der Österreichischen Gesellschaft für Chirurgische Forschung; NOV 16-18, 2006; Gosau, AUSTRIA. 2006. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "61555-14012"
            ],
            "persons": [
                "61555-50840"
            ],
            "imported": "2006-11-22T16:00:30+01:00",
            "journal": null,
            "issn": null,
            "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": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 61554,
            "title": "Web-based Teleconsulting in Dermatology: A Two Years Pilot Experience. ",
            "abstract": null,
            "authors": [
                "Massone, C",
                "Hofmann-Wellenhof, R",
                "Di Stefani, A",
                "Lozzi, GP",
                "Gabler, G",
                "Dong, H",
                "Argenziano, G",
                "Özdemir, F",
                "Fink-Puches, R",
                "Salmhofer, W",
                "Zalaudek, I",
                "Kerl, H",
                "Soyer, HP"
            ],
            "year": 2006,
            "source": "Dermatology . Abstracts of the 1st World Congress of the International Dermoscopy Society ; 2006(212):311-311.-1st World Congress of the International Dermoscopy Society.; APR 27-29, 2006; Naples, ITALY. ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "61554-14047"
            ],
            "persons": [
                "61554-50151",
                "61554-51620",
                "61554-51711",
                "61554-51721",
                "61554-52589"
            ],
            "imported": "2006-11-22T15:58:27+01:00",
            "journal": "Dermatology ",
            "issn": null,
            "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": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": true,
            "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": 61998,
            "title": "FLowzytometrische Analyse von apoptose-assoziierten Proetinen Caspase-3, RARP und Bcl-2 in der Bindehaut von Patienten  mit Sjögren Syndrom. Flow-cytometric evaluation of apoptosis-realted proteins caspase-3, RARP, and Bcl-2 in the conjunctival epithelium of patients with Sjögren´s Syndrome.",
            "abstract": null,
            "authors": [
                "Horwath-Winter, J",
                "Theisl, MA",
                "Heinz, JH",
                "Haller-Schober, EM",
                "Gruber, M",
                "Aigner, R"
            ],
            "year": 2006,
            "source": "Spektrum der Augenheilkunde. 20(2):85-85.-47. Tagung der Österreichischen Ophthalmologischen Gesellschaft; MAY 19-21, 2006; Stift Göttweig, AUSTRIA. ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "61998-14043",
                "61998-14107"
            ],
            "persons": [
                "61998-51727",
                "61998-53007"
            ],
            "imported": "2006-12-01T09:23:31+01:00",
            "journal": "Spektrum der Augenheilkunde",
            "issn": null,
            "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": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 61999,
            "title": "Preliminary results of a prospective study of nonoperative treatment of splenic injuries caused by blunt abdominal trauma",
            "abstract": null,
            "authors": [
                "Kornprat, P",
                "Uranüs, S"
            ],
            "year": 2006,
            "source": "7th European Congress of Trauma and Emergency Surgery; September 6-9, 2006; Malmö, Schweden. 2006. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "61999-14073"
            ],
            "persons": [
                "61999-50039",
                "61999-51612"
            ],
            "imported": "2006-12-01T11:00:54+01:00",
            "journal": null,
            "issn": null,
            "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": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": true,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 62000,
            "title": "Chirurgische Therapie der Papillenerkrankungen",
            "abstract": null,
            "authors": [
                "Kornprat, P"
            ],
            "year": 2006,
            "source": "Fortbildungsseminar der Österreichischen Gesellschaft für Chirurgie; SEptember 15-16, 2006; Salzburg. 2006. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "62000-14073"
            ],
            "persons": [
                "62000-50039"
            ],
            "imported": "2006-12-01T11:03:50+01:00",
            "journal": null,
            "issn": null,
            "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": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 62001,
            "title": "Technique of laparoscopic left pancreatic resection preserving the splenic vessels",
            "abstract": null,
            "authors": [
                "Uranues, S",
                "Salehi, B",
                "Kornprat, P",
                "Todoric, B"
            ],
            "year": 2006,
            "source": "European Surgery (ACA). 2006; 38(6): 191-196. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": null,
            "doi": "10.1007/s10353-006-0246-8",
            "pmc": null,
            "organizations": [
                "62001-14045",
                "62001-14073"
            ],
            "persons": [
                "62001-50039",
                "62001-51612"
            ],
            "imported": "2006-12-01T11:14:49+01:00",
            "journal": null,
            "issn": "1682-1769",
            "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": null,
            "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": 62002,
            "title": "Laparoscopic adrenalectomy by the trasperitoneal approach and typical complications: Own experiences and review of current literature",
            "abstract": null,
            "authors": [
                "Kornprat, P",
                "Langner, C",
                "Mischinger, HJ"
            ],
            "year": 2006,
            "source": "Internet Journal of Surgery. 2006; 7(2):",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": null,
            "doi": "10.5580/637",
            "pmc": null,
            "organizations": [
                "62002-14020",
                "62002-14073"
            ],
            "persons": [
                "62002-50039",
                "62002-50044",
                "62002-51595"
            ],
            "imported": "2006-12-01T11:17:39+01:00",
            "journal": null,
            "issn": "-",
            "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": null,
            "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": 62003,
            "title": "Induced abortion--a critical life change event",
            "abstract": null,
            "authors": [
                "Freidl, W",
                "Greimel, E",
                "Polanz, A",
                "Egger, J",
                "Mayer, HO"
            ],
            "year": 1991,
            "source": "Zentralbl Gynakol. 1991; 113(15-16):869-877",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1991GK27200005",
            "pubmed": "1746183",
            "doi": null,
            "pmc": null,
            "organizations": [
                "62003-14038"
            ],
            "persons": [
                "62003-51505-6",
                "62003-51845-1"
            ],
            "imported": "2006-12-01T01:00:00+01:00",
            "journal": "Zentralbl Gynakol",
            "issn": "0044-4197",
            "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": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        }
    ]
}