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=154900&ordering=impactfactor
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 157150,
    "next": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=154920&ordering=impactfactor",
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=154880&ordering=impactfactor",
    "results": [
        {
            "id": 176479,
            "title": "Besonderheiten und Motivationsfaktoren in der sozialpsychiatrischen Tätigkeit.",
            "abstract": null,
            "authors": [
                "Klug, G"
            ],
            "year": 2010,
            "source": "Fachtagung der NÖ Landeskliniken-Holding\r\n\r\nArbeitswelt der Psychiatrie im Wandel; Okt 1, 2010; Krems. 2010. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2019-08-24T18:16:24+02:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 176480,
            "title": "Gemeindenahe Behandlung - Beziehungen über oder nach vielen Jahren, der richtige Zeitpunkt - und was wichtig ist.",
            "abstract": null,
            "authors": [
                "Klug, G"
            ],
            "year": 2011,
            "source": "Österreichische Schizophreniegesellschaft\r\nTagung 2011\r\nSchizophrenie, Viele Aspekte - Eine Betroffenheit.; Mai 19, 2011; Graz. 2011. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2019-08-24T19:22:53+02:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": false,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 176481,
            "title": "Bedarf ein Krisendienst einer guten Basis im psychosozialen Versorgungsnetz?",
            "abstract": null,
            "authors": [
                "Klug, G"
            ],
            "year": 2003,
            "source": "Kriseninterventionen - Modelle im Vergleich.; Juni 27, 2003; Graz. 2003. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2019-08-24T19:26:51+02:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": false,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 176482,
            "title": "Mobile sozialpsychiatrische Betreuung - wie schnell erreicht ein neues Projekt Menschen mit Erkrankungen aus dem schizophrenen Formenkreis.",
            "abstract": null,
            "authors": [
                "Klug, G",
                "Krainz, S"
            ],
            "year": 2010,
            "source": "10. Jahrestagung der Österreichischen Gesellschaft für Psychiatrie und Psychotherapie\r\nDie Kunst der Behandlung in der Psychiatrie.; Apr 21-24, 2010; Gmunden. 2010. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2019-08-24T19:35:24+02:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 176483,
            "title": "Die Selbstwahrnehmung der eigenen Professionalität in Bezug auf die Verweildauer in einem multiprofessionellen gemeindepsychiatrischen Team.",
            "abstract": null,
            "authors": [
                "Klug, G",
                "Fuchs-Nieder, B"
            ],
            "year": 2005,
            "source": "5. Jahrestagung der Österreichischen Gesellschaft für Psychiatrie und Psychotherapie; Apr 28-30, 2005; Gmunden. 2005. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2019-08-24T19:38:59+02:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 176485,
            "title": "Mobile gerontopsychiatrische Versorgung - was sie bringt und was sie kostet.",
            "abstract": null,
            "authors": [
                "Klug, G"
            ],
            "year": 2011,
            "source": "11. Jahrestagung der Österreichischen Gesellschaft für Psychiatrie und Psychotherapie\r\n\r\nDie Zukunft der Psychiatrie.; apr 27-30, 2011; Gmunden. 2011. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2019-08-24T19:46:42+02:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 176486,
            "title": "Psychiaterinnen zwischen Betten und Praxen - Anforderungen und Tätigkeitsprofil von Fachärztinnen für Psychiatrie in psychosozialen Einrichtungen.",
            "abstract": null,
            "authors": [
                "Klug, G",
                "Amerin, M",
                "Frühwald, S",
                "Fuchs-Nieder, B",
                "Grill, W",
                "Riffer, F",
                "Schauflinger, k"
            ],
            "year": 2006,
            "source": "6. Jahrestagung der Österreichischen Gesellschaft für Psychiatrie und Psychotherapie\r\n\r\n150 Jahre Sigmund Freud; Apr 27-29, 2006; Gmunden. 2006. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2019-08-24T19:51:09+02:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 176487,
            "title": "\"Mobile sozialpsychiatrische Betreuung\" an Beispiel des steirischen Modells. Struktur, Entwicklung und die Bedeutung für die Versorgung schizophren erkrankter Menschen.",
            "abstract": null,
            "authors": [
                "Klug, G"
            ],
            "year": 2009,
            "source": "Eine medizinische Informationsveranstaltung von  Janssen Cilag Pharma\r\nBrandlhof; Okt. 16-18, 2009; Saalfelden. 2009. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2019-08-24T19:56:14+02:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 176488,
            "title": "Psychosoziale Einflüsse auf die Lebenszufriedenheit Jugendlicher.",
            "abstract": null,
            "authors": [
                "Hönigl, D",
                "Klug, G",
                "Kriechbaum, N",
                "Homann, CN"
            ],
            "year": 2000,
            "source": "26. Wissenschaftliche Tagung der  der Österreichischen Gesellschaft für Neurologie und Psychiatrie ; Mai 3-6, 2008; Gmunden. 2000. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "176488-14051"
            ],
            "persons": [
                "176488-51959"
            ],
            "imported": "2019-08-24T20:05:32+02:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 176489,
            "title": "In wieweit beeinflussen Alter bei Erkrankung kognitive Faktoren die Entwicklung der Adoraphobie?",
            "abstract": null,
            "authors": [
                "Langs, G",
                "Quehenberger, F",
                "Fabisch, K",
                "Klug, G",
                "Fabisch, H",
                "Zapotoczky, HG"
            ],
            "year": 2000,
            "source": "26. Wissenschaftliche Tagung der  der Österreichischen Gesellschaft für Neurologie und Psychiatrie ; Mai 3-6, 2000; Gmunden. 2000. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2019-08-24T20:09:51+02:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 156307,
            "title": "Biopsychosoziale Medizin (Kurzcharakteristik für internet-Präsentation).",
            "abstract": null,
            "authors": [
                "Egger, JW"
            ],
            "year": 2016,
            "source": "Psychologische Medizin. 2016; 27(3): 42-43. ",
            "category": 1,
            "document_type": 10,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "156307-29447"
            ],
            "persons": [
                "156307-51505"
            ],
            "imported": "2016-12-14T10:08:05+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": 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": 176491,
            "title": "Multidisziplinäre Patientenbetreuung (Casemanagement)",
            "abstract": null,
            "authors": [
                "Klug, G\r\n"
            ],
            "year": 1997,
            "source": "Symposium zur 100. Wiederkehr des Geburtstages von Univ. Prof. Dr. Hans Hoff\r\nZukunftaspekte in der Psychiatrie nach 2000; Dez 11-12, 1997; Graz. 1997. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2019-08-25T13:07:54+02:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 176492,
            "title": "Die therapeutische Vielfalt in der Praxis.",
            "abstract": null,
            "authors": [
                "Klug, G"
            ],
            "year": 2007,
            "source": "Symposium anläßlich des 75 Geburtstages von Herrn Univ Prof Dr Hans Georg Zapotoczky\r\nBilologie und Umwelt\r\nÜberwindung von Polaritäten in der Psychiatrie; Okt 25, 2007; Graz. 2007. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2019-08-25T13:20:17+02:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 176493,
            "title": "Wann ist eine stationäre Aufnahme indiziert?\r\nWozu brauchen wir stationäre Einrichtungen?",
            "abstract": null,
            "authors": [
                "Klug, G",
                "Zapotoczky, HG"
            ],
            "year": 2004,
            "source": "4. Jahrestagung der Österreichischen Gesellschaft für Psychiatrie und Psychotherapie\r\nPsychiatrie des älteren Menschen; Apr 21-24, 2004; Gmunden. 2004. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2019-08-25T13:28:37+02:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 176494,
            "title": "Wohin geht der Weg? SOPHA als Modell für die Versorgungsplanung und die Wichtigkeit des Umgangs mit dem einzelnen Menschen.",
            "abstract": null,
            "authors": [
                "Klug, G"
            ],
            "year": 2010,
            "source": "Internationale Gerontopsychaitrische Tagung; Okt. 29, 2010; Graz. 2010. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2019-08-25T13:37:54+02:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 176495,
            "title": "Entlassung aus der gerontopsychiatrischen Abteilung - und dann?",
            "abstract": null,
            "authors": [
                "Klug, G"
            ],
            "year": 2001,
            "source": "Österreichische Gesellschaft für Psychiatrie und Psychotherapie\r\nSeelische Gesundheit: Wissenschaftliche Grundlagen therapeutischen Handelns in der Psychiatrie.; Sept 21-22, 2001; Bad Ischl. 2001. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2019-08-25T13:44:38+02:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 176496,
            "title": "Sinn und Unsinn von Psychiatrieplänen",
            "abstract": null,
            "authors": [
                "Binder, S",
                "Dantendorfer, K",
                "Klug, G",
                "Rezar, P",
                "Schatz, E",
                "Danmayr, E",
                "Gammer, G",
                "Rachbauer, C"
            ],
            "year": 2001,
            "source": "Österreichische Gesellschaft für Psychiatrie und Psychotherapie\r\nSeelische Gesundheit: Wissenschaftliche Grundlagen therapeutischen Handelns in der Psychiatrie.; Sept 20-22, 2001; Bad Ischl. 2001. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2019-08-25T13:48:07+02:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": false,
            "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": 176497,
            "title": "Zuverdienst im sozialpsychiatrischen Bereich: Zielgruppe-Umsetzung-Outcome; eine differenzierte Modelldiskussion.",
            "abstract": null,
            "authors": [
                "Klug, G",
                "Haslinglehner, U"
            ],
            "year": 2016,
            "source": "16. Jahrestagung der Österreichischen Gesellschaft für Psychiatrie und Psychotherapie\r\n\r\nPsyche & Arbeit - Arbeit & Psyche; Apr 20-23, 2016; Gmunden. 2016. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2019-08-25T13:53:29+02:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 176498,
            "title": "Ist es möglich mit mobiler sozialpsychiatrischer Betreuung die Entwurzelung eines demenzkranken Menschen so zu stärken, dass Entwurzelung ausbleibt? Das was, wie und wozu aus 13 Jahren multiprofessioneller Projekterfahrung.",
            "abstract": null,
            "authors": [
                "Klug, G"
            ],
            "year": 2014,
            "source": "www.DGPPN.de. 2014; -DGPPN Kongress 2014\r\nHerausforderungen durch den demografischen Wandel - psychische Erkrankungen heute und morgen.; Nov 26-29, 2014; Berlin. ",
            "category": 2,
            "document_type": 22,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2019-08-25T14:36:04+02:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": true,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 176499,
            "title": "Welche Patienten brauchen welche Therapiekonzepte. Erfahrung aus 15 Jahren mobiler alterspsychiatrischer Behandlung zu Hause.",
            "abstract": null,
            "authors": [
                "Klug, G: Hermann, H"
            ],
            "year": 2015,
            "source": "http://www.dgppn.de. 2015; -DGPPN Kongress 2015\r\nDer Mensch im Mittelpunkt: Versorgung neu denken; Nov 25-28, 2015; Berlin. ",
            "category": 2,
            "document_type": 22,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2019-08-25T14:41:56+02:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": true,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": false,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        }
    ]
}