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=1860&ordering=-impactfactor_norm
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 158524,
    "next": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=1880&ordering=-impactfactor_norm",
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=1840&ordering=-impactfactor_norm",
    "results": [
        {
            "id": 149474,
            "title": "Characterization and Comparison of Sample Collections Using Glyph Visualization",
            "abstract": null,
            "authors": [
                "Müller, H",
                "Reihs, R",
                "Zatloukal K"
            ],
            "year": 2014,
            "source": "Biobanken-Forschung in Deutschland: Vom Konzept zur Realisierung. 2014; 177-180.-3. Nationales Biobanken-Symposium; DEZ 3-4, 2014; Berlin.  (ISBN: 2198-0845 )",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "149474-14020"
            ],
            "persons": [
                "149474-51449",
                "149474-51663"
            ],
            "imported": "2016-01-15T12:31:50+01:00",
            "journal": null,
            "issn": "2198-0845",
            "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": 149242,
            "title": "Primary microglia adopt a proinflammatory phenotype after exposure to increased LPA levels",
            "abstract": null,
            "authors": [
                "Plastira, J",
                "Bernhart, E",
                "Hammer, A",
                "Sattler, W."
            ],
            "year": 2015,
            "source": "Inflammation Research, Book of Abstracts - 12th World Congress on Inflammation . 2015; 64(2):141-142.-12th World Conference on Inflammation; AUG 8-12, 2015; Boston, MA, USA. ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "149242-14013",
                "149242-14017"
            ],
            "persons": [
                "149242-50990",
                "149242-51705",
                "149242-51714"
            ],
            "imported": "2016-01-11T13:43:20+01:00",
            "journal": null,
            "issn": "1023-3830",
            "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": 148902,
            "title": "HOW TO PREPARE YOUR CELL THERAPY UNIT FOR ACCREDITATION\r\n",
            "abstract": null,
            "authors": [
                "Gabriel, C"
            ],
            "year": 2013,
            "source": "Vox Sanguinis. 2013; 105(s 3):1-42.-24th Regional Congress of the ISBT; Dez 1-4 2013; Kuala Lumpur, Malaysien. ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "148902-14058"
            ],
            "persons": [
                "148902-64015"
            ],
            "imported": "2015-12-20T19:27:53+01:00",
            "journal": null,
            "issn": "1423-0410",
            "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": true,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 148890,
            "title": "The Upper Austrian contribution to the heterogeneous RHCE allele repertoire",
            "abstract": null,
            "authors": [
                "Polin, H",
                "Reiter, A",
                "Brisner, M",
                "Suessner, S",
                "Danzer, M",
                "Gabriel, C"
            ],
            "year": 2015,
            "source": "Transfusion Medicine and Hemotherapy. 2015; 42(Suppl ):40-40.-48. Jahrestagung der Deutschen Gesellschaft für Transfusionsmedizin und Immunhämatologie; Sep 15-18 2015; Basel, Schweiz. ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "148890-14058"
            ],
            "persons": [
                "148890-64015"
            ],
            "imported": "2015-12-20T17:42:07+01:00",
            "journal": null,
            "issn": "1660-3796",
            "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": 147314,
            "title": "Das Verhalten des zerebralen Blutvolumens (CBV) in der postnatalen Adaptionsphase bei Früh- und Reifgeborenen mit und ohne Atemunterstützung",
            "abstract": null,
            "authors": [
                "Schwaberger, B",
                "Pichler, G",
                "Baik, N",
                "Binder-Heschl, C",
                "Avian, A",
                "Urlesberger, B"
            ],
            "year": 2015,
            "source": "Monatsschr Kinderheilkd. 2015; 163(9):-Jahrestagung der Österreichischen Gesellschaft für Kinder- und Jugendheilkunde; SEP 24-26, 2015; Eisenstadt, AUSTRIA. ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "147314-14026",
                "147314-14094"
            ],
            "persons": [
                "147314-50907",
                "147314-67207",
                "147314-73733",
                "147314-79516",
                "147314-86558"
            ],
            "imported": "2015-09-29T02:32:25+02:00",
            "journal": null,
            "issn": "1433-0474",
            "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": 145854,
            "title": "First clinical evaluation of the vertical obturator nerve block:\r\na prospective, randomized, double-blind, pilot study",
            "abstract": null,
            "authors": [
                "Simonis, H",
                "Bornemann-Cimenti, H",
                "Halb, L",
                "Rigaud, M",
                "Röschel, B",
                "Sandner-Kiesling, A",
                ""
            ],
            "year": 2015,
            "source": "European Journal of Anaesthesiology. 2015; Volume 32(S53):93-93.-EUROANAESTHESIA 2015; MAY 30 - JUNE 2, 2015; Berlin, GERMANY. ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "145854-14069",
                "145854-14070"
            ],
            "persons": [
                "145854-51916",
                "145854-58422",
                "145854-80031"
            ],
            "imported": "2015-06-16T11:12:03+02:00",
            "journal": null,
            "issn": "0265-0215",
            "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": 139321,
            "title": "Heavy metal tolerance of Staphylococcus aureus isolates from patients treated with silver coated wound dressings",
            "abstract": null,
            "authors": [
                "Grundke, S",
                "Kittinger, C",
                "Zarfel, G",
                "Feierl, G",
                "Stahmann, HP",
                "Günther, Koraimann G",
                ""
            ],
            "year": 2014,
            "source": "Tagungsband zur 4. Gemeinsamen Konferenz von DGHM und VAAM\r\nBIOspektrum. 2014; 2014 Sonderausgabe: 326-326.-4. Joint Conference of the Association for General and Applied Microbiology (VAAM) and the Society of Hygiene and Microbiology (DGHM); OKT 5-8, 2014; Dresden, GERMANY. ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "139321-14023"
            ],
            "persons": [
                "139321-51818",
                "139321-54018",
                "139321-58733"
            ],
            "imported": "2014-10-09T13:42:50+02:00",
            "journal": null,
            "issn": "0947-0867",
            "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": 133960,
            "title": "Evaluation präoperativer Flüssigkeitskarenz von Kindern und Jugendlichen.",
            "abstract": null,
            "authors": [
                "Schwalsberger, M",
                "Vittinghoff, M",
                "Szilagy, I",
                "Sandner-Kiesling, A"
            ],
            "year": 2013,
            "source": "AIC News, Nov 2013. 2013; 63: 50--Austrian International Congress AIC 2013; Nov 14-16. 2013; Wien, Austria. ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "133960-14069",
                "133960-14070",
                "133960-14092"
            ],
            "persons": [
                "133960-51916",
                "133960-57034",
                "133960-81071"
            ],
            "imported": "2014-02-06T19:40:51+01:00",
            "journal": null,
            "issn": "1810-1887",
            "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": 133739,
            "title": "Entscheidungskriterien für die Möglichkeit einer tiefen Sedierung bei Herzkathetern an Kindern und Jugendlichen.",
            "abstract": null,
            "authors": [
                "Zoidl, P",
                "Gaisch, T",
                "Vittinghoff, M",
                "Sandner-Kiesling, A"
            ],
            "year": 2012,
            "source": " Proceedings zum AIC-Kongress 2012. 2012; Sept. 2012(62):55--Austrian international Congres AIC 2012; Sep 13 - 15, 2012; Klagenfurt, AUSTRIA. ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "133739-14069",
                "133739-14070"
            ],
            "persons": [
                "133739-51916",
                "133739-57034",
                "133739-60097"
            ],
            "imported": "2014-02-04T14:40:23+01:00",
            "journal": null,
            "issn": "1810-1887",
            "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": 125800,
            "title": "Korrelation zwischen Prozentsatz der Plasmalzellinfiltration im Beckenkamm und SUV im F18-FDG-PET-CT",
            "abstract": null,
            "authors": [
                "Kulnik, R",
                "Gstettner, C",
                "Köfer, K",
                "Heber, D",
                "Beham-Schmid, C",
                "Aigner, R",
                ""
            ],
            "year": 2013,
            "source": "Nuklearmedizin Kongressausgabe. 2013; 2012(51):213-256.-10. Nationaler Kongress der Österreichischen Gesellschaft für Nuklearmedizin und Molekulare Bildgebung; JAN 16-18, 2013; Zell am See, AUSTRIA. ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "125800-14020",
                "125800-14107"
            ],
            "persons": [
                "125800-60016",
                "125800-51727"
            ],
            "imported": "2013-01-30T14:50:38+01:00",
            "journal": null,
            "issn": "0029-5566",
            "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": 118790,
            "title": "Organic cation transporter (Oct) genotyping and metformin treatment in patients with polycystic ovary syndrome (PCOS)",
            "abstract": null,
            "authors": [
                "Schweighofer, N",
                "Lerchbaum, E",
                "Warnkross, H",
                "Trummer, O",
                "Pieber, TR",
                "Obermayer-Pietsch, B"
            ],
            "year": 2012,
            "source": "J KLIN ENDOKRINOL STOFFW 2012. 2012; -ÖGES Jahrestagung; APR 19-20, 2012; Graz, AUSTRIA. ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "118790-14080"
            ],
            "persons": [
                "118790-50909",
                "118790-51809",
                "118790-51831"
            ],
            "imported": "2012-04-23T09:39:07+02:00",
            "journal": null,
            "issn": "1998-7773",
            "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": 114538,
            "title": "Ausgeprägtes Ischämiesyndrom des Fußes nach Varizensklerosierung, ein Fallbericht",
            "abstract": null,
            "authors": [
                "Hafner, F",
                "Froehlich, H",
                "Gary, T",
                "Henoekl, K",
                "Steidl, K",
                "Pilger, E",
                "Brodmann, M"
            ],
            "year": 2011,
            "source": "Vasa, European Journal of Vascular Medicine. 2011; 40(S/81):28-29.-12. Unionstagung Haut und Gefäße; NOV 9-11, 2011; Baden, SWITZERLAND. ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "114538-14046",
                "114538-14079"
            ],
            "persons": [
                "114538-51136",
                "114538-51541",
                "114538-51689"
            ],
            "imported": "2011-11-09T20:22:31+01:00",
            "journal": null,
            "issn": "0301-1526",
            "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": 111372,
            "title": "Neurogenic thoracic outlet syndrome -\r\nsurgical experience, indication, surgical experience\r\nand results in a series of 59 patients.",
            "abstract": null,
            "authors": [
                "Weigel, G",
                "Karner, C",
                "Girsch, W"
            ],
            "year": 2011,
            "source": "EUROHAND 2011, Combined XVIth FESSH Congress and Xth EFSHT Congress, Oslo, Norway, May 26 – 28 2011. 2011; 36 (1):77-78.-EUROHAND 2011, Combined XVIth FESSH Congress and Xth EFSHT Congress; May 26 – 28 2011; Oslo, NORWAY. ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "111372-14076"
            ],
            "persons": [],
            "imported": "2011-06-12T15:57:49+02:00",
            "journal": null,
            "issn": "1753-1934",
            "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": 104395,
            "title": "Sinn und Unsinn neuer notfallmedizinischer Techniken",
            "abstract": null,
            "authors": [
                "Wildner, G",
                "Archan S",
                "Kainz, J",
                "Prause, G"
            ],
            "year": 2010,
            "source": "A + IC NEWS. Konferenzband 2010; 60(1):83-85.- Austrian International Congress. Jahrestagung der Österr. Gesellschaft für Anästhesiologie, Reanimation und Intensivmedizin ; SEP 16-18, 2010; Graz, AUSTRIA. ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "104395-14069"
            ],
            "persons": [
                "104395-50018",
                "104395-51986",
                "104395-58596"
            ],
            "imported": "2010-09-18T19:23:23+02:00",
            "journal": null,
            "issn": "1810-1887",
            "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": 104378,
            "title": "Case Report: Erstmanifestation einer fulminanten MH-Krise während einer Vitrektomie.",
            "abstract": null,
            "authors": [
                "Wejbora, M",
                "Mandl, C",
                "Prassl, U",
                "Voit-Augustin, H",
                "Schwarz, G"
            ],
            "year": 2010,
            "source": "A+IC News2010; 60: 41-41.-Austrian International Congress (AIC); SEP 16-18, 2010; Graz, AUSTRIA. ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "104378-14069",
                "104378-14070"
            ],
            "persons": [
                "104378-51073",
                "104378-51944"
            ],
            "imported": "2010-09-17T22:16:56+02:00",
            "journal": null,
            "issn": "1810-1887",
            "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": 104373,
            "title": "Effect of somatostatin analogue octreotide on pain relief after major abdominal surgery.",
            "abstract": null,
            "authors": [
                "Dahaba, AA",
                "Bornemann-Cimenti, H",
                "Bauernfeind, H",
                "Müller, G",
                "Rumpold-Seitlinger, G",
                "Metzler, H"
            ],
            "year": 2010,
            "source": "A+IC News2010; (60):12-12.-Austrian International Congress (AIC); SEP 16-18, 2010; Graz, AUSTRIA. ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "104373-14069",
                "104373-14070"
            ],
            "persons": [
                "104373-51611",
                "104373-51915",
                "104373-58422"
            ],
            "imported": "2010-09-17T21:55:35+02:00",
            "journal": null,
            "issn": "1810-1887",
            "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": 99013,
            "title": "Placental weight in early - and late - onset Preeclampsia",
            "abstract": null,
            "authors": [
                "Ulrich, D",
                "Desoye, G",
                "Wadsack, C",
                "Haas, J",
                "Lang, U",
                "Schlembach, D"
            ],
            "year": 2009,
            "source": "PLACENTA. 2009; 30(9):A76-A76.-IFPA (International Federation of Placenta Associations); Oct 6-9,2009; Adelaide,Australia. ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "99013-14038"
            ],
            "persons": [
                "99013-51632",
                "99013-50442",
                "99013-51627",
                "99013-58907"
            ],
            "imported": "2010-03-07T20:39:40+01:00",
            "journal": null,
            "issn": "0143-4004",
            "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": 95278,
            "title": "Pulmonary valve replacement using mechanical prostheses and concomitant volume reduction plasty: changes in right ventricular geometry.",
            "abstract": null,
            "authors": [
                "Ovcina, I",
                "Knez, I",
                "Beran, E",
                "Koköfer, A",
                "Curcic, P",
                "Dacar, D",
                "Krumnikl, J",
                "Gamillscheg, A",
                "Sorantin, E",
                "Tscheliessnigg, KH"
            ],
            "year": 2009,
            "source": "Ineractive CardioVascular and Thoracic Surgery\r\n\r\n\r\n2009; VOL. 9 Suppl. 2(9):S 85-S 85.-23rd EACTS Annual meeting; OCT 17-21, 2009; Vienna, Austria. ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "95278-14070",
                "95278-14075",
                "95278-14093",
                "95278-14106"
            ],
            "persons": [
                "95278-50146",
                "95278-51913",
                "95278-51936",
                "95278-57072",
                "95278-59423"
            ],
            "imported": "2009-10-25T11:23:41+01:00",
            "journal": null,
            "issn": "1569-9293",
            "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": true,
            "local_affiliation": true
        },
        {
            "id": 94895,
            "title": "Skin conductance variability – A sensitive psycho-vegetative parameter.",
            "abstract": null,
            "authors": [
                "Trapp, M",
                "Miggitsch, EM",
                "Egger, JW",
                "Komericki, P",
                "Wurst, L",
                "Richtig, E"
            ],
            "year": 2009,
            "source": "PANMINERVA MEDICA - A Journal on Internal Medicine\r\nP.ISSN 0031-0808; E.ISSN 1827-18982009; 51(3):116-116.-20th World Congress on Psychosomatic Medicine; SEPT 23-26, 2009; Torino, ITALY. ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "94895-14047",
                "94895-29447"
            ],
            "persons": [
                "94895-60388",
                "94895-60040",
                "94895-50041",
                "94895-51505",
                "94895-52274"
            ],
            "imported": "2009-10-04T23:24:17+02:00",
            "journal": null,
            "issn": "0031-0808",
            "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": 94894,
            "title": "Social Isolation and Blood Pressure Variability.",
            "abstract": null,
            "authors": [
                "Miggitsch, EM",
                "Egger, JW",
                "Trapp, M",
                "Magometschnigg, D",
                "Wurst, L",
                "Wieser, O",
                "Schwaberger, G\r\n"
            ],
            "year": 2009,
            "source": "PANMINERVA MEDICA - A Journal on Internal Medicine\r\nP.ISSN 0031-0808; E.ISSN 1827-18982009; 51(3):75-75.-20th World Congress on Psychosomatic Medicine; SEPT 23-26, 2009; Torino, ITALY. ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "94894-14047",
                "94894-29447"
            ],
            "persons": [
                "94894-60388",
                "94894-60040",
                "94894-51505"
            ],
            "imported": "2009-10-04T23:19:06+02:00",
            "journal": null,
            "issn": "0031-0808",
            "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
        }
    ]
}