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=155140&ordering=impactfactor_norm
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 157136,
    "next": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=155160&ordering=impactfactor_norm",
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=155120&ordering=impactfactor_norm",
    "results": [
        {
            "id": 105703,
            "title": "Hypoxiegefährdung in der Schwangerschaft.",
            "abstract": null,
            "authors": [
                "Juch, H"
            ],
            "year": 2010,
            "source": "15. Alpinmedizinisches Symposium; SEPT 24, 2010; Dachstein/ Ramsau, AUSTRIA. 2010. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "105703-14017"
            ],
            "persons": [
                "105703-51878"
            ],
            "imported": "2010-10-04T17:58:38+02: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": 105704,
            "title": "ACE-Hemmer und Angiotensin-II-Antagonisten.",
            "abstract": null,
            "authors": [
                "Kränke, B"
            ],
            "year": 2010,
            "source": "5. Tiroler Allergietagung: Unerwünschte Arzneireaktionen; MAR-20, 2010; Innsbruck, Austria. 2010. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "105704-14047"
            ],
            "persons": [
                "105704-51954"
            ],
            "imported": "2010-10-04T18:26:56+02: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": true
        },
        {
            "id": 105705,
            "title": "Erfahrungen mit Lacosamid in ÖSterreich",
            "abstract": null,
            "authors": [
                "Feichtinger, M"
            ],
            "year": 2010,
            "source": "Jahrestagung der ÖGN; FE 25-27, 2010; Linz. 2010. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "105705-14051"
            ],
            "persons": [
                "105705-51465"
            ],
            "imported": "2010-10-04T23:46:59+02: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": 105706,
            "title": "Update Epilepsie_ Sport, Führerschein und Ende der Therapie",
            "abstract": null,
            "authors": [
                "Feichtinger, M"
            ],
            "year": 2010,
            "source": "Fortbildungsabend der ARGE f. Angewandte NEurophysiologie; MAR 3 2010; Graz. 2010. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "105706-14051"
            ],
            "persons": [
                "105706-51465"
            ],
            "imported": "2010-10-04T23:52:22+02: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": false,
            "invited_lecture": true,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 105708,
            "title": "Befundung - Das gering bis schwer abnorme EEG",
            "abstract": null,
            "authors": [
                "Feichtinger, M"
            ],
            "year": 2010,
            "source": "16. Steirischer EEG Kurs; OCT 1-3, 2010; Graz. 2010. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "105708-14051"
            ],
            "persons": [
                "105708-51465"
            ],
            "imported": "2010-10-05T00:02:26+02: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": false,
            "invited_lecture": true,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 105709,
            "title": "Medikamentöse Einflüsse auf das EEG",
            "abstract": null,
            "authors": [
                "Feichtinger, M"
            ],
            "year": 2010,
            "source": "16. Steirischer EEG Kurs; OCT 1-3, 2010; Graz. 2010. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "105709-14051"
            ],
            "persons": [
                "105709-51465"
            ],
            "imported": "2010-10-05T00:05:17+02: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": false,
            "invited_lecture": true,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 105710,
            "title": "Vigilanzänderungen im EEG ",
            "abstract": null,
            "authors": [
                "Feichtinger, M"
            ],
            "year": 2010,
            "source": "16. Steirischer EEG Kurs; OCT 1-3, 2010; Graz. 2010. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "105710-14051"
            ],
            "persons": [
                "105710-51465"
            ],
            "imported": "2010-10-05T00:06:28+02: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": 105711,
            "title": "Das normale EEG im Erwachsenenalter",
            "abstract": null,
            "authors": [
                "Feichtinger, M"
            ],
            "year": 2010,
            "source": "4. Innsbrucker EEG Kurs; MAR 6, 2010; Hall In Tirol. 2010. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "105711-14051"
            ],
            "persons": [
                "105711-51465"
            ],
            "imported": "2010-10-05T00:42:41+02: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": false,
            "invited_lecture": true,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 105713,
            "title": "Arzneimittelexanthem",
            "abstract": null,
            "authors": [
                "Wiednig, M",
                "Kränke, B"
            ],
            "year": 2010,
            "source": "Wissenschaftliche Sitzung der Wissenschaftlichen Gesellschaft der Ärzte in der Steiermark; SEP 23, 2010; Graz. 2010. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "105713-14047"
            ],
            "persons": [
                "105713-51954"
            ],
            "imported": "2010-10-05T13:15:09+02: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": 105714,
            "title": "Kontaktallergologische Probleme bei chronischen Wunden",
            "abstract": null,
            "authors": [
                "Kränke, B"
            ],
            "year": 2010,
            "source": "12. Jahrestagung der Österreichischen Gesellschaft für Wundbehandlung (AWA); APR 9-10, 2010; Vienna, Austria. 2010. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "105714-14047"
            ],
            "persons": [
                "105714-51954"
            ],
            "imported": "2010-10-05T13:17:56+02: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": true
        },
        {
            "id": 105715,
            "title": "Transcontinental and translational high-tech acupuncture research using computer-based heart rate and 'Fire of life' heart rate variability analysis.",
            "abstract": null,
            "authors": [
                "Litscher, G",
                "The Asian-Austrian High-tech Acupuncture Research Network"
            ],
            "year": 2010,
            "source": "Abstractband des 6th Symposium on Acupuncture and Meridian Studies (SAMS) 2010 2010; 27--The 6th Symposium on Acupuncture and Meridian Studies (SAMS); OCT 1-3, 2010; Busan, SOUTH KOREA. ",
            "category": 2,
            "document_type": 19,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "105715-14044"
            ],
            "persons": [
                "105715-54121"
            ],
            "imported": "2010-10-05T13:46:18+02: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": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 105716,
            "title": "Sino-Austrian high-tech acupuncture research network.",
            "abstract": null,
            "authors": [
                "Litscher, G"
            ],
            "year": 2010,
            "source": "Sino-Austrian TCM Evaluation Meeting; SEP 24-27, 2010; Seefeld, AUSTRIA. 2010. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "105716-14044"
            ],
            "persons": [],
            "imported": "2010-10-05T13:51:28+02: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": true
        },
        {
            "id": 105717,
            "title": "Computer aided three dimensional anthropometry of the scaphoid.",
            "abstract": null,
            "authors": [
                "Heidari, N",
                "Pichler, W",
                "Windisch, G",
                "Dorr, K",
                "Grechenig, W",
                "Schildhauer, TA"
            ],
            "year": 2010,
            "source": "Deutscher Kongress für Orthopädie und Unfallchirurgie.\r\n; OKT 26-29, 2010; Berlin. 2010. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "105717-14052",
                "105717-14104"
            ],
            "persons": [],
            "imported": "2010-10-05T15:00:49+02: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": true
        },
        {
            "id": 105718,
            "title": "Frequency of instrument breakage during orthopaedic procedures and its effects on patients.  ",
            "abstract": null,
            "authors": [
                "Pichler, W",
                "Mazzurana, P",
                "Clement, H",
                "Grechenig, W",
                "Schildhauer, TA"
            ],
            "year": 2010,
            "source": "Deutscher Kongress für Orthopädie und Unfallchirurgie.; OKT 26-29, 2010; Berlin. 2010. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "105718-14052"
            ],
            "persons": [
                "105718-60541"
            ],
            "imported": "2010-10-05T15:05:49+02: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": true
        },
        {
            "id": 105719,
            "title": "\"Challenging Cases\" - Panelist.",
            "abstract": null,
            "authors": [
                "Brasel, K",
                "Deane, S",
                "Ivatury, R",
                "Kirkpatrick, A",
                "Pogetti, R",
                "Uranues, S"
            ],
            "year": 2010,
            "source": "AAST - 69th Annual Meeting of the American Association for the Surgery of Trauma; SEP 24, 2010; Boston, USA. 2010. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "105719-14073"
            ],
            "persons": [
                "105719-51612"
            ],
            "imported": "2010-10-05T15:07:07+02: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": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 105720,
            "title": "Die perkutane antegrade Kahnbeinverschraubung - eine sichere Methode?",
            "abstract": null,
            "authors": [
                "Weinberg, AM",
                "Pichler, W",
                "Clement, H",
                "Heidari, N",
                "Tesch, NP"
            ],
            "year": 2010,
            "source": "46. ÖGU Jahrestagung; OKT 7-9, 2010; Salzburg, Austria. 2010. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "105720-14018",
                "105720-14049",
                "105720-14052"
            ],
            "persons": [
                "105720-50785",
                "105720-60541"
            ],
            "imported": "2010-10-05T15:09:31+02: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": false,
            "keynote_speaker": false,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 105721,
            "title": "Die drei dimensionale Morphometrie des Kahnbeins.",
            "abstract": null,
            "authors": [
                "Pichler, W",
                "Heidari, N",
                "Clement, H, Tesch, NP",
                "Grechenig, W"
            ],
            "year": 2010,
            "source": "46. ÖGU Jahrestagung; OKT 7-9, 2010; Salzburg, Austria. 2010. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "105721-14018",
                "105721-14052"
            ],
            "persons": [
                "105721-60541"
            ],
            "imported": "2010-10-05T15:11:31+02: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": false,
            "keynote_speaker": false,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 105722,
            "title": "Wie häufig wird bei der volaren Verplattung das 3. Strecksehnenfach beim Bohren perforiert?",
            "abstract": null,
            "authors": [
                "Grechenig, W",
                "Pichler, W",
                "Weinberg, AM",
                "Tesch, NP",
                "Heidari, N"
            ],
            "year": 2010,
            "source": "46. ÖGU Jahrestagung; OKT 7-9, 2010; Salzburg, Austria. 2010. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "105722-14018",
                "105722-14049",
                "105722-14052"
            ],
            "persons": [
                "105722-50785",
                "105722-51694"
            ],
            "imported": "2010-10-05T15:13:16+02: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": false,
            "keynote_speaker": false,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 105723,
            "title": "Die unterschiedlichen Krümmungsradien der volaren Radiusoberfläche und die Auswirkungen auf die Verplattung.",
            "abstract": null,
            "authors": [
                "Clement, H",
                "Pichler, W",
                "Weinberg, AM",
                "Grechenig, W",
                "Tesch, NP"
            ],
            "year": 2010,
            "source": "46. ÖGU Jahrestagung; OKT 7-9, 2010; Salzburg, Austria. 2010. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "105723-14018",
                "105723-14049",
                "105723-14052"
            ],
            "persons": [
                "105723-50785",
                "105723-60541"
            ],
            "imported": "2010-10-05T15:14:44+02: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": false,
            "keynote_speaker": false,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 105724,
            "title": "Clostridial gas gangrene of the liver - a case for HBO?",
            "abstract": null,
            "authors": [
                "Renner, H",
                "Stiegler, Ph",
                "Müller, H",
                "Tscheliessnigg, KH",
                "Smolle-Jüttner, FM"
            ],
            "year": 2010,
            "source": "36th Annual Meeting of the European Underwater and Baromedical Society (EUBS); SEP 14-18, 2010; Istanbul. 2010. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "105724-14073",
                "105724-14077"
            ],
            "persons": [
                "105724-50874",
                "105724-51982",
                "105724-51615"
            ],
            "imported": "2010-10-05T16:08:58+02: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": true
        }
    ]
}