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=156840&ordering=impactfactor_norm
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 156884,
    "next": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=156860&ordering=impactfactor_norm",
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=156820&ordering=impactfactor_norm",
    "results": [
        {
            "id": 108893,
            "title": "Effect of adenosine triphosphate-dependent potassium channel activators on electrical reactions of intact and cultured endothelial cells.",
            "abstract": null,
            "authors": [
                "Bondarenko, OI"
            ],
            "year": 2009,
            "source": "Fiziol Zh. 2009; 55(1):49-56",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": "19441715",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "108893-60219-2"
            ],
            "imported": "2011-02-14T01:00:00+01:00",
            "journal": "Fiziol Zh",
            "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": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 108894,
            "title": "Modulation of electrical responses of endothelial cells by nicotinic cholinoreceptors].",
            "abstract": null,
            "authors": [
                "Bondarenko, OI",
                "Sahach, VF"
            ],
            "year": 2009,
            "source": "Fiziol Zh. 2009; 55(2):17-23",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": "19526844",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "108894-60219-1"
            ],
            "imported": "2011-02-14T01:00:00+01:00",
            "journal": "Fiziol Zh",
            "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": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 108895,
            "title": "Soft tissue management in implant rehabilitation.",
            "abstract": null,
            "authors": [
                "Lorenzoni, M",
                "Stopper, M",
                "Hrdina, R",
                "Wimmer, G"
            ],
            "year": 2010,
            "source": "TOID Symposium; JUN 2, 2010; Kemer, TURKEY. 2010. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "108895-14111"
            ],
            "persons": [
                "108895-51703"
            ],
            "imported": "2011-02-14T12:42:08+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": 108896,
            "title": "Aktuelle Behandlungskonzepte in der Implantatprothetik.",
            "abstract": null,
            "authors": [
                "Lorenzoni, M",
                "Heschl, A",
                "Stopper, M",
                "Hrdina, R",
                "Wimmer, G"
            ],
            "year": 2010,
            "source": "Dentsply; JUN 18, 2010; Gmunden, AUSTRIA. 2010. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "108896-14111"
            ],
            "persons": [
                "108896-51703"
            ],
            "imported": "2011-02-14T12:43:26+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": 108897,
            "title": "Implantatchirurgie und Implantatprothetik - Standards und Herausforderungen.",
            "abstract": null,
            "authors": [
                "Lorenzoni, M",
                "Stopper, M",
                "Hrdina, R",
                "Wimmer, G"
            ],
            "year": 2010,
            "source": "MAZ Kurs Implantologie; JUN 25-26, 2010; 2010. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "108897-14111"
            ],
            "persons": [
                "108897-51703"
            ],
            "imported": "2011-02-14T12:44:47+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": null,
            "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": 108898,
            "title": "Weichgewebsaugmentation bei Implantaten: Grundlagen - Herausforderungen - Komplikationen.",
            "abstract": null,
            "authors": [
                "Lorenzoni, M",
                "Stopper, M",
                "Hrdina, R",
                "Wimmer, G"
            ],
            "year": 2010,
            "source": "ÖGP Symposium; APR 17, 2010; St. Wolfgang, AUSTRIA. 2010. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "108898-14111"
            ],
            "persons": [
                "108898-51703"
            ],
            "imported": "2011-02-14T12:46:11+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": 108899,
            "title": "The role of Na+,K+ ATPase in electrogenicity of the aortic endothelial cells.",
            "abstract": null,
            "authors": [
                "Bondarenko, OI",
                "Sahach, VF"
            ],
            "year": 2006,
            "source": "Fiziol Zh. 2006; 52(3):34-41",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": "16909754",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "108899-60219-1"
            ],
            "imported": "2011-02-14T01:00:00+01:00",
            "journal": "Fiziol Zh",
            "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": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 108900,
            "title": "Role of mitochondria in reglulation of endothelial cell hyperpolarization to acetylcholine.",
            "abstract": null,
            "authors": [
                "Bondarenko, OI",
                "Sahach, VF"
            ],
            "year": 2006,
            "source": "Fiziol Zh. 2006; 52(5):6-11",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": "17176833",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "108900-60219-1"
            ],
            "imported": "2011-02-14T01:00:00+01:00",
            "journal": "Fiziol Zh",
            "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": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 108901,
            "title": "Implantate bei Parodontitis im Frontzahnbereich.",
            "abstract": null,
            "authors": [
                "Lorenzoni, M",
                "Stopper, M",
                "Hrdina, R",
                "Wimmer, G"
            ],
            "year": 2010,
            "source": "\"Der parodontal erkrankte Patient\".; MAR 17, 2010; Graz, AUSTRIA. 2010. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "108901-14111"
            ],
            "persons": [
                "108901-51703"
            ],
            "imported": "2011-02-14T12:47:29+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": 108902,
            "title": "The edentulous jaw.",
            "abstract": null,
            "authors": [
                "Lorenzoni, M",
                "Stopper, M",
                "Hrdina, R",
                "Wimmer, G"
            ],
            "year": 2010,
            "source": "State of the art: Surgical Periodonology, Endodontology and Implantology; JAN 29, 2010; Zell am See, AUSTRIA. 2010. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "108902-14111"
            ],
            "persons": [
                "108902-51703"
            ],
            "imported": "2011-02-14T12:48:56+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": true,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 108904,
            "title": "GBR techniques.",
            "abstract": null,
            "authors": [
                "Lorenzoni, M",
                "Stopper, M",
                "Hrdina, R",
                "Wimmer, G"
            ],
            "year": 2010,
            "source": "State of the art: Surgical Periodontology, Endodontology and Implantology.; JAN 29, 2010; Zell am See, AUSTRIA. 2010. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "108904-14111"
            ],
            "persons": [
                "108904-51703"
            ],
            "imported": "2011-02-14T12:50: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": 108905,
            "title": "Aesthetic complications.",
            "abstract": null,
            "authors": [
                "Lorenzoni, M",
                "Stopper, M",
                "Hrdina, R",
                "Wimmer, G"
            ],
            "year": 2010,
            "source": "State of the art: Surgical Periodonology, Endodontology and Implantology; JAN 26, 2010; Zell am See, AUSTRIA. 2010. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "108905-14111"
            ],
            "persons": [
                "108905-51703"
            ],
            "imported": "2011-02-14T12:52:30+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": 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": 108906,
            "title": "Challenges in maxillary implant rehabilitation. ",
            "abstract": null,
            "authors": [
                "Lorenzoni, M",
                "Hrdina, R",
                "Wimmer, G"
            ],
            "year": 2010,
            "source": "; JAN 15, 2010; Istanbul, TURKEY. 2010. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "108906-14111"
            ],
            "persons": [
                "108906-51703"
            ],
            "imported": "2011-02-14T12:53:32+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": null,
            "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": 108908,
            "title": "Yondelis & Co - Neues aus der Tiefsee",
            "abstract": null,
            "authors": [
                "Petru, E",
                ""
            ],
            "year": 2011,
            "source": "25. Arlberger Gynäkologielehrgang: Neuerungen, Schwerpunkte und Leitlinien: Schwerpunkt Onkologie; Jan 23 - 29, 2011; Oberlech/Arlberg. 2011. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "108908-14063"
            ],
            "persons": [
                "108908-51624"
            ],
            "imported": "2011-02-14T14:42:30+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": 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": 108909,
            "title": "Antibiotikatherapie.",
            "abstract": null,
            "authors": [
                "Schneidmüller, D",
                "Weinberg, A",
                "Zeder, SL",
                "Baumgart, H"
            ],
            "year": 2010,
            "source": " In: WEinber AM, Schneidmüller D editors(s). Unfallchirurgie bei Kindern, Kompendium der Kindertraumatologie. Köln: Deutscher Ärzte-Verlag;  2010. p. 259 - 262. (ISBN: 978-3-7691-1228-3) ",
            "category": 6,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "108909-14049"
            ],
            "persons": [
                "108909-50785"
            ],
            "imported": "2011-02-14T14:57:51+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": "WEinber AM, Schneidmüller D",
            "collection_title": "Unfallchirurgie bei Kindern, Kompendium der Kindertraumatologie",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 108910,
            "title": "Solid pseudopapillary tumors of the pancreas: a case series,\r\ncomparison of histopathological and clinical data.",
            "abstract": null,
            "authors": [
                "Sunitsch, S",
                "Munding, J",
                "Belyaev, O",
                "Uhl, W",
                "Tannapfel, A",
                ""
            ],
            "year": 2010,
            "source": "Pannonia Congress of Pathology; March 3–6, 2010; Graz, Austria. 2010. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "108910-14019"
            ],
            "persons": [
                "108910-71949"
            ],
            "imported": "2011-02-14T15:17:09+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": 108911,
            "title": "Chorea Huntington beeinträchtigt das Erkennen, nicht aber das Erleben von Basisemotionen.",
            "abstract": null,
            "authors": [
                "Ille, R",
                "Schäfer, A",
                "Scharmüller, W",
                "Holl, AK",
                "Hecht, K",
                "Kapfhammer, HP",
                "Schienle, A"
            ],
            "year": 2010,
            "source": "Schneider, F, Grözinger, M. (2010). Psychiatrie Interdisziplinär - Abstractband zum DGPPN Kongress2010; -DGPPN Kongress 2010; NOV 24-27, 2010; Berlin, GERMANY. ",
            "category": 2,
            "document_type": 19,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "108911-29444"
            ],
            "persons": [
                "108911-50662",
                "108911-51907"
            ],
            "imported": "2011-02-14T15:38: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": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 108913,
            "title": "Umgang mit Frauen/Paaren nach Kinderverlust.",
            "abstract": null,
            "authors": [
                "Karpf, E"
            ],
            "year": 2010,
            "source": "Fortbildung der Univ. Frauenklinik Graz; JUL 21, 2010; Graz, Austria. 2010. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "108913-14020"
            ],
            "persons": [],
            "imported": "2011-02-14T15:48: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": 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": 108914,
            "title": "Angeborene Zwerchfellhernie 1990-2010: Interdisziplinäre Zusammenarbeit in Graz.",
            "abstract": null,
            "authors": [
                "Haim, M",
                "Zeder, SL",
                "Zobel, G",
                "Schober, P",
                "Höllwarth, M",
                "Müller WA",
                "Urlesberger, B"
            ],
            "year": 2010,
            "source": "48.Jahrestagung der Österreichischen Gesellschaft für Kinder- und Jugendheilkunde; OKT 1-2, 2010; Linz, AUSTRIA. 2010. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "108914-14049",
                "108914-14094"
            ],
            "persons": [],
            "imported": "2011-02-14T15:55:43+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": 108916,
            "title": "The Endothelium as target for interventions.",
            "abstract": null,
            "authors": [
                "Hallström, S",
                "Podesser",
                "BK"
            ],
            "year": 2011,
            "source": " In: Podesser BK; Chambers DJ editors(s). New Solutions for the Heart.\r\nAn Update in Advanced Perioperative Protection. Wien, New York: Springer;  2011. p. 145-166. (ISBN: 978-3-211-85547-8) ",
            "category": 6,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "108916-14012"
            ],
            "persons": [
                "108916-50840"
            ],
            "imported": "2011-02-14T17:57:56+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": "Podesser BK; Chambers DJ",
            "collection_title": "New Solutions for the Heart.\r\nAn Update in Advanced Perioperative Protection",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        }
    ]
}