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=151300&ordering=impactfactor_norm
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 156977,
    "next": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=151320&ordering=impactfactor_norm",
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=151280&ordering=impactfactor_norm",
    "results": [
        {
            "id": 126930,
            "title": "Dammriss III / IV  - Leilinien-Update",
            "abstract": null,
            "authors": [
                "Aigmueller, T"
            ],
            "year": 2012,
            "source": "Jahrestagung der Oesterreichischen Gesellschaft für Gynäkologie und Geburtshilfe (OEGGG); 6. - 9. Juni 2012; Graz. 2012. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "126930-14063"
            ],
            "persons": [
                "126930-64794"
            ],
            "imported": "2013-02-15T16:33:00+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": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 126931,
            "title": "Deszensus",
            "abstract": null,
            "authors": [
                "Aigmueller, T"
            ],
            "year": 2012,
            "source": "Akademie der Oesterreichischen Gesellschaft für Gynäkologie und Geburtshilfe; März 2012; Linz. 2012. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "126931-14063"
            ],
            "persons": [
                "126931-64794"
            ],
            "imported": "2013-02-15T16:35:58+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": 216692,
            "title": "The Sting of Danger: Exploring Venom Allergies\r\n",
            "abstract": null,
            "authors": [
                "Sturm, GJ"
            ],
            "year": 2025,
            "source": "EAACI Annual Congress; JUN 13-16, 2025; Glasgow, United Kingdom. 2025. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "216692-14047"
            ],
            "persons": [
                "216692-87717"
            ],
            "imported": "2025-06-16T13:55: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": 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": 126933,
            "title": "Objective and subjective results 2 ½ years after TVT-Secur®: results from a cohort of 158 consecutive cases",
            "abstract": null,
            "authors": [
                "Aigmueller, T",
                "Angleitner-Flotzinger, J"
            ],
            "year": 2012,
            "source": "International Urogynecology Journal. 2012; -Annual Meeting of the International Urogynecology Association (IUGA); 4. bis 8. Sept. 2012; Brisane, Australien. ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "126933-14063"
            ],
            "persons": [
                "126933-64794"
            ],
            "imported": "2013-02-15T16:48: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": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 126934,
            "title": "Wenn die Keime immer wieder kommen - Therapieoptionen des chronisch rezidivierenden Harnwegsinfekts",
            "abstract": null,
            "authors": [
                "Aigmueller, T"
            ],
            "year": 2012,
            "source": "Kongress der Deutschen Gesellschaft für Gynäkologie und Geburtshilfe; 9. bis 13. Okt. 2012; München. 2012. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "126934-14063"
            ],
            "persons": [
                "126934-64794"
            ],
            "imported": "2013-02-15T16:50:40+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": true
        },
        {
            "id": 126935,
            "title": "Landmarks für vaginale Chirurgie",
            "abstract": null,
            "authors": [
                "Aigmueller, T"
            ],
            "year": 2012,
            "source": "Women Health Debate Meeting; 19. - 20. Okt. 2012; Berlin. 2012. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "126935-14063"
            ],
            "persons": [
                "126935-64794"
            ],
            "imported": "2013-02-15T16:52:45+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": true
        },
        {
            "id": 126936,
            "title": "Pelvic Organ Prolapse - Quantification",
            "abstract": null,
            "authors": [
                "Aigmueller, T",
                "Riss, P",
                "Dungl, A"
            ],
            "year": 2012,
            "source": "Annual Meeting of the International Urogynecology Association (IUGA); 4.  - 8- Sept. 2012; Brisbane, Australien. 2012. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "126936-14063"
            ],
            "persons": [
                "126936-64794"
            ],
            "imported": "2013-02-15T16:55:01+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": true
        },
        {
            "id": 126941,
            "title": "Evaluation of a large international sample of tube dependent infants receiving long-term enteral feeding. ",
            "abstract": null,
            "authors": [
                "Marinschek, S",
                "Pahsini, K",
                "Dunitz-Scheer, M",
                "Scheer, PJ."
            ],
            "year": 2012,
            "source": "1st International Conference on Nutrition and Growth; MARCH 1-3, 2012; Paris,FRANCE. 2012. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "126941-14091"
            ],
            "persons": [
                "126941-79134",
                "126941-89901"
            ],
            "imported": "2013-02-15T17:52:51+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": true
        },
        {
            "id": 126942,
            "title": "Abnormalities of Left Ventricular Systolic Function in Heart Failure with Preserved Ejection Fraction",
            "abstract": null,
            "authors": [
                "Kraigher-Krainer, E",
                "Shah, AM",
                "Zile, MR",
                "Pieske, BM",
                "Voors, AA",
                "Lefkowitz, MP",
                "Bransford, TL",
                "Packer, M",
                "McMurray, JJ",
                "Solomon, SD"
            ],
            "year": 2012,
            "source": "CIRCULATION. 2012; -American Heart Congress 2012; NOV 3-7, 2012; Los Angeles. ",
            "category": 2,
            "document_type": 19,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "126942-14083"
            ],
            "persons": [],
            "imported": "2013-02-15T17:53:00+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": 126943,
            "title": "Non-nutritional variables of long-term enteral feeding in infancy and childhood",
            "abstract": null,
            "authors": [
                "Pahsini, K",
                "Marinschek, S",
                "Dunitz-Scheer, M",
                "Scheer PJ"
            ],
            "year": 2012,
            "source": "Long term tube (enteral) feeding: exploring dilemmas and controversies; OCT 4-5,2012; Glasgow, UK. 2012. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "126943-14091"
            ],
            "persons": [
                "126943-51655",
                "126943-79134",
                "126943-89901"
            ],
            "imported": "2013-02-15T18:00:58+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": true
        },
        {
            "id": 126945,
            "title": "Retrospective analysis of a large sample of medically fragile children with tube dependence and other early eating behavior disorders",
            "abstract": null,
            "authors": [
                "Marinschek, S."
            ],
            "year": 2011,
            "source": "Kongress Essstörungen; OCT 20-22,2011; Alpbach, AUSTRIA. 2011. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "126945-14091"
            ],
            "persons": [
                "126945-79134"
            ],
            "imported": "2013-02-15T18:04:18+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": true,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 126946,
            "title": "Cesarean section: History, preoperative and postoperative management",
            "abstract": null,
            "authors": [
                "Tappauf, C"
            ],
            "year": 2012,
            "source": "Surgical Procedures in Obstetrics & Perinatology: new techniques „Master-Class“ Obstetrics & Perinatology; APR 9-12, 2012; Astana, KAZAKHSTAN . 2012. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "126946-14064"
            ],
            "persons": [
                "126946-80792"
            ],
            "imported": "2013-02-15T18:11:07+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": true
        },
        {
            "id": 126947,
            "title": "Early Total Cervix Occlusion (ETCO) and Cerclage ",
            "abstract": null,
            "authors": [
                "Tappauf C"
            ],
            "year": 2012,
            "source": "Surgical Procedures in Obstetrics & Perinatology: new techniques „Master-Class“ Obstetrics & Perinatology; APR 9-12, 2012; Astana, KAZAKHSTAN . 2012. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "126947-14064"
            ],
            "persons": [
                "126947-80792"
            ],
            "imported": "2013-02-15T18:14:23+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": true
        },
        {
            "id": 126948,
            "title": "Comparison of Vendor-Independent Platforms for Speckle Tracking Echocardiography Derived Strain and Strain Rate with a Vendor-Specific Platform",
            "abstract": null,
            "authors": [
                "Kraigher-Krainer, E",
                "Querejeta, G",
                "Gupta, DK",
                "Abraham, T",
                "Dimaano, VLJ",
                "Luo, H",
                "Shah, AM",
                "Solomon, SD"
            ],
            "year": 2012,
            "source": "JASE 2012; 12-A-471-ASE. 2012; -ASE (American Society of Echocardiography) 2012; JUN30-JUL3, 2012; National Harbor, Maryland. ",
            "category": 2,
            "document_type": 19,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "126948-14083"
            ],
            "persons": [],
            "imported": "2013-02-15T18:19:05+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": 126949,
            "title": "Prognostic impact of heart failure in patients with diabetes, chronic kidney disease, anemia and preserved ejection fraction",
            "abstract": null,
            "authors": [
                "Kraigher-Krainer, E",
                "Gupta, DK",
                "Solomon, SD",
                "Anand, I",
                "Desai, AS",
                "Hilton, T",
                "Mcmurray, J",
                "Mielniczuk, L",
                "Toto, RD",
                "Lewis, EF"
            ],
            "year": 2012,
            "source": "European Heart Journal 2012. 2012; -European Society of Cardiology (ESC) 2012; AUG25-29, 2012; Munich, Germany. ",
            "category": 2,
            "document_type": 18,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "126949-14083"
            ],
            "persons": [],
            "imported": "2013-02-15T18:41:25+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": 126950,
            "title": "Increased Physical Activity is associated with Lower Risk of Both Heart Failure with Preserved and Reduced Ejection Fraction in the Elderly: The Framingham Heart Study",
            "abstract": null,
            "authors": [
                "Kraigher-Krainer, E",
                "Lyass, A",
                "Benjamin, EJ",
                "Pieske, BM",
                "Kannel, WB",
                "Vasan, RS"
            ],
            "year": 2010,
            "source": "Circulation. 2010;122:A15104. 2010; -American Heart Congress; NOV13-17, 2010; Chicago, USA. ",
            "category": 2,
            "document_type": 18,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "126950-14083"
            ],
            "persons": [],
            "imported": "2013-02-15T18:45: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": false,
            "keynote_speaker": false,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 126951,
            "title": "Mythen ums Zahnen ",
            "abstract": null,
            "authors": [
                "Ulreich, R",
                "Morscher, D",
                "Rhadban, A",
                "Singler, P",
                ""
            ],
            "year": 2012,
            "source": "Monatsschrift Kinderheilkunde. 2012; 2012(160):-50. Jahrestagung der Österreichischen Gesellschaft für Kinder- und Jugendheilkunde; Sept 27-29, 2012; Salzburg . ",
            "category": 2,
            "document_type": 19,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "126951-14091"
            ],
            "persons": [
                "126951-72300"
            ],
            "imported": "2013-02-15T19:07:46+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": false,
            "keynote_speaker": false,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 126952,
            "title": "Management of delivery",
            "abstract": null,
            "authors": [
                "Kolovetsiou-Kreiner V., Walcher W., Cervar-Zivkovic M."
            ],
            "year": 2012,
            "source": "Psychologische Medizin. 2012; 3/2012: 55-56.-Biopsychosocial Medicine:Multidimensional Parallel Diagnosis and therapy in Obstetrics; JUN 28, 2012; Venedig, Italien. ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "126952-14038"
            ],
            "persons": [
                "126952-68055"
            ],
            "imported": "2013-02-15T21:02:50+01:00",
            "journal": null,
            "issn": "1014-8167",
            "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": 126957,
            "title": "Preterm deliveries in the years 2006 and 2011.Comparison of fetal outcome, maternal outcome and delivery mode according to Robson´s ten groups classification system.",
            "abstract": null,
            "authors": [
                "Kolovetsiou-Kreiner V., Lang U., Reif P., Cervar-Zivkovic M., Csapo B."
            ],
            "year": 2012,
            "source": "Alpe-Adria Meeting of Perinatal Medicine; OKT 4-6, 2012; Szeged, Hungary. 2012. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "126957-14038",
                "126957-14064"
            ],
            "persons": [
                "126957-68055"
            ],
            "imported": "2013-02-15T21:30: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": true
        },
        {
            "id": 126958,
            "title": "Management of hypertensive diseases, a five years retrospective analysis",
            "abstract": null,
            "authors": [
                "Kolovetsiou-Kreiner, V",
                "Fritsch, V",
                "Klaritsch, P",
                "Haas, J",
                "Lang, U",
                "Cervar-Zivkovic, M"
            ],
            "year": 2012,
            "source": "Book of abstracts. 2012; -ISPO 2012 Scientific Meeting; MÄR 3-4, 202; Graz, Österreich.  (ISBN: 978-3-200-02541-7 )",
            "category": 2,
            "document_type": 19,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "126958-14038",
                "126958-14064"
            ],
            "persons": [
                "126958-50155",
                "126958-51627",
                "126958-68055"
            ],
            "imported": "2013-02-15T21:36:55+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": true
        }
    ]
}